summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-all.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an indentation problem.phk2002-09-281-1/+1
* Dont hang in atprq on poll_dsc command.sos2002-09-121-2/+4
* Fix buffer length.sos2002-08-191-1/+1
* Add the ability to use ATAPI devices via CAM.sos2002-08-091-21/+4
* OK, dont rely on the upper layers handling iosize_max correctly,sos2002-07-281-2/+5
* Sync with the spl changes in -stable.sos2002-07-221-2/+5
* Fix the breakage of tagged queueing that the busdma integrationsos2002-04-181-1/+2
* Make the ATA driver compile & work on the sparc64 platform.sos2002-04-051-32/+24
* Misc little cleanups.sos2002-03-261-12/+10
* Add new support for locking an ATA channel and use that throughoutsos2002-03-111-10/+11
* Minor cosmetic changes to minimise diffs for MFC.sos2002-03-071-1/+0
* Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS,bde2002-02-151-1/+1
* Major update of the ATA RAID code, part 2:sos2002-02-121-1/+3
* Major update of the ATA RAID code, part 1:sos2002-02-041-171/+151
* Fix bug introduced by the last commit, the caused some ATAPIsos2001-10-161-1/+1
* Update with latest ATA/ATAPI ver 6 rev 2 items.sos2001-10-061-13/+13
* Overhaul to minimize stack usage, in some places >2K was usedsos2001-09-201-1/+1
* Finally commit some of the minor things I've collected over the last month(s):sos2001-08-211-1/+1
* - Remove asleep(), await(), and M_ASLEEP.jhb2001-08-101-5/+1
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-081-1/+1
* Back out part of my previous commit. This was a last minute changepeter2001-06-071-1/+1
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-061-2/+2
* Fix bug in debug codesos2001-05-291-2/+2
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-3/+1
* More error handling cleanups.sos2001-04-051-14/+11
* Add new flag ATPR_F_QUIET to atapi_request.sos2001-04-051-36/+35
* Use PLAY_MSF instead of PLAY_BIG when doing audio play.sos2001-03-271-1/+2
* Fix the problem with some drives not reporting back when thesos2001-03-231-0/+2
* Add sysctls for reading the tunables as suggested by des.sos2001-03-191-0/+6
* Provide the interface to atacontrol and associated logic.sos2001-03-151-57/+68
* Minor cleanup to the previous commit:sos2001-03-141-1/+1
* Refine the detach/attach code.sos2001-03-141-1/+22
* Print out sensekey specifik values if set on errorsos2001-02-121-3/+8
* Introduce busspace instead of the good old in/out instructions.sos2001-02-061-28/+29
* Convert ata and atapi #if NATA* > 0 to options instead. Stop configpeter2001-01-291-12/+9
* Add session argument to *close_disk, allowing to set session type on fixate.sos2001-01-101-1/+1
* Use M_ZERO flag on malloc when approbiate.sos2000-12-261-4/+3
* Update the burncd interface a bit, dont block the ATA channel onsos2000-12-261-10/+7
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Better handling of immediate commands, mainly to solve timeoutssos2000-11-121-5/+32
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove unneeded includessos2000-09-201-2/+2
* Add support for tagged queuing on ATA drives. There is only support forsos2000-09-191-41/+50
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-0/+1
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Make ATAPI CD changer devices work, hopefully better than before.sos2000-03-211-3/+19
* Remove the old DSC code, it doesn't work anymore.sos2000-03-181-7/+0
* Cleanup sweep.sos2000-03-131-2/+2
* Enable disksort the right way both on ATA disks and ATAPI devices.sos2000-03-131-14/+26
* Fix the CD driver so that the last blocks can be read even ifsos2000-03-051-19/+33
OpenPOWER on IntegriCloud