aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-card.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: IODATA -> IODATA3 to reflect pccarddevsWarner Losh2005-02-021-1/+1
* MFC: 1.28 Tweaks to pccard allocation routines These are mostly nops,Warner Losh2005-02-011-7/+7
* MFC rev. 1.27:Lukas Ertl2004-10-231-1/+1
* MFC:Søren Schmidt2004-10-101-1/+2
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-1/+2
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* Add support for the Promise command sequencer present on all modern PromiseSøren Schmidt2004-04-131-0/+1
* Use UMA instead of plain malloc for getting ATA request storage.Søren Schmidt2004-01-141-0/+1
* Overhaul of the timeout/reinit framework. This should clear up mostSøren Schmidt2004-01-111-1/+2
* Fix ata-card.Søren Schmidt2003-11-301-37/+27
* Include pccard/pccard_cis.h here tooWarner Losh2003-10-071-1/+2
* Unify prototypes.Søren Schmidt2003-08-251-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)Søren Schmidt2003-08-241-3/+2
* Remove check to see if the get resource for the second resourceWarner Losh2003-06-271-4/+0
* Add FREECOM PCCARD-IDE to the mix. It doesn't have a manufacturer orWarner Losh2003-06-171-0/+1
* Add support for generic PMCICA ATA CARDWarner Losh2003-06-031-0/+1
* Fix an off-by-1 error.Poul-Henning Kamp2003-05-121-1/+1
* MF-p4:Warner Losh2003-04-261-1/+19
* Second round of updates to the ATA driver.Søren Schmidt2003-03-291-7/+42
* Always set the setmode funcptr.Søren Schmidt2003-03-031-0/+9
* First round off updates/fixes to the ATA driver.Søren Schmidt2003-02-201-9/+2
* Fix linking problem when atadisk is not use in ata-all.cSøren Schmidt2002-12-061-1/+13
* Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h>Poul-Henning Kamp2002-09-201-3/+0
* remove #includes of <sys/bio.h> where not needed.Poul-Henning Kamp2002-09-141-1/+0
* Major update of the ATA RAID code, part 1:Søren Schmidt2002-02-041-6/+6
* Add support for pccard.Søren Schmidt2002-01-281-3/+30
* Overhaul to minimize stack usage, in some places >2K was usedSøren Schmidt2001-09-201-1/+1
* Split out the ata probes in seperate files for each bus type.Søren Schmidt2001-03-061-0/+108