From owner-cvs-sys Sun Feb 15 06:54:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14744 for cvs-sys-outgoing; Sun, 15 Feb 1998 06:54:34 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14704; Sun, 15 Feb 1998 06:54:25 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA06038; Sun, 15 Feb 1998 06:54:12 -0800 (PST) Date: Sun, 15 Feb 1998 06:54:12 -0800 (PST) Message-Id: <199802151454.GAA06038@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ppbus pps.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/02/15 06:54:12 PST Modified files: sys/dev/ppbus pps.c Log: A bunch of nits from bde. Make the name "pps" all over the place. Remove the hardcoded 10us offset, use sawtooth for it. Revision Changes Path 1.3 +60 -68 src/sys/dev/ppbus/pps.c