Deleted Added
full compact
EP80219 (163711) EP80219 (166551)
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 163711 2006-10-26 22:11:35Z jb $
18# $FreeBSD: head/sys/arm/conf/EP80219 166551 2007-02-07 18:55:31Z marcel $
19
20machine arm
21ident EP80219
22
23options PHYSADDR=0xa0000000
24options KERNPHYSADDR=0xa0200000
25options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
26

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

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
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
19
20machine arm
21ident EP80219
22
23options PHYSADDR=0xa0000000
24options KERNPHYSADDR=0xa0200000
25options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
26

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

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
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.
59options GEOM_PART_GPT # GUID Partition Tables.
60options GEOM_MBR # DOS/MBR partitioning
61options GEOM_LABEL # Providers labelization.
62
63options BOOTP
64options BOOTP_NFSROOT
65options BOOTP_NFSV3
66options BOOTP_WIRED_TO=fxp0
67options BOOTP_COMPAT

--- 51 unchanged lines hidden ---
60options GEOM_MBR # DOS/MBR partitioning
61options GEOM_LABEL # Providers labelization.
62
63options BOOTP
64options BOOTP_NFSROOT
65options BOOTP_NFSV3
66options BOOTP_WIRED_TO=fxp0
67options BOOTP_COMPAT

--- 51 unchanged lines hidden ---