summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-12-30Support FTDI FT232R. The upper 2 bits encode the fractional component of theKevin Lo
2022-12-28Change space character to TAB.ASOU Masato
2022-12-27Fix array bounds mismatch with clang 15Patrick Wildt
2022-12-26Add close vmt.ASOU Masato
2022-12-24Hook up xhci(4)'s activate function to the FDT attachment driver. ThisPatrick Wildt
2022-12-23Prevent an iwx(4) firmware error when authentication to the AP times out.Stefan Sperling
2022-12-21Have the power button trigger a wakeup from suspend.Patrick Wildt
2022-12-21Move duplicate code to new sr_find_discipline() helperKlemens Nanni
2022-12-21Update the Rx descriptor based on the vendor driver for Linux.Kevin Lo
2022-12-19Remove unused *sd_scsibus_dev member from struct sr_disciplineKlemens Nanni
2022-12-19Invalidate ugen(4) knote lists after device detachVisa Hankala
2022-12-19Say "discipline" not "dis" in comment, latter looks like typoed "disk"Klemens Nanni
2022-12-18regenDaniel Dickman
2022-12-18add two transmeta devicesDaniel Dickman
2022-12-18Prevent detaching the boot volumeKlemens Nanni
2022-12-18regenMark Kettenis
2022-12-18Add Union Memory NVMe devices.Mark Kettenis
2022-12-18Disable the keyboard on the Samsung Galaxy Book Go until we can fix theMarcus Glocker
2022-12-17Make nvmem_read_cell() and nvmem_write_cell() work for hardware thatMark Kettenis
2022-12-16qcpdc(4)'s establish routine needs to return the wrapped cookie, not thePatrick Wildt
2022-12-16Prevent KASSERT in iwm(4) if firmware image is missing or corrupt.Stefan Sperling
2022-12-14regenJonathan Gray
2022-12-14add id for Navi 31, Radeon RX 7900 XT/XTX (gfx1100, GC 11.0.0)Jonathan Gray
2022-12-12Fix USB hotplug on type-C connectors of Apple Silicon hardware. The USBMark Kettenis
2022-12-10Mitigate Spectre-BHB by using core-specific trampoline vectors. On some coresPatrick Wildt
2022-12-08Fix pvbus to specify M_ZERO properly.YASUOKA Masahiko
2022-12-05Add support for the Backlight connector property like we already have forMark Kettenis
2022-12-05Trigger a kevent when we change the backlight. This gives the XorgMark Kettenis
2022-12-04regenJonathan Gray
2022-12-04add Intel DG1, DG2, ATS-M idsJonathan Gray
2022-12-03Modify vmt to use the buffer allocated in pvbus directly instead ofYASUOKA Masahiko
2022-12-03regenJonathan Gray
2022-12-03add AMD family 19h model 61h (Raphael) idsJonathan Gray
2022-12-03drm/i915: fix TLB invalidation for Gen12 video and compute enginesJonathan Gray
2022-12-02regenJonathan Gray
2022-12-02add Intel Optane SSD DC P5800XJonathan Gray
2022-11-30Provide default address for qcpwm(4), as Linux upstream removed it fromPatrick Wildt
2022-11-29Add support for the Unified Battery feature found in many more recent LogitechAnton Lindqvist
2022-11-29Add support for Bolt receivers. They use different registers for theAnton Lindqvist
2022-11-27Remove last queue(3) *_END() usage from treeKlemens Nanni
2022-11-27Implement support for the (optional) MSI controller of Synopsys DesignwareMark Kettenis
2022-11-26Remove unused battery fields.Anton Lindqvist
2022-11-26Shove more battery feature logic down to hidpp20_battery_get_level_status().Anton Lindqvist
2022-11-26Pave the way for checking presence of more features inAnton Lindqvist
2022-11-26Stop checking the link status upon receiving connect notifications asAnton Lindqvist
2022-11-26Group function and response defines.Anton Lindqvist
2022-11-26Pass a uhidpp_device to hidpp20_battery_get_capability() andAnton Lindqvist
2022-11-26Take note of the needed feature indices already inAnton Lindqvist
2022-11-26Reduce indentation, no functional change.Anton Lindqvist
2022-11-26Stop printing the device serial number during attach, it's not thatAnton Lindqvist