aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/cdrio.h
Commit message (Collapse)AuthorAgeFilesLines
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.Nate Lawson2002-10-181-0/+1
| | | | | | | | | | | | | | | | | | * Change atapi-cd ioctls to use the same units. * Change burncd, cdcontrol to convert CDROM speed to KB/sec before calling the ioctl. Add a "max" speed option for their command lines. This change does not break ABI but does change the units passed through the ioctl so 3rd party software that uses cdrio.h will have to convert (most likely by multiplying CDROM speed by 177 to get KB/s). PR: kern/36845 Submitted by: Philipp Mergenthaler <p@i609a.hadiko.de> (CAM ioctls) Reviewed by: sos, ken MFC after: 1 month Notes: svn path=/head/; revision=105421
* Add DVD+RW support to the ATA driver and burncd. This also closesSøren Schmidt2002-08-081-0/+33
| | | | | | | | | | | | PR40430 by "Peter Haight <peterh@sapros.com>" that has semilar patches included and which I merged with my own work. HW sponsored by: FreeBSD Foundation & FreeBSD Mall Inc Enjoy! Notes: svn path=/head/; revision=101502
* Update header.Søren Schmidt2002-03-041-1/+1
| | | | Notes: svn path=/head/; revision=91645
* Add entries to allow setting the CD type on cue sheetsSøren Schmidt2001-12-041-0/+11
| | | | Notes: svn path=/head/; revision=87371
* Add test_write element.Søren Schmidt2001-10-011-0/+1
| | | | Notes: svn path=/head/; revision=84300
* Add new ioctl's and rearrange a bit for DAO mode support.Søren Schmidt2001-09-101-10/+27
| | | | Notes: svn path=/head/; revision=83294
* Add session argument to *CLOSEDISK, allowing to set session type on fixate.Søren Schmidt2001-01-101-4/+7
| | | | | | | Add defines for the different blank/erase types. Notes: svn path=/head/; revision=70900
* Add CDR progress ioctl.Søren Schmidt2000-12-261-0/+1
| | | | Notes: svn path=/head/; revision=70364
* New ATAPI burner utility. Replaces wormcontrol.Søren Schmidt2000-01-061-0/+72
Notes: svn path=/head/; revision=55522