Add LBPERE mode bit definition.

This commit is contained in:
Alexander Motin 2014-10-14 08:30:02 +00:00
parent 09866e97a6
commit ec05088b9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273072
2 changed files with 4 additions and 2 deletions

View File

@ -223,7 +223,8 @@
{Correction Span} i1
{Head Offset Count} i1
{Data Strobe Offset Count} i1
{Reserved} *i1
{LBPERE (LBP Error Reporting Enabled)} t1
{Reserved} *t7
{Write Retry Count} i1
{Reserved} *i1
{Recovery Time Limit} i2

View File

@ -527,7 +527,8 @@ struct scsi_da_rw_recovery_page {
u_int8_t correction_span;
u_int8_t head_offset_count;
u_int8_t data_strobe_offset_cnt;
u_int8_t reserved;
u_int8_t byte8;
#define SMS_RWER_LBPERE 0x80
u_int8_t write_retry_count;
u_int8_t reserved2;
u_int8_t recovery_time_limit[2];