Deleted Added
full compact
EP80219 (161592) EP80219 (163709)
1# -*- makefile-bsdmake -*- 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# -*- makefile-bsdmake -*- 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/EP80219 161592 2006-08-24 23:51:28Z cognet $
18# $FreeBSD: head/sys/arm/conf/EP80219 163709 2006-10-26 21:42:22Z jb $
19
20machine arm
21ident EP80219
22
23options PHYSADDR=0xa0000000
24options KERNPHYSADDR=0xa0200000
25options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
26

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

54options SYSVSHM #SYSV-style shared memory
55options SYSVMSG #SYSV-style message queues
56options SYSVSEM #SYSV-style semaphores
57options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
58options KBD_INSTALL_CDEV # install a CDEV entry in /dev
59options GEOM_GPT # GUID Partition Tables.
60options GEOM_MBR # DOS/MBR partitioning
61options GEOM_LABEL # Providers labelization.
19
20machine arm
21ident EP80219
22
23options PHYSADDR=0xa0000000
24options KERNPHYSADDR=0xa0200000
25options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
26

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

54options SYSVSHM #SYSV-style shared memory
55options SYSVMSG #SYSV-style message queues
56options SYSVSEM #SYSV-style semaphores
57options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
58options KBD_INSTALL_CDEV # install a CDEV entry in /dev
59options GEOM_GPT # GUID Partition Tables.
60options GEOM_MBR # DOS/MBR partitioning
61options GEOM_LABEL # Providers labelization.
62options KSE # KSE support
62
63options BOOTP
64options BOOTP_NFSROOT
65options BOOTP_NFSV3
66options BOOTP_WIRED_TO=fxp0
67options BOOTP_COMPAT
68#options PREEMPTION
69device genclock

--- 49 unchanged lines hidden ---
63
64options BOOTP
65options BOOTP_NFSROOT
66options BOOTP_NFSV3
67options BOOTP_WIRED_TO=fxp0
68options BOOTP_COMPAT
69#options PREEMPTION
70device genclock

--- 49 unchanged lines hidden ---