]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Basic OpenFirmware disk driver. It will attach to anything in OpenFirmware
authorbenno <benno@FreeBSD.org>
Mon, 15 Apr 2002 10:54:22 +0000 (10:54 +0000)
committerbenno <benno@FreeBSD.org>
Mon, 15 Apr 2002 10:54:22 +0000 (10:54 +0000)
commita6e01bf1047e635ac4d1f2dc92e7e03a767295ba
tree68579afb654f0ae95fc0b4ddd10bbcc56ff9f0db
parent599a5e6ad0e0ce0d2dc0721579b68d0f54b08f58
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.
sys/dev/ofw/ofw_disk.c [new file with mode: 0644]