diff options
Diffstat (limited to 'sys/dev/ic/dcreg.h')
-rw-r--r-- | sys/dev/ic/dcreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/dcreg.h b/sys/dev/ic/dcreg.h index 559925a5664..80ed1e77eab 100644 --- a/sys/dev/ic/dcreg.h +++ b/sys/dev/ic/dcreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dcreg.h,v 1.5 2000/06/12 16:46:53 mickey Exp $ */ +/* $OpenBSD: dcreg.h,v 1.6 2000/07/21 15:52:10 mickey Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -660,6 +660,7 @@ struct dc_softc { struct dc_chain_data dc_cdata; u_int32_t dc_csid; u_int dc_revision; + struct timeout dc_tick_tmo; }; #define DC_TX_POLL 0x00000001 |