summaryrefslogtreecommitdiff
path: root/sys/dev/awi/if_awi_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-4/+3
* ifp->if_name can't be null when we just assigned a static string to it.Brooks Davis2003-10-301-5/+0
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* update for new 802.11 supportSam Leffler2003-06-281-1/+2
* Make sure that pp_name is non-null before setting the deviceWarner Losh2003-04-101-1/+2
* Added missing dependency on rc4.Ruslan Ermilov2003-03-211-0/+1
* network interface driver changes:Sam Leffler2002-11-141-1/+1
* Set ifp->if_name to "awi" instead of device_get_name(dev) to avoidBrooks Davis2002-02-261-1/+1
* Add NEWCARD support to awi.Warner Losh2001-11-191-3/+36
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* awi needs to access memory with 8bit,Atsushi Onoe2000-10-101-0/+9
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-1/+1
* Use the rman_get_bustag() and rman_get_bushandle() functions.Yoshihiro Takahashi2000-05-191-9/+6
* Awi driver, ported from NetBSD from Atsushi Once-san.Warner Losh2000-04-061-0/+245