FreeBSD Bugzilla – Attachment 15415 Details for
Bug 28604
DVD_REPORT_RPC/DVD_SEND_RPC in ATAPI driver
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 713 bytes, created by
arg
on 2001-07-01 20:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
arg
Created:
2001-07-01 20:10:02 UTC
Size:
713 bytes
patch
obsolete
>Index: dev/ata/atapi-cd.c >=================================================================== >RCS file: /repository/src/sys/dev/ata/atapi-cd.c,v >retrieving revision 1.48.2.10 >diff -u -r1.48.2.10 atapi-cd.c >--- dev/ata/atapi-cd.c 2001/02/25 21:35:20 1.48.2.10 >+++ dev/ata/atapi-cd.c 2001/07/01 19:02:32 >@@ -1584,6 +1584,8 @@ > ai->reg_type = (d.data[0] >> 6); > ai->vend_rsts = (d.data[0] >> 3) & 0x7; > ai->user_rsts = d.data[0] & 0x7; >+ ai->region = d.data[1]; >+ ai->rpc_scheme = d.data[2]; > break; > > case DVD_INVALIDATE_AGID: >@@ -1620,6 +1622,7 @@ > break; > > case DVD_SEND_RPC: >+ d.data[0] = ai->region; > length = 8; > break;
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 28604
: 15415