summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-12-10 11:15:19 +0000
committermsmith <msmith@FreeBSD.org>2000-12-10 11:15:19 +0000
commit3e6200a674de61d7bddba617bb4cf4da8b864d03 (patch)
tree63a7cd020a7fda92853a4f09bafd2555d3d6df70
parent84198a1e214d5a59bcb4f17c6760c71604bfbb9e (diff)
downloadFreeBSD-src-3e6200a674de61d7bddba617bb4cf4da8b864d03.zip
FreeBSD-src-3e6200a674de61d7bddba617bb4cf4da8b864d03.tar.gz
The ICH2 reports itself as a PCI:ISA bridge, so don't special-case it
here. Submitted by: Michael Harnois <mdharnois@home.com>
-rw-r--r--sys/dev/pci/isa_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pci/isa_pci.c b/sys/dev/pci/isa_pci.c
index 1c7ec28..20efd0c 100644
--- a/sys/dev/pci/isa_pci.c
+++ b/sys/dev/pci/isa_pci.c
@@ -102,7 +102,6 @@ isab_probe(device_t dev)
case 0x71988086: /* Intel 82443MX */
case 0x24108086: /* Intel 82801AA (ICH) */
case 0x24208086: /* Intel 82801AB (ICH0) */
- case 0x24408086: /* Intel 82801BA (ICH2) */
case 0x00061004: /* VLSI 82C593 */
case 0x05861106: /* VIA 82C586 */
case 0x05961106: /* VIA 82C596 PCI-ISA */
OpenPOWER on IntegriCloud