aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
diff options
context:
space:
mode:
authorRuslan Bukin <br@FreeBSD.org>2015-07-03 14:46:57 +0000
committerRuslan Bukin <br@FreeBSD.org>2015-07-03 14:46:57 +0000
commit4ebd95ae06e42186e2ecf744c869b06f74f3be0b (patch)
tree55b30417ccc659727170966f4cf77c6baee4a0a2 /sys/mips
parent4934834d6bc1ed05e246daa216cd169ddc60ff0e (diff)
downloadsrc-4ebd95ae06e42186e2ecf744c869b06f74f3be0b.tar.gz
src-4ebd95ae06e42186e2ecf744c869b06f74f3be0b.zip
o Add a description for virtio block device implemented
in PISM (Bluespec C-interface device) o Add a kernel config Sponsored by: HEIF5
Notes
Notes: svn path=/head/; revision=285095
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/BERI_SIM_VIRTIO20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys/mips/conf/BERI_SIM_VIRTIO b/sys/mips/conf/BERI_SIM_VIRTIO
new file mode 100644
index 000000000000..ecc965034ba3
--- /dev/null
+++ b/sys/mips/conf/BERI_SIM_VIRTIO
@@ -0,0 +1,20 @@
+#
+# BERI_SIM_VIRTIO -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
+# RISC Implementation) FPGA soft core, as configured for simulation.
+#
+# $FreeBSD$
+#
+
+include "BERI_SIM_BASE"
+
+ident BERI_SIM_VIRTIO
+
+device virtio
+device virtio_blk
+device virtio_mmio
+device altera_pio
+
+#
+# This kernel expects to find its root filesystem on the SD Card.
+#
+options ROOTDEVNAME=\"ufs:/dev/vtbd0\"