diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-04-20 00:34:40 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-04-20 00:34:40 +0000 |
commit | 7fdb90cefd4805ff34ff1b765f8b78853473b07d (patch) | |
tree | 2659e3ae1544345d7379227b8fc988b9f1600a65 /sys/dev/ic/rtl81x9reg.h | |
parent | 23f6d05772bfe767ea50087b6c74aa962907ec0b (diff) |
Remove unused flags.
ok dlg@
Diffstat (limited to 'sys/dev/ic/rtl81x9reg.h')
-rw-r--r-- | sys/dev/ic/rtl81x9reg.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/ic/rtl81x9reg.h b/sys/dev/ic/rtl81x9reg.h index b0c150e14d8..937bd22dce1 100644 --- a/sys/dev/ic/rtl81x9reg.h +++ b/sys/dev/ic/rtl81x9reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9reg.h,v 1.43 2008/02/17 05:29:25 brad Exp $ */ +/* $OpenBSD: rtl81x9reg.h,v 1.44 2008/04/20 00:34:39 brad Exp $ */ /* * Copyright (c) 1997, 1998 @@ -725,7 +725,6 @@ struct rl_softc { void *sc_sdhook; /* shutdownhook */ void *sc_pwrhook; int rl_txthresh; - int sc_flags; /* misc flags */ struct rl_chain_data rl_cdata; struct timeout sc_tick_tmo; int if_flags; @@ -757,11 +756,6 @@ struct rl_softc { #define RL_TXPADDADDR(sc) \ ((sc)->rl_ldata.rl_rx_list_map->dm_segs[0].ds_addr + RL_TXPADOFF) - -#define RL_ATTACHED 0x00000001 /* attach has succeeded */ -#define RL_ENABLED 0x00000002 /* chip is enabled */ -#define RL_IS_ENABLED(sc) ((sc)->sc_flags & RL_ENABLED) - /* * register space access macros */ |