[coreboot] pnp fixes

Myles Watson mylesgw at gmail.com
Mon Dec 1 21:43:55 CET 2008


This patch mostly fixes breakage that I introduced in a previous commit.  It
also adds the create flag to the pnp_info struct.  I think we need it until
we figure out how to specify which PNP devices should be created.  Some need
to be created even if they're disabled.

It also changes a !! to a ? 1 : 0

It changes my || to | because I meant |.

It puts the table in superio.c back to how it was in v2, so that there will
be less pain in porting.

It doesn't fix up the other superios, but I will if I get an ack.

Signed-off-by: Myles Watson <mylesgw at gmail.com>

Thanks,
Myles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20081201/b46302a2/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pnp_fixes.diff
Type: text/x-patch
Size: 11234 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20081201/b46302a2/attachment.diff>


More information about the coreboot mailing list