summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2017-05-26The Linux code really isn't up to the same standard as our other code, andMark Kettenis
2017-05-25tweak sparc64 membars as a step toward making them usable in userland.David Gwynne
2017-05-21Enable radeondrm(4) on loongson to get accelerated graphicsVisa Hankala
2017-05-19Make rtwn(4) add frames which failed to transmit to AMRR's transmit counter.Stefan Sperling
2017-05-19Make rtwn(4) support fixed transmit rates set with ifconfig(8).Stefan Sperling
2017-05-17regenJonathan Gray
2017-05-17add some devices from submitted dmesgsJonathan Gray
2017-05-08In iwm_send_cmd(), look at the generation counter instead of the STOPPED flagStefan Sperling
2017-05-08Unbreak the tree. I missed a header file change in my last iwm(4) commit.Stefan Sperling
2017-05-08In iwm(4) avoid locking the NIC redundantly and perform accounting ofStefan Sperling
2017-05-08Fix issues with iwm(4) firmware's retry rate table:Stefan Sperling
2017-05-06add Moxa CP-104ELJonathan Matthew
2017-05-05regenJonathan Matthew
2017-05-05add Moxa CP-104ELJonathan Matthew
2017-05-04If iwm_nic_lock() cannot access the device then print "acquiring device failed"Stefan Sperling
2017-05-03Fix a regression in iwm(4) which made 3165 devices unusable.Stefan Sperling
2017-04-27Restore if_iwm.c r1.173 (mira retry change) which got incarcerated byStefan Sperling
2017-04-27Revert if_iwm.c to the state of r1.170 because ETOOMANYDRAGONSATONCE.Stefan Sperling
2017-04-26Get rid of convoluted macros in iwm's receive code path.Stefan Sperling
2017-04-26Remove the size argument of iwm_rx_addbuf() and use a constant internally.Stefan Sperling
2017-04-26Tell MiRA about the actual number of retries instead of pretending thatStefan Sperling
2017-04-24Since rev 1.1 ix has attempted to require a 64 bit BAR, the test forJonathan Gray
2017-04-24Implement monitor mode support for iwm(4).Stefan Sperling
2017-04-24Implement support for multiple packets per receive DMA buffer in iwm(4).Stefan Sperling
2017-04-21Make id parameter of iwm_send_cmd_pdu() a uint32_t so that it matchesStefan Sperling
2017-04-21Fix nic lock usage around iwm_disable_rx_dma().Stefan Sperling
2017-04-21Fix nic lock usages around iwm_{read,write}_prph().Stefan Sperling
2017-04-20regenJonathan Gray
2017-04-20Remove an incorrect Bay Trail I2C entry that masked a valid Bay TrailJonathan Gray
2017-04-20Tweak lock inits to make the system runnable with witness(4)Visa Hankala
2017-04-16Always evaluate expression in BUG_ON() macro to avoid unused variableAlexander Bluhm
2017-04-11Partially revert previous mallocarray conversions that containDavid Hill
2017-04-10Attempt to map msk(4) interrupt via MSI.Jonathan Gray
2017-04-09malloc -> mallocarray; a typoTheo de Raadt
2017-04-09Convert some malloc(9) to mallocarray(9)David Hill
2017-04-08Use ADDR64 opcodes to specify 64bit DMA addresses for all buffers. ThisJonathan Matthew
2017-04-08A pile of sizes to free(9). In test for a few days in snapshots.Theo de Raadt
2017-04-04Add 8265 and 3168 support. Both cards need new firmware files which currentlyClaudio Jeker
2017-03-29Fix iwi(4) regressions. WPA was broken since 6.0 errata 018.Stefan Sperling
2017-03-28Make set_params() return the rate the device is using. FixesAlexandre Ratchov
2017-03-28Add quirk for MacBook Pro 5,5. From Manav Rathi <mnvrth at gmail.com>.Alexandre Ratchov
2017-03-27regenJonathan Gray
2017-03-27shorten vmm stringsJonathan Gray
2017-03-25More PCI extended capabilities handling in pcidump.Mike Larkin
2017-03-22Add some more PCI classes and subclasses. Checked against EDK2 asJonathan Gray
2017-03-19Enable snooping on Kaby Lake U/Y PCH HDA to avoid audio glitches as weJonathan Gray
2017-03-19Match the Kaby Lake and Lewisburg (Skylake-EP PCH) MACs with I219 PHYs.Jonathan Gray
2017-03-19regenJonathan Gray
2017-03-19Add Intel devices for Kaby Lake and 3168/8265 wlan.Jonathan Gray
2017-03-19regenJonathan Gray