summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_stereg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_stereg.h')
-rw-r--r--sys/dev/pci/if_stereg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_stereg.h b/sys/dev/pci/if_stereg.h
index ba3de64597d..6940b29a005 100644
--- a/sys/dev/pci/if_stereg.h
+++ b/sys/dev/pci/if_stereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_stereg.h,v 1.3 1999/12/08 00:29:26 aaron Exp $ */
+/* $OpenBSD: if_stereg.h,v 1.4 2001/02/03 05:56:14 mickey Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -503,6 +503,7 @@ struct ste_softc {
struct device sc_dev;
void *sc_ih;
struct arpcom arpcom;
+ struct timeout sc_stats_tmo;
mii_data_t sc_mii;
bus_space_tag_t ste_btag;
bus_space_handle_t ste_bhandle;