Deleted Added
full compact
CRB (276642) CRB (276755)
1# GENERIC -- Generic kernel configuration file for FreeBSD/arm
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# GENERIC -- Generic kernel configuration file for FreeBSD/arm
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/CRB 276642 2015-01-03 23:30:29Z ian $
18# $FreeBSD: head/sys/arm/conf/CRB 276755 2015-01-06 16:15:57Z jhb $
19
20ident CRB
21
22options PHYSADDR=0x00000000
23options KERNPHYSADDR=0x00200000
24options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
25
26options COUNTS_PER_SEC=400000000

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

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

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

35
36options SCHED_4BSD # 4BSD scheduler
37options INET # InterNETworking
38options INET6 # IPv6 communications protocols
39options FFS # Berkeley Fast Filesystem
40options SOFTUPDATES # Enable FFS soft updates support
41options UFS_ACL # Support for access control lists
42options UFS_DIRHASH # Improve performance on big directories
43options NFSCL # New Network Filesystem Client
44options NFSD # New Network Filesystem Server
43options NFSCL # Network Filesystem Client
44options NFSD # Network Filesystem Server
45options NFSLOCKD # Network Lock Manager
46options NFS_ROOT # NFS usable as /, requires NFSCL
47#options MSDOSFS # MSDOS Filesystem
48options GEOM_PART_BSD # BSD partition scheme
49options GEOM_PART_MBR # MBR partition scheme
50options TMPFS # Efficient memory filesystem
51options CD9660 # ISO 9660 Filesystem
52#options PROCFS # Process filesystem (requires PSEUDOFS)

--- 58 unchanged lines hidden ---
45options NFSLOCKD # Network Lock Manager
46options NFS_ROOT # NFS usable as /, requires NFSCL
47#options MSDOSFS # MSDOS Filesystem
48options GEOM_PART_BSD # BSD partition scheme
49options GEOM_PART_MBR # MBR partition scheme
50options TMPFS # Efficient memory filesystem
51options CD9660 # ISO 9660 Filesystem
52#options PROCFS # Process filesystem (requires PSEUDOFS)

--- 58 unchanged lines hidden ---