diff options
author | sos <sos@FreeBSD.org> | 1998-02-24 12:15:34 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1998-02-24 12:15:34 +0000 |
commit | cc146b2e383175fe2e8c631c832437cc5e5e6793 (patch) | |
tree | 920f93a801f97c77039fbeea0b0c6e3cc2f25e6d | |
parent | 7631a418b90a0cc3ade3a960be850e9d43364528 (diff) | |
download | FreeBSD-src-cc146b2e383175fe2e8c631c832437cc5e5e6793.zip FreeBSD-src-cc146b2e383175fe2e8c631c832437cc5e5e6793.tar.gz |
Add the Intel 82371SB USB host controller to the known list.
-rw-r--r-- | sys/pci/pcisupport.c | 4 |
1 files changed, 3 insertions, 1 deletions
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: |