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_anreg.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
- For 350 chips, don't set various INTR bits in TX control word; turning INTR
jhb
2009-11-24
1
-6
/
+11
*
Use bus_*() rather than bus_space_*().
jhb
2009-11-24
1
-25
/
+12
*
- Locking fixes to not do silly things like drop the lock only to call a
jhb
2009-11-10
1
-0
/
+1
*
- Use device_printf() instead of printf() with an explicit unit number
jhb
2009-11-06
1
-1
/
+1
*
Use device_printf() and if_printf() instead of printf() with an explicit
jhb
2009-11-06
1
-2
/
+0
*
Shutdown routine returns int.
imp
2009-02-04
1
-1
/
+1
*
First real attempt at proper locking. The locking is a little complicated
ambrisko
2008-01-18
1
-0
/
+1
*
MFP4(128855, 129015):
avatar
2007-11-16
1
-1
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
- Bump up the general and status RID sizes
ambrisko
2003-12-30
1
-0
/
+1
*
Drop the driver lock around calls to if_input to avoid a LOR when
sam
2003-11-14
1
-0
/
+1
*
- Add support for Cisco latest firmware RID sizes that supports 25 SSIDs!
ambrisko
2003-08-20
1
-9
/
+17
*
- Fixes for suspend/resume code (MPI-350)
ambrisko
2003-02-08
1
-3
/
+2
*
Support for suspend/resume in laptops. Loosely based on the wi(4) patches
ambrisko
2003-02-05
1
-0
/
+1
*
Some small enhancments
ambrisko
2003-02-02
1
-1
/
+1
*
Add support for MPI-350 the mini-pci Cisco Aironet card. This needs more
ambrisko
2002-12-29
1
-18
/
+147
*
use __packed.
alfred
2002-09-23
1
-1
/
+1
*
Remove __P.
alfred
2002-03-20
1
-8
/
+8
*
Fix bugs in the structure for rx_frame by making gap length one byte and
ambrisko
2001-12-31
1
-26
/
+3
*
Lots of style(9) related white space fixes. Mostly missing spaces
brooks
2001-09-10
1
-5
/
+5
*
Cleanup duplication in Aironet headers
brooks
2001-07-27
1
-466
/
+3
*
Fix a number of bugs in the implementation of the WEP related status
brooks
2001-06-22
1
-1
/
+1
*
Currently, each wireless networking driver has it's own control program
phk
2001-05-26
1
-2
/
+3
*
A few fixes..
archie
2001-03-23
1
-1
/
+5
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Fixes to the Aironet driver to clear up some WEP issues.
archie
2000-12-08
1
-1
/
+3
*
Close PR# 21843 and PR# 21864. This adds support for WEP and updates some
wpaul
2000-11-13
1
-3
/
+42
*
Convert the Aironet driver to use mutexes instead of spls.
wpaul
2000-10-13
1
-0
/
+5
*
Add driver support for the Aironet 4500/4800 series wireless 802.11
wpaul
2000-01-14
1
-0
/
+851