index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
awi
/
if_awi_pccard.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
tweak comment
imp
2006-10-19
1
-1
/
+2
*
Remove support for oldcard by removing compat shims.
imp
2005-09-20
1
-24
/
+4
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-3
/
+1
*
Eliminate unused argument in PCMCIA_CARD macro.
imp
2005-06-24
1
-8
/
+8
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Fix disordering of pccarddevs.h noticed by bde. Also remove a few
imp
2004-05-27
1
-1
/
+2
*
Move to generating pccarddevs.h on the fly, both for the kernel and
imp
2004-05-26
1
-1
/
+1
*
It turns out that the module dependency on pccard is in error. Since
imp
2004-05-08
1
-1
/
+0
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
Use generic net80211 framework for awi driver.
onoe
2004-01-15
1
-53
/
+76
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-4
/
+3
*
ifp->if_name can't be null when we just assigned a static string to it.
brooks
2003-10-30
1
-5
/
+0
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
update for new 802.11 support
sam
2003-06-28
1
-1
/
+2
*
Make sure that pp_name is non-null before setting the device
imp
2003-04-10
1
-1
/
+2
*
Added missing dependency on rc4.
ru
2003-03-21
1
-0
/
+1
*
network interface driver changes:
sam
2002-11-14
1
-1
/
+1
*
Set ifp->if_name to "awi" instead of device_get_name(dev) to avoid
brooks
2002-02-26
1
-1
/
+1
*
Add NEWCARD support to awi.
imp
2001-11-19
1
-3
/
+36
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
awi needs to access memory with 8bit,
onoe
2000-10-10
1
-0
/
+9
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-1
/
+1
*
Use the rman_get_bustag() and rman_get_bushandle() functions.
nyan
2000-05-19
1
-9
/
+6
*
Awi driver, ported from NetBSD from Atsushi Once-san.
imp
2000-04-06
1
-0
/
+245