|
Description
|
We need a few more kstats for Nemo. See PSARC 2006/296 for details:
/* ether_stat enumeration */ /* kstat name */
ETHER_STAT_JABBER_ERRORS "jabber_errors"
ETHER_STAT_CAP_100T4 "cap_100T4"
ETHER_STAT_ADV_CAP_100T4 "adv_cap_100T4"
ETHER_STAT_LP_CAP_100T4 "lp_cap_100T4"
These stats are required to port certain existing drivers (e.g. hme, qfe, eri) to Nemo without loss of functionality.
|