From owner-cvs-all@FreeBSD.ORG Fri Apr 1 16:18:05 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0B3216A4CE; Fri, 1 Apr 2005 16:18:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 731B043D1D; Fri, 1 Apr 2005 16:18:05 +0000 (GMT) (envelope-from jmg@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 j31GI5EI060280; Fri, 1 Apr 2005 16:18:05 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j31GI5gu060279; Fri, 1 Apr 2005 16:18:05 GMT (envelope-from jmg) Message-Id: <200504011618.j31GI5gu060279@repoman.freebsd.org> From: John-Mark Gurney Date: Fri, 1 Apr 2005 16:18:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 16:18:05 -0000 jmg 2005-04-01 16:18:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/pci pci.c Log: MFC: > Implement mimimum system software delays, per PCI PM 1.1 spec, as > suggested by Peter Edwards. This seems to fix my fxp problems and > likely will fix his as well. Use DELAY rather than *sleep because we > can be called from any context. > > Revision Changes Path > 1.274 +55 -38 src/sys/dev/pci/pci.c > 1.275 +2 -2 src/sys/dev/pci/pci.c Approved by: re (scottl) Revision Changes Path 1.264.2.7 +55 -38 src/sys/dev/pci/pci.c