summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-08-23regenJonathan Gray
2019-08-23add Intel 100 Series LP eMMC/SDXC from fkrJonathan Gray
2019-08-22T10/BSR INCITS 503 (SPC-5) is apparently a thing. UpdateKenneth R Westerback
2019-08-22Don't check _TTP for io windows.Mark Kettenis
2019-08-22do pci_intr_disestablish() and bus_space_unmap() calls if auich_alloc_cdata()...miko
2019-08-22unused variable, after previous commitTheo de Raadt
2019-08-21sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha
2019-08-21Fix a race in invalidation of remote TLB entries.Visa Hankala
2019-08-21 Remove support for semantically opace interface identifiers (RFC 7217)Florian Obser
2019-08-21Add simple amdgpu pci id devlist for the ramdisk to determine ifJonathan Gray
2019-08-20Trailing whitespace.Kenneth R Westerback
2019-08-20Network-based device paths use Messaging and not Media types. ThusPatrick Wildt
2019-08-20Use the defines DETACH_FORCE and DETACH_QUIET when constructing a valueKenneth R Westerback
2019-08-20Enable ipmi(4).Mark Kettenis
2019-08-20scsi_probe_bus() always returns 0. Nobody but scsi_probe() evenKenneth R Westerback
2019-08-19Restore msrs & pat on main cpu. jcs observed a slow console on x1r7,Theo de Raadt
2019-08-19Add a configuration option for reverse scrolling.Ulf Brosziewski
2019-08-19Accept more elantech-v4 models, and apply a test for external buttons.Ulf Brosziewski
2019-08-19Add support for SMBus System Interface (SSIF).Mark Kettenis
2019-08-19Remove some unused code left over from an ancient (i.e. 2007) attemptKenneth R Westerback
2019-08-19define CONFIG_X86* in autoconf.h as needed and reduce diff to linuxJonathan Gray
2019-08-19match on r40 ahciJonathan Gray
2019-08-19Enable TCP and UDP checksum offloading by default for ix(4).jan
2019-08-19Add missing OHCI clocks for Allwinner R40.Mark Kettenis
2019-08-18Every "goto bad" in scsi_probedev() deserves a SC_DEBUG().Kenneth R Westerback
2019-08-18Rename 'link' to 'link0' as it refers to target 0 only.Kenneth R Westerback
2019-08-18Increase timeout used when waiting for the Rx FIFO to fill up when in polledMark Kettenis
2019-08-18In polled mode, wait on STOP detected bit to be set in the interrupt statusMark Kettenis
2019-08-18Implement a few Linux compat ACPI interfaces and enable the ACPI supportMark Kettenis
2019-08-18When activating or detaching a target don't search the scsi_link SLISTKenneth R Westerback
2019-08-18sc_buswidth field in struct scsi_link is redundant. Just useKenneth R Westerback
2019-08-17Nuke some unused variables, tweak some declarations andKenneth R Westerback
2019-08-17drm/i915: Fix wrong escape clock divisor init for GLKJonathan Gray
2019-08-17drm: silence variable 'conn' set but not usedJonathan Gray
2019-08-17drm/amd/display: Increase size of audios arrayJonathan Gray
2019-08-17drm/amd/display: Only enable audio if speaker allocation existsJonathan Gray
2019-08-17drm/amd/display: Fix dc_create failure handling and 666 color depthsJonathan Gray
2019-08-17drm/amd/display: use encoder's engine id to find matched free audio deviceJonathan Gray
2019-08-17drm/amd/display: Wait for backlight programming completion in set backlight l...Jonathan Gray
2019-08-17change drm memory barriers to be closer to what linux does onJonathan Gray
2019-08-17Move play blocks count from the audio_softc to the audio_buf structure.Alexandre Ratchov
2019-08-17Move block size and block count calculations in their own routines.Alexandre Ratchov
2019-08-16check that software de/encrypt is possible: under hardwareRichard Procter
2019-08-16ifq_hdatalen should keep the mbuf it's looking at, not leak it.David Gwynne
2019-08-15NMEA 4.1 has one more field in the RMC message; ok kettenis@Otto Moerbeek
2019-08-15auich_freemem() returns void. while here fix a typo in an error message. audi...miko
2019-08-15Serialize access to the vnode pointers associated with acct(2) systemanton
2019-08-14scsi_[add|remove]_link() are local functions so move theirKenneth R Westerback
2019-08-14Whitespace nit. Add {} around body of SLIST_FOREACH().Kenneth R Westerback
2019-08-14Tweak some comments.Kenneth R Westerback