Deleted Added
full compact
VERSATILEPB (278699) VERSATILEPB (283368)
1#
2# VERSATILEPB - Configuration for QEMU version of Versatile Platform Board
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on 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#
2# VERSATILEPB - Configuration for QEMU version of Versatile Platform Board
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on 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: stable/10/sys/arm/conf/VERSATILEPB 278699 2015-02-13 20:15:10Z ian $
19# $FreeBSD: stable/10/sys/arm/conf/VERSATILEPB 283368 2015-05-24 14:25:03Z ian $
20
21ident VERSATILEPB
22machine arm armv6
23cpu CPU_ARM1176
24
25files "../versatile/files.versatile"
26makeoptions MODULES_OVERRIDE=""
27

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

101device scbus # SCSI bus (required for ATA/SCSI)
102device da # Direct Access (disks)
103device pass # Passthrough device (direct ATA/SCSI access)
104
105# NOTE: serial console is disabled if syscons enabled
106# Comment following lines for headless setup
107device sc
108device kbdmux
20
21ident VERSATILEPB
22machine arm armv6
23cpu CPU_ARM1176
24
25files "../versatile/files.versatile"
26makeoptions MODULES_OVERRIDE=""
27

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

101device scbus # SCSI bus (required for ATA/SCSI)
102device da # Direct Access (disks)
103device pass # Passthrough device (direct ATA/SCSI access)
104
105# NOTE: serial console is disabled if syscons enabled
106# Comment following lines for headless setup
107device sc
108device kbdmux
109options SC_DFLT_FONT # compile font in
110makeoptions SC_DFLT_FONT=cp437
109options SC_DFLT_FONT # compile font in
110makeoptions SC_DFLT_FONT=cp437
111
112options KDB
113options DDB # Enable the kernel debugger
114#options INVARIANTS # Enable calls of extra sanity checking
115#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
116
117device md
118device random # Entropy device
119
120# Flattened Device Tree
121options FDT # Configure using FDT/DTB data
122options FDT_DTB_STATIC
123makeoptions FDT_DTS_FILE=versatilepb.dts
111
112options KDB
113options DDB # Enable the kernel debugger
114#options INVARIANTS # Enable calls of extra sanity checking
115#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
116
117device md
118device random # Entropy device
119
120# Flattened Device Tree
121options FDT # Configure using FDT/DTB data
122options FDT_DTB_STATIC
123makeoptions FDT_DTS_FILE=versatilepb.dts