diff options
author | bmah <bmah@FreeBSD.org> | 2002-10-25 03:50:41 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-10-25 03:50:41 +0000 |
commit | 7f6b42292aeb0d83debc6271aeaf78ca9b2caf7e (patch) | |
tree | 0e72dc023d5b081b1d8dbf9c66febd5b84e34111 /release/doc | |
parent | 06c0d543e055fe863043c9596feb551e0cf9c02f (diff) | |
download | FreeBSD-src-7f6b42292aeb0d83debc6271aeaf78ca9b2caf7e.zip FreeBSD-src-7f6b42292aeb0d83debc6271aeaf78ca9b2caf7e.tar.gz |
New release note: New cd(4) ioctls, burncd(8) -s max.
Modified release note: cdcontrol(1) speed max.
While here, note some belated MFCs: burncd(8) -d, burncd(8) VCD/SVCD
support.
Mostly submitted by: nate
Diffstat (limited to 'release/doc')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 19 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 19 |
2 files changed, 30 insertions, 8 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 0c4a65c..0c90e0b 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -1293,6 +1293,12 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <filename role="package">sysutils/cdrtools</filename> in the Ports Collection. &merged;</para> + <para>The &man.cd.4; driver now supports the same + <literal>CDRIOCREADSPEED</literal> and + <literal>CDRIOCWRITESPEED</literal> ioctls that the + &man.acd.4; driver uses for setting the speed of CDROM + access.</para> + <para arch="i386" role="historic">The ciss driver, for devices utilizing the Common Interface for SCSI-3 Support, has been added. This driver supports the Compaq SmartRAID 5* family of RAID @@ -2251,9 +2257,13 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <literal>stdin</literal>. &merged;</para> <para>&man.burncd.8; now supports Disk At Once (DAO) mode, - selectable via the <option>-d</option> flag.</para> + selectable via the <option>-d</option> flag. &merged;</para> + + <para>&man.burncd.8; now has the ability to write VCDs/SVCDs. &merged;</para> - <para>&man.burncd.8; now has the ability to write VCDs/SVCDs.</para> + <para>&man.burncd.8; now accepts a value of <literal>max</literal> + for its <option>-s</option> option to set the drive's maximum + write speed.</para> <para>&man.bzgrep.1;, &man.bzegrep.1;, and &man.bzfgrep.1; have been added to perform &man.grep.1;-type operations on @@ -2292,9 +2302,10 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> specified number of tracks while playing an audio CD. &merged;</para> - <para>On ATAPI CDROM drives, &man.cdcontrol.1; now supports a + <para>&man.cdcontrol.1; now supports a <literal>speed</literal> command to set the maximum speed to be - used by the drive. &merged;</para> + used by the drive (the maximum possible speed can be selected + setting the speed to <literal>max</literal>).</para> <para>&man.chflags.1; has moved from <filename>/usr/bin</filename> to <filename>/bin</filename>.</para> diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index 0c4a65c..0c90e0b 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -1293,6 +1293,12 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <filename role="package">sysutils/cdrtools</filename> in the Ports Collection. &merged;</para> + <para>The &man.cd.4; driver now supports the same + <literal>CDRIOCREADSPEED</literal> and + <literal>CDRIOCWRITESPEED</literal> ioctls that the + &man.acd.4; driver uses for setting the speed of CDROM + access.</para> + <para arch="i386" role="historic">The ciss driver, for devices utilizing the Common Interface for SCSI-3 Support, has been added. This driver supports the Compaq SmartRAID 5* family of RAID @@ -2251,9 +2257,13 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <literal>stdin</literal>. &merged;</para> <para>&man.burncd.8; now supports Disk At Once (DAO) mode, - selectable via the <option>-d</option> flag.</para> + selectable via the <option>-d</option> flag. &merged;</para> + + <para>&man.burncd.8; now has the ability to write VCDs/SVCDs. &merged;</para> - <para>&man.burncd.8; now has the ability to write VCDs/SVCDs.</para> + <para>&man.burncd.8; now accepts a value of <literal>max</literal> + for its <option>-s</option> option to set the drive's maximum + write speed.</para> <para>&man.bzgrep.1;, &man.bzegrep.1;, and &man.bzfgrep.1; have been added to perform &man.grep.1;-type operations on @@ -2292,9 +2302,10 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> specified number of tracks while playing an audio CD. &merged;</para> - <para>On ATAPI CDROM drives, &man.cdcontrol.1; now supports a + <para>&man.cdcontrol.1; now supports a <literal>speed</literal> command to set the maximum speed to be - used by the drive. &merged;</para> + used by the drive (the maximum possible speed can be selected + setting the speed to <literal>max</literal>).</para> <para>&man.chflags.1; has moved from <filename>/usr/bin</filename> to <filename>/bin</filename>.</para> |