Deleted Added
full compact
AVILA (256281) AVILA (266086)
1# AVILA -- Gateworks Avila XScale board
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# AVILA -- Gateworks Avila XScale board
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/AVILA 253845 2013-07-31 17:21:18Z obrien $
19# $FreeBSD: stable/10/sys/arm/conf/AVILA 266086 2014-05-14 20:17:31Z ian $
20
21ident AVILA
22
23include "../xscale/ixp425/std.ixp425"
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

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

138device ath_rf5413
139#
140device ath_ar5416
141options AH_SUPPORT_AR5416
142device ath_ar9160
143device ath_ar9280
144
145device usb
20
21ident AVILA
22
23include "../xscale/ixp425/std.ixp425"
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

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

138device ath_rf5413
139#
140device ath_ar5416
141options AH_SUPPORT_AR5416
142device ath_ar9160
143device ath_ar9280
144
145device usb
146options USB_HOST_ALIGN=32 # Align usb buffers to cache line size.
146#options USB_DEBUG
147device ohci
148device ehci
149device umass
150device scbus # SCSI bus (required for ATA/SCSI)
151device da # Direct Access (disks)
152device pass # Passthrough device (direct ATA/SCSI access)
153
154#device ural
155#device zyd
156#device wlan_amrr
147#options USB_DEBUG
148device ohci
149device ehci
150device umass
151device scbus # SCSI bus (required for ATA/SCSI)
152device da # Direct Access (disks)
153device pass # Passthrough device (direct ATA/SCSI access)
154
155#device ural
156#device zyd
157#device wlan_amrr