summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2022-10-07Revert "console(4), constty(4): Rip off the kernel lock, take two."riastradh
2022-10-07regensnj
2022-10-07add NVIDIA GeForce GTX 770snj
2022-10-06com(4): Add include guards.riastradh
2022-10-06console(4), constty(4): Rip off the kernel lock, take two.riastradh
2022-10-06constty(4): Make MP-safe.riastradh
2022-10-06fix few typos in comments and node description.andvar
2022-10-06Update some AMD CPUID bits:msaitoh
2022-10-04Revert "constty(4): Make MP-safe."riastradh
2022-10-04Revert "console(4), constty(4): Rip off the kernel lock."riastradh
2022-10-03com(4): Nix quirky `integrate' macro.riastradh
2022-10-03com(4): Omit needless spltty in comstart.riastradh
2022-10-03com(4): Nix dead code.riastradh
2022-10-03com(4): Comment on lock order.riastradh
2022-10-03console(4), constty(4): Rip off the kernel lock.riastradh
2022-10-03constty(4): Make MP-safe.riastradh
2022-10-03com(4): Update confusing comment from decades ago to reflect now.riastradh
2022-10-03cons(9): Check the unit number on close too.riastradh
2022-10-03cons(9): Serialize open and close.riastradh
2022-10-03cons(9): New function cn_set_tab.riastradh
2022-10-02Add extra delay quirk for AMD FCH SATA Controller D.martin
2022-10-02regen (AMD FCH SATA D added)martin