diff options
| author | Benno Rice <benno@FreeBSD.org> | 2002-04-15 12:30:18 +0000 |
|---|---|---|
| committer | Benno Rice <benno@FreeBSD.org> | 2002-04-15 12:30:18 +0000 |
| commit | 2819d0ade26801c10eed5635c00e600cefde111a (patch) | |
| tree | d591e16bb72ebf56e6c8840cdd3289495a0945fe | |
| parent | 3e0ec8876708ae4cadc39960e0f2c98f0a54e584 (diff) | |
Notes
| -rw-r--r-- | sys/conf/files.powerpc | 1 | ||||
| -rw-r--r-- | sys/powerpc/conf/GENERIC | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc index 98307c8f282f..9c963535f173 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 bfebfa7d9594..e4443afa1311 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 |
