Fix a PNPID in a comment

Submitted by: David Xu
This commit is contained in:
imp 2002-04-24 15:22:53 +00:00
parent fc9e0feac7
commit 17b84c592b
2 changed files with 2 additions and 2 deletions

View File

@ -554,7 +554,7 @@ DRIVER_MODULE(hostb, pci, pci_hostb_driver, pci_hostb_devclass, 0, 0);
* people.
*/
static struct isa_pnp_id pcibus_pnp_ids[] = {
{ 0x030ad041 /* PNP030A */, "PCI Bus" },
{ 0x030ad041 /* PNP0A03 */, "PCI Bus" },
{ 0 }
};

View File

@ -554,7 +554,7 @@ DRIVER_MODULE(hostb, pci, pci_hostb_driver, pci_hostb_devclass, 0, 0);
* people.
*/
static struct isa_pnp_id pcibus_pnp_ids[] = {
{ 0x030ad041 /* PNP030A */, "PCI Bus" },
{ 0x030ad041 /* PNP0A03 */, "PCI Bus" },
{ 0 }
};