Deleted Added
full compact
SAM9X25EK (260440) SAM9X25EK (261130)
1# Kernel configuration for Atmel AT91SAM9G20EK Rev B. development card
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 Atmel AT91SAM9G20EK Rev B. development card
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/SAM9X25EK 260440 2014-01-08 03:40:18Z ian $
18# $FreeBSD: head/sys/arm/conf/SAM9X25EK 261130 2014-01-24 16:58:50Z imp $
19
20# NOUNIVERSE: disable building in make universe
21ident SAM9X25EK
22
23include "../at91/std.sam9x25ek"
24
25#To statically compile in device wiring instead of /boot/device.hints
26hints "SAM9G20EK.hints"

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

33options SCHED_4BSD #4BSD scheduler
34options INET #InterNETworking
35#options INET6 #IPv6 communications protocols
36options FFS #Berkeley Fast Filesystem
37#options SOFTUPDATES #Enable FFS soft updates support
38#options UFS_ACL #Support for access control lists
39#options UFS_DIRHASH #Improve performance on big directories
40#options MD_ROOT #MD is a potential root device
19
20# NOUNIVERSE: disable building in make universe
21ident SAM9X25EK
22
23include "../at91/std.sam9x25ek"
24
25#To statically compile in device wiring instead of /boot/device.hints
26hints "SAM9G20EK.hints"

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

33options SCHED_4BSD #4BSD scheduler
34options INET #InterNETworking
35#options INET6 #IPv6 communications protocols
36options FFS #Berkeley Fast Filesystem
37#options SOFTUPDATES #Enable FFS soft updates support
38#options UFS_ACL #Support for access control lists
39#options UFS_DIRHASH #Improve performance on big directories
40#options MD_ROOT #MD is a potential root device
41#options MD_ROOT_SIZE=4096 # 3MB ram disk
41#options MD_ROOT_SIZE=4096 # 4MB ram disk
42options NFSCL #New Network Filesystem Client
43#options NFSD #New Network Filesystem Server
44#options NFSLOCKD #Network Lock Manager
45#options NFS_ROOT #NFS usable as /, requires NFSCL
46#options BOOTP_NFSROOT
47#options BOOTP
48#options BOOTP_NFSV3
49#options BOOTP_WIRED_TO=ate0

--- 105 unchanged lines hidden ---
42options NFSCL #New Network Filesystem Client
43#options NFSD #New Network Filesystem Server
44#options NFSLOCKD #Network Lock Manager
45#options NFS_ROOT #NFS usable as /, requires NFSCL
46#options BOOTP_NFSROOT
47#options BOOTP
48#options BOOTP_NFSV3
49#options BOOTP_WIRED_TO=ate0

--- 105 unchanged lines hidden ---