From c94c0cf8dec32aa35d351085baefd0010dcb97ef Mon Sep 17 00:00:00 2001 From: Peter Grehan Date: Thu, 19 Sep 2002 04:45:58 +0000 Subject: [PATCH] psim device support Approved by: benno --- sys/powerpc/include/openpicvar.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/powerpc/include/openpicvar.h b/sys/powerpc/include/openpicvar.h index 3d2ff27a9854..6f7cff666101 100644 --- a/sys/powerpc/include/openpicvar.h +++ b/sys/powerpc/include/openpicvar.h @@ -33,6 +33,7 @@ struct openpic_softc { char *sc_version; u_int sc_ncpu; u_int sc_nirq; + int sc_psim; struct rman sc_rman; };