diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-17 13:36:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-17 13:36:22 +0000 |
commit | 275fce31f5d024e4eed1a5b63ee4e7ec4b4a10d3 (patch) | |
tree | 8e78193b4e9143d75be35067113996f4a2993887 | |
parent | ca2f8b9fa01ae65edad766e21893f663da80dfec (diff) |
from netbsd; Correct PCLK value
-rw-r--r-- | sys/arch/atari/dev/zs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/atari/dev/zs.c b/sys/arch/atari/dev/zs.c index 5dcd8919daf..b68b6c1626e 100644 --- a/sys/arch/atari/dev/zs.c +++ b/sys/arch/atari/dev/zs.c @@ -1,4 +1,4 @@ -/* $NetBSD: zs.c,v 1.11 1995/12/03 14:32:39 leo Exp $ */ +/* $NetBSD: zs.c,v 1.12 1995/12/16 21:45:31 leo Exp $ */ /* * Copyright (c) 1995 L. Weppelman (Atari modifications) @@ -80,7 +80,7 @@ #if NZS > 0 -#define PCLK (8000000) /* PCLK pin input clock rate */ +#define PCLK (8053976) /* PCLK pin input clock rate */ #define splzs spl5 |