mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add PCI device IDs for Intel BX PCI chip-set components.
Submitted by: Steinar Haug <sthaug@nethelp.no>
This commit is contained in:
parent
9e39714518
commit
fabdb7f671
1 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/**************************************************************************
|
||||
**
|
||||
** $Id: pcisupport.c,v 1.61 1998/03/01 17:29:25 sos Exp $
|
||||
** $Id: pcisupport.c,v 1.62 1998/03/27 20:36:54 se Exp $
|
||||
**
|
||||
** Device driver for DEC/INTEL PCI chipsets.
|
||||
**
|
||||
|
|
@ -214,6 +214,12 @@ chipset_probe (pcici_t tag, pcidi_t type)
|
|||
return ("Intel 82371AB USB host controller");
|
||||
case 0x71138086:
|
||||
return ("Intel 82371AB Power management controller");
|
||||
case 0x71908086:
|
||||
return ("Intel 82443BX host to PCI bridge");
|
||||
case 0x71918086:
|
||||
return ("Intel 82443BX host to AGP bridge");
|
||||
case 0x71928086:
|
||||
return ("Intel 82443BX host to PCI bridge (AGP disabled)");
|
||||
case 0x12378086:
|
||||
fixwsc_natoma(tag);
|
||||
return ("Intel 82440FX (Natoma) PCI and memory controller");
|
||||
|
|
|
|||
Loading…
Reference in a new issue