Deleted Added
full compact
CAMBRIA (200014) CAMBRIA (200928)
1# CAMBRIA -- Gateworks Cambria 235x boards
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# CAMBRIA -- Gateworks Cambria 235x boards
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/CAMBRIA 200014 2009-12-02 00:37:03Z thompsa $
19# $FreeBSD: head/sys/arm/conf/CAMBRIA 200928 2009-12-23 23:16:54Z rpaulo $
20
21ident CAMBRIA
22
23include "../xscale/ixp425/std.ixp435"
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

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

53options NFSCLIENT #Network Filesystem Client
54options NFS_ROOT #NFS usable as /, requires NFSCLIENT
55options BOOTP
56options BOOTP_NFSROOT
57options BOOTP_NFSV3
58options BOOTP_WIRED_TO=npe0
59options BOOTP_COMPAT
60
20
21ident CAMBRIA
22
23include "../xscale/ixp425/std.ixp435"
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

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

53options NFSCLIENT #Network Filesystem Client
54options NFS_ROOT #NFS usable as /, requires NFSCLIENT
55options BOOTP
56options BOOTP_NFSROOT
57options BOOTP_NFSV3
58options BOOTP_WIRED_TO=npe0
59options BOOTP_COMPAT
60
61# Hardware performance counters
62options HWPMC_HOOKS
63device hwpmc
64
61#options VERBOSE_SYSINIT
62options VERBOSE_INIT_ARM
63
64#device saarm
65
66device pci
67device uart
68

--- 84 unchanged lines hidden ---
65#options VERBOSE_SYSINIT
66options VERBOSE_INIT_ARM
67
68#device saarm
69
70device pci
71device uart
72

--- 84 unchanged lines hidden ---