Deleted Added
full compact
AVILA (190580) AVILA (191954)
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 190580 2009-03-30 21:54:39Z sam $
19# $FreeBSD: head/sys/arm/conf/AVILA 191954 2009-05-10 00:00:25Z kuriyama $
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
28#To statically compile in device wiring instead of /boot/device.hints
29hints "AVILA.hints" #Default places to look for devices.
30makeoptions MODULES_OVERRIDE=""
31
32makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
33makeoptions CONF_CFLAGS=-mcpu=xscale
34#options HZ=1000
35options HZ=100
36options DEVICE_POLLING
37
38# Debugging for use in -current
39options KDB
40#options GDB
41options DDB #Enable the kernel debugger
42options INVARIANTS #Enable calls of extra sanity checking
43options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
44#options WITNESS #Enable checks to detect deadlocks and cycles
45#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
46#options DIAGNOSTIC
47
48options SCHED_4BSD #4BSD scheduler
49options INET #InterNETworking
50options FFS #Berkeley Fast Filesystem
51options SOFTUPDATES #Enable FFS soft updates support
52options NFSCLIENT #Network Filesystem Client
53options NFS_ROOT #NFS usable as /, requires NFSCLIENT
54options BOOTP
55options BOOTP_NFSROOT
56options BOOTP_NFSV3
57options BOOTP_WIRED_TO=npe0
58#options BOOTP_WIRED_TO=ath0
59#options BOOTP_WIRED_TO=rl0
60options BOOTP_COMPAT
61#options PREEMPTION
62#options VERBOSE_SYSINIT
63
64#device saarm
65
66device pci
67device uart
68
69device ixpwdog # watchdog timer
70device cfi # flash support
71device cfid # flash disk support
72device geom_redboot # redboot fis parser
73
74# I2C Bus
75device iicbus
76device iicbb
77device iic
78
79device ixpiic # I2C bus glue
80device ds1672 # DS1672 on I2C bus
81device ad7418 # AD7418 on I2C bus
82
83device avila_led
84
85device ata
86device atadisk # ATA disk drives
87device avila_ata # Gateworks CF/IDE support
88
89device npe # Network Processing Engine
90device npe_fw
91device firmware
92device qmgr # Q Manager (required by npe)
93device mii # NB: required by npe
94device ether
95device bpf
96
97device pty
98device loop
99device if_bridge
100
101device md
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
28#To statically compile in device wiring instead of /boot/device.hints
29hints "AVILA.hints" #Default places to look for devices.
30makeoptions MODULES_OVERRIDE=""
31
32makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
33makeoptions CONF_CFLAGS=-mcpu=xscale
34#options HZ=1000
35options HZ=100
36options DEVICE_POLLING
37
38# Debugging for use in -current
39options KDB
40#options GDB
41options DDB #Enable the kernel debugger
42options INVARIANTS #Enable calls of extra sanity checking
43options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
44#options WITNESS #Enable checks to detect deadlocks and cycles
45#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
46#options DIAGNOSTIC
47
48options SCHED_4BSD #4BSD scheduler
49options INET #InterNETworking
50options FFS #Berkeley Fast Filesystem
51options SOFTUPDATES #Enable FFS soft updates support
52options NFSCLIENT #Network Filesystem Client
53options NFS_ROOT #NFS usable as /, requires NFSCLIENT
54options BOOTP
55options BOOTP_NFSROOT
56options BOOTP_NFSV3
57options BOOTP_WIRED_TO=npe0
58#options BOOTP_WIRED_TO=ath0
59#options BOOTP_WIRED_TO=rl0
60options BOOTP_COMPAT
61#options PREEMPTION
62#options VERBOSE_SYSINIT
63
64#device saarm
65
66device pci
67device uart
68
69device ixpwdog # watchdog timer
70device cfi # flash support
71device cfid # flash disk support
72device geom_redboot # redboot fis parser
73
74# I2C Bus
75device iicbus
76device iicbb
77device iic
78
79device ixpiic # I2C bus glue
80device ds1672 # DS1672 on I2C bus
81device ad7418 # AD7418 on I2C bus
82
83device avila_led
84
85device ata
86device atadisk # ATA disk drives
87device avila_ata # Gateworks CF/IDE support
88
89device npe # Network Processing Engine
90device npe_fw
91device firmware
92device qmgr # Q Manager (required by npe)
93device mii # NB: required by npe
94device ether
95device bpf
96
97device pty
98device loop
99device if_bridge
100
101device md
102device random # Entropy device
102device random # Entropy device
103
104# Wireless NIC cards
105device wlan # 802.11 support
103
104# Wireless NIC cards
105device wlan # 802.11 support
106options IEEE80211_DEBUG
107options IEEE80211_SUPPORT_TDMA
106options IEEE80211_DEBUG
107options IEEE80211_SUPPORT_TDMA
108device wlan_wep # 802.11 WEP support
109device wlan_ccmp # 802.11 CCMP support
110device wlan_tkip # 802.11 TKIP support
111device wlan_xauth
112
113device ath # Atheros pci/cardbus NIC's
114options ATH_DEBUG
108device wlan_wep # 802.11 WEP support
109device wlan_ccmp # 802.11 CCMP support
110device wlan_tkip # 802.11 TKIP support
111device wlan_xauth
112
113device ath # Atheros pci/cardbus NIC's
114options ATH_DEBUG
115options ATH_DIAGAPI
116#options ATH_TX99_DIAG
115options ATH_DIAGAPI
116#options ATH_TX99_DIAG
117device ath_rate_sample # SampleRate tx rate control for ath
118
117device ath_rate_sample # SampleRate tx rate control for ath
118
119#options AH_DEBUG
120#options AH_ASSERT
119#options AH_DEBUG
120#options AH_ASSERT
121#device ath_ar5210
122#device ath_ar5211
123device ath_ar5212
124device ath_rf2413
125device ath_rf2417
126device ath_rf2425
127device ath_rf5111
128device ath_rf5112
129device ath_rf5413
130#
131device ath_ar5416
121#device ath_ar5210
122#device ath_ar5211
123device ath_ar5212
124device ath_rf2413
125device ath_rf2417
126device ath_rf2425
127device ath_rf5111
128device ath_rf5112
129device ath_rf5413
130#
131device ath_ar5416
132options AH_SUPPORT_AR5416
132options AH_SUPPORT_AR5416
133device ath_ar9160
134
135makeoptions WITH_LEGACY
136device ousb
137#options USB_DEBUG
138device oohci
139device oehci
140device oumass
141device scbus # SCSI bus (required for SCSI)
142device da # Direct Access (disks)
143
144#device oural
145#device ozyd
146#device wlan_amrr
133device ath_ar9160
134
135makeoptions WITH_LEGACY
136device ousb
137#options USB_DEBUG
138device oohci
139device oehci
140device oumass
141device scbus # SCSI bus (required for SCSI)
142device da # Direct Access (disks)
143
144#device oural
145#device ozyd
146#device wlan_amrr