Age | Commit message (Expand) | Author |
2019-09-01 | Adopt the SCSI versioning #define's from FreeBSD. Eliminate the | Kenneth R Westerback |
2019-08-27 | Keep ieee80211_node structures cached across scans, rather than | Stefan Sperling |
2019-08-20 | Use the defines DETACH_FORCE and DETACH_QUIET when constructing a value | Kenneth R Westerback |
2019-08-18 | Increase timeout used when waiting for the Rx FIFO to fill up when in polled | Mark Kettenis |
2019-08-18 | In polled mode, wait on STOP detected bit to be set in the interrupt status | Mark Kettenis |
2019-08-11 | Fix an issue where output gets stuck when a machine is under load. Also | Mark Kettenis |
2019-08-06 | Read the fifo depths from the appropriate configuration register and | Mark Kettenis |
2019-07-27 | Make target numbers match the NVMe namespace identifiers. This fixes booting | Mark Kettenis |
2019-07-24 | Set athn(4) Tx descriptor fields which specify Tx power used for retries. | Stefan Sperling |
2019-07-24 | Make athn(4) provide full Tx time of each frame in a Tx series to hardware. | Stefan Sperling |
2019-07-19 | ttysleep(): drop unused timeout parameter | cheloha |
2019-07-16 | don't bother reading default timing parameters if they're just going | Joshua Stein |
2019-07-08 | Remove some "set but not used" variables in ahci(4)'s hibernate code. | Mike Larkin |
2019-07-05 | Since on a SCAN each node is provided in its own event, | Patrick Wildt |
2019-07-03 | Don't check if unsigned value is less than zero | ians |
2019-06-25 | Turn off the code which waits for AHCI_PREG_CMD_CR to be set by the | Patrick Wildt |
2019-06-03 | Prevent corruption of the pckbc command queue. If multiple synchronous | anton |
2019-05-22 | Print the bwfm(4)'s ethernet address on attach. | Patrick Wildt |
2019-05-22 | If we are SCANning and we want another SCAN, we don't need to purge | Patrick Wildt |
2019-05-21 | Fix free(9) with wrong pointer in sili(4) attach error path; CID 1480295 | Stefan Sperling |
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 |