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 -- linuxbios mailing list [email protected] http://www.openbios.org/mailman/listinfo/linuxbios
