diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2000-12-10 11:15:19 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2000-12-10 11:15:19 +0000 |
| commit | 772922d066bd656fa3a2febf46467a460ae310b5 (patch) | |
| tree | a50d063f9b7909143689164b26fe61cbff26b178 | |
| parent | cd52087363dce6679f04e52db9650e2f23992615 (diff) | |
Notes
| -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 1c7ec28486af..20efd0c2b5a9 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 */ |
