diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2004-01-01 10:22:10 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2004-01-01 10:22:10 +0000 |
commit | aa8689ef95a6b48e9f309ccbedea714d2752b274 (patch) | |
tree | ffd6dc5e89cd42807e5682b3adcab2cca62fcce8 | |
parent | f79f3abcbfc92f79c4cd21c27db97295cb408024 (diff) |
Notes
-rw-r--r-- | sys/dev/ips/ips_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ips/ips_commands.c b/sys/dev/ips/ips_commands.c index cb0dd76f5076..8d3b3674cb80 100644 --- a/sys/dev/ips/ips_commands.c +++ b/sys/dev/ips/ips_commands.c @@ -489,7 +489,7 @@ static int ips_send_ffdc_reset_cmd(ips_command_t *command) command_struct->command = IPS_FFDC_CMD; command_struct->id = command->id; command_struct->reset_count = sc->ffdc_resetcount; - command_struct->reset_type = 0x80; + command_struct->reset_type = 0x0; ips_ffdc_settime(command_struct, sc->ffdc_resettime.tv_sec); bus_dmamap_sync(sc->command_dmatag, command->command_dmamap, |