From owner-cvs-src@FreeBSD.ORG Thu May 19 15:23:18 2005 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 0765C16A4CE; Thu, 19 May 2005 15:23:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C723B43D48; Thu, 19 May 2005 15:23:17 +0000 (GMT) (envelope-from marius@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 j4JFNHC0044044; Thu, 19 May 2005 15:23:17 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4JFNHs5044043; Thu, 19 May 2005 15:23:17 GMT (envelope-from marius) Message-Id: <200505191523.j4JFNHs5044043@repoman.freebsd.org> From: Marius Strobl Date: Thu, 19 May 2005 15:23:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ofw openpromio.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: Thu, 19 May 2005 15:23:18 -0000 marius 2005-05-19 15:23:17 UTC FreeBSD src repository Modified files: sys/dev/ofw openpromio.c Log: Sync with openfirm(4) and check the return value of malloc() although this isn't exactly necessary with M_WAITOK. Revision Changes Path 1.7 +15 -2 src/sys/dev/ofw/openpromio.c