From cc146b2e383175fe2e8c631c832437cc5e5e6793 Mon Sep 17 00:00:00 2001 From: sos Date: Tue, 24 Feb 1998 12:15:34 +0000 Subject: Add the Intel 82371SB USB host controller to the known list. --- 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 90a3c82..11ceb1c 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcisupport.c,v 1.57 1997/10/17 16:26:14 wollman Exp $ +** $Id: pcisupport.c,v 1.58 1997/11/11 01:50:06 wollman Exp $ ** ** Device driver for DEC/INTEL PCI chipsets. ** @@ -202,6 +202,8 @@ chipset_probe (pcici_t tag, pcidi_t type) return ("SiS 85c601"); case 0x70008086: return ("Intel 82371SB PCI to ISA bridge"); + case 0x70208086: + return ("Intel 82371SB USB host controller"); case 0x71008086: return ("Intel 82439TX System Controller (MTXC)"); case 0x71108086: -- cgit v1.1