Deleted Added
full compact
CUBIEBOARD2 (256281) CUBIEBOARD2 (266086)
1# CUBIEBOARD2 -- Custom configuration for the CUBIEBOARD2 ARM development
2# platform, check out http://www.cubieboard.org
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# CUBIEBOARD2 -- Custom configuration for the CUBIEBOARD2 ARM development
2# platform, check out http://www.cubieboard.org
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: stable/10/sys/arm/conf/CUBIEBOARD2 254493 2013-08-18 16:16:36Z andrew $
19# $FreeBSD: stable/10/sys/arm/conf/CUBIEBOARD2 266086 2014-05-14 20:17:31Z ian $
20
21ident CUBIEBOARD2
22
23include "../allwinner/a20/std.a20"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

101# GPIO
102device gpio
103
104device scbus # SCSI bus (required for SCSI)
105device da # Direct Access (disks)
106device pass
107
108# USB support
20
21ident CUBIEBOARD2
22
23include "../allwinner/a20/std.a20"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

101# GPIO
102device gpio
103
104device scbus # SCSI bus (required for SCSI)
105device da # Direct Access (disks)
106device pass
107
108# USB support
109options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
109device usb
110options USB_DEBUG
111#options USB_REQ_DEBUG
112#options USB_VERBOSE
113#device uhci
114#device ohci
115device ehci
116

--- 18 unchanged lines hidden ---
110device usb
111options USB_DEBUG
112#options USB_REQ_DEBUG
113#options USB_VERBOSE
114#device uhci
115#device ohci
116device ehci
117

--- 18 unchanged lines hidden ---