mirror of
https://github.com/opnsense/src.git
synced 2026-06-27 09:23:06 -04:00
Add i815 host to PCI bridge ID
This commit is contained in:
parent
c07f6a2dd1
commit
6fdfeafd1b
2 changed files with 6 additions and 0 deletions
|
|
@ -74,6 +74,9 @@ agp_intel_match(device_t dev)
|
|||
|
||||
case 0x71a18086:
|
||||
return ("Intel 82443GX host to AGP bridge");
|
||||
|
||||
case 0x11308086:
|
||||
return ("Intel 82815 (i815 GMCH) host to PCI bridge");
|
||||
};
|
||||
|
||||
if (pci_get_vendor(dev) == 0x8086)
|
||||
|
|
|
|||
|
|
@ -74,6 +74,9 @@ agp_intel_match(device_t dev)
|
|||
|
||||
case 0x71a18086:
|
||||
return ("Intel 82443GX host to AGP bridge");
|
||||
|
||||
case 0x11308086:
|
||||
return ("Intel 82815 (i815 GMCH) host to PCI bridge");
|
||||
};
|
||||
|
||||
if (pci_get_vendor(dev) == 0x8086)
|
||||
|
|
|
|||
Loading…
Reference in a new issue