aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2012-05-06 08:28:08 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2012-05-06 08:28:08 +0000
commitffbec968256756cb803f1c2d4c68eaba08f6a1ee (patch)
tree2e6cb3f41d633d33c2a46bb14afca7b3fcee1f83 /sys/mips
parent6787a7875a7c0fa832dd3490e0596f9c303e4b18 (diff)
downloadsrc-ffbec968256756cb803f1c2d4c68eaba08f6a1ee.tar.gz
src-ffbec968256756cb803f1c2d4c68eaba08f6a1ee.zip
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
Notes
Notes: svn path=/head/; revision=235073
Diffstat (limited to 'sys/mips')
-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 d216cf0e157a..b8e046a665d9 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