Deleted Added
full compact
QILA9G20 (238957) QILA9G20 (240572)
1# Kernel configuration for Calao Syatems QIL-A9G20 development card
2# http://www.calao-systems.com
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
1# Kernel configuration for Calao Syatems QIL-A9G20 development card
2# http://www.calao-systems.com
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: head/sys/arm/conf/QILA9G20 238957 2012-07-31 19:41:12Z imp $
19# $FreeBSD: head/sys/arm/conf/QILA9G20 240572 2012-09-16 19:48:48Z jmg $
20
21ident QILA9G20
22
23include "../at91/std.qila9g20"
24
25#To statically compile in device wiring instead of /boot/device.hints
26hints "QILA9G20.hints"
27makeoptions MODULES_OVERRIDE=""

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

46#options BOOTP_NFSROOT
47#options BOOTP
48#options BOOTP_NFSV3
49#options BOOTP_WIRED_TO=ate0
50#options BOOTP_COMPAT
51
52options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
53
20
21ident QILA9G20
22
23include "../at91/std.qila9g20"
24
25#To statically compile in device wiring instead of /boot/device.hints
26hints "QILA9G20.hints"
27makeoptions MODULES_OVERRIDE=""

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

46#options BOOTP_NFSROOT
47#options BOOTP
48#options BOOTP_NFSV3
49#options BOOTP_WIRED_TO=ate0
50#options BOOTP_COMPAT
51
52options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
53
54options ALT_BREAK_TO_DEBUGGER
54options ALT_BREAK_TO_DEBUGGER
55
56#options MSDOSFS #MSDOS Filesystem
57#options CD9660 #ISO 9660 Filesystem
58#options PROCFS #Process filesystem (requires PSEUDOFS)
59#options PSEUDOFS #Pseudo-filesystem framework
60#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
61#options KTRACE #ktrace(1) support
62options SYSVSHM #SYSV-style shared memory

--- 89 unchanged lines hidden ---
55
56#options MSDOSFS #MSDOS Filesystem
57#options CD9660 #ISO 9660 Filesystem
58#options PROCFS #Process filesystem (requires PSEUDOFS)
59#options PSEUDOFS #Pseudo-filesystem framework
60#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
61#options KTRACE #ktrace(1) support
62options SYSVSHM #SYSV-style shared memory

--- 89 unchanged lines hidden ---