From d26133e73165fd0ffbf91000c21c5696e66d4c43 Mon Sep 17 00:00:00 2001 From: mjacob Date: Sun, 20 May 2007 16:43:35 +0000 Subject: Increase size of timer counter bitfield to accomodate the actual size of the default timer value. Discovered By: gcc 4.2 MFC after: 3 days --- sys/dev/de/if_devar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/de') diff --git a/sys/dev/de/if_devar.h b/sys/dev/de/if_devar.h index 8b7e3ce..3fd3410 100644 --- a/sys/dev/de/if_devar.h +++ b/sys/dev/de/if_devar.h @@ -521,7 +521,7 @@ struct tulip_softc { u_int32_t tulip_intrmask; u_int32_t tulip_cmdmode; u_int32_t tulip_last_system_error:3; - u_int32_t tulip_txtimer:2; /* transmission timer */ + u_int32_t tulip_txtimer:3; /* transmission timer */ u_int32_t tulip_system_errors; u_int32_t tulip_statusbits; /* status bits from * CSR5 that may need -- cgit v1.1