As Philipp Mergenthaler wrote:
> In sys/cam/scsi/scsi_all.c sind die SCSI-Kommandos "SET CD SPEED"
> und "SET CD-ROM SPEED" übrigens schon eingetragen, aber als "proposed"
> markiert.
Danke für den Tip!
Wobei nur SET CD-ROM SPEED (im Standard SET CD SPEED genannt) offenbar
noch im Standard ist und auch von den Herstellern implementiert wird
(Kommando 0xbb).
camcontrol cmd cd1 -v -c 'bb 0 v:i2 0:i2 0 0 0 0 0 0' 2000
...tut jedenfalls für meinen Yamaha CDRW. Berichten lassen kann man
sich mittels der "CD capabilities and mechanical status page".
Ergänzung für scsi_modes hänge ich mal an. Die Geschwindigkeiten
werden in kB/s angegeben.
> Index: cdcontrol.c
> ===================================================================
> RCS file: /ncvs/src/usr.sbin/cdcontrol/cdcontrol.c,v
> retrieving revision 1.36
> diff -u -r1.36 cdcontrol.c
> --- cdcontrol.c 9 Dec 2001 19:34:11 -0000 1.36
> +++ cdcontrol.c 21 Feb 2002 08:43:48 -0000
> @@ -24,6 +24,7 @@
> #endif /* not lint */
>
> #include <sys/cdio.h>
> +#include <sys/cdrio.h>
Das ist der flasche Weg. Das Kommando sollte in diesem Falle dann
auch nach <sys/cdio.h> verschoben werden.
-- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message