diff options
author | wdenk <wdenk> | 2003-12-07 19:24:00 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-12-07 19:24:00 +0000 |
commit | b4676a25e2feb15826d960f4a216c3c429d2de75 (patch) | |
tree | 884c5a34f6f0769ddafc939b76a6633425d84372 /include/pci_ids.h | |
parent | a2663ea4fc9d18cb8000c97ed92c3c668eda8e04 (diff) |
* Patch by Andre Schwarz, 24 Nov 2003:
add support for mvblue (mvBlueLYNX and mvBlueBOX) boards
* Patch by Pavel Bartusek, 21 Nov 2003:
set ZMII bridge speed on 440
* Patch by Anders Larsen, 17 Nov 2003:
Fix mismatched #ifdef / #endif in include/asm-arm/arch-pxa/hardware.h
Diffstat (limited to 'include/pci_ids.h')
-rw-r--r-- | 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 c02c473fdf7..a27d31c9646 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -1101,6 +1101,9 @@ #define PCI_VENDOR_ID_ROCKWELL 0x127A +#define PCI_VENDOR_ID_DAVICOM 0x1282 +#define PCI_DEVICE_ID_DAVICOM_DM9102A 0x9102 + #define PCI_VENDOR_ID_ITE 0x1283 #define PCI_DEVICE_ID_ITE_IT8172G 0x8172 #define PCI_DEVICE_ID_ITE_IT8172G_AUDIO 0x0801 @@ -1540,3 +1543,4 @@ #define PCI_DEVICE_ID_SMI_710 0x0710 #define PCI_DEVICE_ID_SMI_712 0x0712 #define PCI_DEVICE_ID_SMI_810 0x0810 + |