Re: [LinuxBIOS] smbus_write_byte

2007-08-20 Thread Marc Jones
Joseph Smith wrote: > Quoting Corey Osgood <[EMAIL PROTECTED]>: > >> yhlu wrote: >>> just provide one fake spd array... >>> >>> YH >> My thoughts exactly. You can't write to the smbus because there's no >> device on the smbus at that location to receive those writes. >> >> -Corey >> >> > How wou

Re: [LinuxBIOS] smbus_write_byte

2007-08-18 Thread yhlu
On 8/18/07, Joseph Smith <[EMAIL PROTECTED]> wrote: > How would I provide a fake spd array? Here is the situation. My board > has the onboard memory without a SPD, I could just hardcode this into > the northbridge raminit.c. But I don't want to do that so people that > may want to use the northbrid

Re: [LinuxBIOS] smbus_write_byte

2007-08-18 Thread Joseph Smith
Quoting Corey Osgood <[EMAIL PROTECTED]>: > yhlu wrote: >> just provide one fake spd array... >> >> YH > > My thoughts exactly. You can't write to the smbus because there's no > device on the smbus at that location to receive those writes. > > -Corey > > How would I provide a fake spd array? Here

Re: [LinuxBIOS] smbus_write_byte

2007-08-18 Thread Corey Osgood
yhlu wrote: > just provide one fake spd array... > > YH My thoughts exactly. You can't write to the smbus because there's no device on the smbus at that location to receive those writes. -Corey -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] smbus_write_byte

2007-08-18 Thread yhlu
just provide one fake spd array... YH -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] smbus_write_byte

2007-08-18 Thread Joseph Smith
Quoting Corey Osgood <[EMAIL PROTECTED]>: > Joseph Smith wrote: >> Anyone know if there is a function to write to the smbus similar to >> the smbus_read_byte function? Execpt write not read of course, like >> smbus_write_byte? >> >> Thanks - Joe >> >> > > For i82801xx, it's already implemented, ju

Re: [LinuxBIOS] smbus_write_byte???

2007-08-16 Thread Corey Osgood
Joseph Smith wrote: > Anyone know if there is a function to write to the smbus similar to > the smbus_read_byte function? Execpt write not read of course, like > smbus_write_byte? > > Thanks - Joe > > For i82801xx, it's already implemented, just totally untested. I have no idea who wrote it

[LinuxBIOS] smbus_write_byte???

2007-08-16 Thread Joseph Smith
Anyone know if there is a function to write to the smbus similar to the smbus_read_byte function? Execpt write not read of course, like smbus_write_byte? Thanks - Joe -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios