summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2015-07-08Fix a use-after-free, from Maxime Villard w/ Brainy.Martin Pieuchot
2015-07-08Overallocate the data segment lists to ensure there's always space for theJonathan Matthew
2015-06-29Hide ETHER_ALIGN mbuf adjustment under "#ifdef __STRICT_ALIGNMENT"Mike Belopuhov
2015-06-28Read the lower 16-bits of the GCFGC "double word". Potentially fixes issuesMark Kettenis
2015-06-26Add Linux completion API and use it.Mark Kettenis
2015-06-26There is no excuse for using dma_alloc(9) when a bus_dma_tag_t is available.Mark Kettenis
2015-06-25Ensure the setup block is DMA reachable.Theo de Raadt
2015-06-25Reimplement the audio driver in a simpler way, removing unused/unusableAlexandre Ratchov
2015-06-24#undef HZ before defining it such that compiling a kernel with -DHZ=xxx works.Mark Kettenis
2015-06-24Linux jiffies and OpenBSD ticks are the same thing.Mark Kettenis
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-24Introduce Linux work queue APIs and use them. As a side-effect, this willMark Kettenis
2015-06-22Flush out another small diff to reduce the diffs with Linux.Mark Kettenis
2015-06-22Apparently some BIOSes not supporting xHCI natively switch USB portsMartin Pieuchot
2015-06-19remove isp(4) now that the ql* family have replaced itJonathan Matthew
2015-06-18For unsupported sample formats, don't return EINVAL but set the closestChristian Weisgerber
2015-06-15Remove comments referring to Linux iwlwifi source filenames from iwm(4).Stefan Sperling
2015-06-15Make the wifi LED work with iwm(4).Stefan Sperling
2015-06-14Implement IQ calibration support for rtwn(4). Lots of black magic involved.Stefan Sperling
2015-06-13Busy-wait a short while after sending a command to rtwn(4) firmware.Stefan Sperling
2015-06-12Actually trigger iwm_init_task() from iwm_watchdog() as intended to giveStefan Sperling
2015-06-12Fix rtwn(4) wifi LED support. Tested with rtwn(4) device in Thinkpad X220.Stefan Sperling
2015-06-11remove uneeded pci includesJonathan Gray
2015-06-10Don't claim the autri(4) driver supports big-ending, signed 8-bit,Alexandre Ratchov
2015-06-10Use first 4 channels of the board. The previous channel settingAlexandre Ratchov
2015-06-10Do not set "rcvif", if_input() does it for us.Martin Pieuchot
2015-06-07mark the usb hci driver pci glue code as only needed by the pci attachment,David Gwynne
2015-06-05regenStefan Sperling
2015-06-05Add another PCI ID for Intel Dual Band Wireless AC 3165. From brad.Stefan Sperling
2015-06-04attach rtwn at pciStefan Sperling
2015-06-04New rtwn(4) driver for RTL8188CE wifi cards.Stefan Sperling
2015-06-04syncTheo de Raadt
2015-06-04+ REALTEK RT8191SETheo de Raadt
2015-06-04Add support for em(4) on Teak 3020, a Tolopai (EP80579)Dariusz Swiderski
2015-06-04regenDariusz Swiderski
2015-06-04Add more of Tolopai (EP80579) Gigabit controllers id.Dariusz Swiderski
2015-06-04Check if interface was stopped before calling rx/tx interrupt routines.Mike Belopuhov
2015-06-04Switch intel_gmbus_is_port_valid and intel_gmbus_is_forced_bit fromJonathan Gray
2015-06-04use mallocarray instead of malloc in drm_callocJonathan Gray
2015-06-02Add missing define for hpb(4).Martin Pieuchot
2015-06-01regenStefan Sperling
2015-06-01fix typo: Wirelsss -> WirelessStefan Sperling
2015-05-30DRMDEBUG not DRM_DEBUG. From frantisek holop.Jonathan Gray
2015-05-30cleanup attach messageTheo de Raadt
2015-05-29Revert unrelated changes in previous.Masao Uebayashi
2015-05-29Initial addition of ``Patrol Read'' support in bio(4), biocto(8), andMasao Uebayashi
2015-05-27Use m_defrag(9) instead of rolling our own inlined version.Mark Kettenis
2015-05-26Fix missing vlan.h include in if_vio.cStefan Fritsch
2015-05-26bump the number of tx and rx descriptors from 128 up to 512.David Gwynne
2015-05-22Limit the number of dma segments used for transmitting packets toMark Kettenis