summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2016-05-30replace m_copym2 with m_dup_pkt.David Gwynne
2016-05-28Add support for Intel Wireless 3165 devices to iwm(4).Stefan Sperling
2016-05-28In iwm(4), don't parse nvram antenna data for 7k devices, they don't have it.Stefan Sperling
2016-05-28Add support for Intel Wireless 8260 devices to iwm(4).Stefan Sperling
2016-05-25regenStefan Sperling
2016-05-25Add PCI ID for RTL8188EE. Prompted by Ross L Richardson.Stefan Sperling
2016-05-25Update iwm(4) to firmware API 16 and enable RTS/CTS frame protection.Stefan Sperling
2016-05-24Add PCI_PRODUCT_INTEL_100SERIES_LP_THERM, suggested by kettenis@Reyk Floeter
2016-05-23regenChris Cappuccio
2016-05-23VIA VL805 xHCIChris Cappuccio
2016-05-23remove the function pointer from mbufs. this memory is shared with dataTed Unangst
2016-05-23regenDavid Gwynne
2016-05-23add the intel xl710 device ids from the documentationDavid Gwynne
2016-05-21syncReyk Floeter
2016-05-21Add ids found in x1 carbon 2016:Reyk Floeter
2016-05-20regenMike Larkin
2016-05-20Add Xeon-D devices. Move one item that was out of order to the right placeMike Larkin
2016-05-18Fix several nitpicks in iwm(4).Stefan Sperling
2016-05-18In iwm(4), add bit-polling in Rx-DMA init code path.Stefan Sperling
2016-05-16enable reception and transmission of jumbo frames.David Gwynne
2016-05-13Unbreak build when AUDIO_DEBUG is defined: fix printf(9) formatAlexandre Ratchov
2016-05-07Flush page (through the direct map) before mapping it into AGP. FixesMark Kettenis
2016-05-05r1.10 of if_bnx.c effectively removed the limit on the number of segments inJonathan Matthew
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-05-03regenDavid Gwynne
2016-05-03samsung use the same pci device id for multiple nvme partsDavid Gwynne
2016-04-30Implement DMA support. Bits and pieces taken from NetBSD, but we onlyMark Kettenis
2016-04-28Add a better implementation of iwn's update_htprot callback which usesStefan Sperling
2016-04-28correctly set up byteswapping so this chip works on big endian archsDavid Gwynne
2016-04-27whitespace fixes, no functional changeDavid Gwynne
2016-04-27align rx buffers so ip packets will be aligned correctly for the stackDavid Gwynne
2016-04-27tweak some command list handlingDavid Gwynne
2016-04-26Match on RTS522A. Found in 2016 thinkpads.Jonathan Gray
2016-04-24Remove unused file.Mark Kettenis
2016-04-24match on Intel 100 Series LPJonathan Gray
2016-04-24match on Intel 100 series and 100 series LP PCHJonathan Gray
2016-04-24enable snooping on Intel 100 Series LP HDAJonathan Gray
2016-04-24regenJonathan Gray
2016-04-24add t460p (Sunrise Point H) and x260 (Sunrise Point-LP) idsJonathan Gray
2016-04-23regenMark Kettenis
2016-04-23Add some missing Braswell/Cherry Trail entries and fix a typo.Mark Kettenis
2016-04-16Make the gmbus code work on valleyview.Mark Kettenis
2016-04-14provide a shutdown hook that follows the procedure in the docsDavid Gwynne
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-04-08syncReyk Floeter
2016-04-08Add Intel Bay Trail EHCI (as found on 1st gen Compute Stick)Reyk Floeter
2016-04-08Get rid of some infrastrcuture that is now obsolete and synchronize some ofMark Kettenis
2016-04-07Retry the drm_crtc.c "idr"conversion. Turns out the xf86-video-intel driverMark Kettenis
2016-04-07Return -ENOSPC if idr_alloc() fails to allocate an unused id instead ofMark Kettenis