mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
Turn the VIA chipset ,<<IDE/USB>> controller probing off.
It might cause some problem and something like USB has its own driver.
This commit is contained in:
parent
ef57f97a9d
commit
c78e2203d9
1 changed files with 1 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/**************************************************************************
|
||||
**
|
||||
** $Id: pcisupport.c,v 1.84 1998/12/19 16:05:19 foxfair Exp $
|
||||
** $Id: pcisupport.c,v 1.85 1998/12/23 14:28:37 foxfair Exp $
|
||||
**
|
||||
** Device driver for DEC/INTEL PCI chipsets.
|
||||
**
|
||||
|
|
@ -342,11 +342,6 @@ chipset_probe (pcici_t tag, pcidi_t type)
|
|||
/* XXX need info on the MVP3 -- any takers? */
|
||||
case 0x30401106:
|
||||
return("VIA 82C586B ACPI interface");
|
||||
/* XXX New info added-in */
|
||||
case 0x05711106:
|
||||
return("VIA 82C586B IDE controller");
|
||||
case 0x30381106:
|
||||
return("VIA 82C586B USB controller");
|
||||
/* XXX Here is MVP3, I got the datasheet but NO M/B to test it */
|
||||
/* totally. Please let me know if anything wrong. -F */
|
||||
case 0x05981106:
|
||||
|
|
|
|||
Loading…
Reference in a new issue