From owner-cvs-all Mon Jul 30 20:36:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBD1D37B401; Mon, 30 Jul 2001 20:36:26 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6V3aQ436874; Mon, 30 Jul 2001 20:36:26 -0700 (PDT) (envelope-from jake) Message-Id: <200107310336.f6V3aQ436874@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 30 Jul 2001 20:36:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ofw openfirm.c openfirm.h X-FreeBSD-CVS-Branch: HEAD 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 jake 2001/07/30 20:36:26 PDT Modified files: sys/dev/ofw openfirm.c openfirm.h Log: Make the openfirmware functions work on 64 bit architectures by using a standard cell_t type for the fields of all argument structs. Also make ihandle_t and phandle_t unsigned to avoid sign extension problems. Approved by: benno Revision Changes Path 1.6 +238 -236 src/sys/dev/ofw/openfirm.c 1.6 +5 -3 src/sys/dev/ofw/openfirm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message