lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <BN3PR0401MB1457768A72BE42070D34E581C0ED0@BN3PR0401MB1457.namprd04.prod.outlook.com>
Date:   Thu, 25 Aug 2016 03:33:11 +0000
From:   Owen Lin <olin@...etnetworks.com>
To:     "johannes@...solutions.net" <johannes@...solutions.net>,
        "davem@...emloft.net" <davem@...emloft.net>,
        "edumazet@...gle.com" <edumazet@...gle.com>
CC:     "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: [PATCH 1/1] net: add killer E2500 device id

Add Killer E2500 device ID in alx driver.

Signed-off-by: Owen Lin olin@...etnetworks.com

--------------------------------------------------------------------------------

diff -up1rN alx_orig/main.c alx/main.c
--- alx_orig/main.c	2016-08-25 11:12:34.170447500 +0800
+++ alx/main.c	2016-08-25 11:24:12.026853000 +0800
@@ -1547,2 +1547,4 @@ static const struct pci_device_id alx_pc
 	  .driver_data = ALX_DEV_QUIRK_MSI_INTX_DISABLE_BUG },
+	{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_E2500),
+	  .driver_data = ALX_DEV_QUIRK_MSI_INTX_DISABLE_BUG },
 	{ PCI_VDEVICE(ATTANSIC, ALX_DEV_ID_AR8162),
diff -up1rN alx_orig/reg.h alx/reg.h
--- alx_orig/reg.h	2016-08-25 11:08:25.895534000 +0800
+++ alx/reg.h	2016-08-25 11:24:34.933147000 +0800
@@ -40,5 +40,6 @@
 #define ALX_DEV_ID_E2400				0xe0a1
+#define ALX_DEV_ID_E2500				0xe0b1
 #define ALX_DEV_ID_AR8162				0x1090
-#define ALX_DEV_ID_AR8171				0x10A1
-#define ALX_DEV_ID_AR8172				0x10A0
+#define ALX_DEV_ID_AR8171				0x10a1
+#define ALX_DEV_ID_AR8172				0x10a0

/* rev definition,

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ