summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-12-13noone has gpr(4) devices.deraadt3-494/+1
2019-12-13Make acpivout(4) call ws_[gs]et_param instead of directlypatrick1-20/+36
2019-12-13pvclock(4): attach even if when PVCLOCK_FLAG_TSC_STABLE is unsetpd1-12/+20
2019-12-13Always release interrupt source when unmasking the interruptmikeb1-2/+4
2019-12-11Replace p_xstat with ps_xexit and ps_xsigguenther1-5/+6
2019-12-08Reduce the max. number of frame buffers so that we can run highermglocker1-2/+7
2019-12-07regenkevlo2-4/+9
2019-12-07- Add support for RTL8156kevlo3-162/+479
2019-12-06enable the full use of jumbos and remove IFCAP_VLAN_MTU.dlg1-10/+11
2019-12-05Remove clause #3 from mrg@NetBSD license.mpi1-3/+1
2019-12-04Add sizes for free() in autri(4).fcambus1-3/+3
2019-12-03Since device tree trip points might not be sorted, but our codepatrick1-4/+19
2019-12-03Add pwmfan(4), a driver for PWM-regulated fans.patrick2-1/+136
2019-12-03Add rkpwm(4), a driver for the RK3399's PWM controller.patrick2-1/+185
2019-12-03Add support for the RK3399's PWM clock to rkclock(4).patrick2-1/+8
2019-12-02drm/i915/userptr: Try to acquire the page lock around set_page_dirty()jsg1-1/+21
2019-12-02drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICsjsg1-5/+18
2019-12-01Add sizes for free() in auvia(4).fcambus1-3/+3
2019-11-30cardbus(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha1-3/+3
2019-11-30pckbc(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha1-2/+2
2019-11-30onewire(4), owtemp(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha2-7/+7
2019-11-30utwitch(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha1-4/+4
2019-11-30Move kernel locking inside the sleep machinery. This enables callingvisa1-2/+2
2019-11-29Improve support for the RK3399's eMMC in sdhc(4). Fix the compatiblepatrick1-5/+54
2019-11-29Add rkemmcphy(4), a driver for the RK3399's eMMC PHY.patrick2-1/+209
2019-11-29Make rkgrf(4) behave like a simplebus(4) so we can attach driverspatrick2-4/+13
2019-11-29Add support for the RK3399's eMMC clock to rkclock(4).patrick1-1/+7
2019-11-29drm_sched_entity_flush() doesn't care about specific threads, so justguenther2-5/+5
2019-11-28On short transfers with multiple TRBs in a TD we get two events.patrick1-3/+4
2019-11-27Reinstate monitor mode support in iwm(4).stsp1-16/+72
2019-11-27Add support for Rx buffers containing multiple frames to iwm(4), again.stsp1-95/+140
2019-11-27Re-enable IO_NOCACHE, and use is in vnd.beck1-3/+6
2019-11-27Convert infinite sleeps to tsleep_nsec(9).mpi5-12/+12
2019-11-26When there is no network around the state timeout fires over and over again.claudio1-2/+5
2019-11-26Fix previous: Don't use an uninitialized variable in iwm_rx_frame().stsp1-1/+2
2019-11-26Eliminate some code duplication in iwm(4) 7k/8k vs. 9k Rx code paths.stsp1-120/+83
2019-11-26Add support for MSI-X. MSI-X allows establishing a number ofpatrick3-22/+330
2019-11-26Compute RSSI on 9k iwm(4) devices in the same way we do for previousstsp1-3/+3
2019-11-25Convert to tsleep_nsec(9) and use the correct timeout period in msec.mpi1-4/+6
2019-11-24Add umb_rtrequest() to handle RTM_PROPOSAL events and send back theclaudio1-7/+24
2019-11-24correct return type of sign_extend64()jsg1-3/+3
2019-11-23envy(4): *sleep(9) -> *sleep_nsec(9); ok ratchov@cheloha1-4/+6
2019-11-22Use rtm_proposal() to send out DNS updates. Both when DNS are added andclaudio1-1/+28
2019-11-20ksmn(4): Improve the precision of the fractional part of temperatures.brynet1-9/+12
2019-11-20Some Intel SD/MMC controllers do not like the voltage beingpatrick1-1/+8
2019-11-20regenpatrick2-2/+17
2019-11-20Add PCI IDs for Gemini Lake SD/MMC controllerspatrick1-1/+4
2019-11-20Correctly match another 9560-based device.patrick1-1/+2
2019-11-19regenstsp2-2/+7
2019-11-19Add PCI ID for an Intel AX 200 device.stsp1-1/+2