FreeBSD Bugzilla – Attachment 20100 Details for
Bug 35512
ATA/ATAPI CD driver: impossible to set cd speed to magic value for "maximum speed"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 620 bytes, created by
Philipp Mergenthaler
on 2002-03-03 10:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Philipp Mergenthaler
Created:
2002-03-03 10:40:01 UTC
Size:
620 bytes
patch
obsolete
>Index: atapi-cd.c >=================================================================== >RCS file: /ncvs/src/sys/dev/ata/atapi-cd.c,v >retrieving revision 1.109 >diff -u -r1.109 atapi-cd.c >--- atapi-cd.c 15 Feb 2002 07:08:44 -0000 1.109 >+++ atapi-cd.c 2 Mar 2002 23:48:36 -0000 >@@ -978,11 +978,11 @@ > break; > > case CDRIOCREADSPEED: >- error = acd_set_speed(cdp, 177 * (*(int *)addr), -1); >+ error = acd_set_speed(cdp, *(int *)addr, -1); > break; > > case CDRIOCWRITESPEED: >- error = acd_set_speed(cdp, -1, 177 * (*(int *)addr)); >+ error = acd_set_speed(cdp, -1, *(int *)addr); > break; > > case CDRIOCGETBLOCKSIZE:
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 35512
: 20100 |
20101