psim device support

Approved by: benno
This commit is contained in:
Peter Grehan 2002-09-19 04:45:58 +00:00
parent a379a1422d
commit c94c0cf8de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103615

View File

@ -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;
};