aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/arl/if_arl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r207554:Maxim Sobolev2010-11-161-1/+1
* Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin2006-12-291-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-3/+4
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-2/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-10/+10
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-11/+16
* Since if_arl doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Add copyright notices.Max Khon2004-07-311-1/+26
* Remove extra semicolon.Max Khon2004-06-021-1/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Add 354k and 512k support.Max Khon2004-04-171-11/+34
* Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo2004-04-151-3/+0
* Use ifconfig(8) for setting common 802.11 parameters.Max Khon2004-04-131-31/+237
* Implement "arlconfig arlX quality".Max Khon2004-03-161-29/+80
* Add arl(4): driver for Aironet Arlan 655 wireless adapters.Max Khon2004-03-151-0/+973