summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2018-01-07Create multiple transmit flowrings in station mode, four in total, basedPatrick Wildt
2018-01-06regenMark Kettenis
2018-01-06Add Silicon Motion SM2260 NVMe.Mark Kettenis
2018-01-06rework the transmit and receive paths to address reliability issues.David Gwynne
2018-01-05To send out packets we need to create a flowring. Acting as station,Patrick Wildt
2018-01-05Fix DRM_DEBUG builds.Paul Irofti
2018-01-03Since the PCI attachment code already uses mbufs for RX packets, we canPatrick Wildt
2018-01-03Add ASMedia ASM1061 SATA to the list of devices as it is an AHCI controllerMark Kettenis
2018-01-03Add size for free(9) in the bwfm(4) PCI attachment code.Patrick Wildt
2018-01-02regenMark Kettenis
2018-01-02Add Rockchip vendor and RK3399 Root Complex device.Mark Kettenis
2018-01-01For whatever reason the firmware needs more RX buffers available asPatrick Wildt
2018-01-01Put the code that prints the firmware's debug console into a functionPatrick Wildt
2017-12-26regenMark Kettenis
2017-12-26Add two IDT PCIe switches found in a SPARC T4-1 and tweak another one toMark Kettenis
2017-12-26drm/i915: call kunmap_px on pt_vaddrMark Kettenis
2017-12-24Add a PCI attachment driver for bwfm(4). It's not finished, but it'sPatrick Wildt
2017-12-23regenMike Larkin
2017-12-23Add missing Sunrise Point-H I2C controller PCI IDsMike Larkin
2017-12-23enable snooping on Intel 200 Series HDAJonathan Gray
2017-12-23match on intel 200 seriesJonathan Gray
2017-12-23regenJonathan Gray
2017-12-23add ids for intel coffee lake-s and series 200/300 pchJonathan Gray
2017-12-21add some ifq and ifiq barriers in ixl_down.David Gwynne
2017-12-21now that we have multiple input queues in ifnet structs, use them.David Gwynne
2017-12-20Two background scan fixes for iwn(4) (4965 devices only):Stefan Sperling
2017-12-15put where im up to into the tree so jmatthew@ can look at it.David Gwynne
2017-12-14Make roaming after a background scan work while tcpbench -u is runningStefan Sperling
2017-12-14Add background scanning support to iwn(4), as was done for iwm(4) recently.Stefan Sperling
2017-12-12Remove unused variable defined with an unexisting type.Martin Pieuchot
2017-12-10Stop running iwm(4) devices in "continuous active mode (CAM)".Stefan Sperling
2017-12-08Add support for background scanning to net80211 and iwm(4).Stefan Sperling
2017-12-08Make iwm(4) restore the ic_bss channel after tweaking this channel as partStefan Sperling
2017-12-07In iwm(4), keep scanning if net80211 asks for a SCAN->SCAN transitionStefan Sperling
2017-12-07Make iwm_newstate() recover from state transition errors.Stefan Sperling
2017-12-05regenMark Kettenis
2017-12-05Add SPARC-M7 PCIe; rename existing SPARC PCIe entries.Mark Kettenis
2017-11-29turns out you dont have to configure a vsi as the default in a veb.David Gwynne
2017-11-29regenDavid Gwynne
2017-11-29add some mellanox partsDavid Gwynne
2017-11-29fix this on sparc64 (or maybe gcc)David Gwynne
2017-11-29let this build on sparc64 again.David Gwynne
2017-11-28refer to ixl as "Intel Ethernet 700 Series"David Gwynne
2017-11-28remove the #if 0ed out ixl_add_veb now that cvs has backed it upDavid Gwynne
2017-11-28add missing $OpenBSD$ tagDavid Gwynne
2017-11-28add ixl(4) for the "Intel Ethernet 700 Series"David Gwynne
2017-11-28Silence the "Unclaimed register before interrupt" errors. While these doMark Kettenis
2017-11-28Use mutex_trylock() rather than mixing Linux APIs with OpenBSD ones.Martin Pieuchot
2017-11-27lenght->length, mostly in commentsStuart Henderson
2017-11-27Revise the linux sleeping compat code to avoid lock ordering problems.Mark Kettenis