summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2019-12-31convert infinite msleep(9) to msleep_nsec(9)Jonathan Gray
2019-12-31Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-31include sys/sensors.h for sensor useJonathan Gray
2019-12-20Make athn(4) use a constant Tx retry rate while MiRA is probing.Stefan Sperling
2019-12-17Add support for NCT6775F, NCT5104D, NCT6779D, NCT679[1235]D sensors.mortimer
2019-11-30pckbc(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2019-11-19Set isr to the correct value (sc->rl_intrs).Kevin Lo
2019-11-19Don't assign ifp twice in the re_txeof().Kevin Lo
2019-11-16- Don't enable/disable efuse access protection for rtl8188c/rtl8192c;Kevin Lo
2019-11-14Unleash all the available openings and let the midlayer sort thingsKenneth R Westerback
2019-11-09Add support for active scan to bwfm(4). So far we only have donePatrick Wildt
2019-11-07Showing kernel WEP keys to userland has been disabled in genericAlexander Bluhm
2019-11-07Only root is allowed to set the WEP key. Add an suser() check toAlexander Bluhm
2019-10-28Better error handling for bwfm(4) connection attempts. When we failPatrick Wildt
2019-10-09Restore BSS channel only when BSS was not changed in iee80211_input().tobhe
2019-10-05fix build errors of aac(4)jan
2019-09-29Replace dwge(4) with a new driver based on dwxe(4). There are manyMark Kettenis
2019-09-25Argument order fix for MCLGETI.Kevin Lo
2019-09-15Mask all MMC interrupts. This prevents an interrupt storm when one of theMark Kettenis
2019-09-12Make wireless drivers call if_input() only once per interrupt.Stefan Sperling
2019-09-01Adopt the SCSI versioning #define's from FreeBSD. Eliminate theKenneth R Westerback
2019-08-27Keep ieee80211_node structures cached across scans, rather thanStefan Sperling
2019-08-20Use the defines DETACH_FORCE and DETACH_QUIET when constructing a valueKenneth R Westerback
2019-08-18Increase timeout used when waiting for the Rx FIFO to fill up when in polledMark Kettenis
2019-08-18In polled mode, wait on STOP detected bit to be set in the interrupt statusMark Kettenis
2019-08-11Fix an issue where output gets stuck when a machine is under load. AlsoMark Kettenis
2019-08-06Read the fifo depths from the appropriate configuration register andMark Kettenis
2019-07-27Make target numbers match the NVMe namespace identifiers. This fixes bootingMark Kettenis
2019-07-24Set athn(4) Tx descriptor fields which specify Tx power used for retries.Stefan Sperling
2019-07-24Make athn(4) provide full Tx time of each frame in a Tx series to hardware.Stefan Sperling
2019-07-19ttysleep(): drop unused timeout parametercheloha
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