BERI_DE4_MDROOT revision 256865
1#
2# BERI_DE4 -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible RISC
3# Implementation) FPGA soft core, as configured in its Terasic DE-4 reference
4# configuration.
5#
6# $FreeBSD: head/sys/mips/conf/BERI_DE4_MDROOT 256865 2013-10-21 22:43:38Z brooks $
7#
8
9include "BERI_TEMPLATE"
10
11ident		BERI_DE4_MDROOT
12
13hints		"BERI_DE4.hints"	#Default places to look for devices.
14
15#
16# This kernel configuration uses an embedded 8MB memory root file system.
17# Adjust the following path based on local requirements.
18#
19options 	MD_ROOT			# MD is a potential root device
20options 	MD_ROOT_SIZE=8192
21options 	ROOTDEVNAME=\"ufs:md0\"
22
23device		altera_avgen
24device		altera_jtag_uart
25device		altera_sdcard
26device		terasic_de4led
27device		terasic_mtl
28
29device		sc
30