From: Ben Gras Date: Tue, 22 Nov 2011 10:09:08 +0000 (+0100) Subject: fxp: add device id for LU82551IT X-Git-Tag: v3.2.0~238 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch12.html?a=commitdiff_plain;h=81bdb22b0ca0dc0ec978ecf79351f7f72fa044bf;p=minix.git fxp: add device id for LU82551IT Contributed by Roman Ignatov --- 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 } };