Add i815 host to PCI bridge ID

This commit is contained in:
Andrey A. Chernov 2000-10-20 16:05:47 +00:00
parent c07f6a2dd1
commit 6fdfeafd1b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67379
2 changed files with 6 additions and 0 deletions

View File

@ -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)

View File

@ -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)