Deleted Added
full compact
KB920X (203758) KB920X (203938)
1# KB920X -- Custom kernel configuration for the KB9202 (no letter, A and B)
2# AT91RM9200 evaluation boards from kwikbyte.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# KB920X -- Custom kernel configuration for the KB9202 (no letter, A and B)
2# AT91RM9200 evaluation boards from kwikbyte.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/KB920X 203758 2010-02-10 16:30:04Z attilio $
19# $FreeBSD: head/sys/arm/conf/KB920X 203938 2010-02-15 23:44:48Z attilio $
20
21ident KB920X
22
23include "../at91/std.kb920x"
24# The AT91 platform doesn't use /boot/loader, so we have to statically wire
25# hints.
26hints "KB920X.hints"
27makeoptions MODULES_OVERRIDE=""

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

70device loop
71device ether
72device uart
73device ate
74device mii
75device lxtphy
76
77# Debugging for use in -current
20
21ident KB920X
22
23include "../at91/std.kb920x"
24# The AT91 platform doesn't use /boot/loader, so we have to statically wire
25# hints.
26hints "KB920X.hints"
27makeoptions MODULES_OVERRIDE=""

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

70device loop
71device ether
72device uart
73device ate
74device mii
75device lxtphy
76
77# Debugging for use in -current
78#options DEADLKRES #Enable the deadlock resolver
78#options DEADLKRES #Enable the deadlock resolver
79#options INVARIANTS #Enable calls of extra sanity checking
80#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
81#options WITNESS #Enable checks to detect deadlocks and cycles
82#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
83
84device md
85device at91_twi # TWI: Two Wire Interface
86device at91_spi # SPI:

--- 53 unchanged lines hidden ---
79#options INVARIANTS #Enable calls of extra sanity checking
80#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
81#options WITNESS #Enable checks to detect deadlocks and cycles
82#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
83
84device md
85device at91_twi # TWI: Two Wire Interface
86device at91_spi # SPI:

--- 53 unchanged lines hidden ---