summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2010-10-23Unbreak SMALL_KERNEL. Reported by Mikolaj Kucharski, thanks!Paul Irofti
2010-10-20Disestablish interrupts if attachment fails.Michael Knudsen
2010-10-14Move glxpcib(4) to MI land unifying the two MD drivers.Paul Irofti
2010-10-12Force openings to 1 for devices that can't do tagged i/o, i.e. moreKenneth R Westerback
2010-10-09only print out of sync messages when compiled for debuggingJacob Meuser
2010-10-08Call bus_space_barrier() after each read and write, since thisAlexandre Ratchov
2010-10-08encoding of envy is little endian, not native endian, probably fixes envyAlexandre Ratchov
2010-10-08put all calls bus_space_xxx() into functions, makes the code smallerAlexandre Ratchov
2010-10-08check current hardware position in interrupt handler. it's possibleJacob Meuser
2010-10-07If the card model is not ``HT/PT'', then check that the DMA physicalAlexandre Ratchov
2010-10-06Give the device the physical address obtained from the DMA mappingAlexandre Ratchov
2010-10-05regenDavid Gwynne
2010-10-05areca have a new family of controllers outDavid Gwynne
2010-10-04add support for midi(4) ports to envy(4)Alexandre Ratchov
2010-09-29Radeon HD4200 Mobility; from brynet. Some flags tweaks from me.Owain Ainsworth
2010-09-29syncOwain Ainsworth
2010-09-29Radeon HD4200 Mobility from BrynetOwain Ainsworth
2010-09-25ppb(4) should respect pci_dopm, like pci(4) does, and not try to poweroffMike Larkin
2010-09-22use audio(4)'s quiesce/resume for data i/o, and ac97_resume() for mixerJacob Meuser
2010-09-22autoconf activate, suspend/resume supportJacob Meuser
2010-09-21In i915_gem_idle, don't fail if we have a wedged chipset (this onlyOwain Ainsworth
2010-09-21Use RING_WAIT state for the ringbuffer and the instdone debug registerOwain Ainsworth
2010-09-21On gen3 hardware always unconditionally set the C3_LP_WRITE_ENABLE bitOwain Ainsworth
2010-09-21Enable error interrupts on ironlake, as we do on all other chips.Owain Ainsworth
2010-09-21Fix a couple of typos and remove some if 0ed code that is not coming back.Owain Ainsworth
2010-09-21reorder the busy ioctl order of operations to be nicer and a little moreOwain Ainsworth
2010-09-21When we reset the chip, no need to clear the active list, theOwain Ainsworth
2010-09-21Fix up an unlock that was left over when I changed the lockingOwain Ainsworth
2010-09-21much better suspend/resume supportJacob Meuser
2010-09-21regenJonathan Gray
2010-09-21Add some devices from submitted dmesgs and correct some devicesJonathan Gray
2010-09-21Avoid double unlocking the DRM lock in drmclose(). Caught by theMatthew Dempsky
2010-09-21audio(4) and ac97(4) style suspend/resumeJacob Meuser
2010-09-21use audio(4)'s DVACT_{QUIESCE,RESUME} and ac97(4)'s ac97_resume() forJacob Meuser
2010-09-21* add autoconf(9) activate function. basically the same as other ac97(4)Jacob Meuser
2010-09-21* use audio(4)'s DVACT_{QUIESCE,RESUME} to handle I/O stopping/restartingJacob Meuser
2010-09-21When attaching a unknown SFP+ module on the 82598 controller recompute theClaudio Jeker
2010-09-20Fix a variety of structure packing and byte order bugs to try to getTheo de Raadt
2010-09-20Stop doing shutdown hooks in network drivers where possible. We alreadyTheo de Raadt
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-09-20Use SSD_ERRCODE_CURRENT instead of magic 0x70.Kenneth R Westerback
2010-09-19add support for 82583V. Confirmed to work on Portwell CAD-0205.YASUOKA Masahiko
2010-09-19Check the right mask for additional functions in phy code for 82575Jonathan Gray
2010-09-19wrap a long lineTheo de Raadt
2010-09-19Move setting of reception of broadcast packets from lii_init() intoStuart Henderson
2010-09-17use audio(4) DVACT_{QUIESCE,RESUME}Jacob Meuser
2010-09-12Add some missing bus_dmamap_sync(). Fix a small whitespace problem whileMark Kettenis
2010-09-12silly me. use the switch() variable, not the case value.Jacob Meuser
2010-09-12use audio(4) DVACT_{QUIESCE,RESUME}Jacob Meuser
2010-09-12autoconf activate suspend/resume for emu(4). uses audio(4)Jacob Meuser