[U-Boot-Users] [PATCH 1/2] Additional PCI IDs for IDE and network controllers

Guennadi Liakhovetski g.liakhovetski at gmx.de
Mon Mar 31 01:32:01 CEST 2008


These PCI IDs are required by the Linkstation platforms.

Signed-off-by: Guennadi Liakhovetski <lg at denx.de>

---

Sorry for a last minute submission... Woould be good to get this and the 
following patch in for 1.3.3. Haven't found a PCI custodian, so, CC-ing 
Wolfgang.

 include/pci_ids.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/pci_ids.h b/include/pci_ids.h
index 3b10452..638d3d8 100644
--- a/include/pci_ids.h
+++ b/include/pci_ids.h
@@ -1472,6 +1472,8 @@
 #define PCI_DEVICE_ID_ITE_IT8172G	0x8172
 #define PCI_DEVICE_ID_ITE_IT8172G_AUDIO 0x0801
 #define PCI_DEVICE_ID_ITE_IT8181	0x8181
+#define PCI_DEVICE_ID_ITE_8211		0x8211
+#define PCI_DEVICE_ID_ITE_8212		0x8212
 #define PCI_DEVICE_ID_ITE_8872		0x8872
 
 #define PCI_DEVICE_ID_ITE_IT8330G_0	0xe886
@@ -2073,3 +2075,5 @@
 #define PCI_DEVICE_ID_MPC8641D		0x7011
 #define PCI_DEVICE_ID_MPC8610		0x7018
 
+#define PCI_VENDOR_ID_ADMTEK		0x1317
+#define PCI_DEVICE_ID_ADMTEK_AN983B	0x985
-- 
1.5.4





More information about the U-Boot mailing list