summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-cd.c
Commit message (Expand)AuthorAgeFilesLines
...
* Misc cleanups.sos2002-10-011-13/+15
* Wait for drive to become ready if its in progress of loading..sos2002-09-121-0/+14
* Add DVD+RW support to the ATA driver and burncd. This also closessos2002-08-081-12/+50
* OK, dont rely on the upper layers handling iosize_max correctly,sos2002-07-281-1/+1
* Properly change the block_size on different CD media, and use thatsos2002-07-271-3/+12
* Fix the max transfer size for ATAPI devices. The spec says tosos2002-07-261-1/+1
* Use %02d in track numbers, so that 1 is 01, much easier for scriptssos2002-05-281-1/+1
* Cleanups.sos2002-04-051-6/+1
* Make the ATA driver compile & work on the sparc64 platform.sos2002-04-051-0/+25
* Retire the bogus ioctl DIOCGPART in toto.phk2002-04-021-5/+0
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Fix support for multi CD changers, it was as broken as my old NEC :)sos2002-03-271-16/+13
* Misc little cleanups.sos2002-03-261-4/+4
* Add more functionality to the CDIOCREADSUBCHANNEL ioctl.sos2002-03-161-25/+29
* Add new support for locking an ATA channel and use that throughoutsos2002-03-111-1/+1
* 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-0/+2
* Fix buglets in the ATAPI resume code.sos2002-02-121-0/+1
* Major update of the ATA RAID code, part 1:sos2002-02-041-141/+117
* Allow setting the CD type on cue sheetssos2001-12-041-2/+4
* Don't call cdevsw_add().phk2001-11-041-6/+0
* Make an ATAPI CD device appear as /dev/acdN and the individualsos2001-10-191-13/+7
* Change the way DAO/TAO mode is init'ed.sos2001-10-011-20/+21
* Overhaul to minimize stack usage, in some places >2K was usedsos2001-09-201-128/+130
* KSE Milestone 2julian2001-09-121-4/+5
* Add kernel side support for DAO burning.sos2001-09-101-26/+83
* Fix the size of medium code, the old one failed for DVD's.sos2001-09-061-1/+14
* Fix verbose probe message.sos2001-09-061-6/+8
* Add support for set/getting the region code on DVD drives.sos2001-09-061-0/+3
* Finally commit some of the minor things I've collected over the last month(s):sos2001-08-211-3/+8
* Disallow ATAPI CD transfers that are not a multiple of the device blocktmm2001-07-291-1/+5
* Quiet the READ_TOC errors that can appear on empty CDR's.sos2001-06-071-2/+2
* Dont try to play tracks outside whats on the media.sos2001-05-301-1/+2
* Update to support the NEC NR-7500A burners.sos2001-05-301-2/+16
* Fix for the fixate problem on the Yamaha burners.sos2001-05-291-2/+2
* Remove the error var, it hides the real one.sos2001-05-091-1/+1
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-14/+5
* On burners that return faulty ready on fixate, wait for thesos2001-04-051-33/+45
* Use PLAY_MSF instead of PLAY_BIG when doing audio play.sos2001-03-271-29/+32
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Fix the problem with some drives not reporting back when thesos2001-03-231-14/+15
* The size of the disk can't be gotten reliably with the read capacitysos2001-03-211-20/+11
* Set the device names as early as possible.sos2001-03-211-3/+6
* On open create all the CD physical track devices according to thesos2001-03-191-40/+39
* Cosmetic changes.sos2001-03-191-16/+16
* Provide the interface to atacontrol and associated logic.sos2001-03-151-67/+63
* Refine the detach/attach code.sos2001-03-141-10/+41
* Cosmetic change to the probe printf'ssos2001-03-061-1/+1
* Introduce busspace instead of the good old in/out instructions.sos2001-02-061-1/+3
* Fix the clone functionality in atapi-cd, it didn't work forsos2001-02-061-6/+10
OpenPOWER on IntegriCloud