| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r200481 | Marius Strobl | 2009-12-20 | 1 | -2/+8 |
| * | MFC r200171, r200182, r200275, r200295, r200359: | Alexander Motin | 2009-12-12 | 1 | -5/+7 |
| * | MFC r198519: | Alexander Motin | 2009-11-17 | 1 | -2/+1 |
| * | MFC r198486, r199050: | Alexander Motin | 2009-11-10 | 1 | -1/+1 |
| * | MFC r198407: | Alexander Motin | 2009-11-06 | 1 | -3/+1 |
| * | Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.c | Marcel Moolenaar | 2009-07-08 | 1 | -4/+1 |
| * | Revert my ata_identify()/ata_reinit() related changes: r189166, r189091 | Alexander Motin | 2009-02-28 | 1 | -12/+0 |
| * | Rework device probing by moving ata_getparam() call from ata_identify() to | Alexander Motin | 2009-02-28 | 1 | -0/+12 |
| * | Teach device drivers' ata_reinit() methods, that there can be more then two | Alexander Motin | 2009-02-21 | 1 | -4/+4 |
| * | Don't read the TOC for DIOCGPROVIDERALIAS. This causes the | Marcel Moolenaar | 2009-02-20 | 1 | -1/+4 |
| * | Fix shutdown routine to return 0 and change signature from void return | Warner Losh | 2009-02-04 | 1 | -1/+2 |
| * | Fix panic and breakage for non-DMA ATA devices e.g. powermac macio cells. | Peter Grehan | 2008-05-08 | 1 | -1/+4 |
| * | Go back to preallocating everything possible on init. | Søren Schmidt | 2008-04-17 | 1 | -3/+6 |
| * | Fix the brokenness in the former commit, sorry for the mess. | Søren Schmidt | 2008-04-11 | 1 | -7/+3 |
| * | Add experimental support for SATA Port Multipliers | Søren Schmidt | 2008-04-10 | 1 | -9/+4 |
| * | Dont fumble the ivars on reinit, avoids panic on suspend/resume om some syste... | Søren Schmidt | 2007-11-19 | 1 | -3/+0 |
| * | Fix the problem with certain ATAPI commands on AHCI devices. | Søren Schmidt | 2007-11-19 | 1 | -15/+22 |
| * | Update the way we get the mode pages on probe. | Søren Schmidt | 2007-10-26 | 1 | -25/+22 |
| * | Use 'pause' in several places rather than trying to tsleep() on NULL (which | John Baldwin | 2007-02-23 | 1 | -3/+3 |
| * | Update copyright headers. | Søren Schmidt | 2007-02-21 | 1 | -1/+1 |
| * | Be a little less stringent in getting progress report data. | Søren Schmidt | 2007-02-21 | 1 | -1/+2 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+5 |
| * | Dont call free on non-alloc'd items. | Søren Schmidt | 2006-06-28 | 1 | -2/+4 |
| * | Make the ATAPI sense data accessible when using the ioctl interface | Søren Schmidt | 2006-03-31 | 1 | -8/+8 |
| * | Always read the TOC in acd_read_toc even if MEDIA_CHANGED wasn't set. | Søren Schmidt | 2006-03-08 | 1 | -3/+0 |
| * | Get rid of the advertising clause in the copyright. | Søren Schmidt | 2006-01-05 | 1 | -3/+1 |
| * | Return the proper rmi field in DVDIOCREADSTRUCTURE. | Søren Schmidt | 2006-01-04 | 1 | -1/+1 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -1/+1 |
| * | Return the right format (LBA/MSF) in TOC entries. | Søren Schmidt | 2005-10-28 | 1 | -5/+7 |
| * | Correct the former patch to the way it would have looked after review. | Søren Schmidt | 2005-10-10 | 1 | -13/+13 |
| * | When breaking up a large request into smaller ones for the strategy | Peter Edwards | 2005-10-09 | 1 | -1/+7 |
| * | Use the bio field instead of the driver field as intended. | Søren Schmidt | 2005-08-17 | 1 | -2/+2 |
| * | Change the way ioctls are issue to ATA. | Søren Schmidt | 2005-05-16 | 1 | -2/+1 |
| * | Reshape the dma code to be a bit more flexible so it can cope with | Søren Schmidt | 2005-05-03 | 1 | -22/+4 |
| * | Take newbusification one step further, ie use the device_t more consequently | Søren Schmidt | 2005-04-30 | 1 | -46/+27 |
| * | Move the creation of ata_channel child devices to the channel code. | Søren Schmidt | 2005-04-15 | 1 | -28/+8 |
| * | Change the ata_* methods to use a channel device instead of a | Søren Schmidt | 2005-03-31 | 1 | -3/+3 |
| * | This is the much rumoured ATA mkIII update that I've been working on. | Søren Schmidt | 2005-03-30 | 1 | -689/+615 |
| * | Boot away another stackgap (one of the lest ones in linuxlator/i386) by | Maxim Sobolev | 2005-01-30 | 1 | -2/+11 |
| * | Pass the file->flags down to geom ioctl handlers. | Poul-Henning Kamp | 2004-12-12 | 1 | -2/+2 |
| * | Properly check malloc returns. | Søren Schmidt | 2004-08-24 | 1 | -10/+19 |
| * | Tag all geom classes in the tree with a version number. | Poul-Henning Kamp | 2004-08-08 | 1 | -3/+4 |
| * | Add firmware revision to probe printf. | Søren Schmidt | 2004-08-05 | 1 | -1/+2 |
| * | Use the right ordering of args on mtx_init(). No functional changes | Søren Schmidt | 2004-06-22 | 1 | -1/+1 |
| * | Call the detach function with g_waitfor_event() so that it can access | Brian Feldman | 2004-06-21 | 1 | -1/+8 |
| * | When waiting for drive to become ready, reinit the request params as they | Søren Schmidt | 2004-06-01 | 1 | -7/+8 |
| * | Fix getting progress data for some device in yet another way. | Søren Schmidt | 2004-03-02 | 1 | -22/+36 |
| * | Remember to mtx_destroy mutexes. | Søren Schmidt | 2004-03-01 | 1 | -0/+1 |
| * | Dont alloc size 0 buffers. | Søren Schmidt | 2004-02-21 | 1 | -3/+5 |
| * | Use the biotask functionality in GEOM to put finished requests on | Søren Schmidt | 2004-01-28 | 1 | -1/+1 |