diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-02-03 05:37:19 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-02-03 05:37:19 +0000 |
commit | 0dcb04f7d9fd4ecf5c18a030e344f8f39d6b6391 (patch) | |
tree | 10e1d24947fe11a9ed72eb7e11969db83b6f3e63 /sys/dev/pci/if_wbreg.h | |
parent | f33195c10e151b0114ccde233eee8bcea6db0fa0 (diff) |
new timeouts
Diffstat (limited to 'sys/dev/pci/if_wbreg.h')
-rw-r--r-- | sys/dev/pci/if_wbreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_wbreg.h b/sys/dev/pci/if_wbreg.h index 41263f023a7..d46f3d686c7 100644 --- a/sys/dev/pci/if_wbreg.h +++ b/sys/dev/pci/if_wbreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wbreg.h,v 1.4 1999/11/19 02:29:27 jason Exp $ */ +/* $OpenBSD: if_wbreg.h,v 1.5 2001/02/03 05:37:18 mickey Exp $ */ /* * Copyright (c) 1997, 1998 @@ -366,6 +366,7 @@ struct wb_softc { struct device sc_dev; /* generic device structure */ void * sc_ih; /* interrupt handler cookie */ struct arpcom arpcom; /* interface info */ + struct timeout wb_tick_tmo; mii_data_t sc_mii; bus_space_handle_t wb_bhandle; bus_space_tag_t wb_btag; |