diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-02 14:36:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-02 14:36:08 +0000 |
commit | 8dc0e770f13b570c542155aad03edc992c9e8fd7 (patch) | |
tree | 22ee33b0e0361cce780806176d958bf2a91a861a /sys/arch/mvme88k/dev | |
parent | 2fcbe58d88bb6d525fe13abaa6f173c8d128eaa6 (diff) |
Better Z8536 initial programming.
Diffstat (limited to 'sys/arch/mvme88k/dev')
-rw-r--r-- | sys/arch/mvme88k/dev/clock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/dev/clock.c b/sys/arch/mvme88k/dev/clock.c index 3a1fb7e2abe..40e4c2e5fba 100644 --- a/sys/arch/mvme88k/dev/clock.c +++ b/sys/arch/mvme88k/dev/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.35 2004/08/02 08:35:00 miod Exp $ */ +/* $OpenBSD: clock.c,v 1.36 2004/08/02 14:36:07 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1995 Theo de Raadt @@ -450,7 +450,7 @@ m188_statintr(void *eframe) write_cio(CIO_CT1LSB, newint & 0xff); /* Start CTC #1 running */ - write_cio(CIO_CSR1, CIO_GCB | CIO_CIP); + write_cio(CIO_CSR1, CIO_GCB | CIO_TCB | CIO_IE); CIO_UNLOCK; return (1); @@ -462,7 +462,7 @@ m188_initstatclock(void) int statint, minint; #ifdef CLOCK_DEBUG - printf("VME188 clock init\n"); + printf("VME188 statclock init\n"); #endif simple_lock_init(&cio_lock); if (stathz == 0) |