summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-02-27lockstat(4): Membar audit.riastradh
2022-02-26if_wm.c: fix value return from void functionrillig
2022-02-26if_wm.c: remove stray semicolons from struct declarationrillig
2022-02-23fix various typos in comments, mainly immediatly/immediately/,andvar
2022-02-23Sort a bit. NFCskrll
2022-02-23API naming consistency. NFC.skrll
2022-02-16fix various typos, mainly in comments.andvar
2022-02-16sys: Include files.acpica unconditionally.riastradh
2022-02-16Print Printed Board Assembly (PBA) number.msaitoh
2022-02-16Remove duplicated break. No functional change.msaitoh
2022-02-15Regen.msaitoh
2022-02-15Add VMware AHCI and NVMe.msaitoh
2022-02-14usbdi(9): Add some missing header include guards.riastradh
2022-02-14usbdi(9): Fix missing includes in usbdi.h.riastradh
2022-02-13vmx(4): Omit needless membar_sync wrapper.riastradh
2022-02-13iscsi(4): Fix config_found usage -- needs kernel lock.riastradh
2022-02-13eqos(4): Nix trailing whitespace. No functional change.riastradh
2022-02-13eqos(4): membar_* is not appropriate here; use bus_dmamap_sync.riastradh
2022-02-12sys: Omit vestigial struct devices in softcs after device_t split.riastradh
2022-02-12Don't dig into the guts of selinfo.thorpej
2022-02-12initialize ntag with the old dmatag so we never end up with an invalid onemacallan
2022-02-12Add inline functions to manipulate the klists that link up knotesthorpej
2022-02-12sys: Fix various abuse of struct device internals.riastradh
2022-02-12ips(4): Missed a couple spots in device_t/softc split.riastradh
2022-02-12veriexec(4): Omit needless device crud in veriexec.c.riastradh
2022-02-12ips(4): device_t/softc splitriastradh
2022-02-12ts(4): Skip fabricating bogus struct device in tsmatch.riastradh
2022-02-11ccd(4): Fix typo in comment.riastradh
2022-02-11acpi(9): No need to test dv_locators.riastradh
2022-02-09fix various typos in comments.andvar
2022-02-09Do not explicitly set the HID Report Protocol upon attach, some devicesjakllsch
2022-02-09if the interrupt pipe can't be opened, also print the error.mrg
2022-02-06sdhc: Retire SDHC_FLAG_USE_ADMA2 flag.jmcneill
2022-02-06acpi: dwcmmc: Honour broken-cd and non-removable DSD propertiesjmcneill
2022-02-06fdt: dwcmmc: Honour broken-cd and non-removable DT propertiesjmcneill
2022-02-05Initialize "replun" -- found with KMSAN.hannken
2022-02-04uhub(4): Sprinkle dtrace probes.riastradh
2022-02-02Fix misplaced comma.nakayama
2022-02-02Regen.msaitoh
2022-02-02Add some devices from AMD BKDG.msaitoh
2022-02-02Fix AMD F16_HB from 0x1568 to 0x1538.msaitoh
2022-02-01Increment legacy interrupt counter after checking INTx sharing.msaitoh
2022-02-01Fix typo. Found by rillig. s/vendor specific/vendor-specific/msaitoh
2022-01-31Decode SCSI programming interface. Whitespace fix.msaitoh
2022-01-31Add three new extended capabilities:msaitoh
2022-01-29usbnet: Defer hardware multicast filter updates to USB task.riastradh
2022-01-29xhci(4): Fix handling of endpoint reset/stop.riastradh
2022-01-29tpm(4): Nix TPM_BE16/TPM_BE32. Just use sys/endian.h.riastradh
2022-01-29In some cases the gcc optimizer is not smart enough to figure out whymartin
2022-01-29Add code for DDR5 a little. I have no datasheet.msaitoh