Deleted Added
full compact
CUBIEBOARD (245450) CUBIEBOARD (246057)
1# CUBIEBOARD -- Custom configuration for the CUBIEBOARD 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# CUBIEBOARD -- Custom configuration for the CUBIEBOARD 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/CUBIEBOARD 245450 2013-01-15 08:26:16Z ganbold $
19# $FreeBSD: head/sys/arm/conf/CUBIEBOARD 246057 2013-01-29 07:21:50Z ganbold $
20
21ident CUBIEBOARD
22
23include "../allwinner/std.a10"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

73#options BOOTP_NFSV3
74#options BOOTP_WIRED_TO=cpsw0
75
76# MMC/SD/SDIO card slot support
77#device mmc # mmc/sd bus
78#device mmcsd # mmc/sd flash cards
79
80# Boot device is 2nd slice on MMC/SD card
20
21ident CUBIEBOARD
22
23include "../allwinner/std.a10"
24
25makeoptions MODULES_OVERRIDE=""
26makeoptions WITHOUT_MODULES="ahc"
27

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

73#options BOOTP_NFSV3
74#options BOOTP_WIRED_TO=cpsw0
75
76# MMC/SD/SDIO card slot support
77#device mmc # mmc/sd bus
78#device mmcsd # mmc/sd flash cards
79
80# Boot device is 2nd slice on MMC/SD card
81#options ROOTDEVNAME=\"ufs:/dev/da0s2\"
81options ROOTDEVNAME=\"ufs:/dev/da0s2\"
82
83# ATA controllers
84#device ahci # AHCI-compatible SATA controllers
85#device ata # Legacy ATA/SATA controllers
86#options ATA_CAM # Handle legacy controllers with CAM
87#options ATA_STATIC_ID # Static device numbering
88
89# Console and misc

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

101# GPIO
102#device gpio
103
104device scbus # SCSI bus (required for SCSI)
105device da # Direct Access (disks)
106device pass
107
108# USB support
82
83# ATA controllers
84#device ahci # AHCI-compatible SATA controllers
85#device ata # Legacy ATA/SATA controllers
86#options ATA_CAM # Handle legacy controllers with CAM
87#options ATA_STATIC_ID # Static device numbering
88
89# Console and misc

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

101# GPIO
102#device gpio
103
104device scbus # SCSI bus (required for SCSI)
105device da # Direct Access (disks)
106device pass
107
108# USB support
109#device usb
110#options USB_DEBUG
109device usb
110options USB_DEBUG
111#options USB_REQ_DEBUG
112#options USB_VERBOSE
113#device uhci
114#device ohci
111#options USB_REQ_DEBUG
112#options USB_VERBOSE
113#device uhci
114#device ohci
115#device ehci
115device ehci
116
116
117#device umass
117device umass
118
119# Ethernet
120device loop
121device ether
122device mii
123device smscphy
124#device cpsw
125device bpf
126
127# USB ethernet support, requires miibus
128device miibus
129
130# Flattened Device Tree
131options FDT
132options FDT_DTB_STATIC
133makeoptions FDT_DTS_FILE=cubieboard.dts
134
118
119# Ethernet
120device loop
121device ether
122device mii
123device smscphy
124#device cpsw
125device bpf
126
127# USB ethernet support, requires miibus
128device miibus
129
130# Flattened Device Tree
131options FDT
132options FDT_DTB_STATIC
133makeoptions FDT_DTS_FILE=cubieboard.dts
134