aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/an/if_an_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Use bus_*() rather than bus_space_*().John Baldwin2009-11-241-2/+0
* - Use device_printf() instead of printf() with an explicit unit numberJohn Baldwin2009-11-061-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Minor style nits.Warner Losh2005-08-031-6/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* - Bump up the general and status RID sizesDoug Ambrisko2003-12-301-17/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+0
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-2/+3
* Don't lock in the attach routine. It isn't required. Register theWarner Losh2003-04-101-6/+11
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-7/+4
* an driver now needs wlan, so put the required explicit dependsWarner Losh2003-02-171-0/+1
* network interface driver changes:Sam Leffler2002-11-141-1/+1
* Remove __P.Alfred Perlstein2002-03-201-3/+3
* Lots of style(9) related white space fixes. Mostly missing spacesBrooks Davis2001-09-101-5/+6
* Currently, each wireless networking driver has it's own control programPoul-Henning Kamp2001-05-261-0/+2
* Remember to assign an_dev to device_t before calling an_attach().Bill Paul2000-10-131-0/+6
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-1/+1
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Add driver support for the Aironet 4500/4800 series wireless 802.11Bill Paul2000-01-141-0/+159