summaryrefslogtreecommitdiffstats
path: root/sys/sys/cdrio.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert files to UTF-8uqs2012-01-151-1/+1
|
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.njl2002-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
* Add DVD+RW support to the ATA driver and burncd. This also closessos2002-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!
* Update header.sos2002-03-041-1/+1
|
* Add entries to allow setting the CD type on cue sheetssos2001-12-041-0/+11
|
* Add test_write element.sos2001-10-011-0/+1
|
* Add new ioctl's and rearrange a bit for DAO mode support.sos2001-09-101-10/+27
|
* Add session argument to *CLOSEDISK, allowing to set session type on fixate.sos2001-01-101-4/+7
| | | | Add defines for the different blank/erase types.
* Add CDR progress ioctl.sos2000-12-261-0/+1
|
* New ATAPI burner utility. Replaces wormcontrol.sos2000-01-061-0/+72
OpenPOWER on IntegriCloud