| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add session argument to *close_disk, allowing to set session type on fixate. | sos | 2001-01-10 | 1 | -1/+1 |
* | Use M_ZERO flag on malloc when approbiate. | sos | 2000-12-26 | 1 | -2/+1 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 1 | -1/+1 |
* | Better handling of immediate commands, mainly to solve timeouts | sos | 2000-11-12 | 1 | -1/+2 |
* | Add support for tagged queuing on ATA drives. There is only support for | sos | 2000-09-19 | 1 | -48/+47 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -1/+1 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -27/+27 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -3/+3 |
* | Make ATAPI CD changer devices work, hopefully better than before. | sos | 2000-03-21 | 1 | -1/+1 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -4/+4 |
* | Remove the old DSC code, it doesn't work anymore. | sos | 2000-03-18 | 1 | -9/+3 |
* | Cleanup sweep. | sos | 2000-03-13 | 1 | -13/+13 |
* | Enable disksort the right way both on ATA disks and ATAPI devices. | sos | 2000-03-13 | 1 | -7/+4 |
* | Cosmetics.. | sos | 2000-03-10 | 1 | -2/+2 |
* | Fix the CD driver so that the last blocks can be read even if | sos | 2000-03-05 | 1 | -5/+5 |
* | Update the ata driver to take more advantage of newbus, this | sos | 2000-02-18 | 1 | -11/+26 |