diff options
author | mux <mux@FreeBSD.org> | 2005-03-05 13:52:28 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2005-03-05 13:52:28 +0000 |
commit | b061c6f5aed3662b905ede01af917af51fa3a40c (patch) | |
tree | dc589b8dd5040348df0c6cb0a0c84c1fdae42325 /sys/dev | |
parent | 07ae169b7fba1fbbb585f89bdec3b0d3a8935eaa (diff) | |
download | FreeBSD-src-b061c6f5aed3662b905ede01af917af51fa3a40c.zip FreeBSD-src-b061c6f5aed3662b905ede01af917af51fa3a40c.tar.gz |
Add support for fxp(4) cards found in Sony FS570 laptops.
Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/fxp/if_fxp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 9b003f8..76be7d5 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -172,6 +172,7 @@ static struct fxp_ident fxp_ident_table[] = { { 0x1051, -1, "Intel 82562ET (ICH5/ICH5R) Pro/100 VE Ethernet" }, { 0x1059, -1, "Intel 82551QM Pro/100 M Mobile Connection" }, { 0x1064, -1, "Intel 82562EZ (ICH6)" }, + { 0x1068, -1, "Intel 82801FBM (ICH6-M) Pro/100 VE Ethernet" }, { 0x1209, -1, "Intel 82559ER Embedded 10/100 Ethernet" }, { 0x1229, 0x01, "Intel 82557 Pro/100 Ethernet" }, { 0x1229, 0x02, "Intel 82557 Pro/100 Ethernet" }, |