summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2019-05-17Implement mcx_down() and use it to unwind unsuccessful mcx_up() attempts.Jonathan Matthew
2019-05-16Attach two dwiic-pci devices that didn't work before. That problem seemsMike Larkin
2019-05-15remove some use of uninitialized values pointed out by jsg@Jonathan Matthew
2019-05-15Rework tx path to allow using up to 13 segments per packet, so we don'tJonathan Matthew
2019-05-13enable in_irq() based checkJonathan Gray
2019-05-13add in_irq() in_interrupt() in_task()Jonathan Gray
2019-05-13free(9) sizes.Martin Pieuchot
2019-05-13add idr_is_empty()Jonathan Gray
2019-05-12remove unused STUB definitionJonathan Gray
2019-05-11implement dma_fence_arrayJonathan Gray
2019-05-11move irq_work bits into irq_work headerJonathan Gray
2019-05-10Fix idr_get_next() such that idr_for_each_entry() actually works.Mark Kettenis
2019-05-10Explicitly disable BCM4331 chips present in 2011-2012 Apple Mac systems.Brent Cook
2019-05-10regenJonathan Gray
2019-05-10add Intel Atom C3000 idsJonathan Gray
2019-05-09set up IFP using the gen3 path on pineviewJonathan Gray
2019-05-09Correctly mask status bits in iwm's ADD_STA command response; remainingStefan Sperling
2019-05-09Add two sanity checks to iwm's firmware notification interrupt handler:Stefan Sperling
2019-05-09add free sizesBrent Cook
2019-05-09Implement set_rate() method for M-Audio Audiophile 192k cards.Alexandre Ratchov
2019-05-08Add wait_event_killable(). In linux TASK_KILLABLE only gets fatalJonathan Gray
2019-05-08Fix overflow tests such that we can allocate arrays with zero items.Mark Kettenis
2019-05-08add cmpxchg() with same implementation as atomic_cmpxchg()Jonathan Gray
2019-05-08We're not quite ready yet to actually detach inteldrm(4).Mark Kettenis
2019-05-08add free size, the old number of mixers, when reallocating.Ted Unangst
2019-05-08match on 200 and 300 series pch ktJonathan Gray
2019-05-08match on 300 series pchJonathan Gray
2019-05-08regenJonathan Gray
2019-05-08add more Intel 300 Series PCH idsJonathan Gray
2019-05-07Use the same completion queue for both the send and receive queues.Jonathan Matthew
2019-05-07always rearm completion queues as leaving them disarmed would lead to rxJonathan Matthew
2019-05-07align the rx buffer to ETHER_ALIGNDavid Gwynne
2019-05-07use MCX_PAGE_SIZE when calculating number of pages for queuesDavid Gwynne
2019-05-06Fix a logic error when configuring the driver to use msi.Kevin Lo
2019-05-05regenMark Kettenis
2019-05-05Harmonize AMD CPU/APU devices.Mark Kettenis
2019-05-04Silence "Uunable to acquire AGP" message since we don't support AGP on allMark Kettenis
2019-05-04fix array bounds check in ixl_search_link_speed()Jonathan Gray
2019-05-04drm/i915/bios: assume eDP is present on port A when there is no VBTJonathan Gray
2019-05-04Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)Mark Kettenis
2019-05-04drm: Fix drm_release() and device unplugJonathan Gray
2019-05-04Add mcx(4), a driver for Mellanox ConnectX-4 (and later) EthernetJonathan Matthew
2019-05-03Revert "drm/i915/fbdev: Actually configure untiled displays"Jonathan Gray
2019-05-02Avoid running the activate function for a partially attached ehci(4) driver.Mark Kettenis
2019-05-02works on newer AMD Ryzen APUs/CPUs as wellMark Kettenis
2019-05-02regenMark Kettenis
2019-05-02add Cryptographics Co-processor found on newer AMD Ryzen CPUs/APUsMark Kettenis
2019-05-02Allow non-root users to become master when they are the first to open a drmMark Kettenis
2019-05-01Avoid using an expression which resolves to an int in a bool contextJonathan Gray
2019-04-30Make AK5385-related macros of ap192k cards look like julia ones.Alexandre Ratchov