diff options
Diffstat (limited to 'sys/arch/sparc64/dev/fhcvar.h')
-rw-r--r-- | sys/arch/sparc64/dev/fhcvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/fhcvar.h b/sys/arch/sparc64/dev/fhcvar.h index f00c999d4bc..91298db9558 100644 --- a/sys/arch/sparc64/dev/fhcvar.h +++ b/sys/arch/sparc64/dev/fhcvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fhcvar.h,v 1.2 2004/09/24 20:50:49 jason Exp $ */ +/* $OpenBSD: fhcvar.h,v 1.3 2004/09/27 18:15:32 jason Exp $ */ /* * Copyright (c) 2004 Jason L. Wright (jason@thought.net). @@ -43,6 +43,7 @@ struct fhc_range { struct fhc_softc { struct device sc_dv; int sc_node; + int sc_is_central; /* parent is central */ bus_space_tag_t sc_bt; bus_space_tag_t sc_cbt; int sc_nrange; |