summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-13 08:40:10 +0000
committerpeter <peter@FreeBSD.org>2000-01-13 08:40:10 +0000
commita04332618730e06b716d3520ff41dd91cbd5b702 (patch)
tree23482421e573b984f709a18d80d25789fd9fcdbc /sys/pci
parenteac0845d00b60197984596d56053c34ece274db5 (diff)
downloadFreeBSD-src-a04332618730e06b716d3520ff41dd91cbd5b702.zip
FreeBSD-src-a04332618730e06b716d3520ff41dd91cbd5b702.tar.gz
Remove duplicate DEC 21050 PCI-PCI bridge (0x00011011)
Add an entry for the Toshiba Fast Infra Red controller (0x07011179)
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/pcisupport.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 99f7ce3..2427953 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -725,8 +725,6 @@ pcib_match(device_t dev)
/* Others */
case 0x00221014:
return ("IBM 82351 PCI-PCI bridge");
- case 0x00011011:
- return ("DEC 21050 PCI-PCI bridge");
/* UMC United Microelectronics 0x1060 */
case 0x88811060:
return ("UMC UM8881 HB4 486 PCI Chipset");
@@ -1232,6 +1230,10 @@ chip_match(device_t dev)
case 0x800610c8:
return ("NeoMagic MagicMedia 256ZX Audio controller");
+ /* Toshiba -- vendor 0x1179 */
+ case 0x07011179:
+ return ("Toshiba Fast Infra Red controller");
+
/* NEC -- vendor 0x1033 */
/* PCI to C-bus bridge */
OpenPOWER on IntegriCloud