aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/an/if_an_pci.c
Commit message (Expand)AuthorAgeFilesLines
* network interface driver changes:Sam Leffler2002-11-141-1/+1
* Remove __P.Alfred Perlstein2002-03-201-3/+3
* Add missing includes of sys/lock.h.John Baldwin2001-10-111-0/+1
* Lots of style(9) related white space fixes. Mostly missing spacesBrooks Davis2001-09-101-6/+8
* Add PCI ID for Cisco Aironet 350 Series cards. The patch differsBrooks Davis2001-08-061-0/+2
* Currently, each wireless networking driver has it's own control programPoul-Henning Kamp2001-05-261-0/+2
* Catch up to moving headers:John Baldwin2000-10-201-1/+1
* Remember to assign an_dev to device_t before calling an_attach().Bill Paul2000-10-131-0/+1
* Convert the Aironet driver to use mutexes instead of spls.Bill Paul2000-10-131-5/+1
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-1/+1
* Oops, nearly forgot to commit this one. Use correct register names, orPeter Wemm2000-05-281-3/+3
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Actually read the PCI device ID when testing the device ID value againstBill Paul2000-01-151-1/+1
* Add driver support for the Aironet 4500/4800 series wireless 802.11Bill Paul2000-01-141-0/+226