summaryrefslogtreecommitdiffstats
path: root/sys/dev/arl
Commit message (Expand)AuthorAgeFilesLines
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-3/+4
* while (0); -> while (0) in multi-line macrosimp2006-08-171-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+0
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-2/+2
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-10/+10
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-103-17/+21
* Since if_arl doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Add copyright notices.fjoe2004-07-313-3/+78
* Remove extra semicolon.fjoe2004-06-021-1/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Add 354k and 512k support.fjoe2004-04-172-14/+34
* Remove improper use of if_addrhead in device drivers to checkluigi2004-04-151-3/+0
* Use ifconfig(8) for setting common 802.11 parameters.fjoe2004-04-133-63/+245
* Implement "arlconfig arlX quality".fjoe2004-03-163-41/+103
* Add arl(4): driver for Aironet Arlan 655 wireless adapters.fjoe2004-03-153-0/+1637
OpenPOWER on IntegriCloud