summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2002-04-15 12:30:18 +0000
committerbenno <benno@FreeBSD.org>2002-04-15 12:30:18 +0000
commit813f104cc82486df1919c52f4a2d778c7ca47146 (patch)
treed591e16bb72ebf56e6c8840cdd3289495a0945fe /sys
parenta7de23a1adf28e09a232cda8afe3efe007016a35 (diff)
downloadFreeBSD-src-813f104cc82486df1919c52f4a2d778c7ca47146.zip
FreeBSD-src-813f104cc82486df1919c52f4a2d778c7ca47146.tar.gz
Add ofwd to the GENERIC config for powerpc.
Diffstat (limited to 'sys')
-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