diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-19 15:07:35 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-19 15:07:35 +0000 |
commit | 68af87218387ffa40a86125da9459ac9956907ea (patch) | |
tree | 0f31dc4932428f6c7fdeecf086255e2f88976521 /sys/dev/ic/tropicvar.h | |
parent | d74034f18f5e708e8409b442dd4d742d502dbe4f (diff) |
More old timeouts removal, mainly affected unused/unmaintained code.
Diffstat (limited to 'sys/dev/ic/tropicvar.h')
-rw-r--r-- | sys/dev/ic/tropicvar.h | 5 |
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 */ |