Deleted Added
full compact
IQ31244 (159651) IQ31244 (163709)
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/IQ31244 159651 2006-06-15 19:58:53Z netchild $
18# $FreeBSD: head/sys/arm/conf/IQ31244 163709 2006-10-26 21:42:22Z jb $
19
20machine arm
21ident IQ31244
22
23options PHYSADDR=0xa0000000
24options KERNPHYSADDR=0xa0200000
25options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
26

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

56options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
57options KBD_INSTALL_CDEV # install a CDEV entry in /dev
58options BOOTP
59options BOOTP_NFSROOT
60options BOOTP_NFSV3
61options BOOTP_WIRED_TO=em0
62options BOOTP_COMPAT
63#options PREEMPTION
19
20machine arm
21ident IQ31244
22
23options PHYSADDR=0xa0000000
24options KERNPHYSADDR=0xa0200000
25options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
26

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

56options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
57options KBD_INSTALL_CDEV # install a CDEV entry in /dev
58options BOOTP
59options BOOTP_NFSROOT
60options BOOTP_NFSV3
61options BOOTP_WIRED_TO=em0
62options BOOTP_COMPAT
63#options PREEMPTION
64options KSE # KSE support
64device genclock
65device loop
66device ether
67device nexus
68device mem # Memory and kernel memory devices
69#device saarm
70device miibus
71device rl

--- 43 unchanged lines hidden ---
65device genclock
66device loop
67device ether
68device nexus
69device mem # Memory and kernel memory devices
70#device saarm
71device miibus
72device rl

--- 43 unchanged lines hidden ---