FreeBSD Bugzilla – Attachment 51882 Details for
Bug 78690
sysutils/udfclient: speed not always set correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
speed.patch
speed.patch (text/plain), 560 bytes, created by
Andriy Gapon
on 2005-03-11 10:10:01 UTC
(
hide
)
Description:
speed.patch
Filename:
MIME Type:
Creator:
Andriy Gapon
Created:
2005-03-11 10:10:01 UTC
Size:
560 bytes
patch
obsolete
>diff -u -r UDFclient.0.3.3/udf_discop.c UDFclient.0.3.3-avg-0.1/udf_discop.c >--- udf_discop.c Thu Jan 27 16:45:23 2005 >+++ udf_discop.c Fri Feb 4 22:23:50 2005 >@@ -210,7 +210,7 @@ > /* Set CD/DVD speed on 'optimal' for it doesnt seem to do it automatically */ > bzero(cmd, SCSI_CMD_LEN); > cmd[ 0] = 0xBB; /* Set CD speed */ >- cmd[ 1] = 1; /* select CAV (1) or CLV (0) recording */ >+ cmd[ 1] = 0; /* select pure CAV (1) or CLV and non-pure CAV (0) recording */ > cmd[ 2] = 0xff; > cmd[ 3] = 0xff; /* max read performance speed */ > cmd[ 4] = 0xff;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 78690
: 51882