summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pciide.c
AgeCommit message (Expand)Author
2006-11-21fix dmesg printing for the artisea chipset.Brad Smith
2006-11-19Re-enable the Intel i31244 support now that real hardware actually exists.Brad Smith
2006-11-05add the MCP67 PATA and SATA PCI ids as well as fixing nforce_chip_map() toBrad Smith
2006-10-19Match the IDE controller in the AMD Geode companion device CS5536.Tom Cosgrove
2006-10-02sync the ServerWorks ids.Brad Smith
2006-09-26Shrink the number of matches done in piixsata_chip_map,Jonathan Gray
2006-09-26Move some duplicated debug code into its own function.Jonathan Gray
2006-09-19add a missing space to a DMA load error printf.Brad Smith
2006-09-16Support for Intel 6321ESB SATA. Tested on one of cloder's newJonathan Gray
2006-09-16Match VIA VT8237A SATA which while untested should act likeJonathan Gray
2006-08-19Support for Intel 82801H/ICH8 SATA parts, untested but shouldJonathan Gray
2006-08-19Be sure to set the mode for AHCI capable Intel SATA correctly andJonathan Gray
2006-08-06add the Intel 6321ESB IDE controller.Brad Smith
2006-07-23add NVidia MCP61/65 ids.Brad Smith
2006-07-16Match a few more Promise SATA chips which should workJonathan Gray
2006-07-10in pciide_mapregs_compat() explicitly enable PCI IO, then remove all theTheo de Raadt
2006-07-08add the ATI IXP300 SATA PCI id.Brad Smith
2006-07-07Broadcom HT-1000 SATA no longer requires IDE_PCI_CLASS_OVERRIDE now thatBrad Smith
2006-07-07Check for SATA and RAID subclasses if we have a matching PCI ID.Jonathan Gray
2006-06-26Avoid using an uninitialized variable when downgrading PIO mode too much onMiod Vallat
2006-06-26Add IDE_PCI_CLASS_OVERRIDE for ServerWorks HT-1000 SATA.Brad Smith
2006-06-24Somehow managed to miss including the part of Henrik's diff whereJonathan Gray
2006-06-24Support for Promise PDC205xx based SATA controllers; adaptedJonathan Gray
2006-04-27Match the ICH7-M DH in RAID mode and ask forJonathan Gray
2006-04-26Remove ICH6M from case statements in IDE code now weJonathan Gray
2006-04-26ATI IXP 600 IDE. Hardware is not generally available yetJonathan Gray
2006-04-25Match PCI ids for Intel ICH7 SATA in AHCI mode.Jonathan Gray
2006-04-23Allow Intel SATA to map compatibility interrupts.Jonathan Gray
2006-04-17Match ICH7R SATA which while untested should work.Jonathan Gray
2006-04-15Add support for non-RAID part of the ITExpress IT8212F.Jonathan Gray
2006-04-09add another ServerWorks SATA PCI id.Brad Smith
2006-04-02To be able to use the maximum number of IDE/SATA disks on an ICHJonathan Gray
2006-03-28Add Intel 82801GB (ICH7M) SATA;Robert Nagy
2006-03-27Add IDE_PCI_CLASS_OVERRIDE for ServerWorks K2 SATA.Mark Kettenis
2006-03-27Split the chip map for Intel SATA out into a seperate functionJonathan Gray
2006-03-06Make UDMA on the VT8237 work again.Mark Kettenis
2006-02-24Make ServerWorks SATA less chatty. Sprinkle some KNF while I'm there.Mark Kettenis
2006-02-10Fix LBA48 access for ServerWorks SATA.Mark Kettenis
2006-02-03add some more Intel PIIX IDE controllers..Brad Smith
2006-02-03add Intel 82451NX (PIIX4) and 82801DBL (ICH4-L).Brad Smith
2006-02-01Add support for VIA VT6410.Jonathan Gray
2006-01-24Match a few more NVIDIA product ids found in Linux drivers.Jonathan Gray
2006-01-22Fix UDMA on IDE function integrated on VIA VT8237 south bridge.Mark Kettenis
2006-01-01Adjust for renamed VIA VT8233 PCI ID's.Mark Kettenis
2005-12-15Missing break and initializations found by lint.Kenneth R Westerback
2005-10-26revert 82801FBM SATA controller back to being configured as an IDE controllerBrad Smith
2005-10-22check for 82801FBM SATA in one more spot.Brad Smith
2005-10-2282801FBM_IDE -> 82801FBM_SATABrad Smith
2005-10-20fix a typo in a Via PCI product id.Brad Smith
2005-10-20Don't try to match VIA ide chips as ISA bridges.Alexander Yurchenko