git: kernel - Update if_alc
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jan 21 20:48:37 PST 2015
commit 6421ab1dd66d7f647f437699dcad80e6ce2db09f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Jan 21 20:47:07 2015 -0800
kernel - Update if_alc
* Bring in everything FreeBSD has for if_alc. This adds a few more
generations including the one used (for the hardport) by my new
Gigabyte H97N-WIFI mobo.
* Update mii as well.
* Disable MSI for now, doesn't seem to work with my test box.
Taken-From: FreeBSD
Summary of changes:
sys/dev/netif/alc/if_alc.c | 1418 +++++++++++++++++++++++++++++++--------
sys/dev/netif/alc/if_alcreg.h | 312 ++++++++-
sys/dev/netif/alc/if_alcvar.h | 15 +-
sys/dev/netif/mii_layer/atphy.c | 181 +++--
sys/dev/netif/mii_layer/mii.h | 4 +
sys/dev/netif/mii_layer/miidevs | 18 +-
6 files changed, 1573 insertions(+), 375 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6421ab1dd66d7f647f437699dcad80e6ce2db09f
--
DragonFly BSD source repository
More information about the Commits
mailing list