Deleted Added
full compact
RPI-B (242321) RPI-B (243434)
1# RPI-B -- Custom configuration for the Raspberry Pi
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# RPI-B -- Custom configuration for the Raspberry Pi
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/RPI-B 242321 2012-10-29 17:23:45Z gonzo $
18# $FreeBSD: head/sys/arm/conf/RPI-B 243434 2012-11-23 07:58:12Z gonzo $
19
20ident RPI-B
21machine arm armv6
22cpu CPU_ARM11
23
24files "../broadcom/bcm2835/files.bcm2835"
25makeoptions MODULES_OVERRIDE=""
26

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

74device pty
75
76# NOTE: serial console will be disabled if syscons enabled
77# Uncomment following lines for framebuffer/syscons support
78# device sc
79# device kbdmux
80# options SC_DFLT_FONT # compile font in
81# makeoptions SC_DFLT_FONT=cp437
19
20ident RPI-B
21machine arm armv6
22cpu CPU_ARM11
23
24files "../broadcom/bcm2835/files.bcm2835"
25makeoptions MODULES_OVERRIDE=""
26

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

74device pty
75
76# NOTE: serial console will be disabled if syscons enabled
77# Uncomment following lines for framebuffer/syscons support
78# device sc
79# device kbdmux
80# options SC_DFLT_FONT # compile font in
81# makeoptions SC_DFLT_FONT=cp437
82# device ukbd
82
83device sdhci
84device mmc
85device mmcsd
86
87options KDB
88options DDB #Enable the kernel debugger
89options INVARIANTS #Enable calls of extra sanity checking

--- 24 unchanged lines hidden ---
83
84device sdhci
85device mmc
86device mmcsd
87
88options KDB
89options DDB #Enable the kernel debugger
90options INVARIANTS #Enable calls of extra sanity checking

--- 24 unchanged lines hidden ---