Deleted Added
full compact
CAMBRIA (189656) CAMBRIA (190571)
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 189656 2009-03-11 00:12:45Z sam $
19# $FreeBSD: head/sys/arm/conf/CAMBRIA 190571 2009-03-30 19:23:49Z sam $
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
28#To statically compile in device wiring instead of /boot/device.hints
29hints "CAMBRIA.hints" # Default places to look for devices.
30
31makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
32makeoptions CONF_CFLAGS=-mcpu=xscale
33makeoptions MODULES_OVERRIDE=""
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
49#options PREEMPTION
50options INET #InterNETworking
51options FFS #Berkeley Fast Filesystem
52options SOFTUPDATES #Enable FFS soft updates support
53options NFSCLIENT #Network Filesystem Client
54options NFS_ROOT #NFS usable as /, requires NFSCLIENT
55options BOOTP
56options BOOTP_NFSROOT
57options BOOTP_NFSV3
58options BOOTP_WIRED_TO=npe0
59options BOOTP_COMPAT
60
61#options VERBOSE_SYSINIT
62options VERBOSE_INIT_ARM
63
64#device saarm
65
66device pci
67device uart
68
69device ixpwdog # watchdog timer
70
71options IXP4XX_FLASH_SIZE=0x02000000 # stock 2358 comes w/ 32M
72device cfi # flash support
73device cfid # flash disk support
74device geom_redboot # redboot fis parser
75
76# I2C Bus
77device iicbus
78device iicbb
79device iic
80
81device ixpiic # I2C bus glue
82device ds1672 # DS1672 on I2C bus
83device ad7418 # AD7418 on I2C bus
84
85device cambria_fled # Font Panel LED on I2C bus
86device cambria_led # 8-LED latch
87
88device ata
89device atadisk # ATA disk drives
90device avila_ata # Gateworks CF/IDE support
91
92device npe # Network Processing Engine
93device npe_fw
94device firmware
95device qmgr # Q Manager (required by npe)
96device mii # NB: required by npe
97device ether
98device bpf
99
100device pty
101device loop
102device if_bridge
103
104device md
105device random # Entropy device
106
107# Wireless NIC cards
108device wlan # 802.11 support
109options IEEE80211_DEBUG
110options IEEE80211_SUPPORT_TDMA
111device wlan_wep # 802.11 WEP support
112device wlan_ccmp # 802.11 CCMP support
113device wlan_tkip # 802.11 TKIP support
114device wlan_xauth
115
116device ath # Atheros pci/cardbus NIC's
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
28#To statically compile in device wiring instead of /boot/device.hints
29hints "CAMBRIA.hints" # Default places to look for devices.
30
31makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
32makeoptions CONF_CFLAGS=-mcpu=xscale
33makeoptions MODULES_OVERRIDE=""
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
49#options PREEMPTION
50options INET #InterNETworking
51options FFS #Berkeley Fast Filesystem
52options SOFTUPDATES #Enable FFS soft updates support
53options NFSCLIENT #Network Filesystem Client
54options NFS_ROOT #NFS usable as /, requires NFSCLIENT
55options BOOTP
56options BOOTP_NFSROOT
57options BOOTP_NFSV3
58options BOOTP_WIRED_TO=npe0
59options BOOTP_COMPAT
60
61#options VERBOSE_SYSINIT
62options VERBOSE_INIT_ARM
63
64#device saarm
65
66device pci
67device uart
68
69device ixpwdog # watchdog timer
70
71options IXP4XX_FLASH_SIZE=0x02000000 # stock 2358 comes w/ 32M
72device cfi # flash support
73device cfid # flash disk support
74device geom_redboot # redboot fis parser
75
76# I2C Bus
77device iicbus
78device iicbb
79device iic
80
81device ixpiic # I2C bus glue
82device ds1672 # DS1672 on I2C bus
83device ad7418 # AD7418 on I2C bus
84
85device cambria_fled # Font Panel LED on I2C bus
86device cambria_led # 8-LED latch
87
88device ata
89device atadisk # ATA disk drives
90device avila_ata # Gateworks CF/IDE support
91
92device npe # Network Processing Engine
93device npe_fw
94device firmware
95device qmgr # Q Manager (required by npe)
96device mii # NB: required by npe
97device ether
98device bpf
99
100device pty
101device loop
102device if_bridge
103
104device md
105device random # Entropy device
106
107# Wireless NIC cards
108device wlan # 802.11 support
109options IEEE80211_DEBUG
110options IEEE80211_SUPPORT_TDMA
111device wlan_wep # 802.11 WEP support
112device wlan_ccmp # 802.11 CCMP support
113device wlan_tkip # 802.11 TKIP support
114device wlan_xauth
115
116device ath # Atheros pci/cardbus NIC's
117options ATH_SUPPORT_TDMA
118options ATH_DEBUG
119options ATH_DIAGAPI
120#options ATH_TX99_DIAG
121device ath_rate_sample # SampleRate tx rate control for ath
122
123options AH_DEBUG
124#options AH_ASSERT
125options AH_PRIVATE_DIAG
126#device ath_ar5210
127#device ath_ar5211
128#
129device ath_ar5212
130#device ath_rf2413
131#device ath_rf2425 # NB:supports 2417 too
132#device ath_rf5111
133device ath_rf5112
134device ath_rf5413
135#
136#device ath_ar5416
137#options AH_SUPPORT_AR5416 # NB: for 11n descriptor format
138#device ath_rf2133
139#device ath_ar9160
140#device ath_ar9280
141#device ath_rf9280
142#device ath_ar9285
143
144# NB: 2 USB 2.0 ports standard
145device usb
146options USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order
147#options USB_DEBUG
148device ehci
149device umass
150device scbus # SCSI bus (required for SCSI)
151device da # Direct Access (disks)
152
153#device ural
154#device zyd
155#device wlan_amrr
117options ATH_DEBUG
118options ATH_DIAGAPI
119#options ATH_TX99_DIAG
120device ath_rate_sample # SampleRate tx rate control for ath
121
122options AH_DEBUG
123#options AH_ASSERT
124options AH_PRIVATE_DIAG
125#device ath_ar5210
126#device ath_ar5211
127#
128device ath_ar5212
129#device ath_rf2413
130#device ath_rf2425 # NB:supports 2417 too
131#device ath_rf5111
132device ath_rf5112
133device ath_rf5413
134#
135#device ath_ar5416
136#options AH_SUPPORT_AR5416 # NB: for 11n descriptor format
137#device ath_rf2133
138#device ath_ar9160
139#device ath_ar9280
140#device ath_rf9280
141#device ath_ar9285
142
143# NB: 2 USB 2.0 ports standard
144device usb
145options USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order
146#options USB_DEBUG
147device ehci
148device umass
149device scbus # SCSI bus (required for SCSI)
150device da # Direct Access (disks)
151
152#device ural
153#device zyd
154#device wlan_amrr