summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1999-11-25 05:51:00 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1999-11-25 05:51:00 +0000
commitab9f9d5c2981598cbc15287bd39f6a78bb79612a (patch)
treee8c6300b873a14f61a9d52ed595916767e3f7df0 /sys/arch/powerpc
parenta1bcf5ebdae3ac4c3aa5127005e361f83a8ed99b (diff)
Add back rd_ md hooks that was incorrectly removed with the recent rd changes.
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r--sys/arch/powerpc/conf/files.powerpc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/conf/files.powerpc b/sys/arch/powerpc/conf/files.powerpc
index 7e8a99ad199..625acb8bb8c 100644
--- a/sys/arch/powerpc/conf/files.powerpc
+++ b/sys/arch/powerpc/conf/files.powerpc
@@ -65,7 +65,8 @@ include "../../../dev/ofw/files.ofw"
file arch/powerpc/powerpc/opendev.c ofcons | ofnet | ofdisk | ofrtc
major { ofdisk = 4 }
-pseudo-device rd
+#pseudo-device rd
+file arch/powerpc/powerpc/rd_root.c ramdisk_hooks
major {rd = 17}
include "dev/pci/files.pci"