summaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-all.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r215468:Alexander Motin2010-11-231-0/+19
* MFC r214988:Alexander Motin2010-11-191-0/+9
* MFC r214016:Alexander Motin2010-11-021-0/+21
* MFC r209883, r209944:Alexander Motin2010-07-181-4/+12
* MFC r209872:Alexander Motin2010-07-181-1/+1
* MFC r209664:Alexander Motin2010-07-161-2/+55
* MFC r208375, r208393:Alexander Motin2010-05-231-4/+15
* MFC r207432:Alexander Motin2010-05-081-39/+26
* MFC r204250:Alexander Motin2010-03-031-3/+3
* MFC r204195:Alexander Motin2010-03-011-2/+10
* MFC r203376, r203384:Alexander Motin2010-02-141-3/+12
* MFC r203108:Alexander Motin2010-02-141-6/+21
* MFC r201990:Alexander Motin2010-01-191-5/+3
* MFC: r200459Marius Strobl2009-12-161-4/+3
* MFC r200171, r200182, r200275, r200295, r200359:Alexander Motin2009-12-121-7/+567
* MFC r199822:Alexander Motin2009-12-021-3/+0
* MFC r198717:Alexander Motin2009-11-231-4/+4
* MFC 196403: Temporarily revert the new-bus locking for 8.0 release.John Baldwin2009-08-201-19/+15
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-15/+19
* Restore PATA device probe order, broken by PMP support implementation,Alexander Motin2009-07-261-1/+17
* Limit IOCATAREQUEST ioctl data size to controller's maximum I/O size.Alexander Motin2009-07-161-0/+5
* Last commit was in error, revert.Warner Losh2009-05-201-1/+1
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-201-1/+1
* Revert my ata_identify()/ata_reinit() related changes: r189166, r189091Alexander Motin2009-02-281-46/+41
* Rework device probing by moving ata_getparam() call from ata_identify() toAlexander Motin2009-02-281-39/+44
* Unhide IDENTIFY command timeouts when verbose messages enabled.Alexander Motin2009-02-261-1/+3
* Remove direct ata_completed() call options from ata_finish(), except for theAlexander Motin2009-02-261-1/+1
* Do not call devices probe/attach if there is nothing new was found.Alexander Motin2009-02-231-0/+4
* Remove one more place of master/slave terms usage.Alexander Motin2009-02-221-2/+1
* Improve ata_reinit():Alexander Motin2009-02-211-4/+37
* Use channel driver's attach/detach routines instead of ata_attach()/Alexander Motin2009-02-191-8/+10
* Make ch->dma.free() called symmetrically to ch->dma.alloc().Alexander Motin2009-02-181-0/+5
* Remove unused variable.Alexander Motin2009-02-181-2/+1
* Remove useless return, that left from previous commit.Alexander Motin2009-02-171-1/+0
* ata_interrupt() does not need to return anything. It is not it's businessAlexander Motin2009-02-171-4/+4
* This is the roumored ATA modulerisation works, and it needs a little explanat...Søren Schmidt2008-10-091-19/+23
* Introduce a new loader tunable "hw.ata.ata_dma_check_80pin", defaulting to 1.Philip Paeps2008-08-151-0/+5
* Rearrange how to call dma.alloc() so that we have resources alloc'd when need...Søren Schmidt2008-06-111-0/+4
* Dont call ata_start() when ata_reinit fails in the ioctl path.Søren Schmidt2008-05-261-1/+0
* devclass_get_maxunit() returns n+1 with n starting at 0.Bjoern A. Zeeb2008-04-201-4/+5
* Fix the breakage that caused AHCI devices to vanish. Editor droppings :(Søren Schmidt2008-04-181-1/+3
* Go back to preallocating everything possible on init.Søren Schmidt2008-04-171-58/+7
* Fix badly placed '{'Søren Schmidt2008-04-111-2/+5
* Fix the brokenness in the former commit, sorry for the mess.Søren Schmidt2008-04-111-5/+54
* Add experimental support for SATA Port MultipliersSøren Schmidt2008-04-101-56/+72
* Add a "spindown" facility to ata-disks: If no requests have been receivedPoul-Henning Kamp2008-03-171-0/+6
* Add support for the VIA 8237SSøren Schmidt2007-10-041-1/+1
* Use 'pause' in several places rather than trying to tsleep() on NULL (whichJohn Baldwin2007-02-231-3/+3
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Update copyright headers.Søren Schmidt2007-02-211-1/+1