From owner-freebsd-hackers Fri Nov 8 23:27:18 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA12161 for hackers-outgoing; Fri, 8 Nov 1996 23:27:18 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA12154 for ; Fri, 8 Nov 1996 23:27:12 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id SAA00055; Sat, 9 Nov 1996 18:22:36 +1100 Date: Sat, 9 Nov 1996 18:22:36 +1100 From: Bruce Evans Message-Id: <199611090722.SAA00055@godzilla.zeta.org.au> To: amir@comtrol.com, erich@lodgenet.com Subject: Re: timeout() function Cc: hackers@freebsd.org Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >ticks are 1/100 sec, so with a timeout of 1, your function will be Ticks are 1/hz second. hz just happens to be 100 in standard configurations. Drivers should not assume this. See timeout(9). Bruce