diff options
| author | Lennert Buytenhek <buytenh@wantstofly.org> | 2004-07-01 23:53:00 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2004-07-01 23:53:00 -0700 |
| commit | d3e60872caa9d39cb167f43645a109666ff5764e (patch) | |
| tree | ef5f3c4e2ae0ea56ddd30ffc7d86ac6cd76f6b94 /include/linux | |
| parent | e1480b6993f353b52eff786ec3b29e7020f79f87 (diff) | |
[PATCH] PCI: New PCI vendor/device ID for Radisys ENP-2611 board
Included is a patch for linux to add a PCI vendor/device ID for the
Radisys ENP-2611 board. The ENP-2611 is a 64bit/66MHz PCI board which
hosts an Intel IXP2400 network processor, has three GigE interfaces,
runs linux and generally kicks ass.
(see http://www.radisys.com/oem_products/ds-page.cfm?productdatasheetsid=1147)
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 0a73d0d2c271..519ffaca6cf0 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1711,6 +1711,9 @@ #define PCI_DEVICE_ID_SIIG_2S1P_20x_650 0x2061 #define PCI_DEVICE_ID_SIIG_2S1P_20x_850 0x2062 +#define PCI_VENDOR_ID_RADISYS 0x1331 +#define PCI_DEVICE_ID_RADISYS_ENP2611 0x0030 + #define PCI_VENDOR_ID_DOMEX 0x134a #define PCI_DEVICE_ID_DOMEX_DMX3191D 0x0001 |
