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
2006-10-07
MGET/MGETHDR will return NULL upon failure, not 0.
Brad Smith
2006-10-06
Fix cardbus support for pgt(4). Tested with a Netgear WG511.
Marcus Glocker
2006-10-05
Zap more dead dot1x code.
Marcus Glocker
2006-10-05
Zap dead dot1x routine pgt_update_hw_from_nodes(). There is some more
Marcus Glocker
2006-10-05
Remove obsolete ioctl command.
Marcus Glocker
2006-10-05
Zap dead routine pgt_80211_set().
Marcus Glocker
2006-10-04
Merge pgt_start_body() into pgt_start().
Marcus Glocker
2006-10-04
Mini cleanup.
Marcus Glocker
2006-10-03
add in a missing piece of the ASIX AX88190 chipset workaround to dp8390_init().
Brad Smith
2006-10-03
Simplify the code dealing with the mbuf chain in dp8390_get().
Brad Smith
2006-10-03
Enable altq in acx(4) the tx path is already handling all cases correctly.
Claudio Jeker
2006-10-03
Do not use IF_PREPEND. Instead use IFQ_POLL and IFQ_DEQUEUE. This should
Claudio Jeker
2006-10-02
Zap unused MLME routines. Probably they were just used in WPA mode.
Marcus Glocker
2006-10-02
Simplify device attachment. From brad@ with a tiny correction.
Marcus Glocker
2006-10-01
Make monitor mode work by prepending the right kind headers and fixing the
Claudio Jeker
2006-10-01
Get rid of this strange pgt_data_frame which is unused. Nice side-effect is
Claudio Jeker
2006-10-01
Kill some #if 0 code. OK mglocker@
Claudio Jeker
2006-10-01
Set ic_max_rssi to 255 the rssi value returned by the card is a u_int8_t
Claudio Jeker
2006-09-29
cosmetic tweaking of the interrupt handler code.
Brad Smith
2006-09-29
If option PCDISPLAY_SOFTCURSOR, force the hardware cursor off every time
Miod Vallat
2006-09-29
Only run the hardware diagnostic function re_diag() on adapters with
Brad Smith
2006-09-29
Discard packets in the receieve handler which are either too short
Brad Smith
2006-09-29
free the mbuf chain in rl_encap() if MGETHDR, MCLGET or
Brad Smith
2006-09-27
- do not bother printing the attach error message from the attach hook
Brad Smith
2006-09-27
add missing sys/device.h header.
Brad Smith
2006-09-26
Start to get HostAP mode working for pgt(4). Works at the first try,
Marcus Glocker
2006-09-26
Get HostAP mode working and fix IBSS tweaks. From DragonFly driver.
Marcus Glocker
2006-09-23
In pgt_media_status() also DPRINTF if the rate == 0.
Marcus Glocker
2006-09-23
Update media state correctly.
Marcus Glocker
2006-09-22
add support for hotplugging devices on sas controllers. this is disabled
David Gwynne
2006-09-21
code for acking event notifications that require acks.
David Gwynne
2006-09-21
deref the right rcb by using i as the index, not 1 all the time.
David Gwynne
2006-09-21
start cleaning up the completion path for event notifications.
David Gwynne
2006-09-21
add a debug flag type thing for event handling
David Gwynne
2006-09-21
wrap the hardware replies up in a structure called mpi_rcb which is
David Gwynne
2006-09-21
factor the common code out of mpi_intr and mpi_complete. they were
David Gwynne
2006-09-21
event data for the sas phy and sas status change messages
David Gwynne
2006-09-19
attach and enable the newer chipset generations AR2413, AR5413, and
Reyk Floeter
2006-09-19
add missing sys/device.h.
Brad Smith
2006-09-19
detect the newer single chip generations AR2413, AR5413 and AR5224 but
Reyk Floeter
2006-09-19
"pure g" is a special, non-standard ofdm-only mode. use the standard
Reyk Floeter
2006-09-19
better mode setup in the ar5211 and ar5212 reset functions
Reyk Floeter
2006-09-19
fix 11a/b antenna mode setup
Reyk Floeter
2006-09-19
use the correct antenna mode settings and fix a bug in the tx
Reyk Floeter
2006-09-19
disable 11g mode for now
Reyk Floeter
2006-09-19
no externs on protots ad no casts from void *
Michael Shalayeff
2006-09-18
Fix for re_stop() being called from re_cardbus_shutdown() with the
Dimitry Andric
2006-09-18
don't use IF_PREPEND() on altq's.
Damien Bergamini
2006-09-18
macros and types for event notifications from the hardware.
David Gwynne
2006-09-18
tiny whitespace nit
David Gwynne
[next]