From owner-cvs-all Mon Apr 15 3:54:26 2002 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 125CD37B405; Mon, 15 Apr 2002 03:54:23 -0700 (PDT) Received: (from benno@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3FAsN377694; Mon, 15 Apr 2002 03:54:23 -0700 (PDT) (envelope-from benno) Message-Id: <200204151054.g3FAsN377694@freefall.freebsd.org> From: Benno Rice Date: Mon, 15 Apr 2002 03:54:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ofw ofw_disk.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 benno 2002/04/15 03:54:22 PDT Added files: sys/dev/ofw ofw_disk.c Log: Basic OpenFirmware disk driver. It will attach to anything in OpenFirmware that declares itself to be a disk, which may be the wrong thing to do in the long term but it works well enough to attach to emulated disks in the PowerPC simulator in gdb now that they have the proper device_type property. Revision Changes Path 1.1 +261 -0 src/sys/dev/ofw/ofw_disk.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message