summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2016-01-30regenJonathan Gray
2016-01-30correct the string for 82801HBM RAIDJonathan Gray
2016-01-29Add support for XS_WATCH: XenStore notification facilityMike Belopuhov
2016-01-26Improve the previous fix: call vmxnet3_load_mbuf, bpf_mtap, and flipReyk Floeter
2016-01-26prettify a NULL test in vr_start.David Gwynne
2016-01-26dont leak mbufs on encap failure.David Gwynne
2016-01-25Keep track of HT protection settings in beacons and have 11n-capableStefan Sperling
2016-01-25In vmxnet3_start(), do not send the mbuf to bpf after passing it toReyk Floeter
2016-01-15Moxa CP-168U support; from Olaf SchreckTheo de Raadt
2016-01-15syncTheo de Raadt
2016-01-15Moxa CP-168U, from Olaf SchreckTheo de Raadt
2016-01-15Detach emulated network devices if Netfront driver is enabledMike Belopuhov
2016-01-14regenDavid Gwynne
2016-01-14there are two types of samsung sm951David Gwynne
2016-01-14add brackets to avoid an operator precedence bugJonathan Gray
2016-01-13Revert most of if_iwm.c r1.155. Use of channel zero was a symptom ofStefan Sperling
2016-01-13Tell the iwn(4) firmware to retry failed Tx at 1Mbit/s instead of MCS 0.Stefan Sperling
2016-01-13Fix iwn(4) firmware SYSASSERT during hardware initialization.Stefan Sperling
2016-01-12fix a misplaced curly braceStefan Sperling
2016-01-12post the packet on em_82547 chips after bpfDavid Gwynne
2016-01-11do further work on the em transmit path to simplify the code.David Gwynne
2016-01-09add a missing printf argumentJonathan Gray
2016-01-09consistently use the desc ring pointers as guards for their dmamem.David Gwynne
2016-01-09Use uiomove(9) instead of uiomovei(9). From Martin Natano.Mark Kettenis
2016-01-08Work around buggy zero-length packets produced by the DP83816A.Martin Pieuchot
2016-01-07Fix A-MPDU parameters in link quality firmware commands in iwn(4) and iwm(4).Stefan Sperling
2016-01-07look at pkts inside the loop over the pkts in em_free_receive_structures.David Gwynne
2016-01-07rename em_buffers to em_packets.David Gwynne
2016-01-07rename the rx and tx ring softc vars.David Gwynne
2016-01-07prefix the rx and tx ring softc members with sc_David Gwynne
2016-01-07host the rx ring dmamap syncs out of em_get_buf into em_rxfill.David Gwynne
2016-01-07unify the bus_dmamap_sync calls around the tx and rx rings.David Gwynne
2016-01-07dma_paddr in struct em_dma_alloc is unused, so gc it.David Gwynne
2016-01-07simplify the calculation of the dmamem size for the tx and rx rings.David Gwynne
2016-01-07unify the dma tag into sc_dmat in em_softc.David Gwynne
2016-01-07sprinkle DEVNAMEDavid Gwynne
2016-01-07rename the struct arpcom interface_data in em_softc to sc_ac.David Gwynne
2016-01-07rename em_softc sc_dv to sc_dev. like ALL OUR OTHER DRIVERS.David Gwynne
2016-01-07tweak em to make it mpsafe, both for interrupts and if_start.David Gwynne
2016-01-06Initialize the A-MPDU parameters field in HT capability elements.Stefan Sperling
2016-01-06Add DRM_RENDER_ALLOW flag to the appropriate ioctls such that pledge "drm"Mark Kettenis
2016-01-06Ensure that iwn(4) always uses a CCK rate as last fallback in the firmware'sStefan Sperling
2016-01-06iwm(4) adjusts the firmware's tx rate retry table dynamically so we mustStefan Sperling
2016-01-06Add pledge "drm", which allows a subset of the drm(4) ioctls. These areMark Kettenis
2016-01-06revert 1.87, more work is needed hereMike Belopuhov
2016-01-05Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modeStefan Sperling
2016-01-04Record the modified mbuf chain after transmit checksum setup codeMike Belopuhov
2016-01-04Add initial support for 11n mode to the iwn(4) driver.Stefan Sperling
2016-01-03Add support for 100 series to pchtemp(4).Daniel Dickman
2016-01-01Reimplement vga_put() such that it compiles on i386 as well.Mark Kettenis