Deleted Added
full compact
IQ31244 (203758) IQ31244 (203938)
1# IQ31244 -- Custom kernel configuration file for FreeBSD/arm on the IQ31244
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# IQ31244 -- Custom kernel configuration file for FreeBSD/arm on the IQ31244
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/IQ31244 203758 2010-02-10 16:30:04Z attilio $
18# $FreeBSD: head/sys/arm/conf/IQ31244 203938 2010-02-15 23:44:48Z attilio $
19
20ident IQ31244
21
22options PHYSADDR=0xa0000000
23options KERNPHYSADDR=0xa0200000
24options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
25options FLASHADDR=0xf0000000
26options LOADERRAMADDR=0x00000000

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

89#options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
90 # output. Adds ~128k to driver.
91#options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
92 # output. Adds ~215k to driver.
93
94# Debugging for use in -current
95options KDB
96options DDB #Enable the kernel debugger
19
20ident IQ31244
21
22options PHYSADDR=0xa0000000
23options KERNPHYSADDR=0xa0200000
24options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
25options FLASHADDR=0xf0000000
26options LOADERRAMADDR=0x00000000

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

89#options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
90 # output. Adds ~128k to driver.
91#options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
92 # output. Adds ~215k to driver.
93
94# Debugging for use in -current
95options KDB
96options DDB #Enable the kernel debugger
97#options DEADLKRES #Enable the deadlock resolver
97#options DEADLKRES #Enable the deadlock resolver
98#options INVARIANTS #Enable calls of extra sanity checking
99#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
100#options WITNESS #Enable checks to detect deadlocks and cycles
101#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
102#options DIAGNOSTIC
103
104# To make an SMP kernel, the next two are needed
105#options SMP # Symmetric MultiProcessor Kernel
106#options APIC_IO # Symmetric (APIC) I/O
107options XSCALE_CACHE_READ_WRITE_ALLOCATE
108device md
109device random # Entropy device
110
111options ARM_USE_SMALL_ALLOC
112# Floppy drives
113
98#options INVARIANTS #Enable calls of extra sanity checking
99#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
100#options WITNESS #Enable checks to detect deadlocks and cycles
101#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
102#options DIAGNOSTIC
103
104# To make an SMP kernel, the next two are needed
105#options SMP # Symmetric MultiProcessor Kernel
106#options APIC_IO # Symmetric (APIC) I/O
107options XSCALE_CACHE_READ_WRITE_ALLOCATE
108device md
109device random # Entropy device
110
111options ARM_USE_SMALL_ALLOC
112# Floppy drives
113