summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_an_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Use bus_*() rather than bus_space_*().jhb2009-11-241-2/+0
* - Use device_printf() instead of printf() with an explicit unit numberjhb2009-11-061-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Minor style nits.imp2005-08-031-6/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* - Bump up the general and status RID sizesambrisko2003-12-301-17/+1
* Use __FBSDID().obrien2003-08-241-1/+0
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-2/+3
* Don't lock in the attach routine. It isn't required. Register theimp2003-04-101-6/+11
* Use __FBSDID rather than rcsid[].obrien2003-04-031-7/+4
* an driver now needs wlan, so put the required explicit dependsimp2003-02-171-0/+1
* network interface driver changes:sam2002-11-141-1/+1
* Remove __P.alfred2002-03-201-3/+3
* Lots of style(9) related white space fixes. Mostly missing spacesbrooks2001-09-101-5/+6
* Currently, each wireless networking driver has it's own control programphk2001-05-261-0/+2
* Remember to assign an_dev to device_t before calling an_attach().wpaul2000-10-131-0/+6
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-1/+1
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Add driver support for the Aironet 4500/4800 series wireless 802.11wpaul2000-01-141-0/+159
OpenPOWER on IntegriCloud