| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Misc little cleanups. | sos | 2002-03-26 | 1 | -3/+3 |
* | Add new support for locking an ATA channel and use that throughout | sos | 2002-03-11 | 1 | -1/+1 |
* | Minor cosmetic changes to minimise diffs for MFC. | sos | 2002-03-07 | 1 | -1/+0 |
* | Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS, | bde | 2002-02-15 | 1 | -0/+2 |
* | Major update of the ATA RAID code, part 1: | sos | 2002-02-04 | 1 | -66/+57 |
* | Don't call cdevsw_add(). | phk | 2001-11-04 | 1 | -6/+0 |
* | Overhaul to minimize stack usage, in some places >2K was used | sos | 2001-09-20 | 1 | -4/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -3/+3 |
* | Finally commit some of the minor things I've collected over the last month(s): | sos | 2001-08-21 | 1 | -1/+1 |
* | Actually biofinish(struct bio *, struct devstat *, int error) is more general | phk | 2001-05-06 | 1 | -14/+5 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Set the device names as early as possible. | sos | 2001-03-21 | 1 | -3/+7 |
* | Cosmetic changes. | sos | 2001-03-19 | 1 | -6/+6 |
* | Provide the interface to atacontrol and associated logic. | sos | 2001-03-15 | 1 | -26/+34 |
* | Refine the detach/attach code. | sos | 2001-03-14 | 1 | -4/+17 |
* | Cosmetic change to the probe printf's | sos | 2001-03-06 | 1 | -1/+1 |
* | Introduce busspace instead of the good old in/out instructions. | sos | 2001-02-06 | 1 | -4/+4 |