summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-11-16Allow the driver to be able to retrieve the MAC address from the ROMBrad Smith
2014-11-15regenBrad Smith
2014-11-15Add Intel QS77 LPC.Brad Smith
2014-11-14regenMartin Pieuchot
2014-11-14Some BayTrail IDs, including xhci(4), found in inframare's dmesg on bugs@.Martin Pieuchot
2014-11-12Remove SIOCSIFMTU handling and misuse of if_mtu values for MRUMike Belopuhov
2014-11-11Stop athn(4) from attaching to AR9300 devices for now. There are unresolvedStefan Sperling
2014-11-10add an additional error check into the ixgbe_handle_msfMike Belopuhov
2014-11-10remove pointless timeout_del/add dance in the interrupt handlerMike Belopuhov
2014-11-10Inadvertent ampersand has made the check to always yield truthMike Belopuhov
2014-11-10Gather full statistics only when IX_DEBUG is definedMike Belopuhov
2014-11-10don't try to update the link status every secondMike Belopuhov
2014-11-10remove ixgbe_sfp_probe since it's not called anywaysMike Belopuhov
2014-11-06Cleanup whitespace and add 5 series comments.Doug Hogan
2014-11-06Add the required includes for the conditional parts ofJonathan Gray
2014-11-05Implement yet another workaround for the k1 em(4)'s. This time forClaudio Jeker
2014-11-04Commit a missing chunk of the diff I had sent out to recognize someBrad Smith
2014-10-30Do not enable interrupts before attaching usb(4), fix a panic when anMartin Pieuchot
2014-10-28the if_rxring accounting would get screwed up if the first mbuf toDavid Gwynne
2014-10-26Add resource tracking for PCI ROMs.Mark Kettenis
2014-10-25Don't attempt to suspend/resume a partially attached drm(4) driver.Mark Kettenis
2014-10-24Always put controller into known state before device intialization.Brad Smith
2014-10-20Be sure to return if the pci interrupt can't be mapped, instead of fallingMiod Vallat
2014-10-19Use sc_if->sk_pktlen to specify the maximum DMA transfer size and maximumBrad Smith
2014-10-16Additonal registers needs to be saved in sc_save2, not sc_save.Mark Kettenis
2014-10-09Revert "enable MSI support", it introduced a regression on some chips.Martin Pieuchot
2014-10-08publish_avail_idx does not read the used ring, no need to callStefan Fritsch
2014-10-08Add missing memory barriers to virtio.Stefan Fritsch
2014-10-08#ifdef SMALL_KERNEL some sensor blocks; ok miodTheo de Raadt
2014-10-08add support for megaraid 3008 (fury) and 3108 (invader) cards. theDavid Gwynne
2014-10-08regenDavid Gwynne
2014-10-08new megaraidsDavid Gwynne
2014-10-08Remove the i830/i845 pipe A force quirks, matching changesJonathan Gray
2014-10-04- Recognize the Yukon Prime and Yukon Optima 2 chipsets.Brad Smith
2014-10-04replace mutexes to serialise the operations on the flag that restrictsDavid Gwynne
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