[LinuxBIOS] [PATCH] Improve ITE IT8716F support.

Peter Stuge stuge-linuxbios at cdy.org
Sat Feb 24 18:52:33 CET 2007


On Sat, Feb 24, 2007 at 09:37:16AM -0700, ron minnich wrote:
> > +       unsigned port = dev >> 8;
> >
> > How does this work? device_t is a pointer to a struct elsewhere:
> 
> early stuff that is compiled with  romcc has this device_t
> typedef'ed to a scalar.
> 
> gcc-compiled has it typedef'ed to a struct *.

Thanks, I should have figured that out.


> This usage will not continue in V3, since all code will be
> gcc-compiled.

That's really good.


//Peter




More information about the coreboot mailing list