Deleted Added
full compact
CAMBRIA (256281) CAMBRIA (266086)
1# CAMBRIA -- Gateworks Cambria 235x boards
2# kernel configuration file for FreeBSD/arm
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# CAMBRIA -- Gateworks Cambria 235x boards
2# kernel configuration file for FreeBSD/arm
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/CAMBRIA 253845 2013-07-31 17:21:18Z obrien $
19# $FreeBSD: stable/10/sys/arm/conf/CAMBRIA 266086 2014-05-14 20:17:31Z ian $
20
21ident CAMBRIA
22
23include "../xscale/ixp425/std.ixp435"
24# NB: memory mapping is defined in std.avila
25include "../xscale/ixp425/std.avila"
26options XSCALE_CACHE_READ_WRITE_ALLOCATE
27#options ARM_USE_SMALL_ALLOC

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

131device ath_rate_sample # SampleRate tx rate control for ath
132
133options AH_DEBUG
134options AH_PRIVATE_DIAG
135options AH_SUPPORT_AR5416 # NB: for 11n descriptor format
136device ath_hal
137
138# NB: 2 USB 2.0 ports standard
20
21ident CAMBRIA
22
23include "../xscale/ixp425/std.ixp435"
24# NB: memory mapping is defined in std.avila
25include "../xscale/ixp425/std.avila"
26options XSCALE_CACHE_READ_WRITE_ALLOCATE
27#options ARM_USE_SMALL_ALLOC

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

131device ath_rate_sample # SampleRate tx rate control for ath
132
133options AH_DEBUG
134options AH_PRIVATE_DIAG
135options AH_SUPPORT_AR5416 # NB: for 11n descriptor format
136device ath_hal
137
138# NB: 2 USB 2.0 ports standard
139options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
139device usb
140options USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order
141#options USB_DEBUG
142device ehci
143device umass
144device scbus # SCSI bus (required for ATA/SCSI)
145device da # Direct Access (disks)
146device pass # Passthrough device (direct ATA/SCSI access)
147
148#device ural
149#device zyd
150#device wlan_amrr
140device usb
141options USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order
142#options USB_DEBUG
143device ehci
144device umass
145device scbus # SCSI bus (required for ATA/SCSI)
146device da # Direct Access (disks)
147device pass # Passthrough device (direct ATA/SCSI access)
148
149#device ural
150#device zyd
151#device wlan_amrr