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

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

85
86device ixpiic # I2C bus glue
87device ds1672 # DS1672 on I2C bus
88device ad7418 # AD7418 on I2C bus
89
90device cambria_fled # Font Panel LED on I2C bus
91device cambria_led # 8-LED latch
92
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

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

85
86device ixpiic # I2C bus glue
87device ds1672 # DS1672 on I2C bus
88device ad7418 # AD7418 on I2C bus
89
90device cambria_fled # Font Panel LED on I2C bus
91device cambria_led # 8-LED latch
92
93device gpio
94device gpioled
95device cambria_gpio # GPIO pins on J11
96
93device ata
94device atadisk # ATA disk drives
95device avila_ata # Gateworks CF/IDE support
96
97device npe # Network Processing Engine
98device npe_fw
99device firmware
100device qmgr # Q Manager (required by npe)

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

--- 57 unchanged lines hidden ---