[LinuxBIOS] [PATCH] vt8237r fixes/improvements (LBv2)

Stefan Reinauer stepan at coresystems.de
Fri Nov 2 17:45:30 CET 2007


* Corey Osgood <corey.osgood at gmail.com> [071102 17:39]:
> >> +/**
> >> + * This is provided for compatibility, should it be needed
> >> + */
> >> +inline u8 spd_read_byte(u32 address, u8 offset)
> >> +{
> >> +	return smbus_read_byte(address, offset);
> >> +}
>     
> > Also, address is 32bit here but 8bit in smbus_read_byte()?
> >   
> 
> oops!
 
That's the whole point behind the abstraction. 

Stefan

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866




More information about the coreboot mailing list