| Commit message (Expand) | Author | Age | Files | Lines |
* | First round off updates/fixes to the ATA driver. | sos | 2003-02-20 | 1 | -33/+13 |
* | Fix an indentation problem. | phk | 2002-09-28 | 1 | -1/+1 |
* | Dont hang in atprq on poll_dsc command. | sos | 2002-09-12 | 1 | -2/+4 |
* | Fix buffer length. | sos | 2002-08-19 | 1 | -1/+1 |
* | Add the ability to use ATAPI devices via CAM. | sos | 2002-08-09 | 1 | -21/+4 |
* | OK, dont rely on the upper layers handling iosize_max correctly, | sos | 2002-07-28 | 1 | -2/+5 |
* | Sync with the spl changes in -stable. | sos | 2002-07-22 | 1 | -2/+5 |
* | Fix the breakage of tagged queueing that the busdma integration | sos | 2002-04-18 | 1 | -1/+2 |
* | Make the ATA driver compile & work on the sparc64 platform. | sos | 2002-04-05 | 1 | -32/+24 |
* | Misc little cleanups. | sos | 2002-03-26 | 1 | -12/+10 |
* | Add new support for locking an ATA channel and use that throughout | sos | 2002-03-11 | 1 | -10/+11 |
* | 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 | -1/+1 |
* | Major update of the ATA RAID code, part 2: | sos | 2002-02-12 | 1 | -1/+3 |
* | Major update of the ATA RAID code, part 1: | sos | 2002-02-04 | 1 | -171/+151 |
* | Fix bug introduced by the last commit, the caused some ATAPI | sos | 2001-10-16 | 1 | -1/+1 |
* | Update with latest ATA/ATAPI ver 6 rev 2 items. | sos | 2001-10-06 | 1 | -13/+13 |
* | Overhaul to minimize stack usage, in some places >2K was used | sos | 2001-09-20 | 1 | -1/+1 |
* | Finally commit some of the minor things I've collected over the last month(s): | sos | 2001-08-21 | 1 | -1/+1 |
* | - Remove asleep(), await(), and M_ASLEEP. | jhb | 2001-08-10 | 1 | -5/+1 |
* | "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time | peter | 2001-06-08 | 1 | -1/+1 |
* | Back out part of my previous commit. This was a last minute change | peter | 2001-06-07 | 1 | -1/+1 |
* | Make the TUNABLE_*() macros look and behave more consistantly like the | peter | 2001-06-06 | 1 | -2/+2 |
* | Fix bug in debug code | sos | 2001-05-29 | 1 | -2/+2 |
* | Actually biofinish(struct bio *, struct devstat *, int error) is more general | phk | 2001-05-06 | 1 | -3/+1 |
* | More error handling cleanups. | sos | 2001-04-05 | 1 | -14/+11 |
* | Add new flag ATPR_F_QUIET to atapi_request. | sos | 2001-04-05 | 1 | -36/+35 |
* | Use PLAY_MSF instead of PLAY_BIG when doing audio play. | sos | 2001-03-27 | 1 | -1/+2 |
* | Fix the problem with some drives not reporting back when the | sos | 2001-03-23 | 1 | -0/+2 |
* | Add sysctls for reading the tunables as suggested by des. | sos | 2001-03-19 | 1 | -0/+6 |
* | Provide the interface to atacontrol and associated logic. | sos | 2001-03-15 | 1 | -57/+68 |
* | Minor cleanup to the previous commit: | sos | 2001-03-14 | 1 | -1/+1 |
* | Refine the detach/attach code. | sos | 2001-03-14 | 1 | -1/+22 |
* | Print out sensekey specifik values if set on error | sos | 2001-02-12 | 1 | -3/+8 |
* | Introduce busspace instead of the good old in/out instructions. | sos | 2001-02-06 | 1 | -28/+29 |
* | Convert ata and atapi #if NATA* > 0 to options instead. Stop config | peter | 2001-01-29 | 1 | -12/+9 |
* | 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 | -4/+3 |
* | Update the burncd interface a bit, dont block the ATA channel on | sos | 2000-12-26 | 1 | -10/+7 |
* | 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 | -5/+32 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Remove unneeded includes | sos | 2000-09-20 | 1 | -2/+2 |
* | Add support for tagged queuing on ATA drives. There is only support for | sos | 2000-09-19 | 1 | -41/+50 |
* | * Completely rewrite the alpha busspace to hide the implementation from | dfr | 2000-08-28 | 1 | -0/+1 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | Make ATAPI CD changer devices work, hopefully better than before. | sos | 2000-03-21 | 1 | -3/+19 |
* | Remove the old DSC code, it doesn't work anymore. | sos | 2000-03-18 | 1 | -7/+0 |
* | Cleanup sweep. | sos | 2000-03-13 | 1 | -2/+2 |
* | Enable disksort the right way both on ATA disks and ATAPI devices. | sos | 2000-03-13 | 1 | -14/+26 |