summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-01-01fix typos in comments, mainly basicly -> basically.andvar
2022-01-01Protect KASSERT() with "#ifdef DIAGNOSTIC" as its expression ishannken
2022-01-01Regen.msaitoh
2022-01-01s/sytem/system/msaitoh
2022-01-01s/assoicate/associate/msaitoh
2022-01-01Print Physical Layer 16.0 GT/s and Lane Margining at the Receiver extended cap.msaitoh
2021-12-31s/interrups/interrupts/andvar
2021-12-31fix few typos in comments, mainly in word "parameter".andvar
2021-12-31thinkpad(4): Omit workaround for acpiec_bus_read.riastradh
2021-12-31acpiec(4): Make sure to fully initialize an ACPI_INTEGER on read.riastradh
2021-12-31acpi(9): Return full 64-bit object to caller in PCI config read.riastradh
2021-12-31sysmon(9): Document lock order.riastradh
2021-12-31sysmon(9): Fix callout/thread synchronization.riastradh
2021-12-31sysmon(9): Fix mistake in sysmon_task_queue_barrier.riastradh
2021-12-31sys: Use if_init wrapper function.riastradh
2021-12-31umass(4): Omit needless reference counting.riastradh
2021-12-31ukbd(4): Avoid races in LED setting on attach.riastradh
2021-12-31acpi(9): Fix memory ordering and completion bugs in notifiers.riastradh
2021-12-31acpi(9): Implement AcpiOsWaitEventsComplete.riastradh
2021-12-31sysmon(9): New sysmon_task_queue_barrier(pri) function.riastradh
2021-12-31acpibat(4): Print ACPI error when _STA fails.riastradh
2021-12-31acpibat(4): Delete excessive blank lines.riastradh
2021-12-31acpibat(4): Fix attach and detach ordering.riastradh
2021-12-31libkern: Make KASSERT verify expression is valid if !DIAGNOSTIC.riastradh
2021-12-31acpi: Support DT link compat string listsjmcneill
2021-12-31usbd_do_request_len (and friends) return usbd_status so return one inskrll
2021-12-31sysmon: Delete trailing whitespace. No functional change intended.riastradh
2021-12-30acpiout(4): Work around firmware that doesn't like some brightnesses.riastradh
2021-12-30convert the ehci device owner ship change message to display the ehciN as well.mrg
2021-12-28acpi: sdhc: Ignore clkbase register if clock-frequency property is presentjmcneill
2021-12-28wd(4): Fix bugs in softbadsect handling.riastradh
2021-12-28sys: Use preempt_point and preempt_needed, not open-coded versions.riastradh
2021-12-28mii(9): Fix callout race between mii_phy_down and mii_phy_detach.riastradh
2021-12-28%hhx -> %xmsaitoh
2021-12-28Decode link control2's Compliance Preset/De-emphasis more. Fix typo.msaitoh
2021-12-28Reduce the access of the ESSR register.msaitoh
2021-12-28QEMU e1000's PHY code doesn't implement register 16. Do workaround.msaitoh
2021-12-28QEMU e1000's PHY code doesn't implement page 0 register 15. Do workaround.msaitoh
2021-12-27fix few typos in comments.andvar
2021-12-27cgd(4): Fix criterion for detach when wedgies are held.riastradh
2021-12-26fix various typos, mainly in comments.andvar
2021-12-26acpi: ohci: Match "generic-ohci" compatible stringjmcneill
2021-12-26acpi: Support DT link device IDjmcneill
2021-12-25Make re-usuable to userland. The vesagtf standalone build is #if'd out for now.mlelstv
2021-12-25ukbd(4): Wait for callouts and blinking to complete in detach.riastradh
2021-12-24ehci(4): fix PR kern/56574: uaudio at ehci (not xhci) only outputsnia
2021-12-24malo(4): Fix line breaks in attach output.riastradh
2021-12-24wsfb: Prefer wide fonts when EDID data is available.jmcneill
2021-12-24Enable mailbox API 1.5 support. Tested on ESXi with ixgben 1.10.3.0.msaitoh
2021-12-24Add code to support API version 1.5. No functional change.msaitoh