| Commit message (Expand) | Author | Age | Files | Lines |
| * | This is a major rework of the ATA driver (ATAng) | Søren Schmidt | 2003-08-24 | 1 | -699/+0 |
| * | Second round of updates to the ATA driver. | Søren Schmidt | 2003-03-29 | 1 | -27/+23 |
| * | Dont call dma->free unless dma is there. | Søren Schmidt | 2003-03-13 | 1 | -1/+2 |
| * | Always set the setmode funcptr. | Søren Schmidt | 2003-03-03 | 1 | -1/+3 |
| * | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | Dag-Erling Smørgrav | 2003-03-02 | 1 | -4/+4 |
| * | First round off updates/fixes to the ATA driver. | Søren Schmidt | 2003-02-20 | 1 | -33/+13 |
| * | Fix an indentation problem. | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Dont hang in atprq on poll_dsc command. | Søren Schmidt | 2002-09-12 | 1 | -2/+4 |
| * | Fix buffer length. | Søren Schmidt | 2002-08-19 | 1 | -1/+1 |
| * | Add the ability to use ATAPI devices via CAM. | Søren Schmidt | 2002-08-09 | 1 | -21/+4 |
| * | OK, dont rely on the upper layers handling iosize_max correctly, | Søren Schmidt | 2002-07-28 | 1 | -2/+5 |
| * | Sync with the spl changes in -stable. | Søren Schmidt | 2002-07-22 | 1 | -2/+5 |
| * | Fix the breakage of tagged queueing that the busdma integration | Søren Schmidt | 2002-04-18 | 1 | -1/+2 |
| * | Make the ATA driver compile & work on the sparc64 platform. | Søren Schmidt | 2002-04-05 | 1 | -32/+24 |
| * | Misc little cleanups. | Søren Schmidt | 2002-03-26 | 1 | -12/+10 |
| * | Add new support for locking an ATA channel and use that throughout | Søren Schmidt | 2002-03-11 | 1 | -10/+11 |
| * | Minor cosmetic changes to minimise diffs for MFC. | Søren Schmidt | 2002-03-07 | 1 | -1/+0 |
| * | Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS, | Bruce Evans | 2002-02-15 | 1 | -1/+1 |
| * | Major update of the ATA RAID code, part 2: | Søren Schmidt | 2002-02-12 | 1 | -1/+3 |
| * | Major update of the ATA RAID code, part 1: | Søren Schmidt | 2002-02-04 | 1 | -170/+150 |
| * | Fix bug introduced by the last commit, the caused some ATAPI | Søren Schmidt | 2001-10-16 | 1 | -1/+1 |
| * | Update with latest ATA/ATAPI ver 6 rev 2 items. | Søren Schmidt | 2001-10-06 | 1 | -13/+13 |
| * | Overhaul to minimize stack usage, in some places >2K was used | Søren Schmidt | 2001-09-20 | 1 | -1/+1 |
| * | Finally commit some of the minor things I've collected over the last month(s): | Søren Schmidt | 2001-08-21 | 1 | -1/+1 |
| * | - Remove asleep(), await(), and M_ASLEEP. | John Baldwin | 2001-08-10 | 1 | -5/+1 |
| * | "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time | Peter Wemm | 2001-06-08 | 1 | -1/+1 |
| * | Back out part of my previous commit. This was a last minute change | Peter Wemm | 2001-06-07 | 1 | -1/+1 |
| * | Make the TUNABLE_*() macros look and behave more consistantly like the | Peter Wemm | 2001-06-06 | 1 | -2/+2 |
| * | Fix bug in debug code | Søren Schmidt | 2001-05-29 | 1 | -2/+2 |
| * | Actually biofinish(struct bio *, struct devstat *, int error) is more general | Poul-Henning Kamp | 2001-05-06 | 1 | -3/+1 |
| * | More error handling cleanups. | Søren Schmidt | 2001-04-05 | 1 | -14/+11 |
| * | Add new flag ATPR_F_QUIET to atapi_request. | Søren Schmidt | 2001-04-05 | 1 | -36/+35 |
| * | Use PLAY_MSF instead of PLAY_BIG when doing audio play. | Søren Schmidt | 2001-03-27 | 1 | -1/+2 |
| * | Fix the problem with some drives not reporting back when the | Søren Schmidt | 2001-03-23 | 1 | -0/+2 |
| * | Add sysctls for reading the tunables as suggested by des. | Søren Schmidt | 2001-03-19 | 1 | -0/+6 |
| * | Provide the interface to atacontrol and associated logic. | Søren Schmidt | 2001-03-15 | 1 | -57/+68 |
| * | Minor cleanup to the previous commit: | Søren Schmidt | 2001-03-14 | 1 | -1/+1 |
| * | Refine the detach/attach code. | Søren Schmidt | 2001-03-14 | 1 | -1/+22 |
| * | Print out sensekey specifik values if set on error | Søren Schmidt | 2001-02-12 | 1 | -3/+8 |
| * | Introduce busspace instead of the good old in/out instructions. | Søren Schmidt | 2001-02-06 | 1 | -28/+29 |
| * | Convert ata and atapi #if NATA* > 0 to options instead. Stop config | Peter Wemm | 2001-01-29 | 1 | -12/+9 |
| * | Add session argument to *close_disk, allowing to set session type on fixate. | Søren Schmidt | 2001-01-10 | 1 | -1/+1 |
| * | Use M_ZERO flag on malloc when approbiate. | Søren Schmidt | 2000-12-26 | 1 | -4/+3 |
| * | Update the burncd interface a bit, dont block the ATA channel on | Søren Schmidt | 2000-12-26 | 1 | -10/+7 |
| * | Staticize some malloc M_ instances. | Poul-Henning Kamp | 2000-12-08 | 1 | -1/+1 |
| * | Better handling of immediate commands, mainly to solve timeouts | Søren Schmidt | 2000-11-12 | 1 | -5/+32 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
| * | Remove unneeded includes | Søren Schmidt | 2000-09-20 | 1 | -2/+2 |
| * | Add support for tagged queuing on ATA drives. There is only support for | Søren Schmidt | 2000-09-19 | 1 | -41/+50 |
| * | * Completely rewrite the alpha busspace to hide the implementation from | Doug Rabson | 2000-08-28 | 1 | -0/+1 |