Deleted Added
full compact
GUMSTIX (236988) GUMSTIX (253779)
1# GUMSTIX -- Custom configuration for the Gumstix Basix and Connex boards from
2# gumstix.com
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
1# GUMSTIX -- Custom configuration for the Gumstix Basix and Connex boards from
2# gumstix.com
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: head/sys/arm/conf/GUMSTIX 236988 2012-06-13 04:40:29Z imp $
19# $FreeBSD: head/sys/arm/conf/GUMSTIX 253779 2013-07-29 20:26:27Z obrien $
20
21ident GUMSTIX
22cpu CPU_XSCALE_PXA2X0
23
24# This probably wants to move somewhere else. Maybe we can create a basic
25# PXA2X0 config, then make a GUMSTIX config that includes the basic one,
26# adds the smc and smcphy devices and pulls in this hints file.
27hints "GUMSTIX.hints"

--- 55 unchanged lines hidden (view full) ---

83#options INVARIANTS #Enable calls of extra sanity checking
84#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
85#options WITNESS #Enable checks to detect deadlocks and cycles
86#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
87#options DIAGNOSTIC
88
89device md
90device random # Entropy device
20
21ident GUMSTIX
22cpu CPU_XSCALE_PXA2X0
23
24# This probably wants to move somewhere else. Maybe we can create a basic
25# PXA2X0 config, then make a GUMSTIX config that includes the basic one,
26# adds the smc and smcphy devices and pulls in this hints file.
27hints "GUMSTIX.hints"

--- 55 unchanged lines hidden (view full) ---

83#options INVARIANTS #Enable calls of extra sanity checking
84#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
85#options WITNESS #Enable checks to detect deadlocks and cycles
86#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
87#options DIAGNOSTIC
88
89device md
90device random # Entropy device
91options YARROW_RNG # Yarrow software RNG