summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/isa_pci.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-12-09 09:15:38 +0000
committermsmith <msmith@FreeBSD.org>2000-12-09 09:15:38 +0000
commitc174181f432119d1dae3f5e58ecc14c8d7b6f545 (patch)
tree778814cdc635e7529f9fbfe4aa3c4e514721437b /sys/dev/pci/isa_pci.c
parent27cc24d5300b6a98af9deb85109f95f0685fe01e (diff)
downloadFreeBSD-src-c174181f432119d1dae3f5e58ecc14c8d7b6f545.zip
FreeBSD-src-c174181f432119d1dae3f5e58ecc14c8d7b6f545.tar.gz
- Fix the device database parsing code so that it actually works.
- Improve the formatting for devices identified by the database. - Fix the pcib_route_interrupt method definition, as an old version snuck in here somehow 8( - Remove a couple of the vendor/device IDs for PCI:ISA bridges which correctly identify themselves. Submitted by: peter
Diffstat (limited to 'sys/dev/pci/isa_pci.c')
-rw-r--r--sys/dev/pci/isa_pci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/pci/isa_pci.c b/sys/dev/pci/isa_pci.c
index b7e5f7c..1c7ec28 100644
--- a/sys/dev/pci/isa_pci.c
+++ b/sys/dev/pci/isa_pci.c
@@ -99,7 +99,6 @@ isab_probe(device_t dev)
case 0x04848086: /* Intel 82378ZB/82378IB */
case 0x122e8086: /* Intel 82371FB */
case 0x70008086: /* Intel 82371SB */
- case 0x71108086: /* Intel 82371AB */
case 0x71988086: /* Intel 82443MX */
case 0x24108086: /* Intel 82801AA (ICH) */
case 0x24208086: /* Intel 82801AB (ICH0) */
@@ -107,7 +106,6 @@ isab_probe(device_t dev)
case 0x00061004: /* VLSI 82C593 */
case 0x05861106: /* VIA 82C586 */
case 0x05961106: /* VIA 82C596 PCI-ISA */
- case 0x06861106: /* VIA 82C686 PCI-ISA */
/* AcerLabs -- vendor 0x10b9 */
/* Funny : The datasheet told me vendor id is "10b8",sub-vendor */
/* id is '10b9" but the register always shows "10b9". -Foxfair */
OpenPOWER on IntegriCloud