diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-10-15 16:02:11 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-10-15 16:02:11 +0000 |
commit | 7dfa421f150e9212026a34452e39bafa6e044d24 (patch) | |
tree | 89b4a2df2c9e67b048d6e06b53a296be0a63e7ac /sys/dev/ic/rtl81x9reg.h | |
parent | 7cefa15aea00c58a956a54add36db7aa67316c37 (diff) |
re-init the hw on resume, from grendel@zeitbombe.org
Diffstat (limited to 'sys/dev/ic/rtl81x9reg.h')
-rw-r--r-- | sys/dev/ic/rtl81x9reg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/rtl81x9reg.h b/sys/dev/ic/rtl81x9reg.h index 613bd81c085..58b475dfbba 100644 --- a/sys/dev/ic/rtl81x9reg.h +++ b/sys/dev/ic/rtl81x9reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9reg.h,v 1.6 2002/06/09 03:14:18 todd Exp $ */ +/* $OpenBSD: rtl81x9reg.h,v 1.7 2002/10/15 16:02:10 mickey Exp $ */ /* * Copyright (c) 1997, 1998 @@ -369,6 +369,7 @@ struct rl_softc { struct mii_data sc_mii; /* MII information */ u_int8_t rl_type; void *sc_sdhook; /* shutdownhook */ + void *sc_pwrhook; int rl_txthresh; struct rl_chain_data rl_cdata; struct timeout sc_tick_tmo; |