Deleted Added
full compact
AVILA (200015) AVILA (200928)
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 200015 2009-12-02 00:38:11Z thompsa $
19# $FreeBSD: head/sys/arm/conf/AVILA 200928 2009-12-23 23:16:54Z rpaulo $
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

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

56options BOOTP_NFSV3
57options BOOTP_WIRED_TO=npe0
58#options BOOTP_WIRED_TO=ath0
59#options BOOTP_WIRED_TO=rl0
60options BOOTP_COMPAT
61#options PREEMPTION
62#options VERBOSE_SYSINIT
63
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

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

56options BOOTP_NFSV3
57options BOOTP_WIRED_TO=npe0
58#options BOOTP_WIRED_TO=ath0
59#options BOOTP_WIRED_TO=rl0
60options BOOTP_COMPAT
61#options PREEMPTION
62#options VERBOSE_SYSINIT
63
64# Hardware performance counters
65options HWPMC_HOOKS
66device hwpmc
67
64#device saarm
65
66device pci
67device uart
68
69device ixpwdog # watchdog timer
70device cfi # flash support
71device cfid # flash disk support

--- 76 unchanged lines hidden ---
68#device saarm
69
70device pci
71device uart
72
73device ixpwdog # watchdog timer
74device cfi # flash support
75device cfid # flash disk support

--- 76 unchanged lines hidden ---