From owner-cvs-src@FreeBSD.ORG Sun Apr 4 05:52:22 2004 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 D847516A4CE; Sun, 4 Apr 2004 05:52:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D371C43D6B; Sun, 4 Apr 2004 05:52:22 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i34CqMGe004645; Sun, 4 Apr 2004 05:52:22 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i34CqMYR004641; Sun, 4 Apr 2004 05:52:22 -0700 (PDT) (envelope-from tmm) Message-Id: <200404041252.i34CqMYR004641@repoman.freebsd.org> From: Thomas Moestl Date: Sun, 4 Apr 2004 05:52:22 -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/sparc64/creator creator_upa.c src/sys/dev/fb creator.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 Apr 2004 12:52:23 -0000 tmm 2004/04/04 05:52:22 PDT FreeBSD src repository Modified files: sys/sparc64/creator creator_upa.c sys/dev/fb creator.c Log: - Use an ihandle_t to store the stdout instance handle instead of a phandle_t. Since both are typedefed to unsigned int, this is more or less cosmetic. - Fix the code that determines whether a creator instance was used for firmware output (and should not be blanked on initialization). Since r1.2 of dev/fb/creator.c, this consisted comparing a handle of an instance of a package with a handle of the package itself. Use the test from r1.1, which utilizes OF_instance_to_package(). Submitted by: Marius Strobl Revision Changes Path 1.4 +2 -2 src/sys/dev/fb/creator.c 1.4 +1 -1 src/sys/sparc64/creator/creator_upa.c