diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-09 21:01:33 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-09 21:01:33 +0000 |
commit | ba638217b078c18d52712abed30b3152fabef0af (patch) | |
tree | d569cc5e988280e0a90ef838df1304772cb9f6cf /sys/arch | |
parent | 13f5f55488b35446f9a804d41d2b6d45ac917704 (diff) |
adding tod support to sgi
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mips64/mips64/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/mips64/clock.c b/sys/arch/mips64/mips64/clock.c index b936920b2ea..5c2a1142b3f 100644 --- a/sys/arch/mips64/mips64/clock.c +++ b/sys/arch/mips64/mips64/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.2 2004/08/09 14:57:26 pefo Exp $ */ +/* $OpenBSD: clock.c,v 1.3 2004/08/09 21:01:32 pefo Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -100,7 +100,7 @@ clockattach(struct device *parent, struct device *self, void *aux) case GALILEO_EV64240: case SGI_INDY: case SGI_O2: - printf(" clock on int5 using counter"); + printf(" ticker on int5 using count register."); set_intr(INTPRI_CLOCK, CR_INT_5, clock_int5); break; |