FreeBSD Bugzilla – Attachment 6605 Details for
Bug 14836
sys/dev/isp/isp.c compile error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 733 bytes, created by
kondo
on 1999-11-12 02:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kondo
Created:
1999-11-12 02:00:01 UTC
Size:
733 bytes
patch
obsolete
>Index: isp.c >=================================================================== >RCS file: /usr/CVS-Repository/src/sys/dev/isp/isp.c,v >retrieving revision 1.21.2.7 >diff -u -r1.21.2.7 isp.c >--- isp.c 1999/10/28 02:51:34 1.21.2.7 >+++ isp.c 1999/11/12 01:18:00 >@@ -1941,7 +1941,7 @@ > if (XS_CANTAG(xs)) { > t2reqp->req_flags = XS_KINDOF_TAG(xs); > } else { >- if (XS_CDBP(xs)[0] == 0x3) /* REQUEST SENSE */ >+ if (XS_CDBP(xs)->opcode == 0x3) /* REQUEST SENSE */ > t2reqp->req_flags = REQFLAG_HTAG; > else > t2reqp->req_flags = REQFLAG_OTAG;
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 14836
: 6605