summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2021-12-24Whitespace fix. Remove old comment. No functional change.msaitoh
2021-12-24Restore some mailbox related functions. No functional change.msaitoh
2021-12-24Update copyright to 2020.msaitoh
2021-12-24Change the first argument of ixgbe_send_vf_msg(). No functional change.msaitoh
2021-12-24Rename IXGBE_VT_MSGTYPE_{ACK,NACK} to IXGBE_VT_MSGTYPE_{SUCCESS,FAILURE}.msaitoh
2021-12-24Move some definitions. No functional change. Part of FreeBSD ix-3.3.18.msaitoh
2021-12-24acpi: ehci: Don't assume that a transaction translator is available.jmcneill
2021-12-24Add ohci at acpi bindings. No known PNP IDs for this, so match using _CLSjmcneill
2021-12-23Keep constants 32 bit, why does __BIT() return uintmax_t?hannken
2021-12-23Use the correct dmatag for all control structures. Also, don't KASSERT thatskrll
2021-12-23hyper-v: move idt vector allocating to vmbus_init_interrupts_md()yamaguchi
2021-12-22Three fixesskrll
2021-12-22Whitespaceskrll
2021-12-22Fixup NQTXC_CMD_{TCP,UDP} after previousskrll
2021-12-22In a close run thing use #define<tab> everywhere for consistencyskrll
2021-12-22Use __BIT() some more. Same code before and after.skrll
2021-12-21scsi(4): Take kernel lock around entry into autoconf.riastradh
2021-12-21Remove an empty lineskrll
2021-12-21Wrap a long lineskrll
2021-12-21Change the usb_mem API to take a bus_dma_tag_t in usb_allocmem instead ofskrll
2021-12-21Pass up bus_dma error from usb_block_allocmem rather than always returningskrll
2021-12-21Style.skrll
2021-12-21KASSERT(BUS_ADDR_HI32(baddr) == 0) in, and apply some consistent codeskrll
2021-12-20tpm(4): Fix disabling of rnd source if tpm is deactivated.riastradh
2021-12-20ieee1394: Need kernel lock around config_found.riastradh
2021-12-20Set up multicast (input) filter on qt (DELQA-Turbo).rhialto
2021-12-20aprint_verbose the DMA range used.skrll
2021-12-20whitespace in a commentskrll
2021-12-20Trailing whitespaceskrll
2021-12-20KNF. Same binary before and after.skrll
2021-12-20Fix struct member prefix to be consistent. same code before and after.skrll
2021-12-19fix various typos in bktr driver comments.andvar
2021-12-19s/forground/foreground/ in comments.andvar
2021-12-19Tweak comments.skrll
2021-12-19Trailing whitespaceskrll
2021-12-19drm: Fix tda19988 drm build.riastradh
2021-12-19rkdrm: Convert to atomic modesetting, as needed for bridges.riastradh
2021-12-19Sort includes.riastradh
2021-12-19Need <dev/videomode/videomode.h> for struct videomode.riastradh
2021-12-19Nix trailing whitespace.riastradh
2021-12-19Get drm to build on arm64 again.riastradh
2021-12-18Fix two bugsskrll
2021-12-17One build break fixed, another appears...kre
2021-12-17If the step is 0, use 1 instead of always incrementing step by one to avoidchristos
2021-12-17Add missing WM_TX_{,INTR_}PROCESS_LIMIT_DEFAULT options same as RX side.knakahara
2021-12-17add two additional cyperpower ups ids for ignore hid.mrg
2021-12-17regen.mrg
2021-12-17add two more models of cyperpower UPS.mrg
2021-12-16Print NVM image version on 82598.msaitoh
2021-12-15Change DCB credit parameters. No functional change.msaitoh