Deleted Added
full compact
AVILA (164428) AVILA (164508)
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 164428 2006-11-19 23:58:12Z sam $
19# $FreeBSD: head/sys/arm/conf/AVILA 164508 2006-11-22 12:57:17Z kevlo $
20
21machine arm
22ident AVILA
23
24options PHYSADDR=0x10000000
25options KERNPHYSADDR=0x10200000
26options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
27

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

90device iicbb
91device iic
92
93device ixpiic
94device ixpwdog # watchdog timer
95device ds1672 # DS1672 on I2C bus
96device ad7418 # AD7418 on I2C bus
97
20
21machine arm
22ident AVILA
23
24options PHYSADDR=0x10000000
25options KERNPHYSADDR=0x10200000
26options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
27

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

90device iicbb
91device iic
92
93device ixpiic
94device ixpwdog # watchdog timer
95device ds1672 # DS1672 on I2C bus
96device ad7418 # AD7418 on I2C bus
97
98device avila_led
99
98device ata
99device atadisk # ATA disk drives
100device avila_ata # Gateworks CF/IDE support
101
102device npe # Network Processing Engine
103device npe_fw # NPE firmware
104device firmware # firmware support for npe_fw
105device qmgr # Q Manager (required by npe)

--- 30 unchanged lines hidden ---
100device ata
101device atadisk # ATA disk drives
102device avila_ata # Gateworks CF/IDE support
103
104device npe # Network Processing Engine
105device npe_fw # NPE firmware
106device firmware # firmware support for npe_fw
107device qmgr # Q Manager (required by npe)

--- 30 unchanged lines hidden ---