From owner-cvs-all Fri Oct 18 8:23:59 2002 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 A9E3C37B401; Fri, 18 Oct 2002 08:23:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2378843E7B; Fri, 18 Oct 2002 08:23:58 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IFNimV056453; Fri, 18 Oct 2002 08:23:44 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IFNhI4056452; Fri, 18 Oct 2002 08:23:43 -0700 (PDT) Message-Id: <200210181523.g9IFNhI4056452@repoman.freebsd.org> From: Thomas Moestl Date: Fri, 18 Oct 2002 08:23:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ofw openfirmio.c openfirmio.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 tmm 2002/10/18 08:23:43 PDT Added files: sys/dev/ofw openfirmio.c openfirmio.h Log: Add a pseudo device which allows to access the OpenFirmware device tree via ioctl()s. This was ported from NetBSD and adapted a bit to better match our OpenFirmware support code. Revision Changes Path 1.1 +308 -0 src/sys/dev/ofw/openfirmio.c (new) 1.1 +81 -0 src/sys/dev/ofw/openfirmio.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message