diff options
| author | Jeff Garzik <jgarzik@mandrakesoft.com> | 2002-06-14 10:02:38 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@mandrakesoft.com> | 2002-06-14 10:02:38 -0400 |
| commit | a511104c84773b1b5a1c7c1ef53f691ecb45a837 (patch) | |
| tree | 694763ceaf4e8b5cc84ef4523a73b309b956b75b /include/linux | |
| parent | a990709108dd9f27b7fd2b4a57bd56c4893e691c (diff) | |
net driver 8139cp updates:
* add preliminary 8169 gige support (ifdef'd out)
* support several diagnostic ethtool ioctls
* do not write to legacy 8139 registers we never use
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 5fd0a9198a2a..e4b78c51656b 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -912,6 +912,7 @@ #define PCI_DEVICE_ID_REALTEK_8029 0x8029 #define PCI_DEVICE_ID_REALTEK_8129 0x8129 #define PCI_DEVICE_ID_REALTEK_8139 0x8139 +#define PCI_DEVICE_ID_REALTEK_8169 0x8169 #define PCI_VENDOR_ID_XILINX 0x10ee #define PCI_DEVICE_ID_TURBOPAM 0x4020 |
