#include <cdrom.h>
Data Fields | |
| u_char | _r1: 2 |
| reserved | |
| u_char | page_code: 6 |
| page code | |
| u_char | page_length |
| page length | |
| u_char | awre: 1 |
| auto write realloc enabled | |
| u_char | arre: 1 |
| auto read realloc enabled | |
| u_char | tb: 1 |
| transfer block | |
| u_char | rc: 1 |
| read continuous | |
| u_char | eec: 1 |
| enable early correction | |
| u_char | per: 1 |
| post error | |
| u_char | dte: 1 |
| disable transfer on error | |
| u_char | dcr: 1 |
| disable correction | |
| u_char | retry_count |
| error retry count | |
| u_char | correction_span |
| largest recov. to be attempted, bits | |
| u_char | head_offset_count |
| head offset (2's C) for each retry | |
| u_char | strobe_offset_count |
| data strobe " | |
| u_char | recovery_time_limit |
| time limit on recovery attempts | |
Definition at line 133 of file cdrom.h.
1.4.6-5