summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-07-22regenjsg2-4/+9
2020-07-22add Intel AX200 Bluetoothjsg1-1/+2
2020-07-22regenjsg2-2/+94
2020-07-22add devices found in Inspiron 5505 dmesg from jmc@jsg1-1/+21
2020-07-22deprecate interface input handler lists, just use one input function.dlg1-12/+10
2020-07-22Add support for newer RTL8125 chipset (RTL8125B).kevlo2-438/+3909
2020-07-21acpi can use IPL_BIO (a low interrupt) since it only enqueues operations forderaadt3-17/+17
2020-07-20Neither is saa.ssa.pool the same as saa.saa_pool.krw1-2/+2
2020-07-20Missed a chunk somewhere along the line. Use our_id vs our_id_b inkrw1-7/+3
2020-07-20Move remaining scsi bus initialization info from "prototype scsi link"krw42-266/+263
2020-07-20Update Spleen kernel fonts to version 1.8.1, bringing the followingfcambus6-32/+32
2020-07-20Fix various whitespace and formatting issues in rasops(9).fcambus3-16/+12
2020-07-20KNF for multi-line comment added to iwn5000_set_gains() in previous commit.stsp1-5/+6
2020-07-20Fix gain calibration for some iwn(4) devices (5000 and up).stsp1-7/+12
2020-07-20Fix a logic bug in iwn(4) which meant that automatic rate control forstsp1-4/+7
2020-07-20update a comment in iwn_ampdu_tx_done following previous SSN -> SEQ changestsp1-2/+2
2020-07-20Make iwn_ampdu_tx_done() record an ACK for the frame for which the hardwarestsp1-9/+8
2020-07-20The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags.stsp3-6/+6
2020-07-20use timeout_del_barrier(9) for del_timer_sync()jsg1-2/+2
2020-07-19Move the adapter related items (luns, adapter, adapter_target,krw42-246/+277
2020-07-19regendaniel2-2/+22
2020-07-19Add a few more Atheros ids; ok deraadtdaniel1-1/+5
2020-07-18Make /dev/ksyms work.kettenis1-4/+4
2020-07-18Add functions to set/add properties on an FDT node.kettenis2-6/+122
2020-07-18replace stat collection with the kstat api.dlg3-207/+368
2020-07-17Re-work intr_barrier(9) on arm64 to remove layer violation. So far wepatrick7-10/+84
2020-07-17Merge the two if blocks checking if the font in use contains a givenfcambus1-8/+3
2020-07-17Revert r1.170. dlg and jmatthew simultaneously fixed this thetb1-3/+1
2020-07-17i forgot to commit this with if_ix.c r1.169dlg1-1/+2
2020-07-17This needs <net/toeplitz.h> for stoeplitz_to_key(9).tb1-1/+3
2020-07-17use the system stoeplitz key instead of a random one.dlg2-4/+14
2020-07-17enable multiq support for ix.dlg4-62/+72
2020-07-17Virtual functions are effectively identical to full physical functions,jmatthew1-1/+5
2020-07-17name the rx rings so systat mb shows them.dlg1-1/+3
2020-07-17Consistently use the port type and speed register (PTYS) to determine ifjmatthew1-11/+4
2020-07-17add kstats to myx.dlg1-1/+206
2020-07-17Always a joker hiding somewhere.krw1-4/+4
2020-07-16Pass the interrupt handler cookie instead of the pointer to itpatrick1-2/+2
2020-07-16Access adapter softc via link->bus->sb_adapter_softc.krw43-181/+180
2020-07-16drm/i915: Also drop vm.ref along error paths for vma constructionjsg1-10/+6
2020-07-16drm/i915: Drop vm.ref for duplicate vma on constructionjsg1-0/+1
2020-07-16drm/amdgpu: asd function needs to be unloaded in suspend phasejsg1-0/+6
2020-07-16drm/amdgpu: add TMR destory function for pspjsg1-4/+53
2020-07-16drm/amdgpu: don't do soft recovery if gpu_recovery=0jsg1-1/+2
2020-07-16drm/i915: Skip stale object handle for debugfs per-file-statsjsg1-1/+1
2020-07-16drm/i915/gt: Pin the rings before marking activejsg1-6/+6
2020-07-16drm/radeon: fix double freejsg1-4/+3
2020-07-16drm: panel-orientation-quirks: Use generic orientation-data for Acer S1003jsg1-7/+1
2020-07-16drm: panel-orientation-quirks: Add quirk for Asus T101HA paneljsg1-0/+6
2020-07-16drm/ttm: Fix dma_fence refcnt leak when adding move fencejsg1-1/+3