Deleted Added
full compact
GUMSTIX (226995) GUMSTIX (233271)
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 226995 2011-11-01 16:13:59Z marius $
19# $FreeBSD: head/sys/arm/conf/GUMSTIX 233271 2012-03-21 08:38:42Z ed $
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"

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

71device ether
72device mii
73device mii_bitbang
74device smc
75device smcphy
76device uart
77device uart_ns8250
78
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"

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

71device ether
72device mii
73device mii_bitbang
74device smc
75device smcphy
76device uart
77device uart_ns8250
78
79device pty
80
81# Debugging for use in -current
82options KDB
83options DDB #Enable the kernel debugger
84#options DEADLKRES #Enable the deadlock resolver
85#options INVARIANTS #Enable calls of extra sanity checking
86#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
87#options WITNESS #Enable checks to detect deadlocks and cycles
88#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
89#options DIAGNOSTIC
90
91device md
92device random # Entropy device
79# Debugging for use in -current
80options KDB
81options DDB #Enable the kernel debugger
82#options DEADLKRES #Enable the deadlock resolver
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