mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
added PCI IDs for SiS900
This commit is contained in:
parent
f9af00c4ba
commit
46c64c2bd8
1 changed files with 2 additions and 0 deletions
|
@ -347,6 +347,7 @@
|
|||
#define PCI_DEVICE_ID_SI_630 0x0630
|
||||
#define PCI_DEVICE_ID_SI_730 0x0730
|
||||
#define PCI_DEVICE_ID_SI_735 0x0735
|
||||
#define PCI_DEVICE_ID_SI_900 0x0900
|
||||
#define PCI_DEVICE_ID_SI_5107 0x5107
|
||||
#define PCI_DEVICE_ID_SI_5300 0x5300
|
||||
#define PCI_DEVICE_ID_SI_5511 0x5511
|
||||
|
@ -360,6 +361,7 @@
|
|||
#define PCI_DEVICE_ID_SI_6306 0x6306
|
||||
#define PCI_DEVICE_ID_SI_6326 0x6326
|
||||
#define PCI_DEVICE_ID_SI_7001 0x7001
|
||||
#define PCI_DEVICE_ID_SI_7016 0x7016
|
||||
|
||||
#define PCI_VENDOR_ID_HP 0x103c
|
||||
#define PCI_DEVICE_ID_HP_J2585A 0x1030
|
||||
|
|
Loading…
Add table
Reference in a new issue