diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-29 10:53:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-29 10:53:55 +0000 |
commit | d6046032cdb02f32b6bdb2019b16d420bd112ab9 (patch) | |
tree | 6e805ab7d8154007b06358ffe6d8bfb77616ba9a /sys/arch/i386/isa/joyreg.h | |
parent | 5f2de68ceb3ac6dffbf7c52f0e4761273193c297 (diff) |
outdated comment
Diffstat (limited to 'sys/arch/i386/isa/joyreg.h')
-rw-r--r-- | sys/arch/i386/isa/joyreg.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/isa/joyreg.h b/sys/arch/i386/isa/joyreg.h index d069f7ceb46..1c018a1444e 100644 --- a/sys/arch/i386/isa/joyreg.h +++ b/sys/arch/i386/isa/joyreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: joyreg.h,v 1.4 2002/06/02 22:49:59 deraadt Exp $ */ +/* $OpenBSD: joyreg.h,v 1.5 2007/11/29 10:53:54 deraadt Exp $ */ /* $NetBSD: joy.c,v 1.3 1996/05/05 19:46:15 christos Exp $ */ /*- @@ -43,8 +43,7 @@ */ /* - * The formulae below only work if u is ``not too large''. See also - * the discussion in microtime.s + * The formulae below only work if u is ``not too large''. */ #define USEC2TICKS(u) (((u) * 19549) >> 14) #define TICKS2USEC(u) (((u) * 3433) >> 12) |