Deleted Added
full compact
HL200 (270912) HL200 (276755)
1# Kernel configuration for the AT91RM9200 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 AT91RM9200 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/HL200 270912 2014-09-01 03:49:21Z imp $
18# $FreeBSD: head/sys/arm/conf/HL200 276755 2015-01-06 16:15:57Z jhb $
19
20#NO_UNIVERSE
21
22ident HL200
23
24include "../at91/std.hl200"
25
26#To statically compile in device wiring instead of /boot/device.hints

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

36#options INET6 # IPv6 communications protocols
37options FFS # Berkeley Fast Filesystem
38#options SOFTUPDATES # Enable FFS soft updates support
39#options UFS_ACL # Support for access control lists
40#options UFS_DIRHASH # Improve performance on big directories
41#options MD_ROOT # MD is a potential root device
42#options MD_ROOT_SIZE=4096 # 4MB ram disk
43#options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
19
20#NO_UNIVERSE
21
22ident HL200
23
24include "../at91/std.hl200"
25
26#To statically compile in device wiring instead of /boot/device.hints

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

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

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

--- 91 unchanged lines hidden ---