Bring in the IWI driver from FreeBSD and merge in ALTQ support.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 6 Mar 2005 05:02:03 +0000 (05:02 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 6 Mar 2005 05:02:03 +0000 (05:02 +0000)
commitb50e475927408ade03eb1e4c3fd6b5c8eab2212e
treeceb6fe15561cec6479145354a4960aaaca1e61d1
parentf1e4437f9131e8940f95d7bccd6a2d95c365a251
Bring in the IWI driver from FreeBSD and merge in ALTQ support.
Bring in a number of ifconfig updates from FreeBSD.

Submitted-by: Andrew Atrens <atrens@nortel.com>
Original-Author: Damien Bergamini <damien.bergamini@free.fr> (IWI)
16 files changed:
sbin/ifconfig/ifconfig.8
sbin/ifconfig/ifconfig.c
sbin/ifconfig/ifconfig.h
sbin/ifconfig/ifieee80211.c
sbin/ifconfig/ifmedia.c
sbin/ifconfig/ifvlan.c
share/man/man4/Makefile
sys/dev/netif/Makefile
sys/dev/netif/iwi/Makefile [new file with mode: 0644]
sys/dev/netif/iwi/if_iwi.c [new file with mode: 0644]
sys/dev/netif/iwi/if_iwireg.h [new file with mode: 0644]
sys/dev/netif/iwi/if_iwivar.h [new file with mode: 0644]
usr.sbin/Makefile
usr.sbin/iwicontrol/Makefile [new file with mode: 0644]
usr.sbin/iwicontrol/iwicontrol.8 [new file with mode: 0644]
usr.sbin/iwicontrol/iwicontrol.c [new file with mode: 0644]