summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-05-04 08:16:03 +0000
committerkato <kato@FreeBSD.org>1998-05-04 08:16:03 +0000
commit4b12a632af94e4cad9556d2e7a2d2c04eabfbac9 (patch)
treec75e8ca24ba911b116b96118fcb08d9dae414b4f /sys/pci
parent03e1d1489131bda423241d699e9ea250f6370f36 (diff)
downloadFreeBSD-src-4b12a632af94e4cad9556d2e7a2d2c04eabfbac9.zip
FreeBSD-src-4b12a632af94e4cad9556d2e7a2d2c04eabfbac9.tar.gz
Added another PCI to C-bus (ISA bus like 16 bit bus of PC-98) bridge.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/pcisupport.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 8480800..f0fecd3 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.64 1998/05/03 08:35:05 phk Exp $
+** $Id: pcisupport.c,v 1.65 1998/05/04 01:39:48 kato Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -279,6 +279,8 @@ chipset_probe (pcici_t tag, pcidi_t type)
return ("NEC 0016 PCI to PC-98 local bus bridge");
case 0x002c1033:
return ("NEC 002C PCI to PC-98 C-bus bridge");
+ case 0x003b1033:
+ return ("NEC 003B PCI to PC-98 C-bus bridge");
};
if (descr = generic_pci_bridge(tag))
OpenPOWER on IntegriCloud