]> Zhao Yanbai Git Server - minix.git/commitdiff
fxp: add device id for LU82551IT
authorBen Gras <ben@minix3.org>
Tue, 22 Nov 2011 10:09:08 +0000 (11:09 +0100)
committerBen Gras <ben@minix3.org>
Tue, 22 Nov 2011 10:09:42 +0000 (11:09 +0100)
Contributed by Roman Ignatov

drivers/fxp/fxp.c

index 96f5f2aef5bd07e98e9589212d7a64908cb1bac3..e2f967d671c95afccc5242c3eaf80fe559923954 100644 (file)
@@ -55,7 +55,7 @@ PRIVATE struct pcitab pcitab_fxp[]=
        { 0x8086, 0x1064, 0 },          /* Intel 82562 */
        { 0x8086, 0x1031, 0 },          /* Intel 82801CAM VE */
        { 0x8086, 0x1032, 0 },          /* Intel 82801CAM VE */
-
+       { 0x8086, 0x1209, 0 },          /* Intel 82551IT */
        { 0x0000, 0x0000, 0 }
 };