mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 23:20:32 -04:00
cxgb4: add new PCI IDs
Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
7a3acb8528
commit
ac50bed375
@@ -175,6 +175,16 @@ enum {
|
||||
|
||||
static DEFINE_PCI_DEVICE_TABLE(cxgb4_pci_tbl) = {
|
||||
CH_DEVICE(0xa000, 0), /* PE10K */
|
||||
CH_DEVICE(0x4001, 0),
|
||||
CH_DEVICE(0x4002, 0),
|
||||
CH_DEVICE(0x4003, 0),
|
||||
CH_DEVICE(0x4004, 0),
|
||||
CH_DEVICE(0x4005, 0),
|
||||
CH_DEVICE(0x4006, 0),
|
||||
CH_DEVICE(0x4007, 0),
|
||||
CH_DEVICE(0x4008, 0),
|
||||
CH_DEVICE(0x4009, 0),
|
||||
CH_DEVICE(0x400a, 0),
|
||||
{ 0, }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user