diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1998-11-26 21:57:52 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1998-11-26 21:57:52 +0000 |
| commit | 48ecb15bdcb6f422d4088bd0430b1dd5ea1c7db6 (patch) | |
| tree | a90fa64114a74fc6b5d93fc5c0e05d5f6409b127 | |
| parent | 29be051d68188a9177907540a05839a0bcc5be68 (diff) | |
Notes
| -rw-r--r-- | sys/pci/pcisupport.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 1cac4509fcc8..1258e3c0f351 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcisupport.c,v 1.72 1998/09/16 20:29:22 msmith Exp $ +** $Id: pcisupport.c,v 1.73 1998/10/31 10:35:24 dfr Exp $ ** ** Device driver for DEC/INTEL PCI chipsets. ** @@ -208,16 +208,12 @@ 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 0x70308086: return ("Intel 82437VX PCI cache memory controller"); case 0x71008086: return ("Intel 82439TX System Controller (MTXC)"); case 0x71108086: return ("Intel 82371AB PCI to ISA bridge"); - case 0x71128086: - return ("Intel 82371AB USB host controller"); case 0x71138086: return ("Intel 82371AB Power management controller"); case 0x71908086: |
