| Commit message (Expand) | Author | Age | Files | Lines |
* | MFp4: | mav | 2009-12-06 | 1 | -4/+5 |
* | MFp4: | mav | 2009-10-23 | 1 | -3/+1 |
* | Revert my ata_identify()/ata_reinit() related changes: r189166, r189091 | mav | 2009-02-28 | 1 | -13/+0 |
* | Rework device probing by moving ata_getparam() call from ata_identify() to | mav | 2009-02-28 | 1 | -0/+13 |
* | Teach device drivers' ata_reinit() methods, that there can be more then two | mav | 2009-02-21 | 1 | -4/+4 |
* | Fix shutdown routine to return 0 and change signature from void return | imp | 2009-02-04 | 1 | -1/+2 |
* | Fix panic and breakage for non-DMA ATA devices e.g. powermac macio cells. | grehan | 2008-05-08 | 1 | -1/+1 |
* | Go back to preallocating everything possible on init. | sos | 2008-04-17 | 1 | -1/+2 |
* | Fix the brokenness in the former commit, sorry for the mess. | sos | 2008-04-11 | 1 | -2/+1 |
* | Add experimental support for SATA Port Multipliers | sos | 2008-04-10 | 1 | -7/+3 |
* | Dont fumble the ivars on reinit, avoids panic on suspend/resume om some syste... | sos | 2007-11-19 | 1 | -3/+0 |
* | Update copyright headers. | sos | 2007-02-21 | 1 | -1/+1 |
* | In afd_describe(), don't initialize sizestring. On ia64, gcc(1) will | marcel | 2006-03-30 | 1 | -1/+1 |
* | Properly use the sense key info | sos | 2006-03-18 | 1 | -1/+1 |
* | Bail out of afd_sense if ENODEV. | sos | 2006-03-08 | 1 | -3/+7 |
* | Poll device for readiness before trying to get geometry etc. | sos | 2006-03-07 | 1 | -3/+6 |
* | Update atapi-fd to support direct devices such as disks. | sos | 2006-03-05 | 1 | -64/+82 |
* | Get rid of the advertising clause in the copyright. | sos | 2006-01-05 | 1 | -3/+1 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Change the way ioctls are issue to ATA. | sos | 2005-05-16 | 1 | -0/+8 |
* | Take newbusification one step further, ie use the device_t more consequently | sos | 2005-04-30 | 1 | -7/+5 |
* | Move the creation of ata_channel child devices to the channel code. | sos | 2005-04-15 | 1 | -32/+8 |
* | Change the ata_* methods to use a channel device instead of a | sos | 2005-03-31 | 1 | -3/+3 |
* | This is the much rumoured ATA mkIII update that I've been working on. | sos | 2005-03-30 | 1 | -250/+248 |
* | Add firmware revision to probe printf. | sos | 2004-08-05 | 1 | -2/+2 |
* | Use the right ordering of args on mtx_init(). No functional changes | sos | 2004-06-22 | 1 | -1/+1 |
* | Remember to mtx_destroy mutexes. | sos | 2004-03-01 | 1 | -0/+1 |
* | Change the disk(9) API in order to make device removal more robust. | phk | 2004-02-18 | 1 | -14/+16 |
* | Use the biotask functionality in GEOM to put finished requests on | sos | 2004-01-28 | 1 | -2/+2 |
* | Use UMA instead of plain malloc for getting ATA request storage. | sos | 2004-01-14 | 1 | -0/+1 |
* | Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt. | sos | 2004-01-12 | 1 | -1/+1 |
* | Overhaul of the timeout/reinit framework. This should clear up most | sos | 2004-01-11 | 1 | -1/+2 |
* | Centralise mode setting. Instead of doing it in all subdrivers, do | sos | 2003-11-11 | 1 | -7/+0 |
* | Unify prototypes. | sos | 2003-08-25 | 1 | -3/+3 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -2/+3 |
* | This is a major rework of the ATA driver (ATAng) | sos | 2003-08-24 | 1 | -70/+128 |
* | Use bioq_flush() to drain a bio queue with a specific error code. | phk | 2003-04-01 | 1 | -7/+3 |
* | Centralize the devstat handling for all GEOM disk device drivers | phk | 2003-03-08 | 1 | -10/+1 |
* | NO_GEOM cleanup: | phk | 2003-02-28 | 1 | -38/+30 |
* | NO_GEOM cleanup: | phk | 2003-02-21 | 1 | -1/+1 |
* | First round off updates/fixes to the ATA driver. | sos | 2003-02-20 | 1 | -2/+2 |
* | NO_GEOM cleanup: retire disk_invalidate() | phk | 2003-01-30 | 1 | -1/+0 |
* | Add support for the PC98 platform to the ATA driver. | sos | 2002-12-03 | 1 | -0/+4 |
* | (This commit touches about 15 disk device drivers in a very consistent | phk | 2002-09-20 | 1 | -8/+6 |
* | OK, dont rely on the upper layers handling iosize_max correctly, | sos | 2002-07-28 | 1 | -7/+2 |
* | Properly change the block_size on different CD media, and use that | sos | 2002-07-27 | 1 | -1/+1 |
* | Fix the max transfer size for ATAPI devices. The spec says to | sos | 2002-07-26 | 1 | -1/+1 |
* | Fix the transfer size calculation. | sos | 2002-07-22 | 1 | -1/+1 |
* | Use si_iosize_max to tell the upper layers not to use more | sos | 2002-06-19 | 1 | -43/+18 |
* | Fixed printf format errors which apparently crept in while -Wformat was | bde | 2002-05-25 | 1 | -1/+1 |