summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-card.c
Commit message (Expand)AuthorAgeFilesLines
* Tweaks to the resource allocation to allow a few of my obscureimp2004-11-101-7/+7
* Return the unit number of a channel instead of a hardcoded '1' fromle2004-10-191-1/+1
* Fix the PC98 lockups on boot.sos2004-10-061-1/+2
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-1/+2
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* Add support for the Promise command sequencer present on all modern Promisesos2004-04-131-0/+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
* Fix ata-card.sos2003-11-301-37/+27
* Include pccard/pccard_cis.h here tooimp2003-10-071-1/+2
* Unify prototypes.sos2003-08-251-1/+1
* Use __FBSDID().obrien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)sos2003-08-241-3/+2
* Remove check to see if the get resource for the second resourceimp2003-06-271-4/+0
* Add FREECOM PCCARD-IDE to the mix. It doesn't have a manufacturer orimp2003-06-171-0/+1
* Add support for generic PMCICA ATA CARDimp2003-06-031-0/+1
* Fix an off-by-1 error.phk2003-05-121-1/+1
* MF-p4:imp2003-04-261-1/+19
* Second round of updates to the ATA driver.sos2003-03-291-7/+42
* Always set the setmode funcptr.sos2003-03-031-0/+9
* First round off updates/fixes to the ATA driver.sos2003-02-201-9/+2
* Fix linking problem when atadisk is not use in ata-all.csos2002-12-061-1/+13
* Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h>phk2002-09-201-3/+0
* remove #includes of <sys/bio.h> where not needed.phk2002-09-141-1/+0
* Major update of the ATA RAID code, part 1:sos2002-02-041-6/+6
* Add support for pccard.sos2002-01-281-3/+30
* Overhaul to minimize stack usage, in some places >2K was usedsos2001-09-201-1/+1
* Split out the ata probes in seperate files for each bus type.sos2001-03-061-0/+108
OpenPOWER on IntegriCloud