summaryrefslogtreecommitdiff
path: root/sys/dev/ic/tropicvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/tropicvar.h')
-rw-r--r--sys/dev/ic/tropicvar.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ic/tropicvar.h b/sys/dev/ic/tropicvar.h
index d0ce12396d9..6e03c4aa694 100644
--- a/sys/dev/ic/tropicvar.h
+++ b/sys/dev/ic/tropicvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tropicvar.h,v 1.1 1999/12/27 21:51:35 fgsch Exp $ */
+/* $OpenBSD: tropicvar.h,v 1.2 2001/08/19 15:07:30 miod Exp $ */
/* $NetBSD: tropicvar.h,v 1.4 1999/10/17 23:53:45 cgd Exp $ */
/*
@@ -70,6 +70,9 @@ struct tr_softc {
bus_space_handle_t sc_sramh; /* handle for the shared ram area */
bus_space_handle_t sc_mmioh; /* handle for the bios/mmio area */
+ struct timeout init_timeout;
+ struct timeout reinit_timeout;
+
int (*sc_mediachange) __P((struct tr_softc *));
void (*sc_mediastatus) __P((struct tr_softc *, struct ifmediareq *));
struct rbcb rbc; /* receiver buffer control block */