From owner-cvs-src@FreeBSD.ORG Sun May 4 02:34:16 2003 Return-Path: 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 0446137B401; Sun, 4 May 2003 02:34:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26D4343FCB; Sun, 4 May 2003 02:34:15 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h449YE0U038265; Sun, 4 May 2003 02:34:14 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h449YE92038264; Sun, 4 May 2003 02:34:14 -0700 (PDT) Message-Id: <200305040934.h449YE92038264@repoman.freebsd.org> From: Søren Schmidt Date: Sun, 4 May 2003 02:34:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 04 May 2003 09:34:16 -0000 sos 2003/05/04 02:34:14 PDT FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-all.h ata-pci.c Log: Grap the ATA lock on all channels before suspend, this makes certain that we have no outstanding ops in transit, which would cause problems on resume. Revision Changes Path 1.181 +13 -0 src/sys/dev/ata/ata-all.c 1.62 +1 -0 src/sys/dev/ata/ata-all.h 1.61 +1 -0 src/sys/dev/ata/ata-pci.c