backing out pci device renames
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2119 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
7ce8c54e2b
commit
563fc16860
|
@ -1077,8 +1077,8 @@
|
|||
#define PCI_DEVICE_ID_VIA_8233C_0 0x3109
|
||||
#define PCI_DEVICE_ID_VIA_8361 0x3112
|
||||
#define PCI_DEVICE_ID_VIA_8233A 0x3147
|
||||
#define PCI_DEVICE_ID_VIA_CLE266_VGA 0x3122
|
||||
#define PCI_DEVICE_ID_VIA_8623 0x3123
|
||||
#define PCI_DEVICE_ID_VIA_CLE266_VGA 0x3122
|
||||
#define PCI_DEVICE_ID_VIA_8623 0x3123
|
||||
#define PCI_DEVICE_ID_VIA_86C100A 0x6100
|
||||
#define PCI_DEVICE_ID_VIA_8231 0x8231
|
||||
#define PCI_DEVICE_ID_VIA_8231_4 0x8235
|
||||
|
@ -1795,6 +1795,7 @@
|
|||
#define PCI_DEVICE_ID_INTEL_82801CA_1F3 0x2483
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_1D1 0x2484
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_1F5 0x2485
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_1F6 0x2486
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_1D2 0x2487
|
||||
#define PCI_DEVICE_ID_INTEL_82870_1E0 0x1461
|
||||
#define PCI_DEVICE_ID_INTEL_82870_1F0 0x1460
|
||||
|
@ -1824,15 +1825,17 @@
|
|||
#define PCI_DEVICE_ID_INTEL_82801E_11 0x245b
|
||||
#define PCI_DEVICE_ID_INTEL_82801E_13 0x245d
|
||||
#define PCI_DEVICE_ID_INTEL_82801E_14 0x245e
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_0 0x2480
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_2 0x2482
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_3 0x2483
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_4 0x2484
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_5 0x2485
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_6 0x2486
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_7 0x2487
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_LAN 0x2449
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_PCI 0x244e // Same as 82801ER
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_LPC 0x2480
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_USB 0x2482
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_SMB 0x2483
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_USB2 0x2484
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_AC97_AUDIO 0x2485
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_AC97_MODEM 0x2486
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_USB3 0x2487
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_10 0x248a
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_11 0x248b
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_IDE 0x248b
|
||||
#define PCI_DEVICE_ID_INTEL_82801CA_12 0x248c
|
||||
#define PCI_DEVICE_ID_INTEL_82801DB_0 0x24c0
|
||||
#define PCI_DEVICE_ID_INTEL_82801DB_2 0x24c2
|
||||
|
|
Loading…
Reference in New Issue