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

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

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

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

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

--- 95 unchanged lines hidden ---
56options NFS_ROOT # NFS usable as /, requires NFSCL
57options BOOTP
58options BOOTP_NFSROOT
59options BOOTP_NFSV3
60options BOOTP_WIRED_TO=npe0
61#options BOOTP_WIRED_TO=ath0
62#options BOOTP_WIRED_TO=rl0
63options BOOTP_COMPAT

--- 95 unchanged lines hidden ---