summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-01-25use SMR rather than SRP to protect the device handle arrayjmatthew1-27/+32
2020-01-24New `kern.allowdt' button must be set to open(2) /dev/dt.mpi1-1/+5
2020-01-24Rename audio_mixer_{read,write} to audio_mixer_{get,set}.ratchov1-5/+5
2020-01-24cleanup unused headers generated by configjsg5-12/+10
2020-01-24ihidev(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ jcs@cheloha1-10/+3
2020-01-24remove some ifdef notyet code that doesn't seem to be moving forward...tedu5-290/+6
2020-01-24remove unreferenced ncr5380 driver filestedu3-2968/+0
2020-01-24Double tap the actual Zaurus zombies.krw2-1203/+0
2020-01-23Make thermal framework support in sxitemp(4) interrupt driven such thatkettenis3-13/+87
2020-01-23Fix the mask that we applied when setting the voltage.kettenis1-2/+2
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structureskrw33-216/+73
2020-01-23we've been using LBA48 for < 137GB drives for 17 years, so perhapstedu1-2/+1
2020-01-23regenjsg2-23/+113
2020-01-23add ids for coffee lake and comet lake graphics with known marketing namesjsg1-11/+29
2020-01-23Hook sxisid(4) up to the nvmem "framework".kettenis1-20/+24
2020-01-23Use information from nvmem (provided by sxisid(4)) to calibrate thekettenis1-2/+30
2020-01-23Add an interface to read an nvmem "cell".kettenis2-5/+78
2020-01-23ciss(4): tsleep(9) -> tsleep_nsec(9)cheloha1-16/+16
2020-01-23ciss(4): ciss_cmd: split polling loop into two loopscheloha1-8/+15
2020-01-22Unbreak !DIAGNOSTIC build.mpi1-1/+3
2020-01-22Recognize BCM4345 rev 9, which requires a different firmware,patrick1-3/+8
2020-01-22Ack SDIO interrupts earlier on dwmmc(4). While handling an SDIOpatrick1-2/+2
2020-01-22delete wasteful ;;deraadt2-5/+5
2020-01-22Remove empty unmap_mapping_range() define and hide drm_vma_node_unmap().jsg2-3/+3
2020-01-22The Pinebook Pro's u-boot seems to add a zero-length framebufferpatrick1-5/+6
2020-01-22rm rtfps driver. disabled and man page doesn't inspire much confidence.tedu2-221/+1
2020-01-22Make ttm_bo_unmap_virtual_locked() actually unmap things. Fixes cursorkettenis1-0/+27
2020-01-22Some devices do not update the TRB transfer residual information askrw1-7/+9
2020-01-22wbsd(4): timeout_add(9) -> timeout_add_msec(9); ok deraadt@cheloha1-2/+2
2020-01-22Add a zero length TD, rather than adding a zero length TRB to thekrw1-11/+32
2020-01-22xbf(4): tsleep(9) -> tsleep_nsec(9); ok mikeb@cheloha1-2/+2
2020-01-21Import dt(4) a driver and framework for Dynamic Profiling.mpi5-0/+1520
2020-01-21Enable mmhub power gating on picasso. Matches linux 4.20.jsg1-1/+3
2020-01-21Fix support for additional I2C busses in piixpm(4) for older SB800 SMBusclaudio2-18/+25
2020-01-21Add the beginnings of an nvmem "framework".kettenis2-2/+46
2020-01-20match on Intel Comet Lake and Tiger Lake Ethernetjsg3-3/+36
2020-01-20regenjsg2-2/+57
2020-01-20add ids for Intel Comet Lake and Tiger Lake Ethernetjsg1-1/+12
2020-01-20remove esp at pcmcia attachment. it doesn't even compile.tedu2-512/+1
2020-01-20ciss(4): de-indent polling logiccheloha1-69/+71
2020-01-20regenjsg2-4/+9
2020-01-20add another Intel Bluetooth devicejsg1-1/+2
2020-01-20regenjsg2-2/+12
2020-01-20add some more Intel NVMe devicesjsg1-1/+3
2020-01-19eso(4): do not retake audio_lock during draincheloha1-7/+5
2020-01-19eso(4): msleep(9) -> msleep_nsec(9)cheloha2-9/+11
2020-01-18Invalidate knote list of uhid(4) after device detach. This preventsvisa1-1/+5
2020-01-17drm/ttm: fix incrementing the page pointer for huge pagesjsg1-2/+2
2020-01-17drm/ttm: fix start page for huge page check in ttm_put_pages()jsg1-2/+2
2020-01-17drm/i915: Fix use-after-free when destroying GEM contextjsg1-6/+7