summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-03-26igpio(4): Nix trailing whitespace.riastradh
2022-03-26When reading CIS tuples from a BAR, do not blindly copy 2k of data (ormartin
2022-03-26Add terminology comments.isaki
2022-03-26Improve comments.isaki
2022-03-26Remove a dead code in audio_track_record().isaki
2022-03-26Clarify the assertion in audio_rmixer_process().isaki
2022-03-26Fix conditions that audio_read() calls audio_track_record().isaki
2022-03-25dwhdmi: properly initialize connector atomic helper funcs (PR port-evbarm/56766)tnn
2022-03-25fdt: add support for USERCONF optionjmcneill
2022-03-25pcdisplay_getwschar: on error return error code, not -1.uwe
2022-03-24ixl(4): Added Intel V710 for 5000BaseT supportyamaguchi
2022-03-24regenyamaguchi
2022-03-24 Added Intel V710 for 5000BaseTyamaguchi
2022-03-24Change description about Intel X710 10GBaseT deviceyamaguchi
2022-03-24s/interupt/interrupt/ in comments.andvar
2022-03-24vioif(4): adopt ether_set_ifflags_cbyamaguchi
2022-03-24vioif(4): register MAC address to a deviceyamaguchi
2022-03-24vioif(4): fix missing error handlingyamaguchi
2022-03-24vioif(4): do not schedule packet processing while stopping the deviceyamaguchi
2022-03-24Add initial support for Intel GPIO chipsmanu
2022-03-23viornd(4): Process host entropy in softint context.riastradh
2022-03-23fix few typos in comments, mainly s/paramenters/parameters/.andvar
2022-03-22fix typos in comments.andvar
2022-03-21hdaudio: Obsolete HDAUDIO_ENABLE_DISPLAYPORT and HDAUDIO_ENABLE_HDMIjmcneill
2022-03-21hdaudio: pci: PCIe config space fixes and Intel PCH snoop supportjmcneill
2022-03-20s/initialiase/initialise/ in comments.andvar
2022-03-20ualea(4): Enter the data under the softc lock.riastradh
2022-03-20ualea(4): Simplify xfer error branches.riastradh
2022-03-20ualea(4): Fix detach and error paths.riastradh
2022-03-20usbdi(9): Make sure aborting a pipe waits for all callbacks.riastradh
2022-03-19usb: Insert assertion to diagnose ud_cdesc/ud_ifaces inconsistency.riastradh
2022-03-19umidi(4): Parse descriptors a little more robustly.riastradh
2022-03-19viornd(4): Revert IPL change for lock.riastradh
2022-03-19Lock vnode across VOP_OPEN.hannken
2022-03-19rnd(9): Omit needless locks in various HWRNG drivers.riastradh
2022-03-19rnd(9): Adjust IPL of locks used by rndsource callbacks.riastradh
2022-03-19usbdi(9): Fix usbd_get_no_alts.riastradh
2022-03-18net80211: Use getticks(), not hardclock_ticks.riastradh
2022-03-17virtio_pci_bus_space_write_8: don't use bus_space_write_8.uwe
2022-03-17virtio_pci.c: use PCI_BAR macro instead of open-coding it.uwe
2022-03-17add some register bits for interrupt control/error status.mrg
2022-03-16s/watchog/watchdog in comment and log message, one wording fix in comment.andvar
2022-03-16ixl: Added support for Intel ethernet X710-T*Lyamaguchi
2022-03-16Regen.yamaguchi
2022-03-16Added Intel X710 devices and rename X710_10G_T to X710_10G_T_1yamaguchi
2022-03-14Avoid an unaccounted extra channel freeze, if a reset is requestedperseant
2022-03-14audio(4): Fix typo in previous -- atomic_store_release, not reease.riastradh
2022-03-14umidi(4): Bail early if no endpoints.riastradh
2022-03-14virtio_pci_match: add TODO about PCI Revision ID.uwe
2022-03-14audio(4): Membar audit.riastradh