aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-cbus.c
Commit message (Expand)AuthorAgeFilesLines
* Add type specific suspend/resume ata channel functions. Add checks to avoidAlexander Motin2009-03-091-2/+24
* Fix pc98 build error due to missing variable.Alexander Motin2009-02-201-0/+1
* Use channel driver's attach/detach routines instead of ata_attach()/Alexander Motin2009-02-191-1/+16
* DEVICE_PROBE(9) claims that we must not initialize softc on probe stage.Alexander Motin2009-02-141-18/+27
* Add experimental support for SATA Port MultipliersSøren Schmidt2008-04-101-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-3/+7
* 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
* 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-10/+0
* CosmeticsSøren Schmidt2005-04-251-15/+11
* Add a ata_setmode method so we dont panic on setmode.Søren Schmidt2005-04-131-1/+10
* Add support for controllers that doesn't have the usual taskfileSøren Schmidt2005-04-061-16/+18
* Change the ata_* methods to use a channel device instead of aSøren Schmidt2005-03-311-53/+54
* This is the much rumoured ATA mkIII update that I've been working on.Søren Schmidt2005-03-301-45/+43
* Move the PC98 specific geometry "gunk" to geom_pc98.c where it belongs.Søren Schmidt2004-10-071-1/+1
* Fix the PC98 lockups on boot.Søren Schmidt2004-10-061-17/+42
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
* Add support for the Promise command sequencer present on all modern PromiseSøren Schmidt2004-04-131-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* 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-2/+3
* Unify prototypes.Søren Schmidt2003-08-251-6/+5
* 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-0/+1
* Second round of updates to the ATA driver.Søren Schmidt2003-03-291-25/+42
* First round off updates/fixes to the ATA driver.Søren Schmidt2003-02-201-34/+75
* Dont probe PnP devices.Søren Schmidt2003-01-091-0/+4
* This should be the way PC98 ATA disks are seen geometry wise.Søren Schmidt2002-12-171-1/+1
* Add support for the PC98 platform to the ATA driver.Søren Schmidt2002-12-031-0/+263