2008-01-12 Mike Arnold * linkck: 200801121159 - Added support for OS version to help determine supported device query methods. - Changed ce print_link to use kstat on Solaris 10 and newer. - Fixed bge link_duplex to 0:unknown, 1:half, and 2:full. 2007-09-19 Mike Arnold * linkck: 200709191935 - Removed "unsuported" messages for ipge and e1000g adv_1000hdx_cap status. 2007-09-15 Mike Arnold * linkck: 200709151235 - Changed bge, e1000g, and rge drivers to use kstat. - Fixed ipge and e1000g to report 1000/half as unsupported. - Make sure to only grab the first kstat output line. 2007-09-12 Mike Arnold * linkck: 200709121830 - Added e1000g and rge driver support. * linkck: 200709121749 - Added ipge driver support. - Added support for kstat in addition to ndd and netstat. 2004-04-17 Michael Arnold * linkck: 200404150502 - Removed elif relating to Link master status. - Updated the "tested with" interface list. 2004-02-18 Michael Arnold * linkck: 200402180037 - Removed quotes from variables in test conditions. - Split the ASMPAUSE for bge and ce as bge uses a different variable name. - Removed query_print master_cfg_value for bge. - Modified query_print link_duplex for bge in response to a bug report. 2004-02-07 Michael Arnold * linkck: 20040203071939 - Updated PATH. - Added website distribution URL. 2004-02-03 Michael Arnold * linkck: 200402030056 - Updated the version_chk function and the related code that calls it. * linkck: 200402020147 - Made things more ksh-like. - Changed all '[]' to '[[]]'. 2004-01-27 Michael Arnold * linkck: 200401270144 - Consolidated query_print_netstat with query_print. - Fixed up sanity_chk for bge, dmfe, and le. - Fixed ge autonegotiation query. (bweiskop) - Properly integrated bge in function print_gigpause. - Fixed link_speed query_print for ge. (bweiskop) * linkck: 200401252344 - Added query_print_netstat function to support ce. - Fixed up formatting of case statements. * linkck: 200401252048 - Added PATH and an alternate way to check that the script is running as uid 0. * linkck: 200401250545 - Massive new updates adding bge, ce, dmfe, ge, and le interfaces. - Switched to ksh from sh. - Added shell debugging environment switches. - Split out print_gigeth. - Created print_gigpause. - Overhauled print_link for ce support (yes, Sun, you had to go and change the way things were done, didn't you?) - Added new interface names to sanity_chk, query_print, and which_inst. - Added version function. * linkck: New file.