diff options
Diffstat (limited to 'sys/arch/sparc/dev/hmevar.h')
-rw-r--r-- | sys/arch/sparc/dev/hmevar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/hmevar.h b/sys/arch/sparc/dev/hmevar.h index eff7e00fb60..a6e6a749755 100644 --- a/sys/arch/sparc/dev/hmevar.h +++ b/sys/arch/sparc/dev/hmevar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hmevar.h,v 1.9 2003/06/18 19:13:01 jason Exp $ */ +/* $OpenBSD: hmevar.h,v 1.10 2004/08/08 19:01:20 brad Exp $ */ /* * Copyright (c) 1998 Jason L. Wright (jason@thought.net) @@ -50,6 +50,8 @@ struct hme_softc { u_int32_t sc_flags; /* status flags */ + short sc_if_flags; + /* * RX/TX ring buffers, descriptors, and counters */ |