summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/files.powerpc1
-rw-r--r--sys/powerpc/conf/GENERIC1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index 98307c8..9c96353 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -42,6 +42,7 @@ crypto/des/des_enc.c optional ipsec ipsec_esp
dev/ofw/openfirm.c standard
dev/ofw/ofw_console.c standard
+dev/ofw/ofw_disk.c optional ofwd
libkern/ashldi3.c standard
libkern/ashrdi3.c standard
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index bfebfa7..e4443af 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -34,3 +34,4 @@ options MD_ROOT
options MD_ROOT_SIZE=1024
device md
+device ofwd
OpenPOWER on IntegriCloud