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
/
ic
Age
Commit message (
Expand
)
Author
2005-05-10
- remove commented out header
Brad Smith
2005-05-10
Add epic(4) driver which supersedes tx(4).
Brad Smith
2005-05-09
replace sc_quirk with sc_flags, spotted and ok mickey@
Marco Peereboom
2005-05-08
change the dmesg output: print known chipset names, don't print the
Reyk Floeter
2005-05-08
the ar5210 is silicon version 0, not 1.
Reyk Floeter
2005-05-08
fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6.
Reyk Floeter
2005-04-30
try to drain send queue if we lose link during heavy transmit
Brad Smith
2005-04-30
don't set MTU if its the same as what's currently being used.
Brad Smith
2005-04-30
check for ETHERMIN in SIOCSIFMTU ioctl; from brad
Peter Valchev
2005-04-30
From NetBSD, pt to by brad (might fix csum problems, else they may
Peter Valchev
2005-04-27
Remove unnecessary step in ack sequence.
Marco Peereboom
2005-04-27
In osiop_checkintr(), bail out early and do not claim the interrupt for
Miod Vallat
2005-04-25
csum -> csum_flags
Brad Smith
2005-04-25
remove the stepping info since this isn't right
Brad Smith
2005-04-24
add microcode to support interrupt mitigation on the
Brad Smith
2005-04-24
- fix and update comments
Brad Smith
2005-04-23
style
Brad Smith
2005-04-23
- always accept VLAN-sized frames
Brad Smith
2005-04-23
Fix newer Xircom CBE2-100 cards.
Brad Smith
2005-04-21
snprintf error handling, ok beck cloder
Theo de Raadt
2005-04-20
support 11b and 11a mode on the ar5211. "pure" 11g mode is not yet
Reyk Floeter
2005-04-18
beautify the code by renaming HAL functions with capitalized words (i
Reyk Floeter
2005-04-17
Fix typos
Tom Cosgrove
2005-04-17
Typo in panic string
Tom Cosgrove
2005-04-17
tabs not spaces
Michael Shalayeff
2005-04-17
Timeouts are not ran at splhigh anymore so we don't need splimp.
Marco Peereboom
2005-04-17
don't disassociate on SIOCSIFADDR if the interface is already up and running.
Damien Bergamini
2005-04-15
re(4) cannot handle a standard sized Jumbo frame.
Brad Smith
2005-04-15
re-add RL_JUMBO_FRAMELEN/RL_JUMBO_MTU but this time use the right values
Brad Smith
2005-04-15
add another 8169 rev and remove vtophys() hack for alpha now that the driver
Brad Smith
2005-04-14
enable HW transmit checksum offload
Brad Smith
2005-04-09
use htole32 and leto32h for register access instead of hardware-based
Reyk Floeter
2005-04-08
move reset of HAL descriptors to ath.c
Reyk Floeter
2005-04-08
bye bye unportable bitfields
Reyk Floeter
2005-04-08
- enable reception of VLAN sized frames
Brad Smith
2005-04-06
pad keys with zeros to a supported key length. this is bad but seems
Reyk Floeter
2005-04-06
<sys/types.h> is not needed with <sys/param.h>
Kevin Lo
2005-04-05
fix wep by adjusting the total packet length
Reyk Floeter
2005-04-04
Add blink and unblink but tell userland it is responsible for actually doing it
Marco Peereboom
2005-04-03
make wi_ioctl() easier to audit
Uwe Stuehler
2005-04-03
remove redundant suser() checks
Uwe Stuehler
2005-04-02
A few register offsets in the Parameter Engine were wrong.
Miod Vallat
2005-04-02
check permissions on 80211 ioctls
Uwe Stuehler
2005-04-02
More ioctl permission checks.
Uwe Stuehler
2005-04-02
call ral_set_chan() in IEEE80211_S_RUN too. this was causing troubles with
Damien Bergamini
2005-04-02
set the bssid in hostap mode too.
Damien Bergamini
2005-04-02
remove an unneeded initialization of TXCSR7.
Damien Bergamini
2005-04-02
Damn it! I spent hours fixing that "device timeout" bug!
Damien Bergamini
2005-04-01
shut ami up, bad me.
Marco Peereboom
2005-04-01
call ral_set_chan() on transition to state IEEE80211_S_ASSOC to make sure
Damien Bergamini
[next]