summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-12-05Remove clause #3 from mrg@NetBSD license.Martin Pieuchot
2019-12-04Add sizes for free() in autri(4).Frederic Cambus
2019-12-03Since device tree trip points might not be sorted, but our codePatrick Wildt
2019-12-03Add pwmfan(4), a driver for PWM-regulated fans.Patrick Wildt
2019-12-03Add rkpwm(4), a driver for the RK3399's PWM controller.Patrick Wildt
2019-12-03Add support for the RK3399's PWM clock to rkclock(4).Patrick Wildt
2019-12-02drm/i915/userptr: Try to acquire the page lock around set_page_dirty()Jonathan Gray
2019-12-02drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICsJonathan Gray
2019-12-01Add sizes for free() in auvia(4).Frederic Cambus
2019-11-30cardbus(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2019-11-30pckbc(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2019-11-30onewire(4), owtemp(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2019-11-30utwitch(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2019-11-30Move kernel locking inside the sleep machinery. This enables callingVisa Hankala
2019-11-29Improve support for the RK3399's eMMC in sdhc(4). Fix the compatiblePatrick Wildt
2019-11-29Add rkemmcphy(4), a driver for the RK3399's eMMC PHY.Patrick Wildt
2019-11-29Make rkgrf(4) behave like a simplebus(4) so we can attach driversPatrick Wildt
2019-11-29Add support for the RK3399's eMMC clock to rkclock(4).Patrick Wildt
2019-11-29drm_sched_entity_flush() doesn't care about specific threads, so justPhilip Guenther
2019-11-28On short transfers with multiple TRBs in a TD we get two events.Patrick Wildt
2019-11-27Reinstate monitor mode support in iwm(4).Stefan Sperling
2019-11-27Add support for Rx buffers containing multiple frames to iwm(4), again.Stefan Sperling
2019-11-27Re-enable IO_NOCACHE, and use is in vnd.Bob Beck
2019-11-27Convert infinite sleeps to tsleep_nsec(9).Martin Pieuchot
2019-11-26When there is no network around the state timeout fires over and over again.Claudio Jeker
2019-11-26Fix previous: Don't use an uninitialized variable in iwm_rx_frame().Stefan Sperling
2019-11-26Eliminate some code duplication in iwm(4) 7k/8k vs. 9k Rx code paths.Stefan Sperling
2019-11-26Add support for MSI-X. MSI-X allows establishing a number ofPatrick Wildt
2019-11-26Compute RSSI on 9k iwm(4) devices in the same way we do for previousStefan Sperling
2019-11-25Convert to tsleep_nsec(9) and use the correct timeout period in msec.Martin Pieuchot
2019-11-24Add umb_rtrequest() to handle RTM_PROPOSAL events and send back theClaudio Jeker
2019-11-24correct return type of sign_extend64()Jonathan Gray
2019-11-23envy(4): *sleep(9) -> *sleep_nsec(9); ok ratchov@cheloha
2019-11-22Use rtm_proposal() to send out DNS updates. Both when DNS are added andClaudio Jeker
2019-11-20ksmn(4): Improve the precision of the fractional part of temperatures.Bryan Steele
2019-11-20Some Intel SD/MMC controllers do not like the voltage beingPatrick Wildt
2019-11-20regenPatrick Wildt
2019-11-20Add PCI IDs for Gemini Lake SD/MMC controllersPatrick Wildt
2019-11-20Correctly match another 9560-based device.Patrick Wildt
2019-11-19regenStefan Sperling
2019-11-19Add PCI ID for an Intel AX 200 device.Stefan Sperling
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-19Correct the link speed constant variables. From Shoichi Yamaguchi.YASUOKA Masahiko
2019-11-18Delete commented out VNDIOCGET60 ioctlJeremie Courreges-Anglas
2019-11-18Fix off-by-one TRB issue in bulk transfers larger than 64k.Marcus Glocker
2019-11-18Fix actual length calculation of short transfers in xhci(4). So farPatrick Wildt
2019-11-18Add support for 9260 and 9560 devices to iwm(4).Stefan Sperling
2019-11-18regenKevin Lo
2019-11-18Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb EthernetKevin Lo