From owner-cvs-src@FreeBSD.ORG Tue Feb 27 17:27:23 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C178E16A403; Tue, 27 Feb 2007 17:27:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9A36813C4AA; Tue, 27 Feb 2007 17:27:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1RHRNcT018575; Tue, 27 Feb 2007 17:27:23 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1RHRNqN018574; Tue, 27 Feb 2007 17:27:23 GMT (envelope-from jhb) Message-Id: <200702271727.l1RHRNqN018574@repoman.freebsd.org> From: John Baldwin Date: Tue, 27 Feb 2007 17:27:23 +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/dev/pccbb pccbb.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, 27 Feb 2007 17:27:23 -0000 jhb 2007-02-27 17:27:23 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: Use pause() instead of tsleep()'s on the softc pointer that have no corresponding wakeups. Also, at least some of the comments nearby indicate that these are fixed-length I/O sleeps. Revision Changes Path 1.156 +6 -6 src/sys/dev/pccbb/pccbb.c