summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2019-07-16don't bother reading default timing parameters if they're just goingJoshua Stein
2019-07-08Remove some "set but not used" variables in ahci(4)'s hibernate code.Mike Larkin
2019-07-05Since on a SCAN each node is provided in its own event,Patrick Wildt
2019-07-03Don't check if unsigned value is less than zeroians
2019-06-25Turn off the code which waits for AHCI_PREG_CMD_CR to be set by thePatrick Wildt
2019-06-03Prevent corruption of the pckbc command queue. If multiple synchronousanton
2019-05-22Print the bwfm(4)'s ethernet address on attach.Patrick Wildt
2019-05-22If we are SCANning and we want another SCAN, we don't need to purgePatrick Wildt
2019-05-21Fix free(9) with wrong pointer in sili(4) attach error path; CID 1480295Stefan Sperling
2019-05-17For AR9271, use correct clock control register and add a macro to access it.Kevin Lo
2019-05-14Fix athn(4) 9280 1T2R devices; broken since my noisefloor calib commitStefan Sperling
2019-05-14Add free(9) sizes to ahc(4)jan
2019-05-12Fix 'ifconfig nwflags; These flags ended up overlapping with other flagsStefan Sperling
2019-05-10Explicitly disable BCM4331 chips present in 2011-2012 Apple Mac systems.Brent Cook
2019-05-08when freeing ccbs, pass the number so we can free with the size.Ted Unangst
2019-05-07Fix delay logic: measure w/ uptime, pack timeval correctly. ok krw@cheloha
2019-04-29MC146818_GETTOD: Check for RTC rollover during read.cheloha
2019-04-25Follow up on jmatthew's suggestion:Kevin Lo
2019-04-01Correctly extract the RSSI information from the structure. It'sPatrick Wildt
2019-03-31AR9287-based usb devices use GPIO pin 10 for LED, not 8.Kevin Lo
2019-03-29Read the EEPROM of AR9287 USB devices from the correct offset.Stefan Sperling
2019-03-16fetch timing parameters from ACPI like the ACPI attachment doesJoshua Stein
2019-03-11- in rtwn_r88e_fw_reset function, use the correct bit R88E_RSV_CTRL_MCU_RSTKevin Lo
2019-03-05apply background init progress fix from r1.59 of mfii.cJonathan Matthew
2019-03-01Make athn(4) configure timing of control frames explicitly.Stefan Sperling
2019-02-27Implement support for dynamic RTS threshold in MiRA.Stefan Sperling
2019-02-19Fix a cosmetic issue in athn(4)'s bpf(4) tap.Stefan Sperling
2019-02-19Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac.Stefan Sperling
2019-02-07Consistently use m_freem(9). This fixes possible leaks in a fewPatrick Wildt
2019-02-07There's a task ring for executing commands in a sleep-safe context.Patrick Wildt
2019-02-01Complete athn(4) noisefloor calibration code and enable it.Stefan Sperling
2019-01-31Fix compilation of amd64 kernel when optimization is disabled.Todd C. Miller
2019-01-31Enable IQ/ADC calibration in the athn(4) driver.Stefan Sperling
2019-01-30Make bwfm(4) query firmware for RSSI levels and current transmit rate whenStefan Sperling
2019-01-29Discard unwanted mouse events from the keyboard input channel when we'reMarcus Glocker
2019-01-29Accept control frames in monitor mode.Kevin Lo
2018-12-30Increase the reset timeout. The ROCK64 RK3328-based board seems to need aMark Kettenis
2018-12-07Handle 2 Tx chains in the computation of transmit power for the RTL8192EU.Kevin Lo
2018-12-04Add support for RTL8192EU adapters, partly taken from netbsd.Jonathan Matthew
2018-11-09M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers forClaudio Jeker
2018-10-22More "explicitely" -> "explicitly" in various comments.Kenneth R Westerback
2018-10-04Force 8051 reset/enable before waiting for firmware to get ready forKevin Lo
2018-10-02Add support for RT3290 chipset by James Hastings.Kevin Lo
2018-10-01add RTL8723AE supportJonathan Matthew
2018-10-01The sequence number field in the 802.11 frame header includes the sequenceJonathan Matthew
2018-09-28Move the unions into the rom struct which fixes Coverity CID 1473649 andKevin Lo
2018-09-21Add 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-14return ENOTTY rather than EINVAL to indicate an ioctl hasn't been handledJonathan Matthew
2018-08-12Really overwrite the major of com(4) instead of the hardcoded 12.Mark Kettenis