summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2019-05-31remove duplicate page tableJonathan Gray
2019-05-30Fix definitions of PCI_MSIX_MAU32 and add a define for the MSI-X functionMark Kettenis
2019-05-30Mellanox support tells me that according to an internal datasheet, legacyJonathan Matthew
2019-05-30wrap some long lines, except in bits I'll probably have to rewrite soonJonathan Matthew
2019-05-29Add jumbo frame support. Set the port MTU as high as we can (up to 9500)Jonathan Matthew
2019-05-27spelling fixes in comments and one printf; from j sissonJason McIntyre
2019-05-27fix virtio_pci on 32bit archsStefan Fritsch
2019-05-26Support virtio 1.0 for virtio_pciStefan Fritsch
2019-05-26Rework virtio_negotiate_features()Stefan Fritsch
2019-05-26virtio_pci: Move msix vector config into functionsStefan Fritsch
2019-05-26virtio_pci: Split bus space handlesStefan Fritsch
2019-05-24Match radeon_device.c rev 1.2 and return early in amdgpu_device_suspend()Jonathan Gray
2019-05-24implement support for SIOCGIFSFFPAGEJonathan Matthew
2019-05-23drop STUB() calls in paths frequently called when running xorgJonathan Gray
2019-05-23Inline 18 bytes of packet header so we can send vlan tagged packets.Jonathan Matthew
2019-05-23match radeondrm and switch DRM_INFO message with device id/asic name toJonathan Gray
2019-05-23Formatting fixes.Kevin Lo
2019-05-21add amdgpu from linux 4.19.44 for recent AMD Radeon partsJonathan Gray
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