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

Collapse All | Expand All

(-)sys/dev/amr/amrreg.h Tue Aug 14 18:37:54 2001 (-1 / +2 lines)
Lines 341-347 Link Here
341
    u_int16_t  ae_opstatus[AMR_40LD_MAXDRIVES / 8];    /* operation status per
341
    u_int16_t  ae_opstatus[AMR_40LD_MAXDRIVES / 8];    /* operation status per
342
    u_int32_t  ae_drivesize[AMR_40LD_MAXDRIVES];       /* logical drive size */
342
    u_int32_t  ae_drivesize[AMR_40LD_MAXDRIVES];       /* logical drive size */
343
    u_int8_t   ae_driveprop[AMR_40LD_MAXDRIVES];       /* logical drive propert
343
    u_int8_t   ae_driveprop[AMR_40LD_MAXDRIVES];       /* logical drive propert
344
    u_int8_t   ae_drivestate[AMR_40LD_MAXDRIVES];      /* physical drive state
344
    u_int8_t   ae_drivestate[AMR_40LD_MAXDRIVES];      /* logical drive state *
345
    u_int8_t   ae_phydrivestate[AMR_40LD_MAXDRIVES];   /* physical drive state
345
    u_int16_t  ae_driveformat[AMR_40LD_MAXPHYSDRIVES];
346
    u_int16_t  ae_driveformat[AMR_40LD_MAXPHYSDRIVES];
346
    u_int8_t   ae_targxfer[80];                        /* physical drive transf
347
    u_int8_t   ae_targxfer[80];                        /* physical drive transf

Return to bug 29727