1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

The ICH2 reports itself as a PCI:ISA bridge, so don't special-case it

here.

Submitted by:	Michael Harnois <mdharnois@home.com>
This commit is contained in:
Mike Smith 2000-12-10 11:15:19 +00:00
parent cd52087363
commit 772922d066
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69818

View File

@ -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 */