Deleted Added
full compact
KB920X (160451) KB920X (163709)
1# KB920X -- Custom kernel configuration for the KB9200, 9201 and 9202
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 KB9200, 9201 and 9202
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 160451 2006-07-17 21:17:20Z cognet $
19# $FreeBSD: head/sys/arm/conf/KB920X 163709 2006-10-26 21:42:22Z jb $
20
21machine arm
22ident KB920X
23
24include "../at91/std.kb920x"
25#To statically compile in device wiring instead of /boot/device.hints
26#hints "GENERIC.hints" #Default places to look for devices.
27

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

55options SYSVMSG #SYSV-style message queues
56options SYSVSEM #SYSV-style semaphores
57options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
58#options SYSCTL_OMIT_DESCR
59options MUTEX_NOINLINE
60options RWLOCK_NOINLINE
61options NO_FFS_SNAPSHOT
62options NO_SWAPPING
20
21machine arm
22ident KB920X
23
24include "../at91/std.kb920x"
25#To statically compile in device wiring instead of /boot/device.hints
26#hints "GENERIC.hints" #Default places to look for devices.
27

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

55options SYSVMSG #SYSV-style message queues
56options SYSVSEM #SYSV-style semaphores
57options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
58#options SYSCTL_OMIT_DESCR
59options MUTEX_NOINLINE
60options RWLOCK_NOINLINE
61options NO_FFS_SNAPSHOT
62options NO_SWAPPING
63options KSE # KSE support
63device genclock
64device random
65device pty
66device loop
67device ether
68device nexus
69device uart
70device ate

--- 14 unchanged lines hidden ---
64device genclock
65device random
66device pty
67device loop
68device ether
69device nexus
70device uart
71device ate

--- 14 unchanged lines hidden ---