summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1999-11-25 05:55:27 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1999-11-25 05:55:27 +0000
commit6000bd58c9f529ec1877b3e1d5cbc0f36f843ee2 (patch)
tree272afd3df2b3f7acb4f0d6bb8170ce7f94fc6745 /sys
parentab9f9d5c2981598cbc15287bd39f6a78bb79612a (diff)
Properly fix the last checkin, the pseudo device rd is now a mi device and
is not to be specified in files.<arch> but if the arch has rd_attach_hook and rd_open_hook, the file that these are in need to be included in that files.<arch> file.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/powerpc/conf/files.powerpc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/powerpc/conf/files.powerpc b/sys/arch/powerpc/conf/files.powerpc
index 625acb8bb8c..3e84de324c4 100644
--- a/sys/arch/powerpc/conf/files.powerpc
+++ b/sys/arch/powerpc/conf/files.powerpc
@@ -65,7 +65,6 @@ include "../../../dev/ofw/files.ofw"
file arch/powerpc/powerpc/opendev.c ofcons | ofnet | ofdisk | ofrtc
major { ofdisk = 4 }
-#pseudo-device rd
file arch/powerpc/powerpc/rd_root.c ramdisk_hooks
major {rd = 17}