diff options
| author | Jeff Garzik <jgarzik@mandrakesoft.com> | 2002-04-30 13:38:46 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@mandrakesoft.com> | 2002-04-30 13:38:46 -0400 |
| commit | 043ae76b2a4bfbcb67c5e23b2596717d1aaae125 (patch) | |
| tree | dbbb7bc99d6e8a8d6a9a6845699fc837bd7e9443 /include/linux/pci_ids.h | |
| parent | 386d0ce7c72228314537abdc357e9b6bfef85e73 (diff) | |
Add new PC300 WAN driver (courtesy Cyclades), and my own changes:
* patch added stuff to include/linux. move these three new headers
to drivers/net/wan.
* change the code to support these changes
* slightly better Config.in entry. needs more work, though.
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 70b0f2fb1d48..b9017295eb1e 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1236,6 +1236,8 @@ #define PCI_DEVICE_ID_PC300_RX_1 0x0301 #define PCI_DEVICE_ID_PC300_TE_2 0x0310 #define PCI_DEVICE_ID_PC300_TE_1 0x0311 +#define PCI_DEVICE_ID_PC300_TE_M_2 0x0320 +#define PCI_DEVICE_ID_PC300_TE_M_1 0x0321 #define PCI_VENDOR_ID_ESSENTIAL 0x120f #define PCI_DEVICE_ID_ESSENTIAL_ROADRUNNER 0x0001 |
