Deleted Added
full compact
RADXA (266085) RADXA (266086)
1# RADXA -- Custom configuration for the RADXA ARM development
2# platform, check out http://www.radxa.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# RADXA -- Custom configuration for the RADXA ARM development
2# platform, check out http://www.radxa.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: stable/10/sys/arm/conf/RADXA 266085 2014-05-14 20:11:20Z ian $
19# $FreeBSD: stable/10/sys/arm/conf/RADXA 266086 2014-05-14 20:17:31Z ian $
20
21ident RADXA
22
23include "../rockchip/std.rk30xx"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

88# GPIO
89device gpio
90
91device scbus # SCSI bus (required for SCSI)
92device da # Direct Access (disks)
93device pass
94
95# USB support
20
21ident RADXA
22
23include "../rockchip/std.rk30xx"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

88# GPIO
89device gpio
90
91device scbus # SCSI bus (required for SCSI)
92device da # Direct Access (disks)
93device pass
94
95# USB support
96options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
96device usb
97options USB_DEBUG
98#options USB_REQ_DEBUG
99#options USB_VERBOSE
100device dwcotg #DWC OTG controller
101
102device umass
103

--- 16 unchanged lines hidden ---
97device usb
98options USB_DEBUG
99#options USB_REQ_DEBUG
100#options USB_VERBOSE
101device dwcotg #DWC OTG controller
102
103device umass
104

--- 16 unchanged lines hidden ---