mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Add LBPERE mode bit definition.
This commit is contained in:
parent
09866e97a6
commit
ec05088b9c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273072
@ -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
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user