Deleted Added
full compact
CAMBRIA (263301) CAMBRIA (276755)
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 263301 2014-03-18 14:41:18Z imp $
19# $FreeBSD: head/sys/arm/conf/CAMBRIA 276755 2015-01-06 16:15:57Z jhb $
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#To statically compile in device wiring instead of /boot/device.hints

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

48options SCHED_4BSD # 4BSD scheduler
49#options PREEMPTION
50options INET # InterNETworking
51options GEOM_PART_BSD # BSD partition scheme
52options GEOM_PART_MBR # MBR partition scheme
53options TMPFS # Efficient memory filesystem
54options FFS # Berkeley Fast Filesystem
55options SOFTUPDATES # Enable FFS soft updates support
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#To statically compile in device wiring instead of /boot/device.hints

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

48options SCHED_4BSD # 4BSD scheduler
49#options PREEMPTION
50options INET # InterNETworking
51options GEOM_PART_BSD # BSD partition scheme
52options GEOM_PART_MBR # MBR partition scheme
53options TMPFS # Efficient memory filesystem
54options FFS # Berkeley Fast Filesystem
55options SOFTUPDATES # Enable FFS soft updates support
56options NFSCL # New Network Filesystem Client
56options NFSCL # Network Filesystem Client
57options NFS_ROOT # NFS usable as /, requires NFSCL
58options BOOTP
59options BOOTP_NFSROOT
60options BOOTP_NFSV3
61options BOOTP_WIRED_TO=npe0
62options BOOTP_COMPAT
63
64# Hardware performance counters

--- 88 unchanged lines hidden ---
57options NFS_ROOT # NFS usable as /, requires NFSCL
58options BOOTP
59options BOOTP_NFSROOT
60options BOOTP_NFSV3
61options BOOTP_WIRED_TO=npe0
62options BOOTP_COMPAT
63
64# Hardware performance counters

--- 88 unchanged lines hidden ---