diff options
Diffstat (limited to 'amtider.c')
-rw-r--r-- | amtider.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -203,6 +203,7 @@ int main(int argc, char *argv[]) r.cb_recv = recv_ider; r.cb_state = state_ider; r.enable_options = 0x18; + r.lba_size = (unsigned int)1 << 11; if (NULL != (h = getenv("AMT_PASSWORD"))) snprintf(r.pass, sizeof(r.pass), "%s", h); |