From owner-cvs-all@FreeBSD.ORG Wed Oct 12 20:17:37 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 C29C616A41F; Wed, 12 Oct 2005 20:17:37 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B9FD43D53; Wed, 12 Oct 2005 20:17:35 +0000 (GMT) (envelope-from sos@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 j9CKHZQQ067709; Wed, 12 Oct 2005 20:17:35 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9CKHZTk067708; Wed, 12 Oct 2005 20:17:35 GMT (envelope-from sos) Message-Id: <200510122017.j9CKHZTk067708@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 12 Oct 2005 20:17:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ata ata-chipset.c atapi-cd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 12 Oct 2005 20:17:38 -0000 sos 2005-10-12 20:17:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ata ata-chipset.c atapi-cd.c Log: MFC: Properly react to allocation failures. Correct the former patch to the way it would have looked after review. Approved by: re@ (scottl) Revision Changes Path 1.126.2.5 +11 -6 src/sys/dev/ata/ata-chipset.c 1.179.2.3 +13 -13 src/sys/dev/ata/atapi-cd.c