| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r215468: | Alexander Motin | 2010-11-23 | 1 | -0/+19 |
| * | MFC r214988: | Alexander Motin | 2010-11-19 | 1 | -0/+9 |
| * | MFC r214016: | Alexander Motin | 2010-11-02 | 1 | -0/+21 |
| * | MFC r209883, r209944: | Alexander Motin | 2010-07-18 | 1 | -4/+12 |
| * | MFC r209872: | Alexander Motin | 2010-07-18 | 1 | -1/+1 |
| * | MFC r209664: | Alexander Motin | 2010-07-16 | 1 | -2/+55 |
| * | MFC r208375, r208393: | Alexander Motin | 2010-05-23 | 1 | -4/+15 |
| * | MFC r207432: | Alexander Motin | 2010-05-08 | 1 | -39/+26 |
| * | MFC r204250: | Alexander Motin | 2010-03-03 | 1 | -3/+3 |
| * | MFC r204195: | Alexander Motin | 2010-03-01 | 1 | -2/+10 |
| * | MFC r203376, r203384: | Alexander Motin | 2010-02-14 | 1 | -3/+12 |
| * | MFC r203108: | Alexander Motin | 2010-02-14 | 1 | -6/+21 |
| * | MFC r201990: | Alexander Motin | 2010-01-19 | 1 | -5/+3 |
| * | MFC: r200459 | Marius Strobl | 2009-12-16 | 1 | -4/+3 |
| * | MFC r200171, r200182, r200275, r200295, r200359: | Alexander Motin | 2009-12-12 | 1 | -7/+567 |
| * | MFC r199822: | Alexander Motin | 2009-12-02 | 1 | -3/+0 |
| * | MFC r198717: | Alexander Motin | 2009-11-23 | 1 | -4/+4 |
| * | MFC 196403: Temporarily revert the new-bus locking for 8.0 release. | John Baldwin | 2009-08-20 | 1 | -19/+15 |
| * | Make the newbus subsystem Giant free by adding the new newbus sxlock. | Attilio Rao | 2009-08-02 | 1 | -15/+19 |
| * | Restore PATA device probe order, broken by PMP support implementation, | Alexander Motin | 2009-07-26 | 1 | -1/+17 |
| * | Limit IOCATAREQUEST ioctl data size to controller's maximum I/O size. | Alexander Motin | 2009-07-16 | 1 | -0/+5 |
| * | Last commit was in error, revert. | Warner Losh | 2009-05-20 | 1 | -1/+1 |
| * | We no longer need to use d_thread_t, migrate to struct thread *. | Warner Losh | 2009-05-20 | 1 | -1/+1 |
| * | Revert my ata_identify()/ata_reinit() related changes: r189166, r189091 | Alexander Motin | 2009-02-28 | 1 | -46/+41 |
| * | Rework device probing by moving ata_getparam() call from ata_identify() to | Alexander Motin | 2009-02-28 | 1 | -39/+44 |
| * | Unhide IDENTIFY command timeouts when verbose messages enabled. | Alexander Motin | 2009-02-26 | 1 | -1/+3 |
| * | Remove direct ata_completed() call options from ata_finish(), except for the | Alexander Motin | 2009-02-26 | 1 | -1/+1 |
| * | Do not call devices probe/attach if there is nothing new was found. | Alexander Motin | 2009-02-23 | 1 | -0/+4 |
| * | Remove one more place of master/slave terms usage. | Alexander Motin | 2009-02-22 | 1 | -2/+1 |
| * | Improve ata_reinit(): | Alexander Motin | 2009-02-21 | 1 | -4/+37 |
| * | Use channel driver's attach/detach routines instead of ata_attach()/ | Alexander Motin | 2009-02-19 | 1 | -8/+10 |
| * | Make ch->dma.free() called symmetrically to ch->dma.alloc(). | Alexander Motin | 2009-02-18 | 1 | -0/+5 |
| * | Remove unused variable. | Alexander Motin | 2009-02-18 | 1 | -2/+1 |
| * | Remove useless return, that left from previous commit. | Alexander Motin | 2009-02-17 | 1 | -1/+0 |
| * | ata_interrupt() does not need to return anything. It is not it's business | Alexander Motin | 2009-02-17 | 1 | -4/+4 |
| * | This is the roumored ATA modulerisation works, and it needs a little explanat... | Søren Schmidt | 2008-10-09 | 1 | -19/+23 |
| * | Introduce a new loader tunable "hw.ata.ata_dma_check_80pin", defaulting to 1. | Philip Paeps | 2008-08-15 | 1 | -0/+5 |
| * | Rearrange how to call dma.alloc() so that we have resources alloc'd when need... | Søren Schmidt | 2008-06-11 | 1 | -0/+4 |
| * | Dont call ata_start() when ata_reinit fails in the ioctl path. | Søren Schmidt | 2008-05-26 | 1 | -1/+0 |
| * | devclass_get_maxunit() returns n+1 with n starting at 0. | Bjoern A. Zeeb | 2008-04-20 | 1 | -4/+5 |
| * | Fix the breakage that caused AHCI devices to vanish. Editor droppings :( | Søren Schmidt | 2008-04-18 | 1 | -1/+3 |
| * | Go back to preallocating everything possible on init. | Søren Schmidt | 2008-04-17 | 1 | -58/+7 |
| * | Fix badly placed '{' | Søren Schmidt | 2008-04-11 | 1 | -2/+5 |
| * | Fix the brokenness in the former commit, sorry for the mess. | Søren Schmidt | 2008-04-11 | 1 | -5/+54 |
| * | Add experimental support for SATA Port Multipliers | Søren Schmidt | 2008-04-10 | 1 | -56/+72 |
| * | Add a "spindown" facility to ata-disks: If no requests have been received | Poul-Henning Kamp | 2008-03-17 | 1 | -0/+6 |
| * | Add support for the VIA 8237S | Søren Schmidt | 2007-10-04 | 1 | -1/+1 |
| * | Use 'pause' in several places rather than trying to tsleep() on NULL (which | John Baldwin | 2007-02-23 | 1 | -3/+3 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Update copyright headers. | Søren Schmidt | 2007-02-21 | 1 | -1/+1 |