summaryrefslogtreecommitdiffstats
path: root/sys/dev/tsec/if_tsec.h
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2008-03-12 16:35:25 +0000
committerraj <raj@FreeBSD.org>2008-03-12 16:35:25 +0000
commite4d08976c45f17fec80f3dbe6359acc5221f6b22 (patch)
tree7b64cb93febb33b3dd35614f9b0d185c85b1720a /sys/dev/tsec/if_tsec.h
parent8e81cff1fea20b1d0d53988daff826286c50640c (diff)
downloadFreeBSD-src-e4d08976c45f17fec80f3dbe6359acc5221f6b22.zip
FreeBSD-src-e4d08976c45f17fec80f3dbe6359acc5221f6b22.tar.gz
Convert TSEC watchdog to the new scheme.
Reviewed by: imp, marcel Approved by: cognet (mentor)
Diffstat (limited to 'sys/dev/tsec/if_tsec.h')
-rw-r--r--sys/dev/tsec/if_tsec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/tsec/if_tsec.h b/sys/dev/tsec/if_tsec.h
index 38c4e3d..c143509 100644
--- a/sys/dev/tsec/if_tsec.h
+++ b/sys/dev/tsec/if_tsec.h
@@ -91,6 +91,10 @@ struct tsec_softc {
int tsec_if_flags;
+ /* Watchdog related */
+ struct callout wd_callout;
+ int wd_timer;
+
/* TX maps */
bus_dmamap_t tx_map_data[TSEC_TX_NUM_DESC];
OpenPOWER on IntegriCloud