diff options
author | yong tan - Sun Microsystems - Beijing China <Yong.Tan@Sun.COM> | 2009-10-23 10:29:05 +0800 |
---|---|---|
committer | yong tan - Sun Microsystems - Beijing China <Yong.Tan@Sun.COM> | 2009-10-23 10:29:05 +0800 |
commit | 9f0e775cf4ecc02574305790635f0e06e49752f9 (patch) | |
tree | cf4e4ffa7adcca0137bc8eb3d2a87ef7dbd29f49 /usr/src/uts/common/io/bge/bge_main2.c | |
parent | 1ae9ce9bbe05d3e1e28fecb2d33f11d563cc77d4 (diff) | |
download | illumos-gate-9f0e775cf4ecc02574305790635f0e06e49752f9.tar.gz |
6718272 BGE should verify whether 5754/5755 need to use partial checksum
Diffstat (limited to 'usr/src/uts/common/io/bge/bge_main2.c')
-rw-r--r-- | usr/src/uts/common/io/bge/bge_main2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/bge/bge_main2.c b/usr/src/uts/common/io/bge/bge_main2.c index b74344ecee..4a17e623c0 100644 --- a/usr/src/uts/common/io/bge/bge_main2.c +++ b/usr/src/uts/common/io/bge/bge_main2.c @@ -37,7 +37,7 @@ static char bge_ident[] = "Broadcom Gb Ethernet"; /* * Make sure you keep the version ID up to date! */ -static char bge_version[] = "Broadcom Gb Ethernet v1.10"; +static char bge_version[] = "Broadcom Gb Ethernet v1.11"; /* * Property names |