diff options
author | Morgan Tsai <my_tsai@sis.com> | 2007-09-22 17:51:48 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2007-09-22 17:51:48 +0000 |
commit | c49b834710a715e7068740b7d83509cc3f63109e (patch) | |
tree | bcc2317da944153282c662d78aedf49f22ffa9d5 /src | |
parent | d9ab798a2f7ac7ea3bc689e2a194bab7f0a99163 (diff) | |
download | coreboot-c49b834710a715e7068740b7d83509cc3f63109e.tar.xz |
Add SiS device IDs for further update.
Signed-off-by: Morgan Tsai <my_tsai@sis.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2799 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/include/device/pci_ids.h | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 03569a4940..5a405d1365 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -2059,6 +2059,55 @@ #define PCI_DEVICE_ID_MICROGATE_USC 0x0010 #define PCI_DEVICE_ID_MICROGATE_SCC 0x0020 #define PCI_DEVICE_ID_MICROGATE_SCA 0x0030 + +#define PCI_VENDOR_ID_SIS 0x1039 +#define PCI_DEVICE_ID_SIS_SIS966_SB 0x0966 +#define PCI_DEVICE_ID_SIS_SIS966_LPC 0x0966 +#define PCI_DEVICE_ID_SIS_SIS966_SLAVE 0x0361 +#define PCI_DEVICE_ID_SIS_SIS966_LPC_2 0x0362 +#define PCI_DEVICE_ID_SIS_SIS966_LPC_3 0x0363 +#define PCI_DEVICE_ID_SIS_SIS966_LPC_4 0x0364 +#define PCI_DEVICE_ID_SIS_SIS966_LPC_5 0x0365 +#define PCI_DEVICE_ID_SIS_SIS966_LPC_6 0x0366 +#define PCI_DEVICE_ID_SIS_SIS966_PRO 0x0367 +#define PCI_DEVICE_ID_SIS_SIS966_SM2 0x0368 +#define PCI_DEVICE_ID_SIS_SIS966_IDE 0x5513 +#define PCI_DEVICE_ID_SIS_SIS966_SATA0 0x1183 +#define PCI_DEVICE_ID_SIS_SIS966_SATA1 0x037F +#define PCI_DEVICE_ID_SIS_SIS966_NIC0 0x190 +#define PCI_DEVICE_ID_SIS_SIS966_NIC1 0x191 +#define PCI_DEVICE_ID_SIS_SIS966_NIC2 0x192 +#define PCI_DEVICE_ID_SIS_SIS966_NIC3 0x193 +#define PCI_DEVICE_ID_SIS_SIS966_NIC_BRIDGE 0x0373 +#define PCI_DEVICE_ID_SIS_SIS966_AZA 0x7502 +#define PCI_DEVICE_ID_SIS_SIS966_PCI 0x0370 +#define PCI_DEVICE_ID_SIS_SIS966_PCIE_A_B 0x000A +#define PCI_DEVICE_ID_SIS_SIS966_PCIE_B_C 0x1002 +#define PCI_DEVICE_ID_SIS_SIS966_PCIE_E 0x1003 +#define PCI_DEVICE_ID_SIS_SIS966_PCIE_A 0x1004 +#define PCI_DEVICE_ID_SIS_SIS966_PCIE_F 0x1005 +#define PCI_DEVICE_ID_SIS_SIS966_PCIE_D 0x1006 +#define PCI_DEVICE_ID_SIS_SIS966_HT 0x0369 +#define PCI_DEVICE_ID_SIS_SIS966_TRIM 0x036A +#define PCI_DEVICE_ID_SIS_SIS966_PMU 0x036B +#define PCI_DEVICE_ID_SIS_SIS966_NORTHBRIDGE 0x0756 +#define PCI_DEVICE_ID_SIS_SIS966_ISA 0x0966 +#define PCI_DEVICE_ID_SIS_SIS966_AC97_AUDIO 0x7012 +#define PCI_DEVICE_ID_SIS_SIS966_AC97_MODEM 0x7013 +#define PCI_DEVICE_ID_SIS_SIS966_EHCI 0x7002 +#define PCI_DEVICE_ID_SIS_SIS966_IDE 0x5513 +#define PCI_DEVICE_ID_SIS_SIS966_SMB 0x25a4 +#define PCI_DEVICE_ID_SIS_SIS966_USB 0x7001 +#define PCI_DEVICE_ID_SIS_SIS966_USB2 0x7001 +#define PCI_DEVICE_ID_SIS_SIS966_USB3 0x7001 +#define PCI_DEVICE_ID_SIS_SIS966_SATA 0x1183 +#define PCI_DEVICE_ID_SIS_SIS966_SATA_R 0x1183 +#define PCI_DEVICE_ID_SIS_SIS966_PIC1 0x25ac +#define PCI_DEVICE_ID_SIS_SIS966_BRIDGE1C 0x0966 +#define PCI_DEVICE_ID_SIS_AGP 0x0002 +#define PCI_DEVICE_ID_SIS_SIS761 0x0761 +#define PCI_DEVICE_ID_SIS_SIS756 0x0756 + /* OLD USAGE FOR LINUXBIOS */ #define PCI_VENDOR_ID_ACER 0x10b9 #define PCI_DEVICE_ID_ACER_M1535D 0x1533 |