summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-pci.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-20/+0
* Add support for the JMicron JMB363 dual SATA + single PATA controller.sos2006-02-161-4/+1
* Unbreak dump on legacy systems. Needs a more clean solution but that issos2006-02-091-1/+2
* Add support for the JMicron JMB360 SATAII controller.sos2006-01-251-0/+4
* Do not test for DMA status on legacy ATA devices. This has the unfortunatesos2006-01-241-1/+2
* Whitespace cleanup.sos2006-01-181-5/+5
* Add support for using DMA on dump, greatly speeds up the dump process.sos2006-01-181-2/+35
* Get rid of the advertising clause in the copyright.sos2006-01-051-3/+1
* Change the probes in ATA to return a negative value on success.sos2005-12-271-22/+24
* Add initial support for the Marvell 88SX[56]0[48][01] series of SATA chips.sos2005-12-271-0/+4
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Add support for the ATI IXP[234]00 series chipsets.sos2005-10-121-0/+4
* Use the presence of ctlr->dmainit instead of r_res1 to find out when tosos2005-06-091-1/+1
* Cleanup commentssos2005-05-131-1/+1
* Reshape the dma code to be a bit more flexible so it can cope withsos2005-05-031-7/+19
* Update on the last commit, the dma* funciton needs to be called withsos2005-05-011-2/+2
* Take newbusification one step further, ie use the device_t more consequentlysos2005-04-301-19/+24
* Rearrange the way the reset code is called.sos2005-04-281-0/+2
* Cosmeticssos2005-04-251-5/+2
* Fix the bug that caused SATA disks on VIA etc to fail attach.sos2005-04-111-2/+0
* Use the ata_suspend/resume functions instaead of the bus_generic ones.sos2005-04-101-2/+2
* Generalise the SATA PHY handling code so it wont be duplicated forsos2005-04-081-2/+10
* Add support for controllers that doesn't have the usual taskfilesos2005-04-061-14/+14
* Add firstshot support for Acer Labs Inc SATA partssos2005-04-051-11/+13
* Change the ata_* methods to use a channel device instead of asos2005-03-311-52/+52
* This is the much rumoured ATA mkIII update that I've been working on.sos2005-03-301-67/+90
* Add support for the ITE IT8212F controller.sos2004-12-081-5/+10
* Fix the PC98 lockups on boot.sos2004-10-061-2/+3
* Rearrange the order of I/O's in dma-start/stop, some chipsets are verysos2004-09-261-2/+2
* DONT PANICsos2004-08-201-1/+2
* Change the order of ata_dmainit/ata_allocate in preparation ofsos2004-08-121-26/+40
* Try to narrow down the race window on HW that does not have ways tosos2004-08-051-0/+2
* Increase robustness of SATA handling.sos2004-06-151-46/+48
* Fix Sii3114 support.sos2004-05-101-0/+1
* Do at better job at unit numbering.sos2004-04-301-9/+18
* Use pci_get_progif to decide if this is one of the primary/secondarysos2004-04-271-7/+2
* Try the simplify determining what is ata0 and ata1.sos2004-04-241-17/+1
* Make the test for ATA PCI legacy addressing mode more robust.sos2004-04-211-11/+41
* Do not pre-allocate resources for BAR's on ATA MASTERDEV's thats onsos2004-04-201-3/+3
* Add support for the Promise command sequencer present on all modern Promisesos2004-04-131-52/+24
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Add support for detaching PCI controllers.sos2004-03-151-24/+44
* Check both PORTEN and MEMEN for enabled HW.sos2004-02-211-1/+1
* Use UMA instead of plain malloc for getting ATA request storage.sos2004-01-141-0/+1
* Overhaul of the timeout/reinit framework. This should clear up mostsos2004-01-111-1/+2
* Add back the national support, this was removed by accident earlier.sos2003-12-091-0/+4
* This should allow us to boot with DMA enabled on unknown PCI ATAsos2003-10-281-24/+46
* Fix the DMA problem that most severely hit on the DS3112a SATA chipsos2003-10-211-7/+3
* Only return valid DMA error bits.sos2003-10-201-1/+1
* Cleanup the dma int/alloc/free code.sos2003-08-251-10/+7
OpenPOWER on IntegriCloud