diff options
author | Olof Johansson <olof@lixom.net> | 2007-01-31 22:43:54 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-05 16:58:52 -0500 |
commit | f5cd7872768d5856b1b409a33f516e5ac7798f75 (patch) | |
tree | 75c7e49f1c036ec4217c741d54017a16e3d8aad1 /include/linux/pci_ids.h | |
parent | 1ee6dd770b2302e32fdae489f4fc58c374399da4 (diff) |
PA Semi PWRficient Ethernet driver
Driver for the PA Semi PWRficient on-chip Ethernet (1/10G)
Basic enablement, will be complemented with performance enhancements
over time. PHY support will be added as well.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 3d1d21035dec..7098961cc869 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2066,6 +2066,8 @@ | |||
2066 | #define PCI_VENDOR_ID_TDI 0x192E | 2066 | #define PCI_VENDOR_ID_TDI 0x192E |
2067 | #define PCI_DEVICE_ID_TDI_EHCI 0x0101 | 2067 | #define PCI_DEVICE_ID_TDI_EHCI 0x0101 |
2068 | 2068 | ||
2069 | #define PCI_VENDOR_ID_PASEMI 0x1959 | ||
2070 | |||
2069 | #define PCI_VENDOR_ID_JMICRON 0x197B | 2071 | #define PCI_VENDOR_ID_JMICRON 0x197B |
2070 | #define PCI_DEVICE_ID_JMICRON_JMB360 0x2360 | 2072 | #define PCI_DEVICE_ID_JMICRON_JMB360 0x2360 |
2071 | #define PCI_DEVICE_ID_JMICRON_JMB361 0x2361 | 2073 | #define PCI_DEVICE_ID_JMICRON_JMB361 0x2361 |