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
/
wi
Commit message (
Expand
)
Author
Age
Files
Lines
*
identify GLPRISM2 PCI WaveLAN/IEEE 802.11
alfred
2002-01-31
1
-0
/
+1
*
Add support for Linksys WDT11 PCI adaptors.
brooks
2002-01-21
1
-0
/
+1
*
put function return types on a line by themselves as per style(9)
alfred
2001-12-27
1
-32
/
+62
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-2
/
+2
*
Replace %i formatting characters with %d since printf(9) doesn't support %i.
alfred
2001-12-08
1
-1
/
+1
*
Implement prism2 detection from NetBSD. This mostly obsoletes the
imp
2001-12-05
2
-27
/
+107
*
Add Buffalo AirStation 11Mbps CF WLAN card.
imp
2001-11-28
1
-0
/
+1
*
Add Linksys Instant Wireless Network PC Card from NetBSD
imp
2001-11-19
1
-0
/
+1
*
Hoist the Card/Card2 macros that I invented for the wi driver into
imp
2001-11-15
1
-29
/
+21
*
Add a bunch of wireless cards for NEWBUS from NetBSD's list. I'm
imp
2001-11-11
1
-3
/
+31
*
s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing
imp
2001-11-11
1
-3
/
+3
*
KSE Milestone 2
julian
2001-09-12
1
-0
/
+1
*
Wrap array accesses in macros, which also happen to be lvalues:
jlemon
2001-09-06
1
-1
/
+1
*
Make this compile when there is no pci bus in your kernel.
imp
2001-08-28
1
-5
/
+20
*
Get rid of redundant device_set_desc. Both the PCI and PCCARD versions
nsayer
2001-08-24
1
-4
/
+0
*
In order for the MA301 to pass interrupts from the PCCard, you must
nsayer
2001-08-24
2
-2
/
+23
*
Oops. The new pci_ids array should be static.
nsayer
2001-08-23
1
-1
/
+1
*
Add support for the Netgear MA301 PCI adapter for the MA401.
nsayer
2001-08-23
2
-6
/
+15
*
Currently, each wireless networking driver has it's own control program
phk
2001-05-26
2
-1
/
+379
*
Disable the wi driver locking for now. The driver tries to tsleep with the
jhb
2001-05-17
1
-2
/
+2
*
Fix world-breaking typo in previous commit.
grog
2001-05-11
1
-1
/
+1
*
Try to read the station address twice during the probe. I've seen
wpaul
2001-05-10
1
-1
/
+7
*
Add more diagnostic output for failure.
alfred
2001-04-10
1
-13
/
+36
*
Two minor fixes:
imp
2001-04-09
1
-4
/
+5
*
use correct contants (from net/ethernet.h)
alfred
2001-04-06
1
-2
/
+2
*
replace hardcoded 1518 with ETHER_MAX_LEN
alfred
2001-04-06
1
-1
/
+1
*
test should be for == 0, not < 0
alfred
2001-04-05
1
-1
/
+1
*
WI_TIMEOUT is 65536
alfred
2001-04-05
1
-3
/
+2
*
Don't leak resources:
alfred
2001-04-05
1
-5
/
+12
*
call a watchdog timeout like it is.
alfred
2001-04-04
1
-1
/
+1
*
Doh! Last second change introduced two compile warnings. Fix them.
imp
2001-04-04
1
-2
/
+2
*
Try to INIT the cards up to 5 times in a row rather than just once.
imp
2001-04-04
1
-9
/
+15
*
Fix a couple style nits, no code changes. Turn one magic number into
wpaul
2001-03-29
2
-19
/
+23
*
Add support for the Addtron AWA100 PCI wireless card.
alfred
2001-03-28
2
-16
/
+157
*
limit the amount of retries when sending data to prevent lockups.
alfred
2001-03-27
1
-2
/
+9
*
change default from adhoc mode to BSS (infrastructure)
assar
2001-03-12
1
-1
/
+1
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-1
/
+1
*
Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of
phk
2001-02-03
1
-2
/
+1
*
wi has been converted to NEWCARD, so included it when pccard is
imp
2001-01-21
1
-2
/
+2
*
Implement MTX_RECURSE flag for mtx_init().
bmilekic
2001-01-19
1
-1
/
+1
*
Add NEWCARD hooks. This seems to work just fine.
peter
2001-01-17
1
-2
/
+32
*
Move if_wl.c from sys/i386/isa to dev/wi - it is not i386 (or even isa)
peter
2001-01-09
1
-2
/
+2
*
Attempt to read and verify the card's status in wi_stop() before sending it
jhb
2000-12-18
1
-2
/
+9
*
Apply some contributed patches to reduce number of tx buffer allocation
wpaul
2000-12-15
2
-3
/
+156
*
remove unneded sys/ucred.h includes
alfred
2000-11-30
1
-1
/
+0
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Update the wi driver to use mutexes instead of spls.
wpaul
2000-10-13
2
-18
/
+43
*
Close PR #20963. Do not pass encryption keys back to the caller via
wpaul
2000-09-07
1
-0
/
+3
[next]