From 32b9913273a9f0a6aea1cd90c55fbdec7f379378 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 9 Dec 2003 07:41:07 +0000 Subject: Older versions of the intersil firmware is a lot slower than newer versions of the firmware. It responds more slowly to commands, and we bogusly failed them. We assume that all versions of the intersil firmware before 1.0 are 10 times slower and will give it 10x the time to finish. # for 5.2 we should always just assume 5s. --- sys/dev/wi/if_wivar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/wi/if_wivar.h') diff --git a/sys/dev/wi/if_wivar.h b/sys/dev/wi/if_wivar.h index dbfc627..bd7e16b 100644 --- a/sys/dev/wi/if_wivar.h +++ b/sys/dev/wi/if_wivar.h @@ -96,6 +96,7 @@ struct wi_softc { bus_space_tag_t wi_bmemtag; void * wi_intrhand; int wi_io_addr; + int wi_cmd_count; struct bpf_if *sc_drvbpf; int sc_flags; -- cgit v1.1