summaryrefslogtreecommitdiff
path: root/sys/dev/ata/atapi-cd.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.2.1_cvscvs2svn2004-02-231-1/+1
* MFC many more fixes for the ata driver.Scott Long2004-02-111-1/+1
* Don peril-senstive goggles and update the ata driver to HEAD.Scott Long2004-01-271-7/+7
* MFC: Sync ata driver with head.John Baldwin2003-12-181-2/+4
* Be less noisy when GEOM probes around during boot if drive containsSøren Schmidt2003-11-241-0/+5
* Work around the problem that some CDROM drives might return differentSøren Schmidt2003-11-181-3/+5
* Centralise mode setting. Instead of doing it in all subdrivers, doSøren Schmidt2003-11-111-7/+0
* Fix typo in breaking up requests to size limit.Søren Schmidt2003-11-091-1/+1
* Better attempt at fooling GEOM into working with burnable media.Søren Schmidt2003-11-071-1/+1
* Fix burning of CD's that got broken by the GEOM'ification.Søren Schmidt2003-11-021-9/+5
* GEOM'ify atapi-cd. Original patch by phk, subtle changes by me.Søren Schmidt2003-11-011-171/+124
* No need to initialize bio_pblkno from bio_blkno, disksort uses bio_offset.Poul-Henning Kamp2003-10-181-1/+0
* Redo the code that handles eject/close.Søren Schmidt2003-10-121-22/+21
* Fix inverted BURN_BRIDGES and GONE_IN_5 #ifdefs.Thomas Moestl2003-09-221-5/+5
* Make the clone handler BURN_BRIDGES but the actual 'a' and 'c' partitionPoul-Henning Kamp2003-09-211-3/+8
* Properly cast longs to off_t so we dont loose precision.Søren Schmidt2003-09-161-1/+1
* Disable the use of cloning use in floppy and CD drivers.Poul-Henning Kamp2003-09-111-3/+3
* Add support of the DIOCGSECTORSIZE & DIOCGMEDIASIZE ioctl'sSøren Schmidt2003-09-111-0/+9
* Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.Poul-Henning Kamp2003-09-051-0/+6
* cosmeticsSøren Schmidt2003-09-021-2/+2
* Unify prototypes.Søren Schmidt2003-08-251-12/+14
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)Søren Schmidt2003-08-241-271/+289
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-8/+3
* Call devstat_start_transaction_bio() instead of devstat_start_transaction().Poul-Henning Kamp2003-03-151-1/+1
* Remove the check for more than one open if one is a write op.Søren Schmidt2003-03-131-5/+0
* Dont free the stats struct, this has been changed by the new stat code.Søren Schmidt2003-03-131-2/+0
* Allocate the devstat structure with devstat_new_entry().Poul-Henning Kamp2003-03-081-7/+2
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+9
* First round off updates/fixes to the ATA driver.Søren Schmidt2003-02-201-4/+4
* Add a missing '{'Poul-Henning Kamp2003-01-211-1/+1
* Remove the fake disklabel, no longer needed.Søren Schmidt2003-01-211-46/+7
* Try to fix the problem with burncd blank not seeing the end ofSøren Schmidt2002-12-171-14/+9
* Allow acd(4) and cd(4) to support old behavior for CDRIOC*SPEED ioctls.Nate Lawson2002-11-231-2/+15
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.Nate Lawson2002-10-181-2/+2
* Misc cleanups.Søren Schmidt2002-10-011-13/+15
* Wait for drive to become ready if its in progress of loading..Søren Schmidt2002-09-121-0/+14
* Add DVD+RW support to the ATA driver and burncd. This also closesSøren Schmidt2002-08-081-12/+50
* OK, dont rely on the upper layers handling iosize_max correctly,Søren Schmidt2002-07-281-1/+1
* Properly change the block_size on different CD media, and use thatSøren Schmidt2002-07-271-3/+12
* Fix the max transfer size for ATAPI devices. The spec says toSøren Schmidt2002-07-261-1/+1
* Use %02d in track numbers, so that 1 is 01, much easier for scriptsSøren Schmidt2002-05-281-1/+1
* Cleanups.Søren Schmidt2002-04-051-6/+1
* Make the ATA driver compile & work on the sparc64 platform.Søren Schmidt2002-04-051-0/+25
* Retire the bogus ioctl DIOCGPART in toto.Poul-Henning Kamp2002-04-021-5/+0
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Fix support for multi CD changers, it was as broken as my old NEC :)Søren Schmidt2002-03-271-16/+13
* Misc little cleanups.Søren Schmidt2002-03-261-4/+4
* Add more functionality to the CDIOCREADSUBCHANNEL ioctl.Søren Schmidt2002-03-161-24/+28
* Add new support for locking an ATA channel and use that throughoutSøren Schmidt2002-03-111-1/+1