From owner-cvs-src@FreeBSD.ORG Tue Jul 5 20:13:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB95616A41C; Tue, 5 Jul 2005 20:13:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E7DA43D45; Tue, 5 Jul 2005 20:13:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j65KDEtU027377; Tue, 5 Jul 2005 20:13:14 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j65KDEYG027376; Tue, 5 Jul 2005 20:13:14 GMT (envelope-from jhb) Message-Id: <200507052013.j65KDEYG027376@repoman.freebsd.org> From: John Baldwin Date: Tue, 5 Jul 2005 20:13:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/isa clock.c src/sys/i386/isa clock.c src/sys/pc98/cbus clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 20:13:14 -0000 jhb 2005-07-05 20:13:14 UTC FreeBSD src repository Modified files: sys/amd64/isa clock.c sys/i386/isa clock.c sys/pc98/cbus clock.c Log: Remove a || 1 that crept into the i8254 commit and was subsequently copied and pasted. I had actually tested without this change in my trees as had the other testers. Reported by: bde, Rostislav Krasny rosti dot bsd at gmail dot com Approved by: re (scottl) Pointy hat to: jhb Revision Changes Path 1.221 +1 -1 src/sys/amd64/isa/clock.c 1.222 +1 -1 src/sys/i386/isa/clock.c 1.148 +1 -1 src/sys/pc98/cbus/clock.c