summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2019-08-14move CONFIG_DRM_FBDEV_EMULATION and CONFIG_BACKLIGHT_CLASS_DEVICEJonathan Gray
2019-08-14enable amdgpu on amd64 requested by a few peopleJonathan Gray
2019-08-13Implement backlight control for amdgpu(4). This allows me to setPatrick Wildt
2019-08-13Reorganize the ipmi(4) code a bit in anticipation of adding SSIF support:Mark Kettenis
2019-08-13azalia: add quirk for speaker routing on ThinkPad X1C7Joshua Stein
2019-08-13Allow PXE booting using u-boot by relaxing our requirementsPatrick Wildt
2019-08-13Unbreak build of efi32 due to a typo in the fchmod change.Patrick Wildt
2019-08-13regenanton
2019-08-13Revert unlock of lseek(2) since vn_lock() could end up calling tsleep()anton
2019-08-13regenJonathan Gray