| Commit message (Expand) | Author | Age | Files | Lines |
* | MFp4: | mav | 2009-12-06 | 1 | -5/+7 |
* | MFp4: | mav | 2009-10-23 | 1 | -4/+1 |
* | Remove unneeded device index from unit number. | ed | 2009-04-26 | 1 | -8/+6 |
* | Revert my ata_identify()/ata_reinit() related changes: r189166, r189091 | mav | 2009-02-28 | 1 | -12/+0 |
* | Rework device probing by moving ata_getparam() call from ata_identify() to | mav | 2009-02-28 | 1 | -0/+12 |
* | Teach device drivers' ata_reinit() methods, that there can be more then two | mav | 2009-02-21 | 1 | -3/+3 |
* | Fix shutdown routine to return 0 and change signature from void return | imp | 2009-02-04 | 1 | -1/+2 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -1/+1 |
* | 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 | -13/+5 |
* | Dont fumble the ivars on reinit, avoids panic on suspend/resume om some syste... | sos | 2007-11-19 | 1 | -3/+0 |
* | Use 'pause' in several places rather than trying to tsleep() on NULL (which | jhb | 2007-02-23 | 1 | -2/+2 |
* | Update copyright headers. | sos | 2007-02-21 | 1 | -1/+1 |
* | 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 | -8/+8 |
* | Take newbusification one step further, ie use the device_t more consequently | sos | 2005-04-30 | 1 | -29/+14 |
* | 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 | -283/+347 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 1 | -1/+0 |
* | 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 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -4/+4 |
* | Remember to mtx_destroy mutexes. | sos | 2004-03-01 | 1 | -0/+1 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -1/+2 |
* | 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 | -8/+14 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -2/+3 |
* | This is a major rework of the ATA driver (ATAng) | sos | 2003-08-24 | 1 | -87/+170 |
* | Add a missing ~ when clearing flags in close. | sos | 2003-05-05 | 1 | -1/+1 |
* | Don't use dkmakeminor(), create our own minor encoding instead. | phk | 2003-04-03 | 1 | -3/+2 |
* | Use bioq_flush() to drain a bio queue with a specific error code. | phk | 2003-04-01 | 1 | -5/+1 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | phk | 2003-03-18 | 1 | -1/+0 |
* | Call devstat_start_transaction_bio() instead of devstat_start_transaction() | phk | 2003-03-15 | 1 | -1/+1 |
* | Allocate the devstat structure with devstat_new_entry(). | phk | 2003-03-08 | 1 | -4/+4 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+9 |
* | First round off updates/fixes to the ATA driver. | sos | 2003-02-20 | 1 | -1/+1 |
* | Use [u]intmax_t and %j instead of long long and %ll to better fix warnings | jhb | 2002-11-07 | 1 | -2/+3 |
* | Use some long long casts to quiet warnings in debug printf's on alpha. | jhb | 2002-11-06 | 1 | -1/+2 |
* | OK, dont rely on the upper layers handling iosize_max correctly, | sos | 2002-07-28 | 1 | -2/+2 |
* | Properly change the block_size on different CD media, and use that | sos | 2002-07-27 | 1 | -2/+2 |
* | Fix the max transfer size for ATAPI devices. The spec says to | sos | 2002-07-26 | 1 | -2/+2 |
* | Make the ATA driver compile & work on the sparc64 platform. | sos | 2002-04-05 | 1 | -0/+1 |