Remove VIA USB controller (was '#if 0' out), to make sure

no one adds it back. Chip handled by uhci_pci.c .
This commit is contained in:
Nick Hibma 1999-05-10 14:07:14 +00:00
parent 1d3710bdf3
commit 4be5179ace
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46895

View file

@ -1,6 +1,6 @@
/**************************************************************************
**
** $Id: pcisupport.c,v 1.107 1999/05/08 21:59:41 dfr Exp $
** $Id: pcisupport.c,v 1.108 1999/05/09 16:32:00 peter Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@ -1108,8 +1108,6 @@ chip_match(device_t dev)
/* XXX New info added-in */
case 0x05711106:
return("VIA 82C586B IDE controller");
case 0x30381106:
return("VIA 82C586B USB controller");
#endif
/* NEC -- vendor 0x1033 */