summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2004-01-06 15:52:23 +0000
committerMartin Blapp <mbr@FreeBSD.org>2004-01-06 15:52:23 +0000
commitf22d7eed1ce7f941cc49bb723b4e9a3bc87af321 (patch)
tree110cf06fd3febd5db9d4c64e0e801abf4c52c874 /sys/dev
parent21b71a3a96c6ac690032b1cea07bff312803c33f (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ips/ips_commands.c2
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,