summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-03-12vhci(4): Don't fail with ENOBUFS if no intrxfer is set up.riastradh
2022-03-11convert non-config-handled "DEBUG_ROOT" to aprint_debug().mrg
2022-03-10s/woud/would/ in comment.andvar
2022-03-10Print ECC, PHY and temp error log using with ratecheck().msaitoh
2022-03-10 Enclose flow director stuff in ixgbe_intr_admin_common() with IXGBE_FIR.msaitoh
2022-03-10 Move the definition of eicr_mask variable. No functional change.msaitoh
2022-03-10 Modify comment to clarify EIAC setting.msaitoh
2022-03-10Add IFF_RUNNING check in ixgbe_legacy_irq() again.msaitoh
2022-03-10gffb(4): Nix membar_sync and explain what's going on here.riastradh
2022-03-10gffb(4): Use bus_space_barrier, not membar_sync.riastradh
2022-03-09xhci(4): Avoid holding bus lock across usb_delay_ms.riastradh
2022-03-09ohci(4): Don't flail around with enabling polling in suspend/resume.riastradh
2022-03-09ehci(4): Omit bus lock around ehci_suspend/resume.riastradh
2022-03-09usb: Provisionally release bus lock around ubm_rhctrl.riastradh
2022-03-09turns out we can map the full amount of VRAM on a 4MB board even when inmacallan
2022-03-09merge two debug lines in auto-root selection.mrg
2022-03-08fix few typos in comments.andvar
2022-03-06s/filered/filtered/ in comment.andvar
2022-03-06usb(4): Use atomics for usb_async_proc.riastradh
2022-03-05usbnet(9): uno_init is now optional.riastradh
2022-03-04Add mailbox and power-domain support.skrll
2022-03-03Fix for PR kern/56613blymn
2022-03-03video(9): Make softc argument mandatory for video_attach_mi.riastradh
2022-03-03uvideo(4): Attach one video(4) per independent stream.riastradh
2022-03-03uvideo(4): Fix zero initialization of uvideo_stream.riastradh
2022-03-03video(4): Allow drivers to pass the softc explicitly.riastradh
2022-03-03uvideo(4): Sprinkle debug messages.riastradh
2022-03-03uvideo(4): Use __nothing for empty DPRINTF, not actually empty.riastradh
2022-03-03usbdi(9): Suspend control pipe on detach.riastradh
2022-03-03usbdi(9): dtrace probes for USB control requests.riastradh
2022-03-03usb: Assert hci doesn't synchronously complete async xfers.riastradh
2022-03-03usb: Hold pipe lock across upm_transfer and upm_start.riastradh
2022-03-03usb: In usbd_transfer, test whether aborting under the lock.riastradh
2022-03-03usb: Inline usb_insert_transfer.riastradh
2022-03-03usbdi(9): New usbd_suspend_pipe, usbd_resume_pipe.riastradh
2022-03-03usb: Update tables of bus/pipe method locking rules.riastradh
2022-03-03usb: Add missing includes in usb_mem.h.riastradh
2022-03-03xhci(4): Add missing includes to xhcivar.h.riastradh
2022-03-03usb: Factor usb_transfer_complete out of ubm_abortx method.riastradh
2022-03-03usb: usbd_free_xfer never fails. Make it return void.riastradh
2022-03-03usb: usbd_close_pipe never fails. Make it return void.riastradh
2022-03-03usb: usbd_abort_pipe never fails. Make it return void.riastradh
2022-03-03usb: Factor usb_insert_transfer out of upm_transfer and make private.riastradh
2022-03-03urndis(4): Simplify circuitous initialization logic.riastradh
2022-03-03usbnet: Update some comments.riastradh
2022-03-03usbnet: On if_stop, abort xfers before resetting hardware.riastradh
2022-03-03usbnet: Fix type of struct usbnet::un_ed according to plan.riastradh
2022-03-03usbnet: Omit needless detachcv name parameter to usbnet_attach.riastradh
2022-03-03usbnet: Omit empty uno_init functions.riastradh
2022-03-03usbnet: Factor usbnet_init_rx_tx out into usbnet_if_init.riastradh