summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2021-02-17Unify unit initialization.Marcus Glocker
2021-02-17If the device driver open call fails, don't set sc_open since in that caseMarcus Glocker
2021-02-17Call 'struct process' parameters 'pr' to distinguish from 'struct proc'Marcus Glocker
2021-02-17Collect return code of video_stop() for ioctls calls.Marcus Glocker
2021-02-16Add support for the UART found on the Apple M1 SoC.Mark Kettenis
2021-02-16Introduce debug levels since the current debug output is too noisy byMarcus Glocker
2021-02-16Poll battery sensors less frequently. The previous period was quiteanton
2021-02-16Trim uhidpp_device_features() by extracting two pure protocol functions.anton
2021-02-16Enable multiple opens of a video(4) device as described in the V4L2Marcus Glocker
2021-02-15Back-out USB data toggle fix for HID devices, since we received multipleMarcus Glocker
2021-02-15move the rearming of the cq after the refill of the rq.David Gwynne
2021-02-14regenMark Kettenis
2021-02-14Add a few more devices that show up on the Apple M1 mini.Mark Kettenis
2021-02-14Postpone installation of the periodic sensor task until at least oneanton
2021-02-14Bail out earlier during attach if no devices are paired with theanton
2021-02-14Enumerate all features supported by a device on connect.anton
2021-02-14Introduce variables to deal with bit layout differences in the UFSTATMark Kettenis
2021-02-14correct drm work flush behaviourJonathan Gray
2021-02-11Don't hardcode com(4)'s major number in exuart(4).Patrick Wildt
2021-02-11Add missing break in switch statement of rge_activate().Stefan Sperling
2021-02-11Initialize var since it's used in a condition a little bit afterwards.Ricardo Mestre
2021-02-11Initialize the stack local device id variable correctly.anton
2021-02-11Make room for handling of HID++ 1.0 devices. No functional change.anton
2021-02-11Use idx suffix consistently.anton
2021-02-11Remove unused software id macro.anton
2021-02-11Fold long line.anton
2021-02-11Stop uhidpp from claiming all report ids, instead only claim theanton
2021-02-11Add uhidev_unset_report_dev(), doing the opposite ofanton
2021-02-11If uhidev_set_report_dev() already have been invoked for the givenanton
2021-02-09ddb: when a new wsdisplay console attaches, resize ddb cols/rows to itJoshua Stein
2021-02-09Add a barrier between reading the cqe flags and the command ID, whichJonathan Matthew
2021-02-08change discipline name from "RAID1C" to "RAID 1C" to match the man pagesStefan Sperling
2021-02-08Add a RAID1C (raid1 + crypto) softraid(8) discipline.Stefan Sperling
2021-02-08Add a RAID1C (raid1 + crypto) softraid(8) discipline.Stefan Sperling
2021-02-08Simplify sleep_setup API to two operations in preparation for splittingMartin Pieuchot
2021-02-05Prevent that when ugen(4) tries to set an alternative configurationMarcus Glocker
2021-02-05arm_intr_establish_fdt() has long been renamed to fdt_intr_establish().Patrick Wildt
2021-02-05Fix CVS tag.Patrick Wildt
2021-02-05Fix whitespace.Patrick Wildt
2021-02-05Rename probe/attach functions to fit our regular naming scheme. ReplacePatrick Wildt
2021-02-05Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2021-02-04Tedu unnecessary imxuartvar.h.Patrick Wildt
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton
2021-02-04Add uhidev_set_report_dev() allowing usb drivers to early on install aanton
2021-02-03After the rev. 1.108 commit we see some issues with ugen(4) behaviour,Marcus Glocker
2021-02-01handle #pinctrl-cells 2Jonathan Gray
2021-02-01Align the mixed naming for the variables used to reference toMarcus Glocker
2021-01-31Spacing.Marcus Glocker
2021-01-31Add basic support for BCM4378 as found on the Apple M1 SoCs. There's aPatrick Wildt
2021-01-31regenPatrick Wildt