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:
parent
82dd825190
commit
e5d7e9c76c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95374
@ -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 }
|
||||
};
|
||||
|
||||
|
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user