From 4b12a632af94e4cad9556d2e7a2d2c04eabfbac9 Mon Sep 17 00:00:00 2001 From: kato Date: Mon, 4 May 1998 08:16:03 +0000 Subject: Added another PCI to C-bus (ISA bus like 16 bit bus of PC-98) bridge. --- sys/pci/pcisupport.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/pci') 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)) -- cgit v1.1