Deleted Added
full compact
AVILA (220982) AVILA (224699)
1# AVILA -- Gateworks Avila XScale board
2# kernel configuration file for FreeBSD/arm
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# AVILA -- Gateworks Avila XScale board
2# kernel configuration file for FreeBSD/arm
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/AVILA 220982 2011-04-24 08:58:58Z mav $
19# $FreeBSD: head/sys/arm/conf/AVILA 224699 2011-08-07 20:16:46Z rmacklem $
20
21ident AVILA
22
23include "../xscale/ixp425/std.ixp425"
24# NB: memory mapping is defined in std.avila
25include "../xscale/ixp425/std.avila"
26options XSCALE_CACHE_READ_WRITE_ALLOCATE
27#options ARM_USE_SMALL_ALLOC

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

45#options WITNESS #Enable checks to detect deadlocks and cycles
46#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
47#options DIAGNOSTIC
48
49options SCHED_4BSD #4BSD scheduler
50options INET #InterNETworking
51options FFS #Berkeley Fast Filesystem
52options SOFTUPDATES #Enable FFS soft updates support
20
21ident AVILA
22
23include "../xscale/ixp425/std.ixp425"
24# NB: memory mapping is defined in std.avila
25include "../xscale/ixp425/std.avila"
26options XSCALE_CACHE_READ_WRITE_ALLOCATE
27#options ARM_USE_SMALL_ALLOC

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

45#options WITNESS #Enable checks to detect deadlocks and cycles
46#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
47#options DIAGNOSTIC
48
49options SCHED_4BSD #4BSD scheduler
50options INET #InterNETworking
51options FFS #Berkeley Fast Filesystem
52options SOFTUPDATES #Enable FFS soft updates support
53options NFSCLIENT #Network Filesystem Client
54options NFS_ROOT #NFS usable as /, requires NFSCLIENT
53options NFSCL #New Network Filesystem Client
54options NFS_ROOT #NFS usable as /, requires NFSCL
55options BOOTP
56options BOOTP_NFSROOT
57options BOOTP_NFSV3
58options BOOTP_WIRED_TO=npe0
59#options BOOTP_WIRED_TO=ath0
60#options BOOTP_WIRED_TO=rl0
61options BOOTP_COMPAT
62#options PREEMPTION

--- 96 unchanged lines hidden ---
55options BOOTP
56options BOOTP_NFSROOT
57options BOOTP_NFSV3
58options BOOTP_WIRED_TO=npe0
59#options BOOTP_WIRED_TO=ath0
60#options BOOTP_WIRED_TO=rl0
61options BOOTP_COMPAT
62#options PREEMPTION

--- 96 unchanged lines hidden ---