summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-10-26nix double n, i or g in "ing", in comments and documentation.andvar
2022-10-26fix various typos in comments and makefs README file.andvar
2022-10-26No need to constrain DMA tag to 32-bits on 32-bit platforms.jmcneill
2022-10-26Regen.msaitoh
2022-10-26Add AMD F17/Axh devices.msaitoh
2022-10-26Add AMD F17/1x and F17/9x CCP(PSP) support to amdccp(4).msaitoh
2022-10-26Regen.msaitoh
2022-10-26Add some AMD 17h/9xh devices from OpenBSD.msaitoh
2022-10-26Use generic Arasan SDHCI driver for Zynq-7000.jmcneill
2022-10-26Add comment to ICH/PCH's lock stuff in wm_reset().msaitoh
2022-10-25console(4), constty(4): Rip off the kernel lock, take three.riastradh
2022-10-25constty(4): Make MP-safe, take three.riastradh
2022-10-24iic(4): Use config_detach_children to simplify.riastradh
2022-10-24i2c(9): Nix smbus intr API.riastradh
2022-10-23midi(4): No need to take lock just for callout_halt.riastradh
2022-10-23midi(4): Explain what's about to happen when refcnt drain fails.riastradh
2022-10-23midi(4): Wake waiters _before_ waiting for them.riastradh
2022-10-23ugen(4): Make sure opened is initialized in ugenopen.riastradh
2022-10-23Fix USBDEBUG build on ILP32skrll
2022-10-21aq(4): Remove incorrect ASSERT_SLEEPABLE introduced in 1.33.riastradh
2022-10-21ugen(4): convert to USBHIST style debugging.mrg
2022-10-20Do what the comment says and reserve ranges that do and do not have theskrll
2022-10-19dwiic(4): Don't try processing interrupts before attach completes.riastradh
2022-10-19dwiic(4): Don't try to attach children if dwiic_attach failed.riastradh
2022-10-19Fix typo. No functional change. OK'd by knakahara.msaitoh
2022-10-18KNFskrll
2022-10-17aq(4): Annotate boolean parameters with names for legibility.riastradh
2022-10-17aq(4): Unconditionally halt callout in aq_stop.riastradh
2022-10-17Fix previous by using roundup (and not howmany).skrll
2022-10-17add pcie capability and read request size linux compat, some pci root supportmrg
2022-10-16Use a consistent pointer variable. No functional change.tsutsui
2022-10-15pci_resource(9): Fix whitespace.riastradh
2022-10-15pci_resource(9): vmem_create and vmem_add never fail with VM_SLEEP.riastradh
2022-10-15virtio(4): Use __BIT, not inline shift.riastradh
2022-10-15virtio(4): Use howmany from sys/param.h instead of open-coding it.riastradh
2022-10-15virtio(4): Sprinkle KNF.riastradh
2022-10-15Add PQUIRK_ONLYBIG for Oracle OCI BlockVolumes.jmcneill
2022-10-15Fix style and typo in comments. No binary changes.rin
2022-10-14Add a PCI resource manager and use it on Arm ACPI platforms.jmcneill
2022-10-14Disable ADMA2 on Ricoh SDHCI controllers.jmcneill
2022-10-13s/exaple/example/andvar
2022-10-12fix few typos in comments.andvar
2022-10-12set AHCI_QUIRK_EXTRA_DELAY for ASMedia ASM1061 - now it reliably attaches oldmacallan
2022-10-11fix typos in log messages s/bus_dmamem_create/bus_dmamap_create/ andandvar
2022-10-11KNF a bit. No functional change.msaitoh
2022-10-11"Add" number of ports because the same speed's ECR may appear multiple times.msaitoh
2022-10-11There is an xHCI device which has USB 2 port only. Support it.msaitoh
2022-10-10ETHERCAP_VLAN_MTU does not go into ifp->if_capabilities but ethercommartin
2022-10-08com(4): Omit never-used sc_vendor_workaround member.riastradh
2022-10-07Revert "constty(4): Make MP-safe."riastradh