diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-02-20 04:42:02 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-02-20 04:42:02 +0000 |
commit | c00322b2689df172950136e92c96b801be5b1a78 (patch) | |
tree | 510e587eae48fbb760a5e6dd38067bd1a42cd98d | |
parent | e1db5c4a473d067a236a9deb6aaf0d4b49037ab0 (diff) |
Define HZ to be 60.
-rw-r--r-- | sys/arch/mac68k/conf/std.mac68k | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/mac68k/conf/std.mac68k b/sys/arch/mac68k/conf/std.mac68k index a7e356de495..96abcb3619f 100644 --- a/sys/arch/mac68k/conf/std.mac68k +++ b/sys/arch/mac68k/conf/std.mac68k @@ -21,3 +21,4 @@ grf1 at nubus0 slot -1 id ? claimed 0 options TIMEZONE=0 # minutes west of GMT--read from booter options DST=0 # daylight savings rules--obsolete +options HZ=60 # clock runs at 60hz on this port |