summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2011-05-25- For AR8132 fast ethernet controller, do not report 1000baseTKevin Lo
2011-05-25try to map an msi style interrupt. if that doesnt work then try to map aDavid Gwynne
2011-05-24syncTheo de Raadt
2011-05-24a few more devicesTheo de Raadt
2011-05-24Reimplement uvm/uvm_map.Ariane van der Steldt
2011-05-22regenMark Kettenis
2011-05-22The RD890 entries here are really SR5690/5670/5650 devices.Mark Kettenis
2011-05-21Make inteldrm_intr only do any work if we know for sure that interruptsOwain Ainsworth
2011-05-21Introduce a flag to indicate that it is ok to use MSI on a certain PCI busMark Kettenis
2011-05-20Fix typo; from BradKevin Lo
2011-05-19Save and restore the MSI capability registers on suspend/resume.Mark Kettenis
2011-05-18Mention new alc(4) devices in commments. No active changes.Stuart Henderson
2011-05-18Support additional L2C variants and L1D (AR813x/AR815x chips).Stuart Henderson
2011-05-15regenMark Kettenis
2011-05-15Fix entries for Intel 6700PXH.Mark Kettenis
2011-05-15match on LSI SAS2108/SAS2116/SAS2208/SAS2308Jonathan Gray
2011-05-15regenJonathan Gray
2011-05-15add ids for LSI SAS2108/SAS2116/SAS2208/SAS2308Jonathan Gray
2011-05-14regenMark Kettenis
2011-05-14Keep Intel PCI IDs sorted numerically.Mark Kettenis
2011-05-14Pass flags down the PCI bus hierarchy. Soon to be used to selectively enableMark Kettenis
2011-05-14Add register definitions for PCI MSI capaility.Mark Kettenis
2011-05-09Refactor queue allocation and initialization into a wdc_alloc_queue()Matthew Dempsky
2011-05-09Initialize the wdc ata_drive_datas structs earlier in wdcattach() soMatthew Dempsky
2011-05-08Move ata_put_xfer() from ata_xfer to atascsi_methods. It's just sillyMatthew Dempsky
2011-05-06acknowledge only those interrupts that we can process;Mike Belopuhov
2011-05-02Do not check malloc return value against NULL, as M_WAITOK is used.Charles Longeau
2011-05-02Add definitions for the radeon kms related ioctls (i.e. gem/ttm onOwain Ainsworth
2011-05-02remove workaround found in FreeBSD driver but not in Intel's officialDavid Hill
2011-05-02Some extra paranoia for if we fail to attach.Owain Ainsworth
2011-05-02Add a workaround for an 82579 hardware bug that can result inJonathan Gray
2011-05-02Radeon HD3000; from Pedro la Peu.Owain Ainsworth
2011-05-02syncOwain Ainsworth
2011-05-02Radeon HD300; from Pedro la Peu. Thanks!Owain Ainsworth
2011-05-01Add some PARAM and flags defines needed for later version of the intelOwain Ainsworth
2011-05-01Fix a NULL dereference if drm fails to attach.Owain Ainsworth
2011-04-27support Intel 6 series SATA in non raid/non ahci mode.Jonathan Gray
2011-04-27regenJonathan Gray
2011-04-27more Intel non raid/non ahci mode 6 Series SATAJonathan Gray
2011-04-27fix the interrupt handler in the case when the interrupt is sharedAlexandre Ratchov
2011-04-26typo; found in an old tree..Theo de Raadt
2011-04-24in azalia_intr():Jacob Meuser
2011-04-24do not need that protoTheo de Raadt
2011-04-24get the error ccbs state right for a put when a port is empty. should getDavid Gwynne
2011-04-24match Radeon HD5450 on the kernel side; Mark PeoplesTheo de Raadt
2011-04-24syncTheo de Raadt
2011-04-24Radeon HD5450, Mark PeoplesTheo de Raadt
2011-04-22Turning on SCSIDEBUG (for debugging other drivers, of course) shouldTheo de Raadt
2011-04-22Add support for PCH2 (Sandy Bridge) MAC with 82579 PHY.Jonathan Gray
2011-04-21match on 6 series smbus, tested by Laurence TrattJonathan Gray