aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/an/if_an_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* MFp4: Remove OLDCARD shimsWarner Losh2005-09-221-27/+13
* MFp4: trivial KNF nitsWarner Losh2005-09-221-6/+1
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-4/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-3/+4
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* It turns out that the module dependency on pccard is in error. SinceWarner Losh2004-05-081-1/+0
* - Bump up the general and status RID sizesDoug Ambrisko2003-12-301-23/+1
* Xircom Wireless Ethernet card is a rebadged Cisco 340, but with aWarner Losh2003-10-081-0/+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-8/+16
* Make sure that pp_name is non-null before setting the deviceWarner Losh2003-04-101-1/+2
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-7/+3
* an driver now needs wlan, so put the required explicit dependsWarner Losh2003-02-171-0/+1
* Add support for MPI-350 the mini-pci Cisco Aironet card. This needs moreDoug Ambrisko2002-12-291-1/+0
* network interface driver changes:Sam Leffler2002-11-141-1/+1
* Minor style problem I introduced recentlyWarner Losh2001-11-151-4/+4
* Hoist the Card/Card2 macros that I invented for the wi driver intoWarner Losh2001-11-151-9/+4
* Add PC4500 and 350 for newer cards in this line.Warner Losh2001-11-151-3/+9
* Add NEWCARD support for aironet stuff.Warner Losh2001-11-151-2/+32
* Lots of style(9) related white space fixes. Mostly missing spacesBrooks Davis2001-09-101-5/+5
* Currently, each wireless networking driver has it's own control programPoul-Henning Kamp2001-05-261-0/+2
* Catch up to header include changes:John Baldwin2001-03-281-0/+1
* 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/+6
* Convert the Aironet driver to use mutexes instead of spls.Bill Paul2000-10-131-0/+1
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-1/+1
* Remove unloaded printf. We do this now in the newbus layer.Warner Losh2000-04-171-1/+0
* Add driver support for the Aironet 4500/4800 series wireless 802.11Bill Paul2000-01-141-0/+156