cb7de87666
Switch the majority of device configuration to FDT from hints. Add BERI_*_BASE configs to reduce duplication in the MDROOT and SDROOT kernels. Add NFS and GSSAPI support by default. MFC after: 3 days Sponsored by: DARPA/AFRL
16 lines
334 B
Plaintext
16 lines
334 B
Plaintext
#
|
|
# BERI_SIM_SDROOT -- 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_SDROOT
|
|
|
|
#
|
|
# This kernel expects to find its root filesystem on the SD Card.
|
|
#
|
|
options ROOTDEVNAME=\"ufs:/dev/altera_sdcard0\"
|