summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Add support for the i.MX8M AHB clocks. These behave just like all thepatrick1-1/+67
2020-10-12OCOTP's parent clock is the IPG clock on i.MX8M.patrick1-2/+2
2020-10-12Set the maximum frame size to RGE_JUMBO_FRAMELEN.kevlo2-25/+12
2020-10-11Stop exporting `wt_hwqueue' now that drivers don't advertise it.mpi17-34/+17
2020-10-11Align pool items on CACHELINESIZE when replacing linux kmem_cache withjsg12-12/+18
2020-10-10Clear the kcov device for the current thread before freeing the sameanton1-2/+3
2020-10-09Kill unused IEEE80211_RADIOTAP_HWQUEUE.mpi8-23/+15
2020-10-08Register sxitwi(4) in the I2C framework.patrick1-2/+7
2020-10-07match more Intel PCH SMBus idsjsg1-2/+9
2020-10-07match on more pch kt idsjsg1-1/+36
2020-10-07match on more pch thermal idsjsg1-1/+5
2020-10-07match on more Intel dwiic pci idsjsg1-11/+39
2020-10-07regenjsg2-2/+157
2020-10-07add more Intel 100, 200 and 300 Series PCH idsjsg1-1/+32
2020-10-07regenjsg2-6/+561
2020-10-07add Intel 400 Series and 400 Series V PCH idsjsg1-3/+114
2020-10-07regenjsg2-2/+317
2020-10-07add Intel 495 Series LP PCH and Ice Lake graphics idsjsg1-1/+64
2020-10-05add more ure(4) idsjsg1-3/+56
2020-10-05regenjsg2-4/+344
2020-10-05add more ure(4) idsjsg1-1/+85
2020-10-05syncjsg1-1/+5
2020-10-05drm/i915/tgl: Add new PCI IDs to TGLjsg1-2/+6
2020-10-05regenjsg2-2/+262
2020-10-05add more Intel 500 Series LP PCH and Tiger Lake graphics idsjsg1-1/+53
2020-10-04Remove outdated comment.anton1-3/+1
2020-10-04regenjsg2-16/+301
2020-10-04add more Intel 400 Series LP PCH and Comet Lake graphics idsjsg1-8/+65
2020-10-03Collect coverage from interrupts. Currently limited to remote sectionsanton1-24/+115
2020-10-02Attach on Intel 500-series chipsets.kettenis1-1/+7
2020-10-02regenkettenis2-2/+32
2020-10-02Add Intel 500-series I2C devices.kettenis1-1/+7
2020-10-02adjust for reversed outb arguments linux usesjsg1-0/+6
2020-10-01Add astfb(4), a driver for the framebuffer of the Aspeed BMC found onkettenis1-1/+2
2020-10-01Attach on Intel 400-series chipsets.kettenis1-5/+7
2020-10-01regenkettenis2-2/+32
2020-10-01Add Intel 400-series I2C devices.kettenis1-1/+7
2020-10-01avoid uninitialised var use in drm_syncobj.cjsg1-1/+3
2020-09-30Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by morepatrick2-1/+159
2020-09-29Add support for A64 UART resets.kettenis1-0/+10
2020-09-29Add support for the PCA9546 I2C switch to pcamux(4). In comparison topatrick1-5/+14
2020-09-29The pcamux(4) device tree node's children are the individual channels,patrick1-2/+4
2020-09-29Set the correct length before copying to userland.mpi1-1/+2
2020-09-29Add TP-LINK UE300 device.kevlo1-2/+3
2020-09-28Add support for Comet Lake I2C controllers; needed to have a workingkettenis1-1/+5
2020-09-28Add defines for the number of frames to skip on powerpc64.kettenis1-1/+4
2020-09-27Add workaround for Lenovo X1 gen 8 which has AML that tries to invokekettenis1-1/+4
2020-09-27Make sure acpicpu(4) doesn't attach to Processor nodes that happen to havekettenis1-2/+4
2020-09-26Make kd_claim() accept an explicit argument representing the number ofanton1-10/+13
2020-09-26Read curproc once in kcov_remote_enter() and kcov_remote_leave().anton1-6/+10