freebsd-dev/sys/dev/en
Hartmut Brandt 41a753193a Make the internal statistics sysctl an array of integers rather than a string.
While a string is readable without a tool, an array is easier to process for
a monitoring application. This also prevents the extra hoops we need with
sbufs and locking.

Move the mtx_init() in en_attach() higher before the first failure point so
that we can unconditionally destroy it in en_destroy().
2003-06-04 15:38:32 +00:00
..
if_en_pci.c Define a link layer MIB for ATM. Most fields of this MIB are needed by 2003-05-05 16:35:52 +00:00
midway.c Make the internal statistics sysctl an array of integers rather than a string. 2003-06-04 15:38:32 +00:00
midwayreg.h Convert the midway driver to use busdma. Except for this conversion the 2003-04-25 16:14:03 +00:00
midwayvar.h Define a link layer MIB for ATM. Most fields of this MIB are needed by 2003-05-05 16:35:52 +00:00