Deleted Added
full compact
AVILA (169953) AVILA (172357)
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 169953 2007-05-24 16:27:48Z sam $
19# $FreeBSD: head/sys/arm/conf/AVILA 172357 2007-09-27 21:18:34Z cognet $
20
21machine arm
22ident AVILA
23
24options PHYSADDR=0x10000000
25options KERNPHYSADDR=0x10200000
26options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
27options FLASHADDR=0x50000000

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

99
100device avila_led
101
102device ata
103device atadisk # ATA disk drives
104device avila_ata # Gateworks CF/IDE support
105
106device npe # Network Processing Engine
20
21machine arm
22ident AVILA
23
24options PHYSADDR=0x10000000
25options KERNPHYSADDR=0x10200000
26options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
27options FLASHADDR=0x50000000

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

99
100device avila_led
101
102device ata
103device atadisk # ATA disk drives
104device avila_ata # Gateworks CF/IDE support
105
106device npe # Network Processing Engine
107device npe_fw # NPE firmware
108device firmware # firmware support for npe_fw
109device qmgr # Q Manager (required by npe)
110device miibus # NB: required by npe
111device ether
112device bpf
113
114device pty
115device loop
116device if_bridge

--- 33 unchanged lines hidden ---
107device qmgr # Q Manager (required by npe)
108device miibus # NB: required by npe
109device ether
110device bpf
111
112device pty
113device loop
114device if_bridge

--- 33 unchanged lines hidden ---