aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-card.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r256304Peter Grehan2013-10-111-1/+1
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* - First pass at const'ifying ata(4) as appropriate.Marius Strobl2012-03-211-3/+3
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Minor formatting nits.Warner Losh2010-07-041-2/+2
* Check the Disk FUNCE recorded in the CIS to see if we should probe forWarner Losh2009-03-121-1/+6
* Use channel driver's attach/detach routines instead of ata_attach()/Alexander Motin2009-02-191-0/+8
* Add experimental support for SATA Port MultipliersSøren Schmidt2008-04-101-1/+1
* Update copyright headers.Søren Schmidt2007-02-211-1/+1
* Get rid of the advertising clause in the copyright.Søren Schmidt2006-01-051-3/+1
* Forgot to commit ata-card fixes last night. Fix gleb's attempt to doWarner Losh2005-09-221-4/+7
* Fix build.Gleb Smirnoff2005-09-221-9/+4
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-7/+7
* Take newbusification one step further, ie use the device_t more consequentlySøren Schmidt2005-04-301-2/+2
* Provide a default setmode method.Søren Schmidt2005-04-281-11/+0
* CosmeticsSøren Schmidt2005-04-251-12/+9
* Add a ata_setmode method so we dont panic on setmode.Søren Schmidt2005-04-131-3/+16
* Add support for controllers that doesn't have the usual taskfileSøren Schmidt2005-04-061-14/+16
* This is the much rumoured ATA mkIII update that I've been working on.Søren Schmidt2005-03-301-26/+9
* Catchup to the iodata renamingWarner Losh2005-01-261-1/+1
* Tweaks to the resource allocation to allow a few of my obscureWarner Losh2004-11-101-7/+7
* Return the unit number of a channel instead of a hardcoded '1' fromLukas Ertl2004-10-191-1/+1
* Fix the PC98 lockups on boot.Søren Schmidt2004-10-061-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