diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1999-11-25 05:51:00 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1999-11-25 05:51:00 +0000 |
commit | ab9f9d5c2981598cbc15287bd39f6a78bb79612a (patch) | |
tree | e8c6300b873a14f61a9d52ed595916767e3f7df0 /sys/arch/powerpc | |
parent | a1bcf5ebdae3ac4c3aa5127005e361f83a8ed99b (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.powerpc | 3 |
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" |