summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_an_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r259393 from head:gavin2014-05-071-2/+0
* 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
* MFp4: Remove OLDCARD shimsimp2005-09-221-27/+13
* MFp4: trivial KNF nitsimp2005-09-221-6/+1
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-4/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-3/+4
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* It turns out that the module dependency on pccard is in error. Sinceimp2004-05-081-1/+0
* - Bump up the general and status RID sizesambrisko2003-12-301-23/+1
* Xircom Wireless Ethernet card is a rebadged Cisco 340, but with aimp2003-10-081-0/+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-8/+16
* Make sure that pp_name is non-null before setting the deviceimp2003-04-101-1/+2
* Use __FBSDID rather than rcsid[].obrien2003-04-031-7/+3
* an driver now needs wlan, so put the required explicit dependsimp2003-02-171-0/+1
* Add support for MPI-350 the mini-pci Cisco Aironet card. This needs moreambrisko2002-12-291-1/+0
* network interface driver changes:sam2002-11-141-1/+1
* Minor style problem I introduced recentlyimp2001-11-151-4/+4
* Hoist the Card/Card2 macros that I invented for the wi driver intoimp2001-11-151-9/+4
* Add PC4500 and 350 for newer cards in this line.imp2001-11-151-3/+9
* Add NEWCARD support for aironet stuff.imp2001-11-151-2/+32
* Lots of style(9) related white space fixes. Mostly missing spacesbrooks2001-09-101-5/+5
* Currently, each wireless networking driver has it's own control programphk2001-05-261-0/+2
* Catch up to header include changes:jhb2001-03-281-0/+1
* Catch up to moving headers:jhb2000-10-201-1/+1
* Remember to assign an_dev to device_t before calling an_attach().wpaul2000-10-131-0/+6
* Convert the Aironet driver to use mutexes instead of spls.wpaul2000-10-131-0/+1
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-1/+1
* Remove unloaded printf. We do this now in the newbus layer.imp2000-04-171-1/+0
* Add driver support for the Aironet 4500/4800 series wireless 802.11wpaul2000-01-141-0/+156
OpenPOWER on IntegriCloud