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.<br>
<br>It also changes a !! to a ? 1 : 0<br><br>It changes my || to | because I meant |.<br><br>It puts the table in superio.c back to how it was in v2, so that there will be less pain in porting.<br><br>It doesn't fix up the other superios, but I will if I get an ack.<br>
<br>Signed-off-by: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br><br>Thanks,<br>Myles<br><br>