summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
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
2017-03-19Add AMD A1100 devices and some more qemu and virtio devices.Jonathan Gray
2017-03-16Print PCIe Extended Capabilities, from Simon MagesTheo de Raadt
2017-03-08Do not clear IFF_UP, even in the error path, clearing IFF_RUNNINGMartin Pieuchot
2017-03-07Setup backlight pwm alternate increment on backlight enableJoshua Stein
2017-02-20Remove hack to release/re-acquire netlock in _ioctl().Kenneth R Westerback
2017-02-16Revert "Release the NET_LOCK() before entering per-driver ioctl() routine".Martin Pieuchot
2017-02-13properly set BGE_HCC_STATS_ADDR_HI by using BGE_HOSTADDR.David Gwynne
2017-02-11disable aen handling.David Gwynne
2017-02-10Update link to intel HDA spec. FromAlexandre Ratchov
2017-02-10Remove unused variable. From Michael W. Bombardieri <mb at ii.net>.Alexandre Ratchov
2017-02-08fix a mixup of lengths of addresses and lengths in the aen_start sglDavid Gwynne
2017-02-07Reduce the per-packet allocation costs for crypto operations (cryptop)Patrick Wildt
2017-02-07Release the NET_LOCK() before entering per-driver ioctl() routine.Martin Pieuchot
2017-02-07move the mbuf pools to m_pool_init and a single global memory limitDavid Gwynne
2017-02-07handle physical disk state changes.David Gwynne
2017-02-07i got the MFII_TASK_MGMT flags round the wrong way.David Gwynne
2017-02-07support hotplug of physical disks.David Gwynne
2017-02-07add the framework around asynchronous event notifications.David Gwynne
2017-02-07provide support for submitting async dcmd frames.David Gwynne
2017-02-07whitespace fixes. no functional change.David Gwynne
2017-02-06implement scsi command timeouts.David Gwynne
2017-02-06megaraid sas fusion chips have their own command for aborting tasksDavid Gwynne
2017-02-04Prefer <sys/endian.h> to <machine/endian.h>Philip Guenther
2017-02-04Prevent netlock related deadlock with the X server during iwm(4) scans.Paul Irofti
2017-02-01Add AMRR support to rtwn(4). Based on code from FreeBSD.Stefan Sperling
2017-01-31Update the struct iwm_scan_results_notif to FW Api version 3, and removeStefan Sperling
2017-01-29The iwm_get_active_dwell() and iwm_get_passive_dwell() functions areStefan Sperling
2017-01-29Remove a couple of definitions from if_iwmreg.h which were neverStefan Sperling
2017-01-29In iwm(4), remove old deprecated scan API definitions which have beenStefan Sperling
2017-01-24add support for multiple transmit ifqueues per network interface.David Gwynne
2017-01-24Use header <sys/atomic.h> rather than <machine/atomic.h> in MI code.Visa Hankala
2017-01-23rework how we address physical disks on the second scsibus.David Gwynne
2017-01-23store the full 64bits of the sense bufers dva.David Gwynne
2017-01-23add the mfii opcode for passthru commandsDavid Gwynne
2017-01-23represent the mbox layout with union instead of an array of bytes.David Gwynne