diff options
author | johns <johns@cvs.openbsd.org> | 1998-03-04 12:42:31 +0000 |
---|---|---|
committer | johns <johns@cvs.openbsd.org> | 1998-03-04 12:42:31 +0000 |
commit | f91d55fe6493da6263721fa71b1d20d549c4b42f (patch) | |
tree | 1b36510a99f154c49cb4910e45fca4fe6a1e9bdb /sys/arch/sparc/conf/SUN4 | |
parent | 108e70acebf84c5af80ace3ef3487e953aa8b162 (diff) |
Added comments about changing HZ to custom values on sparc. Only supported
for sun4c and sun4m machines. sun4 will only run at the default HZ=100.
Added commented out option for HZ=1000 along with info for GENERIC, SUN4C,
and SUN4M configs. Added note to SUN4 config warning that HZ is ignored.
Diffstat (limited to 'sys/arch/sparc/conf/SUN4')
-rw-r--r-- | sys/arch/sparc/conf/SUN4 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/SUN4 b/sys/arch/sparc/conf/SUN4 index abc105ceb07..61fc47fba02 100644 --- a/sys/arch/sparc/conf/SUN4 +++ b/sys/arch/sparc/conf/SUN4 @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4,v 1.16 1998/02/26 10:50:24 johns Exp $ +# $OpenBSD: SUN4,v 1.17 1998/03/04 12:42:25 johns Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -31,6 +31,10 @@ obio0 at mainbus0 # sun4 and sun4m vmes0 at mainbus0 # sun4 vmel0 at mainbus0 # sun4 + +# Note: sun4 system will only run the clocks at 100 Hz, other values +# are ignored. The HZ option has no effect for sun4. + # Mostek clock found on 4/300, sun4c, and sun4m systems. # The Mostek clock NVRAM is the "eeprom" on sun4/300 systems. clock0 at obio0 addr 0xf2000000 # sun4/300 |