Import msk(4) which supports Marvell Yukon II based NICs (both gigE and fastE)
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 26 Dec 2007 14:02:36 +0000 (14:02 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 26 Dec 2007 14:02:36 +0000 (14:02 +0000)
commit2d586421ea4132016f997c1e6244d10d801fac84
tree610dfc25f20e6c33860c23d71baf2676d5702fc4
parentb381475de91e32eef1fc604c9c1832a923ed8946
Import msk(4) which supports Marvell Yukon II based NICs (both gigE and fastE)

Obtained-from: FreeBSD (yongari@FreeBSD.org)
Tested-by: me, swildner@, Ferruccio Zamuner <nonsolosoft@diff.org>
# Hardware vlan tagging, hardware checksum offload and jumbo frame support
# are still missing as of this commit.
sys/conf/files
sys/config/GENERIC
sys/config/LINT
sys/dev/netif/Makefile
sys/dev/netif/msk/Makefile [new file with mode: 0644]
sys/dev/netif/msk/if_msk.c [new file with mode: 0644]
sys/dev/netif/msk/if_mskreg.h [new file with mode: 0644]