summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-07-29s/collissions/collisions/andvar
2022-07-29Improve a couple of commentsskrll
2022-07-29Trailing whitespaceskrll
2022-07-29PR kern/56946rin
2022-07-28KNF the KNFskrll
2022-07-26Whitespaceskrll
2022-07-25Some more BITS(3)skrll
2022-07-25G/C the unused bge_rx_mini_chain member from bge_chain_data. It was removedskrll
2022-07-23- Handle dtlink in acpi_pack_compat_list().thorpej
2022-07-23If there is a compat string list, parenthetically print the first onethorpej
2022-07-22Normalize how motoi2c controllers are attached.thorpej
2022-07-22malloc -> kmem.skrll
2022-07-22Add more statistics countes.msaitoh
2022-07-21Add some driver debugging infrastructuremartin
2022-07-21s/pedning/pending/andvar
2022-07-21fix typos in comments and log messages, mainly s/intrrupt/interrupt/.andvar
2022-07-20Improve error reporting.thorpej
2022-07-20When we init the hardware's rx/tx ring configuration we need tomartin
2022-07-20In the Alpha tc_syncbus(), we need to issue a MB because WMB does notthorpej
2022-07-20No need to test for __alpha__ || alpha ... just one will suffice.thorpej
2022-07-20drm: Use CPPFLAGS.drmkms in all local drm drivers too.riastradh
2022-07-20Modify comment. Use __BIT() a little. No functional change.msaitoh
2022-07-19wm(4): Use CSR_WRITE_FLUSH, not bus_space_barrier.riastradh
2022-07-19wm(4): Use bus_dmamap_sync, not bus_space_barrier, for tx desc.riastradh
2022-07-19KNFskrll
2022-07-19Don't need sys/malloc.h so remove the #includeskrll
2022-07-19Turn a locking botch (shouldn't drop lock on error) into a KASSERTskrll
2022-07-18Make it compile w/o warnings for !VCONS_DRAW_INTRmartin
2022-07-17wsdisplay(4): Make most of struct vcons_data private.riastradh
2022-07-17genfb(4): Make internal parts of struct genfb_softc private.riastradh
2022-07-17genfb(4): KASSERT(a && b) -> KASSERT(a); KASSERT(b)riastradh
2022-07-17wsmouse(4): Nix trailing whitespace.riastradh
2022-07-17wsdisplay(4): KNF: return foo, not return (foo)riastradh
2022-07-17wsdisplay(4): KASSERT(a && b) -> KASSERT(a); KASSERT(b)riastradh
2022-07-17wsmouse(4): KASSERT(a && b) -> KASSERT(a); KASSERT(b)riastradh
2022-07-17wsdisplay(4): Use DPRINTF; reduce #ifdefs.riastradh
2022-07-17wsdisplay(4): Insert memory barriers for scr_dirty synchronization.riastradh
2022-07-17wsdisplay(4): Factor out scr_dirty setting.riastradh
2022-07-17wsdisplay(4): Factor out use_intr tests.riastradh
2022-07-17wsdisplay(4): Factor out WSDISPLAY_SCROLLSUPPORT logic.riastradh
2022-07-17wsdisplay(4): Nix trailing whitespace.riastradh
2022-07-17agp(4): Use bus_space_barrier, not membar_producer.riastradh
2022-07-16modify screen before updating cache.mlelstv
2022-07-16Enable Aero.msaitoh
2022-07-16 It seems that a logical volume number and the target ID is differentmsaitoh
2022-07-16Add max 256 VD support.msaitoh
2022-07-12Remove unneeded bus_space_barrier() calls.thorpej
2022-07-12Remove uneeded bus_space_barrier() calls.thorpej
2022-07-12Remove unneeded bus_space_barrier() calls.thorpej
2022-07-11KNF. No functional change.msaitoh