diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1998-12-14 09:46:31 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1998-12-14 09:46:31 +0000 |
| commit | 527e2883c313fb90eef61e3dbe8709bd6b45052d (patch) | |
| tree | 25a0b07283666e987fd7d7e35dfa29628e923a32 /sys/pci | |
| parent | bea029a1662c26524a04231c8b7ac48205e8e4ed (diff) | |
Notes
Diffstat (limited to 'sys/pci')
| -rw-r--r-- | sys/pci/pcisupport.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 5311b239d88e8..59d149853e5a9 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcisupport.c,v 1.78 1998/12/09 01:33:03 eivind Exp $ +** $Id: pcisupport.c,v 1.79 1998/12/14 05:47:28 dillon Exp $ ** ** Device driver for DEC/INTEL PCI chipsets. ** @@ -273,8 +273,6 @@ chipset_probe (pcici_t tag, pcidi_t type) case 0x05971106: return("VIA 82C597 (Apollo VP3) system controller"); /* XXX need info on the MVP3 -- any takers? */ - case 0x30381106: - return("VIA 82C586B USB host controller"); case 0x30401106: return("VIA 82C586B ACPI interface"); |
