aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-16798-798/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-16220-220/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161663-3330/+0
* sys: Remove $FreeBSD$: sound driver versionWarner Losh2023-08-1643-43/+43
* cxgbe(4): Update firmwares to 1.27.4.0Navdeep Parhar2023-08-164-3/+3
* cursor.bdf: Remove $FreeBSD$ tagWarner Losh2023-08-161-2/+0
* e1000: Fix off by one ipcseKevin Bowling2023-08-151-1/+1
* nvme.h: Fix a comment typo in admin opcode enumJohn Baldwin2023-08-151-1/+1
* drm2: remove unused Alpha and MIPS #definesEd Maste2023-08-151-7/+0
* ofw_firmware: Return BUS_PROBE_GENERIC instead of 0Emmanuel Vadot2023-08-151-1/+6
* e1000: disable TSO on lem(4) and em(4)Kevin Bowling2023-08-151-0/+6
* nvme: use mtx_padaalign instead of mtx + alignment attributeWarner Losh2023-08-141-1/+1
* pci: return 0 for pci_remap_intr_method MSI-X non-error caseEd Maste2023-08-141-1/+4
* ixgbe: define IXGBE_LE32_TO_CPUSKevin Bowling2023-08-142-3/+3
* ofw_firmware: Only match if there is no compatibleEmmanuel Vadot2023-08-131-1/+4
* tc_fill_vdso_timehands32(): fixKonstantin Belousov2023-08-121-1/+2
* gve: Simplify tx loop over buffer ringShailend Chand2023-08-121-3/+2
* vtnet: allow IFF_ALLMULTI to be set without VIRTIO_NET_F_CTRL_RXKristof Provost2023-08-111-2/+5
* mana: fix a KASSERT panic on recursed lock access in mana_cfg_vportWei Hu2023-08-111-5/+0
* qcom: fix panic in qcom_mdio_ipq4018 implementationBjoern A. Zeeb2023-08-111-0/+3
* igc: sync srrctl buffer sizing with e1000Kevin Bowling2023-08-101-11/+7
* ix: Fix accessing wrong registerPiotr Pietruszewski2023-08-101-2/+2
* sdhci: Add support for disable-wpEmmanuel Vadot2023-08-101-0/+5
* sdhci: xilinx: Add compatible and quirks for ZynqMPEmmanuel Vadot2023-08-101-0/+5
* ixgbe: Add support for 82599 LSKevin Bowling2023-08-103-0/+6
* ixgbe: Check for fw_recoveryKevin Bowling2023-08-101-0/+9
* e1000: Enable TSO on 82574Kevin Bowling2023-08-091-3/+0
* arswitch(4): Remove support for AR{7240,9340} found in MIPS SoCs onlyMarius Strobl2023-08-098-541/+1
* ath(4): Remove MIPS SoC build glue and AR9130 from FreeBSD HALMarius Strobl2023-08-098-1145/+0
* ath(4): Remove MIPS AHB frontend and join PCI one w/ main support againMarius Strobl2023-08-081-353/+0
* nvme: Move bools to fill holeWarner Losh2023-08-081-2/+3
* md driver compat32: fix structure padding for arm, powerpcMike Karels2023-08-081-1/+9
* arm64: rockchip: Tweak i2c, pmic and iodomain orderEmmanuel Vadot2023-08-082-4/+4
* ofw: Add a ofw_firmware driverEmmanuel Vadot2023-08-081-0/+161
* etherswitch/arswitch: correct version detectionMichael Zhilin2023-08-081-1/+1
* nvme: Directly lookup op codeWarner Losh2023-08-071-59/+55
* nvme: Update commentWarner Losh2023-08-071-1/+3
* nvme: Add comments about other fields in statusWarner Losh2023-08-071-0/+3
* nvme: Be less verbose when cancelling I/O or admin commandsWarner Losh2023-08-071-8/+23
* nvme: Add more NVME Base Spec 2.0 and NVME Command Set Spec 1.0aWarner Losh2023-08-072-1/+13
* nvme: Eliminate redundant codeWarner Losh2023-08-071-15/+8
* nvme: Remove duplicate command printing routineWarner Losh2023-08-074-16/+4
* nvme: Remove duplicate completion printing routineWarner Losh2023-08-074-29/+10
* acpi_spibus.c: fix i386 buildKonstantin Belousov2023-08-061-1/+1
* hidraw(4): Implement HIDRAW_GET_DEVICEINFO ioctlVladimir Kondratyev2023-08-063-6/+40
* nctgpio: Enable all the 9 groups for NCT6116D and remove FIXMEsStéphane Rochoy2023-08-041-10/+10
* ncthwm: Use `sysctl_handle_16` to match CTLTYPE_U16Stéphane Rochoy2023-08-041-1/+1
* e1000: Enable TSO for lem(4) and em(4)Kevin Bowling2023-08-031-29/+37
* ixv: Separate VFTA table for each interfaceYuichiro Naito2023-08-031-10/+4
* spibus(4): Add support for ACPI-based children enumerationVladimir Kondratyev2023-08-033-10/+606