From owner-cvs-all Mon Oct 15 2:51:16 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 4DFED37B401; Mon, 15 Oct 2001 02:51:10 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9F9pAP99037; Mon, 15 Oct 2001 02:51:10 -0700 (PDT) (envelope-from robert) Message-Id: <200110150951.f9F9pAP99037@freefall.freebsd.org> From: Robert Drehmel Date: Mon, 15 Oct 2001 02:51:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ofw/libofw openfirm.c 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 robert 2001/10/15 02:51:10 PDT Modified files: sys/boot/ofw/libofw openfirm.c Log: - Use the cell_t type definition for Open Firmware arguments in combination with requisite casts as this avoids fatal side effects on 64-bit architectures. - Add the OF_alloc_phys function. Revision Changes Path 1.4 +360 -248 src/sys/boot/ofw/libofw/openfirm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message