summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2014-10-04syncTheo de Raadt
2014-10-04more nvidia; from Seth JacksonTheo de Raadt
2014-10-03regenBrad Smith
2014-10-03Add Atheros E2200 and Marvell Yukon 88E8079.Brad Smith
2014-10-03refill the rx ring in myx_rxeof, not much later at the end of myx_intr.David Gwynne
2014-10-03in rxeof, instead of taking the biglock on every packet to call bpfDavid Gwynne
2014-10-03we dont need the kernel lock to call bus_dmamap_load and unload thanksDavid Gwynne
2014-10-03dont need to hold the kernel lock to call MCLGETI and m_freem now.David Gwynne
2014-10-03dont take the kernel lock on every interrupt in case we might changeDavid Gwynne
2014-09-30Fix another Ricoh SD controller which needs to be put into slow mode to work.Stefan Sperling
2014-09-30Add support for "physical devices". Tested on:Mark Kettenis
2014-09-27retire Accoom Networks Artery T1/E1 drive; ok claudioTheo de Raadt
2014-09-26new ricoh controllers must also be pushed into "old slow mode" at resumeTheo de Raadt
2014-09-24fix the build when DRMDEBUG is definedJonathan Gray
2014-09-24Kill two generic DVACT_DEACTIVATE handlers since this event is nowMartin Pieuchot
2014-09-23Enable MSI support.Brad Smith
2014-09-23add Bay Trail and Braswell SMBusJonathan Gray
2014-09-23regenJonathan Gray
2014-09-23add Bay Trail and Braswell SMBusJonathan Gray
2014-09-23Make use of the red-black tree as the original Linux code did insteadJonathan Gray
2014-09-22add Winchiphead CH382 support.sasano
2014-09-21regensasano
2014-09-21add Winchiphead CH382 vendor/device IDsasano
2014-09-20Make another fast path properly atomic.Mark Kettenis
2014-09-20On i386, agp_map_subregion might sleep, which is not allowed in some ofMark Kettenis
2014-09-16mark the mpii interrupt handler as mpsafe, and drop the kernel lockDavid Gwynne
2014-09-15Add generic support for bridges that support subtractive decoding.Mark Kettenis
2014-09-15mark the interrupt handler mpsafe, and drop the kernel lock in the scs_cmdDavid Gwynne
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-09-13Add HP Gen9 Smart Array/Smart HBA devices.Jonathan Gray
2014-09-13regenJonathan Gray
2014-09-13Add HP Gen9 Smart Array/Smart HBA devices and some devicesJonathan Gray
2014-09-12Something went amiss in last pcidevs_data.h generation/commit. Regen andKenneth R Westerback
2014-09-12regenDavid Gwynne
2014-09-12add Intel SSD DC P3700/P3600/P3500David Gwynne
2014-09-10s/IWL/IWN/ in comment here tooDavid Coppa
2014-09-09replace scsi_task(), which is a wrapper around workqs, with a quickDavid Gwynne
2014-09-09fix remaining spaces/tabs issues in #define linesStuart Henderson
2014-09-09Backport https://svnweb.freebsd.org/base?view=revision&revision=258829 to fixStuart Henderson
2014-09-09mark the interrupt handler mpsafe, and give up biglock in the scsi cmdDavid Gwynne
2014-09-08syncChris Cappuccio
2014-09-08Distinguish the 82599EN from the original 82599Chris Cappuccio
2014-09-08remove uneeded route.h includesJonathan Gray
2014-09-08Match 82599 as found on SuperMicro AOC-STGN-I1SChris Cappuccio
2014-09-06Match q33 devices. Previously only inteldrm matched on q33,Jonathan Gray
2014-09-06Various changes to the re(4) feature flags..Brad Smith
2014-09-05Don't bother messing with minphys, we always need to supportStefan Fritsch
2014-09-05syncChris Cappuccio
2014-09-05Another Intel 10GbEChris Cappuccio