Deleted Added
full compact
HL200 (207077) HL200 (224699)
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 207077 2010-04-22 21:31:34Z thompsa $
18# $FreeBSD: head/sys/arm/conf/HL200 224699 2011-08-07 20:16:46Z rmacklem $
19
20ident HL200
21
22include "../at91/std.hl200"
23
24#To statically compile in device wiring instead of /boot/device.hints
25hints "KB920X.hints"
26makeoptions MODULES_OVERRIDE=""

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

34#options INET6 #IPv6 communications protocols
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 # 3MB ram disk
41#options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
19
20ident HL200
21
22include "../at91/std.hl200"
23
24#To statically compile in device wiring instead of /boot/device.hints
25hints "KB920X.hints"
26makeoptions MODULES_OVERRIDE=""

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

34#options INET6 #IPv6 communications protocols
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 # 3MB ram disk
41#options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
42options NFSCLIENT #Network Filesystem Client
43#options NFSSERVER #Network Filesystem Server
42options NFSCL #New Network Filesystem Client
43#options NFSD #New Network Filesystem Server
44#options NFSLOCKD #Network Lock Manager
44#options NFSLOCKD #Network Lock Manager
45options NFS_ROOT #NFS usable as /, requires NFSCLIENT
45options NFS_ROOT #NFS usable as /, requires NFSCL
46options BOOTP_NFSROOT
47options BOOTP
48options BOOTP_NFSV3
49options BOOTP_WIRED_TO=ate0
50options BOOTP_COMPAT
51
52#options MSDOSFS #MSDOS Filesystem
53#options CD9660 #ISO 9660 Filesystem

--- 87 unchanged lines hidden ---
46options BOOTP_NFSROOT
47options BOOTP
48options BOOTP_NFSV3
49options BOOTP_WIRED_TO=ate0
50options BOOTP_COMPAT
51
52#options MSDOSFS #MSDOS Filesystem
53#options CD9660 #ISO 9660 Filesystem

--- 87 unchanged lines hidden ---