1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Fix a PNPID in a comment

Submitted by: David Xu
This commit is contained in:
Warner Losh 2002-04-24 15:22:53 +00:00
parent 82dd825190
commit e5d7e9c76c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95374
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 }
};