summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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