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
/
an
/
if_an_pccard.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use bus_*() rather than bus_space_*().
jhb
2009-11-24
1
-2
/
+0
*
- Use device_printf() instead of printf() with an explicit unit number
jhb
2009-11-06
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
MFp4: Remove OLDCARD shims
imp
2005-09-22
1
-27
/
+13
*
MFp4: trivial KNF nits
imp
2005-09-22
1
-6
/
+1
*
Eliminate unused argument in PCMCIA_CARD macro.
imp
2005-06-24
1
-4
/
+4
*
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
-3
/
+4
*
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
*
- Bump up the general and status RID sizes
ambrisko
2003-12-30
1
-23
/
+1
*
Xircom Wireless Ethernet card is a rebadged Cisco 340, but with a
imp
2003-10-08
1
-0
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+0
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-2
/
+3
*
Don't lock in the attach routine. It isn't required. Register the
imp
2003-04-10
1
-8
/
+16
*
Make sure that pp_name is non-null before setting the device
imp
2003-04-10
1
-1
/
+2
*
Use __FBSDID rather than rcsid[].
obrien
2003-04-03
1
-7
/
+3
*
an driver now needs wlan, so put the required explicit depends
imp
2003-02-17
1
-0
/
+1
*
Add support for MPI-350 the mini-pci Cisco Aironet card. This needs more
ambrisko
2002-12-29
1
-1
/
+0
*
network interface driver changes:
sam
2002-11-14
1
-1
/
+1
*
Minor style problem I introduced recently
imp
2001-11-15
1
-4
/
+4
*
Hoist the Card/Card2 macros that I invented for the wi driver into
imp
2001-11-15
1
-9
/
+4
*
Add PC4500 and 350 for newer cards in this line.
imp
2001-11-15
1
-3
/
+9
*
Add NEWCARD support for aironet stuff.
imp
2001-11-15
1
-2
/
+32
*
Lots of style(9) related white space fixes. Mostly missing spaces
brooks
2001-09-10
1
-5
/
+5
*
Currently, each wireless networking driver has it's own control program
phk
2001-05-26
1
-0
/
+2
*
Catch up to header include changes:
jhb
2001-03-28
1
-0
/
+1
*
Catch up to moving headers:
jhb
2000-10-20
1
-1
/
+1
*
Remember to assign an_dev to device_t before calling an_attach().
wpaul
2000-10-13
1
-0
/
+6
*
Convert the Aironet driver to use mutexes instead of spls.
wpaul
2000-10-13
1
-0
/
+1
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-1
/
+1
*
Remove unloaded printf. We do this now in the newbus layer.
imp
2000-04-17
1
-1
/
+0
*
Add driver support for the Aironet 4500/4800 series wireless 802.11
wpaul
2000-01-14
1
-0
/
+156