Ian Lepore df63a5d236 Fixes and enhancements for the if_cgem driver...
- miibus fixes as suggested by Yonghyeon Pyun.
- enable VLAN MTU support.
- fix a few WITNESS complaints in cgem_attach().
- have cgem_attach() properly init the ifnet struct before calling
  mii_attach() to fix panic when using e1000phy.
- fix ethernet address changing.
- fix transmit queue overflow handling.
- tweak receive queue handling to reduce receive overflows.
- bring out MAC statistic counters to sysctls.
- add e1000phy to config file.
- implement receive hang work-around described in reference guide.
- change device name from if_cgem to cgem to be consistent with other
  interfaces.

Submitted by:	Thomas Skibo <ThomasSkibo@sbcglobal.net>
Reviewed by:	wkoszek, Yonghyeon PYUN <pyunyh@gmail.com>
2014-09-03 17:51:03 +00:00
..
2014-08-08 11:47:18 +00:00
2014-07-07 00:27:09 +00:00
2014-09-03 09:58:59 +00:00
2014-08-21 00:57:32 +00:00
2013-08-28 14:49:36 +00:00
2014-08-05 23:35:19 +00:00
2014-08-05 23:58:49 +00:00
2014-08-05 23:47:26 +00:00
2014-07-07 00:27:09 +00:00
2014-07-12 06:23:42 +00:00
2014-05-20 19:55:06 +00:00
2014-07-07 08:22:39 +00:00
2014-07-30 18:21:06 +00:00
2014-05-16 21:19:17 +00:00
2013-09-05 23:14:27 +00:00
2014-04-30 06:40:30 +00:00
2014-09-02 18:57:19 +00:00
2013-10-29 11:17:49 +00:00
2014-08-31 17:56:54 +00:00
2014-05-16 21:19:17 +00:00
2014-07-07 00:27:09 +00:00
2014-07-29 14:41:28 +00:00
2014-09-03 13:15:16 +00:00
2013-10-29 11:17:49 +00:00
2014-02-04 20:52:33 +00:00
2014-08-22 15:38:21 +00:00