Skip to content

Commit

Permalink
Merge pull request #35 from johnv-valve/brewmaster-4.1
Browse files Browse the repository at this point in the history
Add Killer E2400 ID in alx driver
  • Loading branch information
johnv-valve committed Nov 25, 2015
2 parents 7d6f250 + af203d6 commit 941c856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/atheros/alx/main.c
Expand Up @@ -1537,6 +1537,7 @@ static const struct pci_device_id alx_pci_tbl[] = {
{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_AR8162),
.driver_data = ALX_DEV_QUIRK_MSI_INTX_DISABLE_BUG },
{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_AR8171) },
{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_E2400) },
{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_AR8172) },
{}
};
Expand Down
1 change: 1 addition & 0 deletions drivers/net/ethernet/atheros/alx/reg.h
Expand Up @@ -39,6 +39,7 @@
#define ALX_DEV_ID_E2200 0xe091
#define ALX_DEV_ID_AR8162 0x1090
#define ALX_DEV_ID_AR8171 0x10A1
#define ALX_DEV_ID_E2400 0xe0A1
#define ALX_DEV_ID_AR8172 0x10A0

/* rev definition,
Expand Down

0 comments on commit 941c856

Please sign in to comment.