summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2012-05-06 08:28:08 +0000
committerjmallett <jmallett@FreeBSD.org>2012-05-06 08:28:08 +0000
commitee6fb09c1c06daaa87873f4486dc43f51dcce454 (patch)
tree2e6cb3f41d633d33c2a46bb14afca7b3fcee1f83 /sys/mips/conf
parent807e99cb6c03581b4a60a3f491fa702d5f41894f (diff)
downloadFreeBSD-src-ee6fb09c1c06daaa87873f4486dc43f51dcce454.zip
FreeBSD-src-ee6fb09c1c06daaa87873f4486dc43f51dcce454.tar.gz
Add a driver for the GXemul test machine's disk controller and disk devices.
Prefer it to using an md device in the GXEMUL kernel configuration. Requested by: rwatson, theraven
Diffstat (limited to 'sys/mips/conf')
-rw-r--r--sys/mips/conf/GXEMUL10
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/mips/conf/GXEMUL b/sys/mips/conf/GXEMUL
index d216cf0..b8e046a 100644
--- a/sys/mips/conf/GXEMUL
+++ b/sys/mips/conf/GXEMUL
@@ -37,16 +37,10 @@ options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required
#options WITNESS #Enable checks to detect deadlocks and cycles
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
-#
-# This kernel configuration uses an embedded 8MB memory root file system.
-# Adjust the following path based on local requirements.
-#
-options MD_ROOT # MD is a potential root device
-options MD_ROOT_SIZE=8192
-#makeoptions MFS_IMAGE=/local/scratch/rnw24/mdroot.img
-options ROOTDEVNAME=\"ufs:md0\"
+options ROOTDEVNAME=\"ufs:gxemul_disk0\"
device gxemul_cons
+device gxemul_disk
device md
device loop
device random
OpenPOWER on IntegriCloud