FreeBSD Bugzilla – Attachment 16146 Details for
Bug 29727
[amr] [patch] amr_enquiry3 structure in amrreg.h is incorrect.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 847 bytes, created by
Katsuyuki Yumoto
on 2001-08-15 12:10:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Katsuyuki Yumoto
Created:
2001-08-15 12:10:04 UTC
Size:
847 bytes
patch
obsolete
>diff -u -N -r sys.b/dev/amr/amrreg.h sys/dev/amr/amrreg.h >--- sys.b/dev/amr/amrreg.h Tue Aug 14 18:38:41 2001 >+++ sys/dev/amr/amrreg.h Tue Aug 14 18:37:54 2001 >@@ -341,7 +341,8 @@ > u_int16_t ae_opstatus[AMR_40LD_MAXDRIVES / 8]; /* operation status per >drive */ > u_int32_t ae_drivesize[AMR_40LD_MAXDRIVES]; /* logical drive size */ > u_int8_t ae_driveprop[AMR_40LD_MAXDRIVES]; /* logical drive propert >ies */ >- u_int8_t ae_drivestate[AMR_40LD_MAXDRIVES]; /* physical drive state >*/ >+ u_int8_t ae_drivestate[AMR_40LD_MAXDRIVES]; /* logical drive state * >/ >+ u_int8_t ae_phydrivestate[AMR_40LD_MAXDRIVES]; /* physical drive state >*/ > u_int16_t ae_driveformat[AMR_40LD_MAXPHYSDRIVES]; > u_int8_t ae_targxfer[80]; /* physical drive transf >er rates */
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 29727
: 16146 |
16147