Deleted Added
full compact
GUMSTIX (224699) GUMSTIX (226995)
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 224699 2011-08-07 20:16:46Z rmacklem $
19# $FreeBSD: head/sys/arm/conf/GUMSTIX 226995 2011-11-01 16:13:59Z marius $
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"

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

65options BOOTP_WIRED_TO=smc0
66options BOOTP_COMPAT
67options BOOTP_NFSV3
68options BOOTP_BLOCKSIZE=4096
69options PREEMPTION
70device loop
71device ether
72device mii
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"

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

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