Deleted Added
full compact
QILA9G20 (270912) QILA9G20 (276755)
1# Kernel configuration for Calao Syatems QIL-A9G20 development card
2# http://www.calao-systems.com
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# Kernel configuration for Calao Syatems QIL-A9G20 development card
2# http://www.calao-systems.com
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/QILA9G20 270912 2014-09-01 03:49:21Z imp $
19# $FreeBSD: head/sys/arm/conf/QILA9G20 276755 2015-01-06 16:15:57Z jhb $
20
21#NO_UNIVERSE
22
23ident QILA9G20
24
25include "../at91/std.qila9g20"
26
27#To statically compile in device wiring instead of /boot/device.hints

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

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

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

36options INET # InterNETworking
37#options INET6 # IPv6 communications protocols
38options FFS # Berkeley Fast Filesystem
39#options SOFTUPDATES # Enable FFS soft updates support
40#options UFS_ACL # Support for access control lists
41#options UFS_DIRHASH # Improve performance on big directories
42#options MD_ROOT # MD is a potential root device
43#options MD_ROOT_SIZE=4096 # 4MB ram disk
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
47#options NFS_ROOT # NFS usable as /, requires NFSCL
48#options BOOTP_NFSROOT
49#options BOOTP
50#options BOOTP_NFSV3
51#options BOOTP_WIRED_TO=ate0
52#options BOOTP_COMPAT
53

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

--- 102 unchanged lines hidden ---