diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-09-20 04:27:24 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-09-20 04:27:24 +0000 |
commit | 637ac766bca2d61b5014ac77e3cbad3e640fe3c3 (patch) | |
tree | deaacce341f1e4343f84345185fd30e2b92c1e2f /sys/dev/ic/fxpvar.h | |
parent | 5f6a7edef820af641eb4f60bd07c875dde239931 (diff) |
meant to commit this too, remove old resume workaround flags
Diffstat (limited to 'sys/dev/ic/fxpvar.h')
-rw-r--r-- | sys/dev/ic/fxpvar.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/fxpvar.h b/sys/dev/ic/fxpvar.h index 45379d67c06..2f67fa31512 100644 --- a/sys/dev/ic/fxpvar.h +++ b/sys/dev/ic/fxpvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fxpvar.h,v 1.18 2004/08/04 19:42:30 mickey Exp $ */ +/* $OpenBSD: fxpvar.h,v 1.19 2004/09/20 04:27:23 brad Exp $ */ /* $NetBSD: if_fxpvar.h,v 1.1 1997/06/05 02:01:58 thorpej Exp $ */ /* @@ -104,9 +104,6 @@ struct fxp_softc { struct mbuf *rfa_headm; /* first mbuf in receive frame area */ struct mbuf *rfa_tailm; /* last mbuf in receive frame area */ int sc_flags; /* misc. flags */ -#define FXPF_HAS_RESUME_BUG 0x08 /* has the resume bug */ -#define FXPF_FIX_RESUME_BUG 0x10 /* currently need to work-around - the resume bug */ #define FXPF_DISABLE_STANDBY 0x20 /* currently need to work-around */ #define FXPF_UCODE 0x40 /* ucode is loaded */ struct timeout stats_update_to; /* Pointer to timeout structure */ |