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
2019-05-17
For AR9271, use correct clock control register and add a macro to access it.
Kevin Lo
2019-05-14
Fix athn(4) 9280 1T2R devices; broken since my noisefloor calib commit
Stefan Sperling
2019-05-14
Add free(9) sizes to ahc(4)
jan
2019-05-12
Fix 'ifconfig nwflags; These flags ended up overlapping with other flags
Stefan Sperling
2019-05-10
Explicitly disable BCM4331 chips present in 2011-2012 Apple Mac systems.
Brent Cook
2019-05-08
when freeing ccbs, pass the number so we can free with the size.
Ted Unangst
2019-05-07
Fix delay logic: measure w/ uptime, pack timeval correctly. ok krw@
cheloha
2019-04-29
MC146818_GETTOD: Check for RTC rollover during read.
cheloha
2019-04-25
Follow up on jmatthew's suggestion:
Kevin Lo
2019-04-01
Correctly extract the RSSI information from the structure. It's
Patrick Wildt
2019-03-31
AR9287-based usb devices use GPIO pin 10 for LED, not 8.
Kevin Lo
2019-03-29
Read the EEPROM of AR9287 USB devices from the correct offset.
Stefan Sperling
2019-03-16
fetch timing parameters from ACPI like the ACPI attachment does
Joshua Stein
2019-03-11
- in rtwn_r88e_fw_reset function, use the correct bit R88E_RSV_CTRL_MCU_RST
Kevin Lo
2019-03-05
apply background init progress fix from r1.59 of mfii.c
Jonathan Matthew
2019-03-01
Make athn(4) configure timing of control frames explicitly.
Stefan Sperling
2019-02-27
Implement support for dynamic RTS threshold in MiRA.
Stefan Sperling
2019-02-19
Fix a cosmetic issue in athn(4)'s bpf(4) tap.
Stefan Sperling
2019-02-19
Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac.
Stefan Sperling
2019-02-07
Consistently use m_freem(9). This fixes possible leaks in a few
Patrick Wildt
2019-02-07
There's a task ring for executing commands in a sleep-safe context.
Patrick Wildt
2019-02-01
Complete athn(4) noisefloor calibration code and enable it.
Stefan Sperling
2019-01-31
Fix compilation of amd64 kernel when optimization is disabled.
Todd C. Miller
2019-01-31
Enable IQ/ADC calibration in the athn(4) driver.
Stefan Sperling
2019-01-30
Make bwfm(4) query firmware for RSSI levels and current transmit rate when
Stefan Sperling
2019-01-29
Discard unwanted mouse events from the keyboard input channel when we're
Marcus Glocker
2019-01-29
Accept control frames in monitor mode.
Kevin Lo
2018-12-30
Increase the reset timeout. The ROCK64 RK3328-based board seems to need a
Mark Kettenis
2018-12-07
Handle 2 Tx chains in the computation of transmit power for the RTL8192EU.
Kevin Lo
2018-12-04
Add support for RTL8192EU adapters, partly taken from netbsd.
Jonathan Matthew
2018-11-09
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for
Claudio Jeker
2018-10-22
More "explicitely" -> "explicitly" in various comments.
Kenneth R Westerback
2018-10-04
Force 8051 reset/enable before waiting for firmware to get ready for
Kevin Lo
2018-10-02
Add support for RT3290 chipset by James Hastings.
Kevin Lo
2018-10-01
add RTL8723AE support
Jonathan Matthew
2018-10-01
The sequence number field in the 802.11 frame header includes the sequence
Jonathan Matthew
2018-09-28
Move the unions into the rom struct which fixes Coverity CID 1473649 and
Kevin Lo
2018-09-21
Add support for RTL8188EE.
Jonathan Matthew
2018-09-13
- There's no need to set R92C_HSSI_PARAM2_READ_EDGE for R92C_HSSI_PARAM2(0)
Kevin Lo
2018-08-14
return ENOTTY rather than EINVAL to indicate an ioctl hasn't been handled
Jonathan Matthew
2018-08-12
Really overwrite the major of com(4) instead of the hardcoded 12.
Mark Kettenis
2018-07-25
On authentication we don't need to create the node before calling
Patrick Wildt
2018-07-17
TX packets, which can be either Ethernet or control packets, must be
Patrick Wildt
2018-07-16
Add support for the BCM43455 SDIO chip to bwfm(4).
Patrick Wildt
2018-07-16
Re-set the pointer to the bwfm event after the strict alignment
Patrick Wildt
2018-07-06
Move mbuf alignment for strict aligned architectures from the BCDC
Patrick Wildt
2018-07-04
Move allocation behind sanity check to address possible memory leak as
Patrick Wildt
2018-07-03
Use LIST_FOREACH construct instead of homebrew loop.
Kevin Lo
2018-07-02
Allow pluart(4) to attach to acpi(4).
Mark Kettenis
2018-05-23
Wait for write operations to complete.
Mark Kettenis
[next]