Copyright (C) 2007 Morgan Tsai my_tsai@sis.com Copyright (C) 2007 Silicon Integrated Systems Corp. (SiS)
Change Log: Add SiS device IDs for further update.
Signed-off-by: Morgan Tsai my_tsai@sis.com
Index: src/include/device/pci_ids.h =================================================================== --- src/include/device/pci_ids.h (revision 2795) +++ src/include/device/pci_ids.h (revision 2796) @@ -2070,1 +2070,49 @@ + + /* SiS PCI DEVICE ID */ + #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
* Morgan Tsai my_tsai@sis.com [070921 11:09]:
Copyright (C) 2007 Morgan Tsai my_tsai@sis.com Copyright (C) 2007 Silicon Integrated Systems Corp. (SiS)
Change Log: Add SiS device IDs for further update.
Signed-off-by: Morgan Tsai my_tsai@sis.com
Thank you very much. Committed in r2798.
We are looking forward to future contributions from you!
One side question: How did you create the diff? It did not cleanly apply here. Not a big problem, I applied it manually for now.
Stefan
* Stefan Reinauer stepan@coresystems.de [070922 19:54]:
Thank you very much. Committed in r2798.
Sorry, r2799
Stefan