index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pcmcia
/
if_wi.c
Age
Commit message (
Expand
)
Author
2001-01-17
Fix breakage from revision 1.20 that freaked my WaveLAN out.
Aaron Campbell
2001-01-16
match on elsa xi300; from netbsd, no other visible changes in the driver
Michael Shalayeff
2001-01-14
Run wi_init() after setting/unsetting IFF_PROMISC (or any other flags,
Angelos D. Keromytis
2001-01-11
Newline at end of debug printf.
Angelos D. Keromytis
2001-01-10
BSS mode by default.
Angelos D. Keromytis
2000-11-08
Initialize the timeout in attach, not wi_init.
Artur Grabowski
2000-09-17
implement SIOCSIFMTU, okay deraadt@
Niels Provos
2000-06-30
Convert to use new timeout API.
Artur Grabowski
2000-06-20
KNF
Todd T. Fries
2000-06-19
Insert missing splx(); me and roberto@ns2.freenix.org.
Aaron Campbell
2000-06-18
indent
Aaron Campbell
2000-05-24
properly configure multicast table.
Jun-ichiro itojun Hagino
2000-04-24
Do not unmap CCR before using them for the last time
Niklas Hallqvist
2000-03-27
don't include rcsid in compile
Jason Wright
2000-02-03
WEP support -- from FreeBSD (wpaul)
Angelos D. Keromytis
2000-02-02
make the activate routines do xxstop() and xxinit()
Theo de Raadt
1999-12-16
Get the index in the ifnet_addrs array right (as if_index is
Angelos D. Keromytis
1999-12-15
Require privileges to change card parameters.
Angelos D. Keromytis
1999-10-27
do not pre-filter bpf packets; jason
Theo de Raadt
1999-08-13
Use macros defined in pcmciavar.h.
Federico G. Schwindt
1999-08-08
Add detaching support to networking pcmcia cards
Niklas Hallqvist
1999-07-11
WaveLAN driver from FreeBSD
Niklas Hallqvist