summaryrefslogtreecommitdiffstats
path: root/sys/dev (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove warning about amdgpu userptr ioctl being unimplementedjsg2021-02-201-1/+0
* Unify unit initialization.mglocker2021-02-171-9/+7
* If the device driver open call fails, don't set sc_open since in that casemglocker2021-02-171-5/+7
* Call 'struct process' parameters 'pr' to distinguish from 'struct proc'mglocker2021-02-171-4/+4
* Collect return code of video_stop() for ioctls calls.mglocker2021-02-171-2/+2
* Add support for the UART found on the Apple M1 SoC.kettenis2021-02-162-10/+30
* Introduce debug levels since the current debug output is too noisy bymglocker2021-02-161-17/+18
* Poll battery sensors less frequently. The previous period was quiteanton2021-02-161-2/+2
* Trim uhidpp_device_features() by extracting two pure protocol functions.anton2021-02-161-18/+52
* Enable multiple opens of a video(4) device as described in the V4L2mglocker2021-02-161-30/+109
* Back-out USB data toggle fix for HID devices, since we received multiplemglocker2021-02-151-43/+1
* move the rearming of the cq after the refill of the rq.dlg2021-02-151-4/+5
* regenkettenis2021-02-142-2/+12
* Add a few more devices that show up on the Apple M1 mini.kettenis2021-02-141-1/+3
* Postpone installation of the periodic sensor task until at least oneanton2021-02-141-2/+4
* Bail out earlier during attach if no devices are paired with theanton2021-02-141-4/+7
* Enumerate all features supported by a device on connect.anton2021-02-141-6/+93
* Introduce variables to deal with bit layout differences in the UFSTATkettenis2021-02-141-9/+26
* correct drm work flush behaviourjsg2021-02-142-6/+10
* Don't hardcode com(4)'s major number in exuart(4).patrick2021-02-111-5/+12
* Add missing break in switch statement of rge_activate().stsp2021-02-111-1/+2
* Initialize var since it's used in a condition a little bit afterwards.mestre2021-02-111-2/+2
* Initialize the stack local device id variable correctly.anton2021-02-111-2/+2
* Make room for handling of HID++ 1.0 devices. No functional change.anton2021-02-111-56/+69
* Use idx suffix consistently.anton2021-02-111-17/+17
* Remove unused software id macro.anton2021-02-111-2/+1
* Fold long line.anton2021-02-111-2/+3
* Stop uhidpp from claiming all report ids, instead only claim theanton2021-02-111-5/+22
* Add uhidev_unset_report_dev(), doing the opposite ofanton2021-02-112-2/+13
* If uhidev_set_report_dev() already have been invoked for the givenanton2021-02-111-4/+6
* ddb: when a new wsdisplay console attaches, resize ddb cols/rows to itjcs2021-02-091-1/+9
* Add a barrier between reading the cqe flags and the command ID, whichjmatthew2021-02-091-1/+3
* change discipline name from "RAID1C" to "RAID 1C" to match the man pagesstsp2021-02-081-2/+2
* Add a RAID1C (raid1 + crypto) softraid(8) discipline.stsp2021-02-081-0/+325
* Add a RAID1C (raid1 + crypto) softraid(8) discipline.stsp2021-02-083-31/+64
* Simplify sleep_setup API to two operations in preparation for splittingmpi2021-02-083-14/+10
* Prevent that when ugen(4) tries to set an alternative configurationmglocker2021-02-051-1/+5
* arm_intr_establish_fdt() has long been renamed to fdt_intr_establish().patrick2021-02-053-8/+7
* Fix CVS tag.patrick2021-02-051-1/+1
* Fix whitespace.patrick2021-02-051-2/+2
* Rename probe/attach functions to fit our regular naming scheme. Replacepatrick2021-02-051-13/+13
* Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.patrick2021-02-053-1/+1057
* Tedu unnecessary imxuartvar.h.patrick2021-02-042-21/+1
* Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2021-02-042-1/+1060
* Add uhidev_set_report_dev() allowing usb drivers to early on install aanton2021-02-042-5/+25
* After the rev. 1.108 commit we see some issues with ugen(4) behaviour,mglocker2021-02-031-1/+5
* handle #pinctrl-cells 2jsg2021-02-011-2/+7
* Align the mixed naming for the variables used to reference tomglocker2021-02-014-31/+31
* Spacing.mglocker2021-01-311-2/+2
* Add basic support for BCM4378 as found on the Apple M1 SoCs. There's apatrick2021-01-313-3/+12