freebsd-dev/sys/mips/conf/BERI_SIM_VIRTIO
Warner Losh 29d1144aeb Mark the mostly redundant kernels that just pull
in something from _BASE as NO_UNIVERSE

Differential Revision: https://reviews.freebsd.org/D4200
2015-11-19 01:58:12 +00:00

23 lines
413 B
Plaintext

#
# BERI_SIM_VIRTIO -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
# RISC Implementation) FPGA soft core, as configured for simulation.
#
# $FreeBSD$
#
#NO_UNIVERSE
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\"