Deleted Added
full compact
RPI-B (266022) RPI-B (266086)
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: stable/10/sys/arm/conf/RPI-B 266022 2014-05-14 14:37:27Z ian $
18# $FreeBSD: stable/10/sys/arm/conf/RPI-B 266086 2014-05-14 20:17:31Z ian $
19
20ident RPI-B
21
22include "../broadcom/bcm2835/std.rpi"
23
24makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
25options HZ=100
26

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

88options DDB #Enable the kernel debugger
89options INVARIANTS #Enable calls of extra sanity checking
90options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
91
92device md
93device random # Entropy device
94
95# USB support
19
20ident RPI-B
21
22include "../broadcom/bcm2835/std.rpi"
23
24makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
25options HZ=100
26

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

88options DDB #Enable the kernel debugger
89options INVARIANTS #Enable calls of extra sanity checking
90options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
91
92device md
93device random # Entropy device
94
95# USB support
96options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
96device usb
97options USB_DEBUG
98device dwcotg #DWC OTG controller
99
100# USB storage support
101device scbus
102device da
103device umass

--- 18 unchanged lines hidden ---
97device usb
98options USB_DEBUG
99device dwcotg #DWC OTG controller
100
101# USB storage support
102device scbus
103device da
104device umass

--- 18 unchanged lines hidden ---