summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2021-09-23Regen.msaitoh
2021-09-23Add some Intel devices:msaitoh
2021-09-23ena: fix packet reordering issuejmcneill
2021-09-22wscons: add definitions for BÉPO, a standardized, Dvorak-style optimizednia
2021-09-21don't opencode kauth_cred_get()christos
2021-09-21use KAUTH_MACHDEP_UNMANAGEDMEM instead of KAUTH_GENERIC_ISSUSER like all thechristos
2021-09-21don't opencode kauth_cred_get()christos
2021-09-21use l->l_cred since it is available.christos
2021-09-20Use coherent DMA mappings when possible.jmcneill
2021-09-20Use coherent DMA mappings when possible.jmcneill
2021-09-19fix few more typos in comments, messages and documentation.andvar
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-09-19Use C99 designated initializer for wscons ops.tsutsui
2021-09-18Remove unnecessary (and unimplemented) WSKBD_*BELL ioctls in kbd drivers.tsutsui
2021-09-17Sprinkle a little delay.nat
2021-09-17Initialize firmware mailbox counter when firmware is reset.nat
2021-09-17Serialize sending of firmware commands to device.nat
2021-09-17Use urtwn_delay_ms were possibile.nat
2021-09-17wdc_sataprobe: Fix lock leak when atabus_alloc_drives() fails.rin
2021-09-17some love to double letters (in comments).andvar
2021-09-16fix typos in word "successful".andvar
2021-09-16fix typos in word "successfully", mainly s/succesfully/successfully/.andvar
2021-09-16fix various typos, mainly in comments.andvar
2021-09-16 Fix a bug that an mbuf chain which has more than 63488bytes MAY fail on TX.msaitoh
2021-09-16Use IXGBE_TXDCTL_WTHRESH_SHIFT macro. No functional change.msaitoh
2021-09-15Adjust the device_call() calling convention so as to provide type checkingthorpej
2021-09-15Device call interface definition files for the "device" and "pci"thorpej
2021-09-14Remove "no IOMMU" hack.jmcneill
2021-09-11sysinst/partitions.h: fix typos comments, also fix same typos in other files.andvar
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2021-09-11add 32.0GT/s to the list of pcie speeds (PCIe 5.x.)mrg
2021-09-10if_et.c: nothing in this driver needs netinet includes now,jakllsch
2021-09-10No need to #include "vlan.h", as NVLAN is not used in these drivers now.jakllsch
2021-09-09sys/dev: Memset zero before copyout.riastradh
2021-09-09fix part of the previous: Link Capability Max Speed is a value notmrg
2021-09-09add some bits in the pci Link Capabilities Register, and also the similarmrg
2021-09-08Reduce bus_dmamap_sync() cost.msaitoh
2021-09-08Don't pre-allocate a cluster not to do m_freem() it on RXCOPY case.msaitoh
2021-09-07s/aquire/acquire/ in comments, also one typo fix acqure->acquire.andvar
2021-09-07usb(4): Fix xfer race between software abort and hardware completion.riastradh
2021-09-07ugen(4): Keep fields null when not allocated; kassert on close.riastradh
2021-09-07ugen(4): Use cv_wait loop for draining reference count on detach.riastradh
2021-09-07ugen(4): Use cv_broadcast to wake all I/O operations on detach.riastradh
2021-09-07ugen(4): Issue explicit wakeup on detach for OUT endpoints too.riastradh
2021-09-07ugen(4): Ensure we close pipes on detach.riastradh
2021-09-07ugen(4): Refuse non-forced detach with EBUSY if endpoints are open.riastradh
2021-09-07ugen(4): Prevent ugenopen while ugen_set_config is in progress.riastradh
2021-09-07ugen(4): Fix race of ugenopen against itself.riastradh
2021-09-07ugen(4): Sprinkle KERNEL_LOCKED_P assertions around sc_is_open.riastradh
2021-09-07 Don't increment no_mbuf evcnt(9) when discarding multi-descriptor packet.msaitoh