aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/arl
Commit message (Expand)AuthorAgeFilesLines
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-10/+10
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-103-17/+21
* Since if_arl doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Add copyright notices.Max Khon2004-07-313-3/+78
* 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-172-14/+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-133-63/+245
* Implement "arlconfig arlX quality".Max Khon2004-03-163-41/+103
* Add arl(4): driver for Aironet Arlan 655 wireless adapters.Max Khon2004-03-153-0/+1637