Deleted Added
full compact
AVILA (203938) AVILA (214946)
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: head/sys/arm/conf/AVILA 203938 2010-02-15 23:44:48Z attilio $
19# $FreeBSD: head/sys/arm/conf/AVILA 214946 2010-11-07 20:33:39Z thompsa $
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

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

82device iic
83
84device ixpiic # I2C bus glue
85device ds1672 # DS1672 on I2C bus
86device ad7418 # AD7418 on I2C bus
87
88device avila_led
89
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

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

82device iic
83
84device ixpiic # I2C bus glue
85device ds1672 # DS1672 on I2C bus
86device ad7418 # AD7418 on I2C bus
87
88device avila_led
89
90device gpio
91device gpioled
92device avila_gpio # GPIO pins on J8
93
90device ata
91device atadisk # ATA disk drives
92device avila_ata # Gateworks CF/IDE support
93
94device npe # Network Processing Engine
95device npe_fw
96device firmware
97device qmgr # Q Manager (required by npe)

--- 55 unchanged lines hidden ---
94device ata
95device atadisk # ATA disk drives
96device avila_ata # Gateworks CF/IDE support
97
98device npe # Network Processing Engine
99device npe_fw
100device firmware
101device qmgr # Q Manager (required by npe)

--- 55 unchanged lines hidden ---