summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-08-20x86: Split most of pmap.h into pmap_private.h or vmparam.h.riastradh
2022-08-20x86: Move page attribute table bits to x86/pat.h.riastradh
2022-08-20ural_start(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-20gfe_ifstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-20fwip_async_output(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-20udav(4): Prune dead branch: legacy IFF_ALLMULTI is never set here.riastradh
2022-08-20cue(4): Prune dead branch: IFF_BROADCAST is always set here.riastradh
2022-08-20usbnet(9): New usbnet_ispromisc(un).riastradh
2022-08-20usbnet(9): Rename core lock -> mii lock.riastradh
2022-08-20usbnet(9): Limit scope of core lock to mii and tick scheduling.riastradh
2022-08-20usbnet(9): Call mii_down once we've finished with mii_tick.riastradh
2022-08-20usbnet(9): Simplify core lock use in usbnet_tick_task.riastradh
2022-08-20usbnet(9): Call uno_tick before mii stuff.riastradh
2022-08-20usbnet(9): Assert core lock is held on usbnet_set_link.riastradh
2022-08-20usbnet(9): Split unp_stopping into stopped/txstopped/rxstopped.riastradh
2022-08-20usbnet(9): Don't touch unp_stopping in usbnet_pipe_intr.riastradh
2022-08-20usbnet(9): Omit needless un->un_intr test in usbnet_pipe_intr.riastradh
2022-08-20usbnet(9): Revert previous -- usbnet_media_upd does have IFNET_LOCK.riastradh
2022-08-20usbnet(9): Avoid ether_mediachange if stopped.riastradh
2022-08-20sys/dev/Makefile: Split INCS onto separate lines for ease of sorting.riastradh
2022-08-20usbdi(9): Nix resurrected usbd_request_async.riastradh
2022-08-20umb(4): Use usbd_do_request as drivers are intended to do.riastradh
2022-08-20nvme(4): Read cqe flags and cid in that order.riastradh
2022-08-20mii(4): Make mii_down wait for concurrent mii_phy_auto to finish.riastradh
2022-08-20machine/efi.h: Migrate common definitions to dev/efi/efi.h.riastradh
2022-08-20It is possible to overflow the (low 32bit) HPET counter between hpet_attachmlelstv
2022-08-19Make bge_detaching a bool. NFC.skrll
2022-08-19softc member naming consistency with wm(4). (Taylor made me do it... notskrll
2022-08-19Should be checking ifp->if_flags in bge_init and not sc->bge_if_flags.skrll
2022-08-17uhci(4): Fix wrong lock in callout_halt in uhci_suspend.riastradh
2022-08-16usbnet(9): Omit needless usbnet_core_mutex function.riastradh
2022-08-15Remove stray debug line (already commented out)pgoyette
2022-08-15nuke pasto in gffb_init()macallan
2022-08-15nvme(4): KASSERT(A && B) -> KASSERT(A); KASSERT(B)riastradh
2022-08-14mii(4): Wait for MIIF_DOINGAUTO to clear with MIIF_AUTOTSLEEP too.riastradh
2022-08-14mii(4): Sprinkle assertions in mii phy auto timeout.riastradh
2022-08-14nvme: Make sure that q_ccb_list is always accessed with the q lock held.jmcneill
2022-08-14virtio(4): Print numeric device type, even if unrecognized.riastradh
2022-08-14bge: Use BUS_DMA_WAITOK in attach routines.skrll
2022-08-14bge: Mirror the bus_dma RX buffer changes in the OpenBSD driverskrll
2022-08-14Make bge(4) MP safeskrll
2022-08-14Whitespaceskrll
2022-08-14bge: Fix bge_ring_map bus_dmamap_sync POST{READ,WRITE} operations.skrll
2022-08-13pciconf: Skip callbacks for reserved ranges if resource allocation fails.jmcneill
2022-08-13viocon(4): Omit unused sc_dmamap.riastradh
2022-08-13viocon(4): Fix bus_dmamap_sync after tx: POSTWRITE, not POSTREAD.riastradh
2022-08-13viocon(4): Fix $NetBSD$ rcsid.riastradh
2022-08-13viocon(4): Fix tty device number.riastradh
2022-08-13audio: Rework about usrbuf allocation.isaki
2022-08-12rum(4): Avoid uninitialized garbage in failed register read.riastradh