Deleted Added
full compact
ALLWINNER (263698) ALLWINNER (270912)
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: head/sys/arm/conf/CUBIEBOARD2 263698 2014-03-25 01:34:39Z ganbold $
19# $FreeBSD: head/sys/arm/conf/CUBIEBOARD2 270912 2014-09-01 03:49:21Z imp $
20
21ident CUBIEBOARD2
22
23include "../allwinner/a20/std.a20"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

99
100# I2C support
101#device iicbus
102#device iic
103
104# GPIO
105device gpio
106
20
21ident CUBIEBOARD2
22
23include "../allwinner/a20/std.a20"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

99
100# I2C support
101#device iicbus
102#device iic
103
104# GPIO
105device gpio
106
107device scbus # SCSI bus (required for SCSI)
107device scbus # SCSI bus (required for ATA/SCSI)
108device da # Direct Access (disks)
109device pass
110
111# USB support
112options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
113device usb
114options USB_DEBUG
115#options USB_REQ_DEBUG

--- 26 unchanged lines hidden ---
108device da # Direct Access (disks)
109device pass
110
111# USB support
112options USB_HOST_ALIGN=64 # Align usb buffers to cache line size.
113device usb
114options USB_DEBUG
115#options USB_REQ_DEBUG

--- 26 unchanged lines hidden ---