aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/atapi-cd.c
Commit message (Expand)AuthorAgeFilesLines
* Major update of the ATA RAID code, part 1:Søren Schmidt2002-02-041-141/+117
* Allow setting the CD type on cue sheetsSøren Schmidt2001-12-041-2/+4
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-6/+0
* Make an ATAPI CD device appear as /dev/acdN and the individualSøren Schmidt2001-10-191-13/+7
* Change the way DAO/TAO mode is init'ed.Søren Schmidt2001-10-011-20/+21
* Overhaul to minimize stack usage, in some places >2K was usedSøren Schmidt2001-09-201-128/+130
* KSE Milestone 2Julian Elischer2001-09-121-4/+5
* Add kernel side support for DAO burning.Søren Schmidt2001-09-101-26/+83
* Fix the size of medium code, the old one failed for DVD's.Søren Schmidt2001-09-061-1/+14
* Fix verbose probe message.Søren Schmidt2001-09-061-6/+8
* Add support for set/getting the region code on DVD drives.Søren Schmidt2001-09-061-0/+3
* Finally commit some of the minor things I've collected over the last month(s):Søren Schmidt2001-08-211-3/+8
* Disallow ATAPI CD transfers that are not a multiple of the device blockThomas Moestl2001-07-291-1/+5
* Quiet the READ_TOC errors that can appear on empty CDR's.Søren Schmidt2001-06-071-2/+2
* Dont try to play tracks outside whats on the media.Søren Schmidt2001-05-301-1/+2
* Update to support the NEC NR-7500A burners.Søren Schmidt2001-05-301-2/+16
* Fix for the fixate problem on the Yamaha burners.Søren Schmidt2001-05-291-2/+2
* Remove the error var, it hides the real one.Søren Schmidt2001-05-091-1/+1
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-14/+5
* On burners that return faulty ready on fixate, wait for theSøren Schmidt2001-04-051-33/+45
* Use PLAY_MSF instead of PLAY_BIG when doing audio play.Søren Schmidt2001-03-271-29/+32
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Fix the problem with some drives not reporting back when theSøren Schmidt2001-03-231-14/+15
* The size of the disk can't be gotten reliably with the read capacitySøren Schmidt2001-03-211-20/+11
* Set the device names as early as possible.Søren Schmidt2001-03-211-3/+6
* On open create all the CD physical track devices according to theSøren Schmidt2001-03-191-40/+39
* Cosmetic changes.Søren Schmidt2001-03-191-16/+16
* Provide the interface to atacontrol and associated logic.Søren Schmidt2001-03-151-64/+60
* Refine the detach/attach code.Søren Schmidt2001-03-141-10/+41
* Cosmetic change to the probe printf'sSøren Schmidt2001-03-061-1/+1
* Introduce busspace instead of the good old in/out instructions.Søren Schmidt2001-02-061-1/+3
* Fix the clone functionality in atapi-cd, it didn't work forSøren Schmidt2001-02-061-6/+10
* When blocksize is set to 2352, alwas read 2352 bytes.Søren Schmidt2001-01-181-2/+10
* Add session argument to *close_disk, allowing to set session type on fixate.Søren Schmidt2001-01-101-24/+34
* Back out the "close tray on open" feature, its not clear whatSøren Schmidt2001-01-081-2/+0
* On open try to close the drivetray and wait for drive ready.Søren Schmidt2001-01-071-0/+2
* Add support for using BurnProff(tm) on drives that support it.Søren Schmidt2001-01-041-0/+2
* Use M_ZERO flag on malloc when approbiate.Søren Schmidt2000-12-261-6/+4
* Update the burncd interface a bit, dont block the ATA channel onSøren Schmidt2000-12-261-36/+60
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded includesSøren Schmidt2000-09-201-1/+0
* Add support for tagged queuing on ATA drives. There is only support forSøren Schmidt2000-09-191-96/+120
* Only read to the end of the select track.Søren Schmidt2000-09-181-6/+9
* Rearrange the probe a bit, hopefully this will help to eleminateSøren Schmidt2000-08-161-2/+5
* Fix off by one error in track# calculation.Søren Schmidt2000-08-131-4/+4
* Add support for accessing individual tracks on a CD.Søren Schmidt2000-08-111-5/+31
* Remove sequence checking in the burner support.Søren Schmidt2000-08-061-46/+4
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-1/+1
* Fix for the HP burners (and possibly other broken drives to)Søren Schmidt2000-05-011-13/+5