Re: [LinuxBIOS] patch for geodelx in arch/x86

2007-11-28 Thread Uwe Hermann
On Tue, Nov 27, 2007 at 11:37:47AM -0500, Corey Osgood wrote: > Acked-by: Corey Osgood <[EMAIL PROTECTED]> This is r527. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org -- linuxbios mailing list linuxbio

Re: [LinuxBIOS] patch for geodelx in arch/x86

2007-11-27 Thread Marc Jones
ron minnich wrote: > add one debug print, move all smbus_read_byte to spd_read_byte. > > attached. > > ron > Acked-by: Marc Jones <[EMAIL PROTECTED]> -- Marc Jones Senior Firmware Engineer (970) 226-9684 Office mailto:[EMAIL PROTECTED] http://www.amd.com/embeddedprocessors -- linuxbios

Re: [LinuxBIOS] patch for geodelx in arch/x86

2007-11-27 Thread ron minnich
On Nov 27, 2007 9:00 AM, Jordan Crouse <[EMAIL PROTECTED]> wrote: > In yourcase, faking it out is the right move - and for those > systems that do have SPD, your spd_read_byte can just call into > smbus_read_byte, perhaps through some clever #defines or other such thing. dang, we're clever : int

Re: [LinuxBIOS] patch for geodelx in arch/x86

2007-11-27 Thread Jordan Crouse
On 27/11/07 08:52 -0800, ron minnich wrote: > On Nov 27, 2007 8:51 AM, Jordan Crouse <[EMAIL PROTECTED]> wrote: > > On 27/11/07 08:28 -0800, ron minnich wrote: > > > add one debug print, move all smbus_read_byte to spd_read_byte. > > > > Sorry, I didn't catch this before. I think this might be a b

Re: [LinuxBIOS] patch for geodelx in arch/x86

2007-11-27 Thread ron minnich
On Nov 27, 2007 8:51 AM, Jordan Crouse <[EMAIL PROTECTED]> wrote: > On 27/11/07 08:28 -0800, ron minnich wrote: > > add one debug print, move all smbus_read_byte to spd_read_byte. > > Sorry, I didn't catch this before. I think this might be a bad move - > smbus isn't just for reading spd anymore.

Re: [LinuxBIOS] patch for geodelx in arch/x86

2007-11-27 Thread Jordan Crouse
On 27/11/07 08:28 -0800, ron minnich wrote: > add one debug print, move all smbus_read_byte to spd_read_byte. Sorry, I didn't catch this before. I think this might be a bad move - smbus isn't just for reading spd anymore. There are thermal sensors, GPIO extenders and other things out there that

Re: [LinuxBIOS] patch for geodelx in arch/x86

2007-11-27 Thread Corey Osgood
ron minnich wrote: > add one debug print, move all smbus_read_byte to spd_read_byte. > > attached. > > ron > Acked-by: Corey Osgood <[EMAIL PROTECTED]> -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

[LinuxBIOS] patch for geodelx in arch/x86

2007-11-27 Thread ron minnich
add one debug print, move all smbus_read_byte to spd_read_byte. attached. ron Add a debug print. Change all smbus_read_byte to spd_read_byte. Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]> Index: arch/x86/geodelx/geodelx.c ==