diff options
author | ml149210 <none@none> | 2007-05-26 05:29:40 -0700 |
---|---|---|
committer | ml149210 <none@none> | 2007-05-26 05:29:40 -0700 |
commit | 03a69b52ae9782ba394c209750ad0cda5c6c296a (patch) | |
tree | a2c9a03a9206984cf3c2d5c77bd43e5acd2e1021 /usr/src/uts/common/io/bge/bge_main2.c | |
parent | c165966d2681754edbe7637da5adf3e53b3f7132 (diff) | |
download | illumos-gate-03a69b52ae9782ba394c209750ad0cda5c6c296a.tar.gz |
6551951 BGE need to support NetXtreme 5755
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 1e049fbd89..245fbc9fa5 100644 --- a/usr/src/uts/common/io/bge/bge_main2.c +++ b/usr/src/uts/common/io/bge/bge_main2.c @@ -33,7 +33,7 @@ * This is the string displayed by modinfo, etc. * Make sure you keep the version ID up to date! */ -static char bge_ident[] = "Broadcom Gb Ethernet v0.56"; +static char bge_ident[] = "Broadcom Gb Ethernet v0.57"; /* * Property names |