Deleted Added
full compact
IQ31244 (221071) IQ31244 (224699)
1# IQ31244 -- Custom kernel configuration file for FreeBSD/arm on the IQ31244
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# IQ31244 -- Custom kernel configuration file for FreeBSD/arm on the IQ31244
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/IQ31244 221071 2011-04-26 17:01:49Z mav $
18# $FreeBSD: head/sys/arm/conf/IQ31244 224699 2011-08-07 20:16:46Z rmacklem $
19
20ident IQ31244
21
22options PHYSADDR=0xa0000000
23options KERNPHYSADDR=0xa0200000
24options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
25options FLASHADDR=0xf0000000
26options LOADERRAMADDR=0x00000000

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

36
37options SCHED_4BSD #4BSD scheduler
38options INET #InterNETworking
39options INET6 #IPv6 communications protocols
40options FFS #Berkeley Fast Filesystem
41options SOFTUPDATES #Enable FFS soft updates support
42options UFS_ACL #Support for access control lists
43options UFS_DIRHASH #Improve performance on big directories
19
20ident IQ31244
21
22options PHYSADDR=0xa0000000
23options KERNPHYSADDR=0xa0200000
24options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
25options FLASHADDR=0xf0000000
26options LOADERRAMADDR=0x00000000

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

36
37options SCHED_4BSD #4BSD scheduler
38options INET #InterNETworking
39options INET6 #IPv6 communications protocols
40options FFS #Berkeley Fast Filesystem
41options SOFTUPDATES #Enable FFS soft updates support
42options UFS_ACL #Support for access control lists
43options UFS_DIRHASH #Improve performance on big directories
44options NFSCLIENT #Network Filesystem Client
45options NFSSERVER #Network Filesystem Server
44options NFSCL #New Network Filesystem Client
45options NFSD #New Network Filesystem Server
46options NFSLOCKD #Network Lock Manager
46options NFSLOCKD #Network Lock Manager
47options NFS_ROOT #NFS usable as /, requires NFSCLIENT
47options NFS_ROOT #NFS usable as /, requires NFSCL
48#options MSDOSFS #MSDOS Filesystem
49options CD9660 #ISO 9660 Filesystem
50#options PROCFS #Process filesystem (requires PSEUDOFS)
51options PSEUDOFS #Pseudo-filesystem framework
52options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
53options KTRACE #ktrace(1) support
54options SYSVSHM #SYSV-style shared memory
55options SYSVMSG #SYSV-style message queues

--- 59 unchanged lines hidden ---
48#options MSDOSFS #MSDOS Filesystem
49options CD9660 #ISO 9660 Filesystem
50#options PROCFS #Process filesystem (requires PSEUDOFS)
51options PSEUDOFS #Pseudo-filesystem framework
52options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
53options KTRACE #ktrace(1) support
54options SYSVSHM #SYSV-style shared memory
55options SYSVMSG #SYSV-style message queues

--- 59 unchanged lines hidden ---