summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pciide.c
AgeCommit message (Expand)Author
2005-09-15Revert rev 1.202 for now as it breaks at least one machine.Jonathan Gray
2005-09-14Support for ATI IXP 200/300/400 IDE mostly based on changesJonathan Gray
2005-09-05If we have a match for the PCI ID we don't care what the PCI class is.Jonathan Gray
2005-08-18Match nforce 2/3/4 SATA using generic sata_chip_map().Jonathan Gray
2005-08-18Several boards incorporating SIS SATA chips have dellusions of granduerJonathan Gray
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-07-21ICH7 IDE/SATA support based diff from Marcello Balduccini inJonathan Gray
2005-07-09Missing pciide_print_modes() in pdc203xx_setup_channel(). fgsch@ ok.Hakan Olsson
2005-06-15promise pdc203xx support; from bouyer@netbsd.org via grange@ with a fewFederico G. Schwindt
2005-06-08use SMALL_KERNEL for all arch's, not just alpha and also apply the defsFederico G. Schwindt
2005-06-01De-inline if option SMALL_KERNEL on alpha; saves 4KB off RAMDISK{,B}, otherMiod Vallat
2005-05-26nForce4 PATA support from Olivier Crouzet <ol at epita.fr>. ok grange@Jonathan Gray
2005-04-29Support ATI IXP 400 SATA, which is a Silicon Image 3112 in sheep's clothing.Jonathan Gray
2005-04-20SiS 180/181/182 SATA support using generic sata_chip_map().Jonathan Gray
2005-04-20Replace VIA SATA chip map routine with generic sata_chip_map().Jonathan Gray
2005-04-20SiS 760 support from a tech@ mail from peter.galbavy at knowtion.netJonathan Gray
2005-04-20SiS 661 support tested on a Gigabyte 8S661FXMP-RZ board.Jonathan Gray
2005-04-10Support for ICH6M IDE. Tested on a Dell Latitude D810 byJonathan Gray
2005-02-21Support another Intel 6300ESB SATA.Alexander Yurchenko
2005-02-01Correctly setup Intel 82801FB and 82801FR SATA; from aurelien6545@free.fr.Alexander Yurchenko
2005-01-31The SiS 5513 is really a own design, partially revert my previous commit here.Martin Reindl
2005-01-22PCI_PRODUCT_SIS_5513 -> PCI_PRODUCT_SIS_5597_IDEMartin Reindl
2005-01-15nForce2 Ultra 400 IDE support. ok grange@Jonathan Gray
2004-12-11nForce3-250, From: Brent Graveland <brent@graveland.net>, grange okHenning Brauer
2004-11-27KNF, ANSI, cleanup. No binary change.Alexander Yurchenko
2004-11-21Intel ICH6/ICH6R IDE and SATA support.Alexander Yurchenko
2004-10-19serverworks csb5 revision after 0x92 seems not to have 80-wireAlexander Yurchenko
2004-10-17Improve support for SiI3112 and add new controllers: SiI3512, SiI3114Alexander Yurchenko
2004-10-17Allow chip-map function to specify which bits must permanently presentAlexander Yurchenko
2004-10-17Don't touch dma registers directly, instead use callbacks thatAlexander Yurchenko
2004-10-17Stop bloating pciide_softc with chip-specific variables. Add one pointerAlexander Yurchenko
2004-10-17Move pciide_softc definition to pciidevar.h.Alexander Yurchenko
2004-10-17Fix space.Alexander Yurchenko
2004-10-17Small includes cleanup: explicit bus.h inclusion, add satareg.h andAlexander Yurchenko
2004-09-15Add support for Intel 6300ESB IDE and SATA.Alexander Yurchenko
2004-08-21in case of failure use the same logic for unmapping as it was used for mappin...Michael Shalayeff
2004-06-02Add quirks field to the wdc softc and implement the first one:Alexander Yurchenko
2004-05-24do not bother w/ void pci_devinfo() calls and free resources on failuresMichael Shalayeff
2004-05-06Add support for the SiS 741 Northbridge. ok deraadt@, grange@Peter Galbavy
2004-05-04Fix my stupid bug with missing sata_setup_channel() call.Alexander Yurchenko
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
2004-03-12Enable ata133 on amd8111; from netbsdAlexander Yurchenko
2004-02-18Yet another wonna-be-raid device.Alexander Yurchenko
2004-02-07Final bits to make IT8212F working:Alexander Yurchenko
2004-02-02Support for UDMA2 capable SCx200 ide found on all National SemiconductorAlexander Yurchenko
2004-02-02ite is a yet another ``raid'' device, fake interface for it.Alexander Yurchenko
2004-01-31fix stupid typo in the reading/writing mode control register for ite.Alexander Yurchenko
2004-01-31ite doesn't need a special interrupt function.Alexander Yurchenko
2004-01-31Disable i31244 support until we see a real divice using this chip.Alexander Yurchenko
2004-01-31spaces, .o is the same.Alexander Yurchenko