summaryrefslogtreecommitdiffstats
path: root/sys/dev/awi/if_awi_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* move awi to the Attic; it will not make the jump to the new world ordersam2008-04-201-283/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* tweak commentimp2006-10-191-1/+2
* Remove support for oldcard by removing compat shims.imp2005-09-201-24/+4
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-3/+1
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-8/+8
* 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-1/+2
* 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
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Use generic net80211 framework for awi driver.onoe2004-01-151-53/+76
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+3
* ifp->if_name can't be null when we just assigned a static string to it.brooks2003-10-301-5/+0
* Use __FBSDID().obrien2003-08-241-2/+3
* update for new 802.11 supportsam2003-06-281-1/+2
* Make sure that pp_name is non-null before setting the deviceimp2003-04-101-1/+2
* Added missing dependency on rc4.ru2003-03-211-0/+1
* network interface driver changes:sam2002-11-141-1/+1
* Set ifp->if_name to "awi" instead of device_get_name(dev) to avoidbrooks2002-02-261-1/+1
* Add NEWCARD support to awi.imp2001-11-191-3/+36
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* awi needs to access memory with 8bit,onoe2000-10-101-0/+9
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-1/+1
* Use the rman_get_bustag() and rman_get_bushandle() functions.nyan2000-05-191-9/+6
* Awi driver, ported from NetBSD from Atsushi Once-san.imp2000-04-061-0/+245
OpenPOWER on IntegriCloud