aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* ena: Bump driver version to v2.8.1Arthur Kiyanovski2025-07-021-1/+1
* ena: Fix misconfiguration when requesting regular LLQDavid Arinzon2025-07-021-11/+30
* ath(4): Fix a typo in a source code commentGordon Bergling2025-01-291-1/+1
* hid: Correctly handle signed/unsigned quantities in kernel HID parser.Vladimir Kondratyev2025-01-212-59/+64
* pvscsi: Explicitly mask out CTS_SAS_VALID_SPEED bitZhenlei Huang2025-01-201-0/+4
* isp: Fix abort issue introduced by previous commitAlexander Motin2025-01-152-3/+19
* uart: Add support for Brainboxes / Intashield serial cards.Yoshihiro Takahashi2025-01-112-0/+436
* usb: serial: make more commands execute synchronouslyKyle Evans2025-01-011-13/+56
* usb: serial: allow the open/close sleep to be interruptibleKyle Evans2025-01-014-17/+69
* usb: serial: propagate errors from ucom_queue_command()Kyle Evans2025-01-011-18/+31
* isci(4): Fix a typo in a source code commentGordon Bergling2024-12-311-1/+1
* sound(4): Fix a typo in a source code commentGordon Bergling2024-12-311-1/+1
* Adds support for Purism coreboot keyboardsJon Hopper2024-12-281-0/+1
* mpr/mps: when sending reset on removal, include target in messageWarner Losh2024-12-282-4/+12
* igc.4: Add I226 and other additions to supported listKevin Bowling2024-12-231-1/+1
* isp: Improve task aborts handlingAlexander Motin2024-12-233-85/+77
* isp: Fix use after free in aborts handlingAlexander Motin2024-12-231-2/+2
* hidraw(4): update hgd_actlen in HIDRAW_GET_REPORT ioctlMatthew Nygard Dodd2024-12-221-6/+7
* uhid(4): update ugd_actlen in USB_GET_REPORT ioctlMatthew Nygard Dodd2024-12-221-1/+3
* dpaa2: Fix kernel built with ACPI_DEBUGDmitry Salychev2024-12-131-0/+4
* ACPI: Treat all 20-element _BIX entires as revision 0Bartosz Fabianowski2024-12-071-2/+11
* ena: Remove \n from sysctl descriptionZhenlei Huang2024-12-061-1/+1
* e1000: Remove old itr sysctl handlerKevin Bowling2024-12-031-6/+0
* vga_pci: Use bus_generic_* directly instead of wrappersJohn Baldwin2024-11-301-16/+2
* Remove bogus detach routinesJohn Baldwin2024-11-301-1/+0
* smbus: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-11-301-0/+7
* miibus: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-11-301-3/+3
* iicbus: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-11-301-0/+13
* gpiobus: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-11-301-19/+17
* superio: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-11-301-0/+13
* msk/sk: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-11-302-6/+16
* ow: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-11-301-3/+7
* nvdimm: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-11-301-8/+8
* ignore_pci: Add a proper stub attach routineJohn Baldwin2024-11-301-1/+8
* fixup_pci: Remove unused attach DEVMETHODJohn Baldwin2024-11-301-1/+0
* csa: Use pci_find_device to simplify clkrun_hackJohn Baldwin2024-11-301-34/+13
* Use bus_delayed_attach_children instead of its inline implementationJohn Baldwin2024-11-301-1/+1
* qlnx: Fix a couple of type mismatches in function declarationsJohn Baldwin2024-11-302-3/+5
* ocs: Fix a couple of type mismatches in function prototypesJohn Baldwin2024-11-301-4/+4
* ath_hal: Fix a couple of type mismatches in function prototypesJohn Baldwin2024-11-302-2/+2
* cxgbe: Remove most uses of sysctl_wire_old_bufferJohn Baldwin2024-11-291-140/+27
* speaker: Use standard C boolJohn Baldwin2024-11-291-17/+11
* e1000: Try auto-negotiation for fixed 100 or 10 configurationKevin Bowling2024-11-272-8/+41
* igc: disable hw.igc.sbpKevin Bowling2024-11-271-2/+2
* e1000: Style txrxKevin Bowling2024-11-273-40/+62
* igc: Style pass igc_txrxKevin Bowling2024-11-271-18/+27
* ix, ixv: fix kernel buildPiotr Kubaj2024-11-272-2/+2
* ix: remove stale commentPiotr Kubaj2024-11-271-1/+0
* ix, ixv: Update link status with autonegotiated baudrate valuePiotr Pietruszewski2024-11-274-2/+38
* ixgbe: Do not count L3/L4 checksum errors as input errorsAndrew Gallatin2024-11-272-8/+2