summaryrefslogtreecommitdiffstats
path: root/drivers/pci/quirks.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Update VIA CX700 quirkTim Yamin2008-04-211-1/+12
* PCI: simplify quirk debug outputBjorn Helgaas2008-04-211-2/+2
* pci: revert SMBus unhide on HP Compaq nx6110Jean Delvare2008-03-281-5/+6
* PCI: consolidate duplicated MSI enable functionsBjorn Helgaas2008-03-051-30/+6Star
* PCI: use dev_printk in quirk messagesBjorn Helgaas2008-03-051-3/+2Star
* PCI: quirks: set 'En' bit of MSI Mapping for devices onHT-based nvidia platformPeer Chen2008-02-221-0/+62
* PCI: AMD SATA IDE mode quirkCrane Cai2008-02-221-7/+10
* PCI: modify SB700 SATA MSI quirkShane Huang2008-02-021-7/+22
* PCI: use dev_printk in quirk messagesbjorn.helgaas@hp.com2008-02-021-60/+52Star
* PCI: print quirk name in debug messagesbjorn.helgaas@hp.com2008-02-021-1/+6
* PCI: fix for quirk_e100_interrupt()Ivan Kokshaysky2008-02-021-1/+13
* PCI: quirk: enable MSI Mapping on HT1000Sebastien Dugue2008-02-021-3/+27
* PCI: Unhide the SMBus on the HP xw4100Jean Delvare2008-02-021-0/+6
* PCI: drivers/pci/quirks.c: coding-style cleanupAndrew Morton2008-02-021-125/+125
* PCI: VIA CX700 quirk to disable PCI Bus ParkingTim Yamin2008-02-021-0/+28
* PCI: quirk_vialatency: Omit reading pci revision IDAuke Kok2008-02-021-5/+2Star
* ACPI: apply quirk_ich6_lpc_acpi to more ICH8 and ICH9Zhao Yakui2008-01-111-0/+6
* PCI: Remove 3 incorrect MSI quirks.David Miller2007-11-051-3/+0Star
* PCI: Add MSI INTX_DISABLE quirks for ATI SB700/800 SATA and IXP SB400 USBDavid Miller2007-11-051-0/+20
* PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set.David Miller2007-11-051-0/+24
* PCI: Add MSI quirk for ServerWorks HT1000 PCIX bridge.David Miller2007-11-051-0/+3
* PCI: Revert "PCI: disable MSI by default on systems with Serverworks HT1000 c...David Miller2007-11-051-1/+0Star
* jmicron: update quirk for JMB361/3/5/6Tejun Heo2007-10-241-1/+1
* PCI: re-enable onboard sound on "MSI K8T Neo2-FIR"Johannes Goecke2007-10-131-32/+0Star
* PCI: quirk_vt82c586_acpi: Omit reading PCI revision IDAuke Kok2007-10-131-3/+1Star
* PCI: quirk amd_8131_mmrbc: Omit reading pci revision IDAuke Kok2007-10-131-5/+2Star
* Fix bogus PCI quirk for e100Benjamin Herrenschmidt2007-09-291-4/+3Star
* PCI: unhide SMBus on Compaq Deskpro EP 401963-001 motherboardgw.kernel@tnode.com2007-09-111-2/+14
* PCI: Run k8t_sound_hostbridge quirk only when neededJean Delvare2007-08-221-1/+1
* PCI: disable MSI on RX790Tejun Heo2007-08-221-0/+1
* PCI: disable MSI on RD580Tejun Heo2007-08-221-0/+1
* PCI: disable MSI on RS690Tejun Heo2007-08-221-0/+1
* PCI: quirk_e100_interrupt() called too earlyMarian Balakowicz2007-08-221-1/+1
* PCI: pci-x-pci-express-read-control-interfaces cleanupsAndrew Morton2007-07-121-2/+2
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-121-10/+4Star
* PCI: add PCI-X/PCI-Express read control interfacesPeter Oruba2007-07-121-0/+16
* PCI: quirk disable MSI on via vt3351Jay Cliburn2007-06-011-0/+1
* PCI: disable MSI by default on systems with Serverworks HT1000 chipsAndy Gospodarek2007-06-011-0/+1
* pci-quirks: fix MSI disabling on RS400-200 and RS480Tejun Heo2007-05-311-9/+9
* Add the combined mode for ATI SB700Henry Su2007-05-121-0/+1
* pci-quirks: disable MSI on RS400-200 and RS480Tejun Heo2007-05-031-0/+2
* libata/IDE: remove combined mode quirkJeff Garzik2007-04-281-113/+0Star
* PCI: Stop unhiding the SMBus on Toshiba laptopsJean Delvare2007-03-261-11/+7Star
* [PATCH] msi: sanely support hardware level msi disablingEric W. Biederman2007-03-051-2/+2
* ahci/pata_jmicron: match class not function numberTejun Heo2007-03-021-1/+4
* jmicron ATA: reimplement jmicron ATA quirkTejun Heo2007-03-021-30/+50
* Add pci class code for SATA & AHCI, and replace some magic numbers.Conke Hu2007-02-091-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-02-081-0/+18
|\
| * ide: add Toshiba TC86C001 IDE driver (take 2)Sergei Shtylyov2007-02-071-0/+18
* | MSI: Replace pci_msi_quirk with calls to pci_no_msi()Michael Ellerman2007-02-081-5/+2Star