From 81bdb22b0ca0dc0ec978ecf79351f7f72fa044bf Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 22 Nov 2011 11:09:08 +0100 Subject: [PATCH] fxp: add device id for LU82551IT Contributed by Roman Ignatov --- drivers/fxp/fxp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/fxp/fxp.c b/drivers/fxp/fxp.c index 96f5f2aef..e2f967d67 100644 --- a/drivers/fxp/fxp.c +++ b/drivers/fxp/fxp.c @@ -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 } }; -- 2.44.0