summaryrefslogtreecommitdiffstats
path: root/sys/dev/sk/if_skreg.h
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2007-04-02 04:43:41 +0000
committeryongari <yongari@FreeBSD.org>2007-04-02 04:43:41 +0000
commit78e041986d28eb106928e5dbef14e924aefbbcc5 (patch)
treea18a03d8514d3ec65b3edfa4a6e3e8dc9bb3ee78 /sys/dev/sk/if_skreg.h
parentb975b5f5f0f06cdd1235d5fa049cb2510ed3cd91 (diff)
downloadFreeBSD-src-78e041986d28eb106928e5dbef14e924aefbbcc5.zip
FreeBSD-src-78e041986d28eb106928e5dbef14e924aefbbcc5.tar.gz
Use our own timer for watchdog instead of if_watchdog/if_timer
interface.
Diffstat (limited to 'sys/dev/sk/if_skreg.h')
-rw-r--r--sys/dev/sk/if_skreg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sk/if_skreg.h b/sys/dev/sk/if_skreg.h
index 98912b3..e9e55ea 100644
--- a/sys/dev/sk/if_skreg.h
+++ b/sys/dev/sk/if_skreg.h
@@ -1511,6 +1511,8 @@ struct sk_if_softc {
int sk_phyaddr;
int sk_link;
struct callout sk_tick_ch;
+ struct callout sk_watchdog_ch;
+ int sk_watchdog_timer;
struct sk_chain_data sk_cdata;
struct sk_ring_data sk_rdata;
struct sk_softc *sk_softc; /* parent controller */
OpenPOWER on IntegriCloud