diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-28 20:06:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-28 20:06:33 +0000 |
commit | bd022abf0dad0f40dcf3536245c79ac14f6f291d (patch) | |
tree | 8b3e9f09c8a94135b6cd75f5678249462c757ba7 /sys/arch/sparc64/dev/schizovar.h | |
parent | ab0556a8a996fce043c56978e4721ca2fb2ed599 (diff) |
keep track of what is a schizo and what is tomatillo
Diffstat (limited to 'sys/arch/sparc64/dev/schizovar.h')
-rw-r--r-- | sys/arch/sparc64/dev/schizovar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/schizovar.h b/sys/arch/sparc64/dev/schizovar.h index 6bad2bf6af5..ab72fa347bb 100644 --- a/sys/arch/sparc64/dev/schizovar.h +++ b/sys/arch/sparc64/dev/schizovar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: schizovar.h,v 1.7 2006/06/01 19:12:45 jason Exp $ */ +/* $OpenBSD: schizovar.h,v 1.8 2006/06/28 20:06:32 deraadt Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -58,6 +58,8 @@ struct schizo_softc { bus_space_tag_t sc_bust; bus_addr_t sc_ctrl; bus_space_handle_t sc_ctrlh; + + int sc_tomatillo; }; #define schizo_read(sc,r) \ |