View | Details | Raw Unified | Return to bug 29727 | Differences between
and this patch

Collapse All | Expand All

(-)amrreg.h (-2 / +3 lines)
Lines 377-384 Link Here
377
    u_int16_t	ae_opstatus[AMR_40LD_MAXDRIVES / 8];	/* operation status per drive */
377
    u_int16_t	ae_opstatus[AMR_40LD_MAXDRIVES / 8];	/* operation status per drive */
378
    u_int32_t	ae_drivesize[AMR_40LD_MAXDRIVES];	/* logical drive size */
378
    u_int32_t	ae_drivesize[AMR_40LD_MAXDRIVES];	/* logical drive size */
379
    u_int8_t	ae_driveprop[AMR_40LD_MAXDRIVES];	/* logical drive properties */
379
    u_int8_t	ae_driveprop[AMR_40LD_MAXDRIVES];	/* logical drive properties */
380
    u_int8_t	ae_drivestate[AMR_40LD_MAXDRIVES];	/* physical drive state */
380
    u_int8_t	ae_drivestate[AMR_40LD_MAXDRIVES];	/* logical drive state */
381
    u_int16_t	ae_driveformat[AMR_40LD_MAXPHYSDRIVES];
381
    u_int8_t	ae_pdrivestate[AMR_40LD_MAXPHYSDRIVES];	/* physical drive state */
382
    u_int16_t	ae_pdriveformat[AMR_40LD_MAXPHYSDRIVES / 16];
382
    u_int8_t	ae_targxfer[80];			/* physical drive transfer rates */
383
    u_int8_t	ae_targxfer[80];			/* physical drive transfer rates */
383
384
384
    u_int8_t	res1[263];		/* pad to 1024 bytes */
385
    u_int8_t	res1[263];		/* pad to 1024 bytes */

Return to bug 29727