diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-13 09:43:33 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-13 09:43:33 +0000 |
commit | 20499871c866979e94a6ed88a9701f5d9feb419f (patch) | |
tree | a4c2d73a15ec39f683fa2f38040d21df437791c4 /sys/arch/hp300/stand/samachdep.h | |
parent | d7ffaecd740c32cef0ebbbaea5593643078aba02 (diff) |
Save mmuid and use it to print out 425/433 model types.
Diffstat (limited to 'sys/arch/hp300/stand/samachdep.h')
-rw-r--r-- | sys/arch/hp300/stand/samachdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/samachdep.h b/sys/arch/hp300/stand/samachdep.h index d348e0b6fc7..cc7c3882227 100644 --- a/sys/arch/hp300/stand/samachdep.h +++ b/sys/arch/hp300/stand/samachdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: samachdep.h,v 1.4 1997/07/13 07:21:52 downsj Exp $ */ +/* $OpenBSD: samachdep.h,v 1.5 1997/07/13 09:43:32 downsj Exp $ */ /* $NetBSD: samachdep.h,v 1.3 1997/05/12 07:54:45 thorpej Exp $ */ /* @@ -61,7 +61,7 @@ #define MHZ_33 4 #define MHZ_50 6 -extern int cpuspeed, machineid; +extern int cpuspeed, machineid, mmuid; extern int howto; extern int cons_scode; extern u_int opendev; |