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