diff options
author | msmith <msmith@FreeBSD.org> | 2000-12-10 11:15:19 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2000-12-10 11:15:19 +0000 |
commit | 3e6200a674de61d7bddba617bb4cf4da8b864d03 (patch) | |
tree | 63a7cd020a7fda92853a4f09bafd2555d3d6df70 /sys | |
parent | 84198a1e214d5a59bcb4f17c6760c71604bfbb9e (diff) | |
download | FreeBSD-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>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/isa_pci.c | 1 |
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 */ |