Deleted Added
full compact
HL201 (276004) HL201 (276755)
1# Kernel configuration for the AT91SAM9G20 based Hot-e configuration file
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
1# Kernel configuration for the AT91SAM9G20 based Hot-e configuration file
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
18# $FreeBSD: head/sys/arm/conf/HL201 276004 2014-12-21 11:55:40Z andrew $
18# $FreeBSD: head/sys/arm/conf/HL201 276755 2015-01-06 16:15:57Z jhb $
19
20#NO_UNIVERSE
21
22ident HL201
23
24include "../at91/std.hl201"
25
26makeoptions MODULES_OVERRIDE=""

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

35options FFS # Berkeley Fast Filesystem
36#options SOFTUPDATES # Enable FFS soft updates support
37#options UFS_ACL # Support for access control lists
38#options UFS_DIRHASH # Improve performance on big directories
39#options MD_ROOT # MD is a potential root device
40#options MD_ROOT_SIZE=4096 # 4MB ram disk
41options NANDFS # NAND file system
42options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
19
20#NO_UNIVERSE
21
22ident HL201
23
24include "../at91/std.hl201"
25
26makeoptions MODULES_OVERRIDE=""

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

35options FFS # Berkeley Fast Filesystem
36#options SOFTUPDATES # Enable FFS soft updates support
37#options UFS_ACL # Support for access control lists
38#options UFS_DIRHASH # Improve performance on big directories
39#options MD_ROOT # MD is a potential root device
40#options MD_ROOT_SIZE=4096 # 4MB ram disk
41options NANDFS # NAND file system
42options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
43options NFSCL # New Network Filesystem Client
44#options NFSD # New Network Filesystem Server
43options NFSCL # Network Filesystem Client
44#options NFSD # Network Filesystem Server
45#options NFSLOCKD # Network Lock Manager
46options NFS_ROOT # NFS usable as /, requires NFSCL
47#options BOOTP_NFSROOT
48#options BOOTP
49#options BOOTP_NFSV3
50#options BOOTP_WIRED_TO=ate0
51#options BOOTP_COMPAT
52

--- 95 unchanged lines hidden ---
45#options NFSLOCKD # Network Lock Manager
46options NFS_ROOT # NFS usable as /, requires NFSCL
47#options BOOTP_NFSROOT
48#options BOOTP
49#options BOOTP_NFSV3
50#options BOOTP_WIRED_TO=ate0
51#options BOOTP_COMPAT
52

--- 95 unchanged lines hidden ---