From owner-cvs-all Mon Dec 16 6:30:42 2002 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 9EF5937B401; Mon, 16 Dec 2002 06:30:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C74343EC2; Mon, 16 Dec 2002 06:30:40 -0800 (PST) (envelope-from thomas@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 gBGEUdmV042094; Mon, 16 Dec 2002 06:30:39 -0800 (PST) (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBGEUdZI042087; Mon, 16 Dec 2002 06:30:39 -0800 (PST) Message-Id: <200212161430.gBGEUdZI042087@repoman.freebsd.org> From: Thomas Quinot Date: Mon, 16 Dec 2002 06:30:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG thomas 2002/12/16 06:30:39 PST Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c Log: MFC rev. 1.159: In ata_reinit, when ata_getparam fails for a supposed new device, clear the corresponding bit in the ch->devices bitmap. Resolves a case of panic on APM suspend/resume. Approved by: sos Reviewed by: roberto Revision Changes Path 1.50.2.43 +5 -4 src/sys/dev/ata/ata-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message