summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-card.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r256304grehan2013-10-111-1/+1
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-1/+1
* - First pass at const'ifying ata(4) as appropriate.marius2012-03-211-3/+3
* Convert files to UTF-8uqs2012-01-151-1/+1
* Minor formatting nits.imp2010-07-041-2/+2
* Check the Disk FUNCE recorded in the CIS to see if we should probe forimp2009-03-121-1/+6
* Use channel driver's attach/detach routines instead of ata_attach()/mav2009-02-191-0/+8
* Add experimental support for SATA Port Multiplierssos2008-04-101-1/+1
* Update copyright headers.sos2007-02-211-1/+1
* Get rid of the advertising clause in the copyright.sos2006-01-051-3/+1
* Forgot to commit ata-card fixes last night. Fix gleb's attempt to doimp2005-09-221-4/+7
* Fix build.glebius2005-09-221-9/+4
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-7/+7
* Take newbusification one step further, ie use the device_t more consequentlysos2005-04-301-2/+2
* Provide a default setmode method.sos2005-04-281-11/+0
* Cosmeticssos2005-04-251-12/+9
* Add a ata_setmode method so we dont panic on setmode.sos2005-04-131-3/+16
* Add support for controllers that doesn't have the usual taskfilesos2005-04-061-14/+16
* This is the much rumoured ATA mkIII update that I've been working on.sos2005-03-301-27/+10
* Catchup to the iodata renamingimp2005-01-261-1/+1
* 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