summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-05-08free size. the allocation is the header plus the length.tedu1-3/+3
2019-05-08match on 200 and 300 series pch ktjsg1-1/+22
2019-05-08match on 300 series pchjsg1-2/+4
2019-05-08regenjsg2-2/+257
2019-05-08add more Intel 300 Series PCH idsjsg1-1/+52
2019-05-07Use the same completion queue for both the send and receive queues.jmatthew1-2/+2
2019-05-07Fix delay logic: measure w/ uptime, pack timeval correctly. ok krw@cheloha1-4/+4
2019-05-07always rearm completion queues as leaving them disarmed would lead to rxjmatthew1-7/+4
2019-05-07align the rx buffer to ETHER_ALIGNdlg1-2/+3
2019-05-07use MCX_PAGE_SIZE when calculating number of pages for queuesdlg1-6/+9
2019-05-06Fix a logic error when configuring the driver to use msi.kevlo1-2/+2
2019-05-05regenkettenis2-19/+24
2019-05-05Harmonize AMD CPU/APU devices.kettenis3-14/+15
2019-05-04Silence "Uunable to acquire AGP" message since we don't support AGP on allkettenis1-0/+2
2019-05-04fix array bounds check in ixl_search_link_speed()jsg1-2/+2
2019-05-04drm/i915/bios: assume eDP is present on port A when there is no VBTjsg1-0/+1
2019-05-04Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)kettenis9-38/+94
2019-05-04drm: Fix drm_release() and device unplugjsg1-4/+2
2019-05-04Add mcx(4), a driver for Mellanox ConnectX-4 (and later) Ethernetjmatthew2-1/+5473
2019-05-03Revert "drm/i915/fbdev: Actually configure untiled displays"jsg1-7/+5
2019-05-02Avoid running the activate function for a partially attached ehci(4) driver.kettenis1-4/+8
2019-05-02works on newer AMD Ryzen APUs/CPUs as wellkettenis1-1/+2
2019-05-02regenkettenis2-2/+7
2019-05-02add Cryptographics Co-processor found on newer AMD Ryzen CPUs/APUskettenis1-1/+2
2019-05-02Allow non-root users to become master when they are the first to open a drmkettenis1-8/+4
2019-05-01Use the proper UAC-v2.0 request to read the device controls.ratchov1-4/+12
2019-05-01Avoid using an expression which resolves to an int in a bool contextjsg1-2/+2
2019-04-30Make AK5385-related macros of ap192k cards look like julia ones.ratchov1-8/+9
2019-04-30Implement the set_rate() method for ESI Juli@ cards.ratchov2-3/+56
2019-04-30Add a "set_rate" method to the envy codec API.ratchov2-8/+7
2019-04-30Attach mvneta(4) on the Armada 3720 SoC.patrick1-2/+3
2019-04-30Fix ESI juil@'s EEPROM contents holding default GPIO state.ratchov1-3/+3
2019-04-30Enable EnvyHT-specific sample rates (above 96kHz) on the host controller.ratchov2-3/+24
2019-04-30Decrease verbosity when XHCI_DEBUG is defined.ratchov1-3/+3
2019-04-30Add support for the Armada 3720 pinctrl controller to mvpinctrl(4).patrick1-3/+89
2019-04-30Add mvuart(4) to support the Armada 3720's serial console.patrick2-1/+670
2019-04-30Add support for the Armada 3720 clocks to mvclock(4).patrick1-6/+271
2019-04-30We are allowed to enable regulators with the "regulator-always-on"patrick1-3/+3
2019-04-30Convert a linux specific test for master in currently disabled code.jsg1-1/+1
2019-04-30Add an equivalent test for master in drm_fb_helper_is_bound()jsg1-0/+3
2019-04-29MC146818_GETTOD: Check for RTC rollover during read.cheloha1-5/+7
2019-04-29Extend channel dwell time during passive scans in iwn(4).stsp1-2/+2
2019-04-28Make sure only "primary" clients can become master.kettenis1-2/+3
2019-04-27drm/ttm: fix out-of-bounds read in ttm_put_pages() v2jsg1-2/+3
2019-04-25Since we now have an attachhook, the actual interrupt handler is installedkettenis1-1/+4
2019-04-25Follow up on jmatthew's suggestion:kevlo10-28/+28
2019-04-24Add product id for the USB serial adapter found in Juniper SRX 300.remi1-1/+2
2019-04-24regenremi2-4/+9
2019-04-24New product id for the USB serial adapter found in Juniper SRX 300.remi1-1/+2
2019-04-24implement SIOCGIFSFFPAGE so ifconfig can get transceiver info.jmatthew2-2/+102