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
2017-01-31
Configure rtwn's ACMHWCTRL register correctly. Bits in this register
Stefan Sperling
2017-01-31
Clean up code in rtwn(4)/urtwn(4) which handles EDCA parameters:
Stefan Sperling
2017-01-30
Make urtwn(4) run slot time updates from a USB task.
Stefan Sperling
2017-01-30
Make rtwn(4) and urtwn(4) tell the hardware about short preamble and
Stefan Sperling
2017-01-30
Fix size passed to free(9)
Jeremie Courreges-Anglas
2017-01-30
Stop athn(4) 11n hostap from applying HT protection to non-11n clients.
Stefan Sperling
2017-01-30
Prevent athn(4) from using RTS for non-data frames.
Stefan Sperling
2017-01-26
Fix rtwn(4) IQ calibration code (affects PCI devices only).
Stefan Sperling
2017-01-24
add support for multiple transmit ifqueues per network interface.
David Gwynne
2017-01-24
Use header <sys/atomic.h> rather than <machine/atomic.h> in MI code.
Visa Hankala
2017-01-23
massage some event related details.
David Gwynne
2017-01-23
represent the mbox layout with union instead of an array of bytes.
David Gwynne
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-17
Add missing malloc(9) return value check in athn_node_alloc().
Stefan Sperling
2017-01-12
Rename ieee80211_mira_node_destroy() to ieee80211_mira_cancel_timeouts().
Stefan Sperling
2017-01-12
Finish initial 11n support for athn(4).
Stefan Sperling
2017-01-08
Make urtwn(4) use AMRR instead of letting the firmware handle rate scaling.
Stefan Sperling
2017-01-04
better handle empty or full rx rings.
David Gwynne
2016-12-26
Fix typo, happend -> happened
Jeremie Courreges-Anglas
2016-12-23
Define HAL_OPCODE using enum ieee80211_opmode to prevent clang from warning
Mark Kettenis
2016-12-18
Add cast to mask and shift macros to silence warnings generated by clang.
Mark Kettenis
2016-11-29
m_free() and m_freem() test for NULL. Simplify callers which had their own
Jonathan Gray
2016-11-16
rework re_start and re_txeof to be more like other drivers.
David Gwynne
2016-11-16
allocate dmamaps for every descriptor in the tx ring.
David Gwynne
2016-11-16
dont restrict the number of tx descriptors to what can fit on a cpu page.
David Gwynne
2016-11-16
move toward having the a tx packet descriptor per tx ring entry.
David Gwynne
2016-11-16
serialise posts to the txstart register.
David Gwynne
2016-11-15
Do not use bus_space_{read,write}_8() even on LP64 archs,
Martin Pieuchot
2016-11-15
Mask non relevant bits when pritting version number.
Martin Pieuchot
2016-10-25
mask and unmask the interrupt source in an intx specific intr handler.
David Gwynne
2016-10-08
Add comments explaining why athn(4) disables multi-rate retries with RTS.
Stefan Sperling
2016-10-08
Bring receive filter handling closer to the way we do things.
Mark Kettenis
2016-10-06
Disable RTS for long frames in ral(4) for rt2560 chips.
Stefan Sperling
2016-10-02
Some HABs reset parts of AHCI_PREG_CMD when AHCI_PREG_SCTL_DET_INIT
Patrick Wildt
2016-10-02
Some HBAs report NCQ capability despite only supporting one command
Patrick Wildt
2016-10-02
Given that ahci_port_alloc() grabs one CCB for use during NCQ error
Patrick Wildt
2016-10-02
Contrary to e. g. the xHCI specification, the AHCI rev. 1.3 spec
Patrick Wildt
2016-09-19
Make this build again.
Mark Kettenis
2016-09-19
Remove unused getdev() audio driver functions.
Alexandre Ratchov
2016-09-17
remove unused arcofi_drain() routine
Alexandre Ratchov
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
David Gwynne
2016-09-14
Remove drain(), query_encoding(), mappage() and get_default_params()
Alexandre Ratchov
2016-09-04
remove some more sparc remnants. ok deraadt
Ted Unangst
2016-09-04
naddy discovered that bha no longer builds because it includes the now
Ted Unangst
2016-09-03
de-zaurus com.c
Jonathan Gray
2016-09-02
No need to set 'error' to 0 at the beginning of acx_encap(), as
Tom Cosgrove
2016-09-01
remove another straggler hunted down by miod
Ted Unangst
2016-08-31
these drivers should have perished in the same fire as mvme88k
Ted Unangst
2016-08-31
Remove unnecessary 'error' assignment
Tom Cosgrove
2016-08-23
Convert %q to %ll in format strings
Philip Guenther
[prev]
[next]