Deleted Added
full compact
BWCT (203758) BWCT (203938)
1# BWCT -- Custom kernel configuration for the AT91RM9200 boards from bwct.de.
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
1# BWCT -- Custom kernel configuration for the AT91RM9200 boards from bwct.de.
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
18# $FreeBSD: head/sys/arm/conf/BWCT 203758 2010-02-10 16:30:04Z attilio $
18# $FreeBSD: head/sys/arm/conf/BWCT 203938 2010-02-15 23:44:48Z attilio $
19
20ident BWCT
21
22options VERBOSE_INIT_ARM
23
24options AT91_BWCT
25include "../at91/std.bwct"
26

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

74device vlan
75device pty
76device uart
77device ate
78device mii
79device rlswitch
80
81# Debugging for use in -current
19
20ident BWCT
21
22options VERBOSE_INIT_ARM
23
24options AT91_BWCT
25include "../at91/std.bwct"
26

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

74device vlan
75device pty
76device uart
77device ate
78device mii
79device rlswitch
80
81# Debugging for use in -current
82#options DEADLKRES #Enable the deadlock resolver
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 at91_twi # TWI: Two Wire Interface

--- 22 unchanged lines hidden ---
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 at91_twi # TWI: Two Wire Interface

--- 22 unchanged lines hidden ---