mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
1d3710bdf3
commit
4be5179ace
1 changed files with 1 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue