Thu Oct 28 02:10:27 2010 UTC ()
Bump SYMTAB_SPACE for a few configurations.


(briggs)
diff -r1.49 -r1.50 src/sys/arch/evbarm/conf/ADI_BRH
diff -r1.17 -r1.18 src/sys/arch/evbarm/conf/CP3100
diff -r1.67 -r1.68 src/sys/arch/evbarm/conf/IQ80310
diff -r1.62 -r1.63 src/sys/arch/evbarm/conf/IQ80321
diff -r1.63 -r1.64 src/sys/arch/evbarm/conf/TEAMASA_NPWR
diff -r1.28 -r1.29 src/sys/arch/evbarm/conf/TEAMASA_NPWR_FC

cvs diff -r1.49 -r1.50 src/sys/arch/evbarm/conf/ADI_BRH (switch to unified diff)

--- src/sys/arch/evbarm/conf/ADI_BRH 2010/04/16 13:48:30 1.49
+++ src/sys/arch/evbarm/conf/ADI_BRH 2010/10/28 02:10:27 1.50
@@ -1,226 +1,226 @@ @@ -1,226 +1,226 @@
1# $NetBSD: ADI_BRH,v 1.49 2010/04/16 13:48:30 pooka Exp $ 1# $NetBSD: ADI_BRH,v 1.50 2010/10/28 02:10:27 briggs Exp $
2# 2#
3# ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board 3# ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board
4# 4#
5 5
6include "arch/evbarm/conf/std.adi_brh" 6include "arch/evbarm/conf/std.adi_brh"
7 7
8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10# estimated number of users 10# estimated number of users
11 11
12maxusers 32 12maxusers 32
13 13
14# Standard system options 14# Standard system options
15 15
16options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 16options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
17#options NTP # NTP phase/frequency locked loop 17#options NTP # NTP phase/frequency locked loop
18 18
19# CPU options 19# CPU options
20 20
21# For StrongARM systems 21# For StrongARM systems
22options CPU_XSCALE_80200 # Support the XScale core 22options CPU_XSCALE_80200 # Support the XScale core
23makeoptions CPUFLAGS="-mcpu=xscale" 23makeoptions CPUFLAGS="-mcpu=xscale"
24#options XSCALE_CCLKCFG=9 # 733MHz 24#options XSCALE_CCLKCFG=9 # 733MHz
25 25
26# Architecture options 26# Architecture options
27options XSCALE_CACHE_READ_WRITE_ALLOCATE 27options XSCALE_CACHE_READ_WRITE_ALLOCATE
28 28
29# File systems 29# File systems
30 30
31file-system FFS # UFS 31file-system FFS # UFS
32#file-system LFS # log-structured file system 32#file-system LFS # log-structured file system
33file-system MFS # memory file system 33file-system MFS # memory file system
34file-system NFS # Network file system 34file-system NFS # Network file system
35#file-system ADOSFS # AmigaDOS-compatible file system 35#file-system ADOSFS # AmigaDOS-compatible file system
36#file-system EXT2FS # second extended file system (linux) 36#file-system EXT2FS # second extended file system (linux)
37#file-system CD9660 # ISO 9660 + Rock Ridge file system 37#file-system CD9660 # ISO 9660 + Rock Ridge file system
38#file-system MSDOSFS # MS-DOS file system 38#file-system MSDOSFS # MS-DOS file system
39file-system FDESC # /dev/fd 39file-system FDESC # /dev/fd
40file-system KERNFS # /kern 40file-system KERNFS # /kern
41file-system NULLFS # loopback file system 41file-system NULLFS # loopback file system
42file-system PROCFS # /proc 42file-system PROCFS # /proc
43#file-system UMAPFS # NULLFS + uid and gid remapping 43#file-system UMAPFS # NULLFS + uid and gid remapping
44#file-system UNION # union file system 44#file-system UNION # union file system
45file-system PTYFS # /dev/pts/N support 45file-system PTYFS # /dev/pts/N support
46 46
47# File system options 47# File system options
48#options QUOTA # UFS quotas 48#options QUOTA # UFS quotas
49#options FFS_EI # FFS Endian Independant support 49#options FFS_EI # FFS Endian Independant support
50options NFSSERVER 50options NFSSERVER
51options WAPBL # File system journaling support - Experimental 51options WAPBL # File system journaling support - Experimental
52#options FFS_NO_SNAPSHOT # No FFS snapshot support 52#options FFS_NO_SNAPSHOT # No FFS snapshot support
53 53
54# Networking options 54# Networking options
55 55
56#options GATEWAY # packet forwarding 56#options GATEWAY # packet forwarding
57options INET # IP + ICMP + TCP + UDP 57options INET # IP + ICMP + TCP + UDP
58options INET6 # IPV6 58options INET6 # IPV6
59#options IPSEC # IP security 59#options IPSEC # IP security
60#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 60#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
61#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 61#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
62#options IPSEC_DEBUG # debug for IP security 62#options IPSEC_DEBUG # debug for IP security
63#options MROUTING # IP multicast routing 63#options MROUTING # IP multicast routing
64#options PIM # Protocol Independent Multicast 64#options PIM # Protocol Independent Multicast
65#options ISO,TPIP # OSI 65#options ISO,TPIP # OSI
66#options EON # OSI tunneling over IP 66#options EON # OSI tunneling over IP
67#options NETATALK # AppleTalk networking 67#options NETATALK # AppleTalk networking
68#options PFIL_HOOKS # pfil(9) packet filter hooks 68#options PFIL_HOOKS # pfil(9) packet filter hooks
69#options PPP_BSDCOMP # BSD-Compress compression support for PPP 69#options PPP_BSDCOMP # BSD-Compress compression support for PPP
70#options PPP_DEFLATE # Deflate compression support for PPP 70#options PPP_DEFLATE # Deflate compression support for PPP
71#options PPP_FILTER # Active filter support for PPP (requires bpf) 71#options PPP_FILTER # Active filter support for PPP (requires bpf)
72#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 72#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
73 73
74options NFS_BOOT_BOOTP 74options NFS_BOOT_BOOTP
75options NFS_BOOT_DHCP 75options NFS_BOOT_DHCP
76#options NFS_BOOT_BOOTPARAM 76#options NFS_BOOT_BOOTPARAM
77 77
78# Compatibility options 78# Compatibility options
79 79
80#options COMPAT_43 # 4.3BSD compatibility. 80#options COMPAT_43 # 4.3BSD compatibility.
81options COMPAT_50 # NetBSD 5.0 compatibility. 81options COMPAT_50 # NetBSD 5.0 compatibility.
82options COMPAT_40 # NetBSD 4.0 compatibility. 82options COMPAT_40 # NetBSD 4.0 compatibility.
83options COMPAT_30 # NetBSD 3.0 compatibility. 83options COMPAT_30 # NetBSD 3.0 compatibility.
84options COMPAT_20 # NetBSD 2.0 compatibility. 84options COMPAT_20 # NetBSD 2.0 compatibility.
85options COMPAT_16 # NetBSD 1.6 compatibility. 85options COMPAT_16 # NetBSD 1.6 compatibility.
86options COMPAT_15 # NetBSD 1.5 compatibility. 86options COMPAT_15 # NetBSD 1.5 compatibility.
87options COMPAT_14 # NetBSD 1.4 compatibility. 87options COMPAT_14 # NetBSD 1.4 compatibility.
88#options COMPAT_13 # NetBSD 1.3 compatibility. 88#options COMPAT_13 # NetBSD 1.3 compatibility.
89#options COMPAT_12 # NetBSD 1.2 compatibility. 89#options COMPAT_12 # NetBSD 1.2 compatibility.
90#options COMPAT_11 # NetBSD 1.1 compatibility. 90#options COMPAT_11 # NetBSD 1.1 compatibility.
91#options COMPAT_10 # NetBSD 1.0 compatibility. 91#options COMPAT_10 # NetBSD 1.0 compatibility.
92#options COMPAT_09 # NetBSD 0.9 compatibility. 92#options COMPAT_09 # NetBSD 0.9 compatibility.
93#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 93#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
94options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 94options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
95 95
96# Shared memory options 96# Shared memory options
97 97
98options SYSVMSG # System V-like message queues 98options SYSVMSG # System V-like message queues
99options SYSVSEM # System V-like semaphores 99options SYSVSEM # System V-like semaphores
100#options SEMMNI=10 # number of semaphore identifiers 100#options SEMMNI=10 # number of semaphore identifiers
101#options SEMMNS=60 # number of semaphores in system 101#options SEMMNS=60 # number of semaphores in system
102#options SEMUME=10 # max number of undo entries per process 102#options SEMUME=10 # max number of undo entries per process
103#options SEMMNU=30 # number of undo structures in system 103#options SEMMNU=30 # number of undo structures in system
104options SYSVSHM # System V-like memory sharing 104options SYSVSHM # System V-like memory sharing
105 105
106# Device options 106# Device options
107 107
108#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 108#options MEMORY_DISK_HOOKS # boottime setup of ramdisk
109#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 109#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks
110#options MEMORY_DISK_IS_ROOT # use memory disk as root 110#options MEMORY_DISK_IS_ROOT # use memory disk as root
111 111
112# Console options. The default console is on connector J9 ("com0") at 112# Console options. The default console is on connector J9 ("com0") at
113# 115200 baud. 113# 115200 baud.
114#options CONSPEED=9600 # Console speed 114#options CONSPEED=9600 # Console speed
115#options CONUNIT=1 # Console unit (0=J9, 1=J10) 115#options CONUNIT=1 # Console unit (0=J9, 1=J10)
116 116
117# Miscellaneous kernel options 117# Miscellaneous kernel options
118options KTRACE # system call tracing, a la ktrace(1) 118options KTRACE # system call tracing, a la ktrace(1)
119options IRQSTATS # manage IRQ statistics 119options IRQSTATS # manage IRQ statistics
120#options KMEMSTATS # kernel memory statistics 120#options KMEMSTATS # kernel memory statistics
121#options SCSIVERBOSE # Verbose SCSI errors 121#options SCSIVERBOSE # Verbose SCSI errors
122options PCIVERBOSE # Verbose PCI descriptions 122options PCIVERBOSE # Verbose PCI descriptions
123options MIIVERBOSE # Verbose MII autoconfuration messages 123options MIIVERBOSE # Verbose MII autoconfuration messages
124#options PCI_CONFIG_DUMP # verbosely dump PCI config space 124#options PCI_CONFIG_DUMP # verbosely dump PCI config space
125#options DDB_KEYCODE=0x40 125#options DDB_KEYCODE=0x40
126#options USERCONF # userconf(4) support 126#options USERCONF # userconf(4) support
127#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 127#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
128#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 128#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
129 129
130# Development and Debugging options 130# Development and Debugging options
131 131
132options DIAGNOSTIC # internally consistency checks 132options DIAGNOSTIC # internally consistency checks
133#options DEBUG 133#options DEBUG
134#options PMAP_DEBUG # Enable pmap_debug_level code 134#options PMAP_DEBUG # Enable pmap_debug_level code
135#options VERBOSE_INIT_ARM # verbose bootstraping messages 135#options VERBOSE_INIT_ARM # verbose bootstraping messages
136options DDB # in-kernel debugger 136options DDB # in-kernel debugger
137options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 137options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
138#makeoptions DEBUG="-g" # compile full symbol table 138#makeoptions DEBUG="-g" # compile full symbol table
139options SYMTAB_SPACE=320000 139options SYMTAB_SPACE=335000
140 140
141config netbsd root on ? type ? 141config netbsd root on ? type ?
142config netbsd-fxp0 root on fxp0 type nfs 142config netbsd-fxp0 root on fxp0 type nfs
143config netbsd-wd0 root on wd0 type ffs 143config netbsd-wd0 root on wd0 type ffs
144config netbsd-sd0 root on sd0 type ffs 144config netbsd-sd0 root on sd0 type ffs
145 145
146# The main bus device 146# The main bus device
147mainbus0 at root 147mainbus0 at root
148 148
149# The boot CPU 149# The boot CPU
150cpu0 at mainbus? 150cpu0 at mainbus?
151 151
152# On-board device support 152# On-board device support
153obio* at mainbus? 153obio* at mainbus?
154 154
155# On-board 16550 UARTs 155# On-board 16550 UARTs
156com0 at obio? addr 0x03000000 irq 24 156com0 at obio? addr 0x03000000 irq 24
157com1 at obio? addr 0x03100000 irq 25 157com1 at obio? addr 0x03100000 irq 25
158 158
159# Big Endian Companion Chip support 159# Big Endian Companion Chip support
160becc* at mainbus? 160becc* at mainbus?
161beccbut0 at becc? # Reset button 161beccbut0 at becc? # Reset button
162pci0 at becc? bus ? 162pci0 at becc? bus ?
163 163
164# PCI-PCI bridges 164# PCI-PCI bridges
165ppb* at pci? dev ? function ? 165ppb* at pci? dev ? function ?
166pci* at ppb? bus ? 166pci* at ppb? bus ?
167 167
168# 168#
169# Storage devices 169# Storage devices
170# 170#
171 171
172# PCI IDE/S-ATA controllers and devices 172# PCI IDE/S-ATA controllers and devices
173pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 173pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
174artsata* at pci? dev ? function ? # Intel i31244 SATA controller 174artsata* at pci? dev ? function ? # Intel i31244 SATA controller
175cmdide* at pci? dev ? function ? # CMD tech IDE controllers 175cmdide* at pci? dev ? function ? # CMD tech IDE controllers
176hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 176hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
177pdcide* at pci? dev ? function ? # Promise IDE controllers 177pdcide* at pci? dev ? function ? # Promise IDE controllers
178pdcsata* at pci? dev ? function ? # Promise SATA150 controllers 178pdcsata* at pci? dev ? function ? # Promise SATA150 controllers
179satalink* at pci? dev ? function ? # SiI SATALink controllers 179satalink* at pci? dev ? function ? # SiI SATALink controllers
180 180
181atabus* at ata? channel ? 181atabus* at ata? channel ?
182wd* at atabus? drive ? flags 0x0000 182wd* at atabus? drive ? flags 0x0000
183 183
184# PCI SCSI controllers 184# PCI SCSI controllers
185ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 185ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
186isp* at pci? dev ? function ? # Qlogic ISP SCSI 186isp* at pci? dev ? function ? # Qlogic ISP SCSI
187siop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI 187siop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI
188esiop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI 188esiop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI
189mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC 189mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC
190 190
191scsibus* at scsi? 191scsibus* at scsi?
192 192
193# SCSI devices 193# SCSI devices
194sd* at scsibus? target ? lun ? # SCSI disk drives 194sd* at scsibus? target ? lun ? # SCSI disk drives
195st* at scsibus? target ? lun ? # SCSI tape drives 195st* at scsibus? target ? lun ? # SCSI tape drives
196cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 196cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
197#ch* at scsibus? target ? lun ? # SCSI media changers 197#ch* at scsibus? target ? lun ? # SCSI media changers
198#uk* at scsibus? target ? lun ? # unknown SCSI devices 198#uk* at scsibus? target ? lun ? # unknown SCSI devices
199 199
200# 200#
201# Networking devices 201# Networking devices
202# 202#
203 203
204# PCI network devices 204# PCI network devices
205fxp* at pci? dev ? function ? # Intel i8255x 10/100 Eth. 205fxp* at pci? dev ? function ? # Intel i8255x 10/100 Eth.
206 206
207# MII/PHY support 207# MII/PHY support
208inphy* at mii? phy ? # Intel i82555 10/100 PHYs 208inphy* at mii? phy ? # Intel i82555 10/100 PHYs
209ukphy* at mii? phy ? # Generic IEEE 802.3u PHYs 209ukphy* at mii? phy ? # Generic IEEE 802.3u PHYs
210 210
211# Pseudo-Devices 211# Pseudo-Devices
212 212
213# disk/mass storage pseudo-devices 213# disk/mass storage pseudo-devices
214#pseudo-device md 1 # memory disk device (ramdisk) 214#pseudo-device md 1 # memory disk device (ramdisk)
215pseudo-device vnd # disk-like interface to files 215pseudo-device vnd # disk-like interface to files
216#pseudo-device fss # file system snapshot device 216#pseudo-device fss # file system snapshot device
217 217
218# network pseudo-devices 218# network pseudo-devices
219pseudo-device bpfilter # Berkeley packet filter 219pseudo-device bpfilter # Berkeley packet filter
220pseudo-device loop # network loopback 220pseudo-device loop # network loopback
221 221
222# miscellaneous pseudo-devices 222# miscellaneous pseudo-devices
223pseudo-device pty # pseudo-terminals 223pseudo-device pty # pseudo-terminals
224pseudo-device rnd # /dev/random and in-kernel generator 224pseudo-device rnd # /dev/random and in-kernel generator
225pseudo-device clockctl # user control of clock subsystem 225pseudo-device clockctl # user control of clock subsystem
226pseudo-device ksyms # /dev/ksyms 226pseudo-device ksyms # /dev/ksyms

cvs diff -r1.17 -r1.18 src/sys/arch/evbarm/conf/CP3100 (switch to unified diff)

--- src/sys/arch/evbarm/conf/CP3100 2010/04/16 13:48:30 1.17
+++ src/sys/arch/evbarm/conf/CP3100 2010/10/28 02:10:27 1.18
@@ -1,252 +1,252 @@ @@ -1,252 +1,252 @@
1# $NetBSD: CP3100,v 1.17 2010/04/16 13:48:30 pooka Exp $ 1# $NetBSD: CP3100,v 1.18 2010/10/28 02:10:27 briggs Exp $
2# 2#
3# CP3100 -- Certance CP3100 Kernel 3# CP3100 -- Certance CP3100 Kernel
4# 4#
5 5
6include "arch/evbarm/conf/std.cp3100" 6include "arch/evbarm/conf/std.cp3100"
7 7
8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10# estimated number of users 10# estimated number of users
11 11
12maxusers 32 12maxusers 32
13 13
14# Standard system options 14# Standard system options
15 15
16options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 16options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
17options NTP # NTP phase/frequency locked loop 17options NTP # NTP phase/frequency locked loop
18 18
19# CPU options 19# CPU options
20 20
21# For XScale systems 21# For XScale systems
22options CPU_XSCALE_80321 # Support the XScale core 22options CPU_XSCALE_80321 # Support the XScale core
23makeoptions CPUFLAGS="-mcpu=xscale" 23makeoptions CPUFLAGS="-mcpu=xscale"
24 24
25# Architecture options 25# Architecture options
26options XSCALE_CACHE_READ_WRITE_ALLOCATE 26options XSCALE_CACHE_READ_WRITE_ALLOCATE
27#options HZ=512 27#options HZ=512
28 28
29# File systems 29# File systems
30 30
31file-system FFS # UFS 31file-system FFS # UFS
32file-system LFS # log-structured file system 32file-system LFS # log-structured file system
33file-system MFS # memory file system 33file-system MFS # memory file system
34file-system NFS # Network file system 34file-system NFS # Network file system
35#file-system ADOSFS # AmigaDOS-compatible file system 35#file-system ADOSFS # AmigaDOS-compatible file system
36#file-system EXT2FS # second extended file system (linux) 36#file-system EXT2FS # second extended file system (linux)
37#file-system CD9660 # ISO 9660 + Rock Ridge file system 37#file-system CD9660 # ISO 9660 + Rock Ridge file system
38#file-system MSDOSFS # MS-DOS file system 38#file-system MSDOSFS # MS-DOS file system
39file-system FDESC # /dev/fd 39file-system FDESC # /dev/fd
40file-system KERNFS # /kern 40file-system KERNFS # /kern
41file-system NULLFS # loopback file system 41file-system NULLFS # loopback file system
42file-system PROCFS # /proc 42file-system PROCFS # /proc
43#file-system UMAPFS # NULLFS + uid and gid remapping 43#file-system UMAPFS # NULLFS + uid and gid remapping
44#file-system UNION # union file system 44#file-system UNION # union file system
45file-system PTYFS # /dev/pts/N support 45file-system PTYFS # /dev/pts/N support
46 46
47# File system options 47# File system options
48#options QUOTA # UFS quotas 48#options QUOTA # UFS quotas
49#options FFS_EI # FFS Endian Independant support 49#options FFS_EI # FFS Endian Independant support
50options NFSSERVER 50options NFSSERVER
51options WAPBL # File system journaling support - Experimental 51options WAPBL # File system journaling support - Experimental
52#options FFS_NO_SNAPSHOT # No FFS snapshot support 52#options FFS_NO_SNAPSHOT # No FFS snapshot support
53 53
54# Networking options 54# Networking options
55 55
56options GATEWAY # packet forwarding 56options GATEWAY # packet forwarding
57options INET # IP + ICMP + TCP + UDP 57options INET # IP + ICMP + TCP + UDP
58options INET6 # IPV6 58options INET6 # IPV6
59#options IPSEC # IP security 59#options IPSEC # IP security
60#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 60#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
61#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 61#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
62#options IPSEC_DEBUG # debug for IP security 62#options IPSEC_DEBUG # debug for IP security
63#options MROUTING # IP multicast routing 63#options MROUTING # IP multicast routing
64#options PIM # Protocol Independent Multicast 64#options PIM # Protocol Independent Multicast
65#options NS # XNS 65#options NS # XNS
66#options NSIP # XNS tunneling over IP 66#options NSIP # XNS tunneling over IP
67#options ISO,TPIP # OSI 67#options ISO,TPIP # OSI
68#options EON # OSI tunneling over IP 68#options EON # OSI tunneling over IP
69#options CCITT,LLC,HDLC # X.25 69#options CCITT,LLC,HDLC # X.25
70#options NETATALK # AppleTalk networking 70#options NETATALK # AppleTalk networking
71#options PFIL_HOOKS # pfil(9) packet filter hooks 71#options PFIL_HOOKS # pfil(9) packet filter hooks
72#options PPP_BSDCOMP # BSD-Compress compression support for PPP 72#options PPP_BSDCOMP # BSD-Compress compression support for PPP
73#options PPP_DEFLATE # Deflate compression support for PPP 73#options PPP_DEFLATE # Deflate compression support for PPP
74#options PPP_FILTER # Active filter support for PPP (requires bpf) 74#options PPP_FILTER # Active filter support for PPP (requires bpf)
75options IPFILTER_LOG # ipmon(8) log support 75options IPFILTER_LOG # ipmon(8) log support
76options IPFILTER_LOOKUP # ippool(8) support 76options IPFILTER_LOOKUP # ippool(8) support
77#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 77#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
78 78
79options NFS_BOOT_BOOTP 79options NFS_BOOT_BOOTP
80options NFS_BOOT_DHCP 80options NFS_BOOT_DHCP
81#options NFS_BOOT_BOOTPARAM 81#options NFS_BOOT_BOOTPARAM
82 82
83# Compatibility options 83# Compatibility options
84 84
85#options COMPAT_43 # 4.3BSD compatibility. 85#options COMPAT_43 # 4.3BSD compatibility.
86options COMPAT_50 # NetBSD 5.0 compatibility. 86options COMPAT_50 # NetBSD 5.0 compatibility.
87#options COMPAT_40 # NetBSD 4.0 compatibility. 87#options COMPAT_40 # NetBSD 4.0 compatibility.
88#options COMPAT_30 # NetBSD 3.0 compatibility. 88#options COMPAT_30 # NetBSD 3.0 compatibility.
89#options COMPAT_20 # NetBSD 2.0 compatibility. 89#options COMPAT_20 # NetBSD 2.0 compatibility.
90#options COMPAT_16 # NetBSD 1.6 compatibility. 90#options COMPAT_16 # NetBSD 1.6 compatibility.
91#options COMPAT_15 # NetBSD 1.5 compatibility. 91#options COMPAT_15 # NetBSD 1.5 compatibility.
92#options COMPAT_14 # NetBSD 1.4 compatibility. 92#options COMPAT_14 # NetBSD 1.4 compatibility.
93#options COMPAT_13 # NetBSD 1.3 compatibility. 93#options COMPAT_13 # NetBSD 1.3 compatibility.
94#options COMPAT_12 # NetBSD 1.2 compatibility. 94#options COMPAT_12 # NetBSD 1.2 compatibility.
95#options COMPAT_11 # NetBSD 1.1 compatibility. 95#options COMPAT_11 # NetBSD 1.1 compatibility.
96#options COMPAT_10 # NetBSD 1.0 compatibility. 96#options COMPAT_10 # NetBSD 1.0 compatibility.
97#options COMPAT_09 # NetBSD 0.9 compatibility. 97#options COMPAT_09 # NetBSD 0.9 compatibility.
98#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 98#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
99options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 99options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
100 100
101# Shared memory options 101# Shared memory options
102 102
103options SYSVMSG # System V-like message queues 103options SYSVMSG # System V-like message queues
104options SYSVSEM # System V-like semaphores 104options SYSVSEM # System V-like semaphores
105#options SEMMNI=10 # number of semaphore identifiers 105#options SEMMNI=10 # number of semaphore identifiers
106#options SEMMNS=60 # number of semaphores in system 106#options SEMMNS=60 # number of semaphores in system
107#options SEMUME=10 # max number of undo entries per process 107#options SEMUME=10 # max number of undo entries per process
108#options SEMMNU=30 # number of undo structures in system 108#options SEMMNU=30 # number of undo structures in system
109options SYSVSHM # System V-like memory sharing 109options SYSVSHM # System V-like memory sharing
110options P1003_1B_SEMAPHORE # p1003.1b semaphore support 110options P1003_1B_SEMAPHORE # p1003.1b semaphore support
111 111
112# Device options 112# Device options
113 113
114#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 114#options MEMORY_DISK_HOOKS # boottime setup of ramdisk
115#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 115#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks
116#options MEMORY_DISK_IS_ROOT # use memory disk as root 116#options MEMORY_DISK_IS_ROOT # use memory disk as root
117 117
118# Console options. The default console is speed is 115200 baud. 118# Console options. The default console is speed is 115200 baud.
119options CONSPEED=115200 # Console speed 119options CONSPEED=115200 # Console speed
120 120
121# Miscellaneous kernel options 121# Miscellaneous kernel options
122options KTRACE # system call tracing, a la ktrace(1) 122options KTRACE # system call tracing, a la ktrace(1)
123options IRQSTATS # manage IRQ statistics 123options IRQSTATS # manage IRQ statistics
124#options KMEMSTATS # kernel memory statistics 124#options KMEMSTATS # kernel memory statistics
125#options SCSIVERBOSE # Verbose SCSI errors 125#options SCSIVERBOSE # Verbose SCSI errors
126#options PCIVERBOSE # Verbose PCI descriptions 126#options PCIVERBOSE # Verbose PCI descriptions
127#options MIIVERBOSE # Verbose MII autoconfuration messages 127#options MIIVERBOSE # Verbose MII autoconfuration messages
128#options PCI_CONFIG_DUMP # verbosely dump PCI config space 128#options PCI_CONFIG_DUMP # verbosely dump PCI config space
129#options DDB_KEYCODE=0x40 129#options DDB_KEYCODE=0x40
130options USERCONF # userconf(4) support 130options USERCONF # userconf(4) support
131#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 131#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
132#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 132#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
133 133
134# Development and Debugging options 134# Development and Debugging options
135 135
136options PERFCTRS # performance counters 136options PERFCTRS # performance counters
137options DIAGNOSTIC # internally consistency checks 137options DIAGNOSTIC # internally consistency checks
138#options DEBUG 138#options DEBUG
139#options PMAP_DEBUG # Enable pmap_debug_level code 139#options PMAP_DEBUG # Enable pmap_debug_level code
140#options VERBOSE_INIT_ARM # verbose bootstraping messages 140#options VERBOSE_INIT_ARM # verbose bootstraping messages
141options DDB # in-kernel debugger 141options DDB # in-kernel debugger
142options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 142options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
143#makeoptions DEBUG="-g" # compile full symbol table 143#makeoptions DEBUG="-g" # compile full symbol table
144options SYMTAB_SPACE=360000 144options SYMTAB_SPACE=370000
145 145
146config netbsd root on ? type ? 146config netbsd root on ? type ?
147config netbsd-wm0 root on wm0 type nfs 147config netbsd-wm0 root on wm0 type nfs
148config netbsd-wd0 root on wd0a type ffs 148config netbsd-wd0 root on wd0a type ffs
149config netbsd-sd0 root on sd0a type ffs 149config netbsd-sd0 root on sd0a type ffs
150 150
151# The main bus device 151# The main bus device
152mainbus0 at root 152mainbus0 at root
153 153
154# The boot CPU 154# The boot CPU
155cpu0 at mainbus? 155cpu0 at mainbus?
156 156
157# On-board device support 157# On-board device support
158obio* at mainbus? 158obio* at mainbus?
159 159
160# Console UART. 160# Console UART.
161# Note: "xint 4" is actually the HPI# pin 161# Note: "xint 4" is actually the HPI# pin
162com0 at obio? addr 0xfe800000 xint 4 162com0 at obio? addr 0xfe800000 xint 4
163 163
164# i80321 I/O Processor peripheral support 164# i80321 I/O Processor peripheral support
165iopxs* at mainbus? 165iopxs* at mainbus?
166 166
167iopaau* at iopxs? # Application Accelerator Unit 167iopaau* at iopxs? # Application Accelerator Unit
168iopiic* at iopxs? # I2C Controller Unit(s) 168iopiic* at iopxs? # I2C Controller Unit(s)
169iic0 at iopiic? 169iic0 at iopiic?
170iic1 at iopiic? 170iic1 at iopiic?
171iopwdog* at iopxs? # Watchdog timer 171iopwdog* at iopxs? # Watchdog timer
172pci0 at iopxs? bus ? # PCI/PCI-X support 172pci0 at iopxs? bus ? # PCI/PCI-X support
173 173
174# IIC Devices 174# IIC Devices
175m41trtc0 at iic1 addr 0x68 # M41T11 Realtime Clock 175m41trtc0 at iic1 addr 0x68 # M41T11 Realtime Clock
176 176
177# 177#
178# Storage devices 178# Storage devices
179# 179#
180 180
181# Serial ATA: i31244 181# Serial ATA: i31244
182artsata* at pci? dev ? function ? # Intel i31244 SATA controller 182artsata* at pci? dev ? function ? # Intel i31244 SATA controller
183atabus* at ata? 183atabus* at ata?
184 184
185# ATA Disks 185# ATA Disks
186wd* at atabus? drive ? flags 0x0000 186wd* at atabus? drive ? flags 0x0000
187 187
188# SCSI: Symbios Logic 53c1010 188# SCSI: Symbios Logic 53c1010
189# 189#
190# Wire down the Target/Host instances. Disable the target contoller for 190# Wire down the Target/Host instances. Disable the target contoller for
191# now as we don't currently support SCSI target mode. 191# now as we don't currently support SCSI target mode.
192siop0 at pci0 dev 2 function 1 # Host controller 192siop0 at pci0 dev 2 function 1 # Host controller
193#siop1 at pci0 dev 2 function 0 # Target controller 193#siop1 at pci0 dev 2 function 0 # Target controller
194scsibus* at scsi? 194scsibus* at scsi?
195 195
196# SCSI Devices 196# SCSI Devices
197sd* at scsibus? target ? lun ? # SCSI disk drives 197sd* at scsibus? target ? lun ? # SCSI disk drives
198st* at scsibus? target ? lun ? # SCSI tape drives 198st* at scsibus? target ? lun ? # SCSI tape drives
199cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 199cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
200ch* at scsibus? target ? lun ? # SCSI autochangers 200ch* at scsibus? target ? lun ? # SCSI autochangers
201ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 201ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
202ss* at scsibus? target ? lun ? # SCSI Scanners 202ss* at scsibus? target ? lun ? # SCSI Scanners
203uk* at scsibus? target ? lun ? # SCSI unknown 203uk* at scsibus? target ? lun ? # SCSI unknown
204 204
205# 205#
206# Networking devices 206# Networking devices
207# 207#
208 208
209# PCI network devices 209# PCI network devices
210wm* at pci? dev ? function ? # Intel i82546EB Gig-E 210wm* at pci? dev ? function ? # Intel i82546EB Gig-E
211 211
212# MII/PHY support 212# MII/PHY support
213makphy* at mii? phy ? # Marvell 88E1000 PHYs 213makphy* at mii? phy ? # Marvell 88E1000 PHYs
214 214
215# Pseudo-Devices 215# Pseudo-Devices
216 216
217# disk/mass storage pseudo-devices 217# disk/mass storage pseudo-devices
218pseudo-device ccd 4 # concatenated/striped disk devices 218pseudo-device ccd 4 # concatenated/striped disk devices
219#pseudo-device cgd 4 # cryptographic disk devices 219#pseudo-device cgd 4 # cryptographic disk devices
220pseudo-device raid 8 # RAIDframe disk driver 220pseudo-device raid 8 # RAIDframe disk driver
221options RAID_AUTOCONFIG # auto-configuration of RAID components 221options RAID_AUTOCONFIG # auto-configuration of RAID components
222# Options to enable various other RAIDframe RAID types. 222# Options to enable various other RAIDframe RAID types.
223#options RF_INCLUDE_EVENODD=1 223#options RF_INCLUDE_EVENODD=1
224#options RF_INCLUDE_RAID5_RS=1 224#options RF_INCLUDE_RAID5_RS=1
225#options RF_INCLUDE_PARITYLOGGING=1 225#options RF_INCLUDE_PARITYLOGGING=1
226#options RF_INCLUDE_CHAINDECLUSTER=1 226#options RF_INCLUDE_CHAINDECLUSTER=1
227#options RF_INCLUDE_INTERDECLUSTER=1 227#options RF_INCLUDE_INTERDECLUSTER=1
228#options RF_INCLUDE_PARITY_DECLUSTERING=1 228#options RF_INCLUDE_PARITY_DECLUSTERING=1
229#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 229#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
230#pseudo-device fss # file system snapshot device 230#pseudo-device fss # file system snapshot device
231 231
232#pseudo-device md 1 # memory disk device (ramdisk) 232#pseudo-device md 1 # memory disk device (ramdisk)
233pseudo-device vnd # disk-like interface to files 233pseudo-device vnd # disk-like interface to files
234options VND_COMPRESSION # compressed vnd(4) 234options VND_COMPRESSION # compressed vnd(4)
235 235
236# network pseudo-devices 236# network pseudo-devices
237pseudo-device bpfilter # Berkeley packet filter 237pseudo-device bpfilter # Berkeley packet filter
238pseudo-device ipfilter # IP filter (firewall) and NAT 238pseudo-device ipfilter # IP filter (firewall) and NAT
239pseudo-device loop # network loopback 239pseudo-device loop # network loopback
240#pseudo-device tun # network tunneling over tty 240#pseudo-device tun # network tunneling over tty
241#pseudo-device vlan # IEEE 802.1q encapsulation 241#pseudo-device vlan # IEEE 802.1q encapsulation
242#pseudo-device bridge # simple inter-network bridging 242#pseudo-device bridge # simple inter-network bridging
243 243
244# miscellaneous pseudo-devices 244# miscellaneous pseudo-devices
245pseudo-device pty # pseudo-terminals 245pseudo-device pty # pseudo-terminals
246pseudo-device rnd # /dev/random and in-kernel generator 246pseudo-device rnd # /dev/random and in-kernel generator
247pseudo-device clockctl # user control of clock subsystem 247pseudo-device clockctl # user control of clock subsystem
248pseudo-device ksyms # /dev/ksyms 248pseudo-device ksyms # /dev/ksyms
249 249
250# data mover pseudo-devices 250# data mover pseudo-devices
251#pseudo-device swdmover # softare dmover(9) back-end 251#pseudo-device swdmover # softare dmover(9) back-end
252#pseudo-device dmoverio # /dev/dmover dmover(9) interface 252#pseudo-device dmoverio # /dev/dmover dmover(9) interface

cvs diff -r1.67 -r1.68 src/sys/arch/evbarm/conf/IQ80310 (switch to unified diff)

--- src/sys/arch/evbarm/conf/IQ80310 2010/04/16 13:48:30 1.67
+++ src/sys/arch/evbarm/conf/IQ80310 2010/10/28 02:10:27 1.68
@@ -1,235 +1,235 @@ @@ -1,235 +1,235 @@
1# $NetBSD: IQ80310,v 1.67 2010/04/16 13:48:30 pooka Exp $ 1# $NetBSD: IQ80310,v 1.68 2010/10/28 02:10:27 briggs Exp $
2# 2#
3# IQ80310 -- Intel IQ80310 Evaluation Board Kernel 3# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
4# 4#
5 5
6include "arch/evbarm/conf/std.iq80310" 6include "arch/evbarm/conf/std.iq80310"
7 7
8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10# estimated number of users 10# estimated number of users
11 11
12maxusers 32 12maxusers 32
13 13
14# Standard system options 14# Standard system options
15 15
16options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 16options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
17#options NTP # NTP phase/frequency locked loop 17#options NTP # NTP phase/frequency locked loop
18 18
19# CPU options 19# CPU options
20 20
21# For StrongARM systems 21# For StrongARM systems
22options CPU_XSCALE_80200 # Support the XScale core 22options CPU_XSCALE_80200 # Support the XScale core
23makeoptions CPUFLAGS="-mcpu=xscale" 23makeoptions CPUFLAGS="-mcpu=xscale"
24options XSCALE_CCLKCFG=9 # 733MHz 24options XSCALE_CCLKCFG=9 # 733MHz
25options XSCALE_NO_COALESCE_WRITES 25options XSCALE_NO_COALESCE_WRITES
26 26
27# Architecture options 27# Architecture options
28 28
29# File systems 29# File systems
30 30
31file-system FFS # UFS 31file-system FFS # UFS
32#file-system LFS # log-structured file system 32#file-system LFS # log-structured file system
33file-system MFS # memory file system 33file-system MFS # memory file system
34file-system NFS # Network file system 34file-system NFS # Network file system
35#file-system ADOSFS # AmigaDOS-compatible file system 35#file-system ADOSFS # AmigaDOS-compatible file system
36#file-system EXT2FS # second extended file system (linux) 36#file-system EXT2FS # second extended file system (linux)
37#file-system CD9660 # ISO 9660 + Rock Ridge file system 37#file-system CD9660 # ISO 9660 + Rock Ridge file system
38#file-system MSDOSFS # MS-DOS file system 38#file-system MSDOSFS # MS-DOS file system
39file-system FDESC # /dev/fd 39file-system FDESC # /dev/fd
40file-system KERNFS # /kern 40file-system KERNFS # /kern
41file-system NULLFS # loopback file system 41file-system NULLFS # loopback file system
42file-system PROCFS # /proc 42file-system PROCFS # /proc
43#file-system UMAPFS # NULLFS + uid and gid remapping 43#file-system UMAPFS # NULLFS + uid and gid remapping
44#file-system UNION # union file system 44#file-system UNION # union file system
45file-system PTYFS # /dev/pts/N support 45file-system PTYFS # /dev/pts/N support
46 46
47# File system options 47# File system options
48#options QUOTA # UFS quotas 48#options QUOTA # UFS quotas
49#options FFS_EI # FFS Endian Independant support 49#options FFS_EI # FFS Endian Independant support
50options NFSSERVER 50options NFSSERVER
51options WAPBL # File system journaling support - Experimental 51options WAPBL # File system journaling support - Experimental
52#options FFS_NO_SNAPSHOT # No FFS snapshot support 52#options FFS_NO_SNAPSHOT # No FFS snapshot support
53 53
54# Networking options 54# Networking options
55 55
56#options GATEWAY # packet forwarding 56#options GATEWAY # packet forwarding
57options INET # IP + ICMP + TCP + UDP 57options INET # IP + ICMP + TCP + UDP
58options INET6 # IPV6 58options INET6 # IPV6
59#options IPSEC # IP security 59#options IPSEC # IP security
60#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 60#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
61#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 61#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
62#options IPSEC_DEBUG # debug for IP security 62#options IPSEC_DEBUG # debug for IP security
63#options MROUTING # IP multicast routing 63#options MROUTING # IP multicast routing
64#options PIM # Protocol Independent Multicast 64#options PIM # Protocol Independent Multicast
65#options ISO,TPIP # OSI 65#options ISO,TPIP # OSI
66#options EON # OSI tunneling over IP 66#options EON # OSI tunneling over IP
67#options NETATALK # AppleTalk networking 67#options NETATALK # AppleTalk networking
68#options PFIL_HOOKS # pfil(9) packet filter hooks 68#options PFIL_HOOKS # pfil(9) packet filter hooks
69#options PPP_BSDCOMP # BSD-Compress compression support for PPP 69#options PPP_BSDCOMP # BSD-Compress compression support for PPP
70#options PPP_DEFLATE # Deflate compression support for PPP 70#options PPP_DEFLATE # Deflate compression support for PPP
71#options PPP_FILTER # Active filter support for PPP (requires bpf) 71#options PPP_FILTER # Active filter support for PPP (requires bpf)
72#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 72#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
73 73
74options NFS_BOOT_BOOTP 74options NFS_BOOT_BOOTP
75options NFS_BOOT_DHCP 75options NFS_BOOT_DHCP
76#options NFS_BOOT_BOOTPARAM 76#options NFS_BOOT_BOOTPARAM
77 77
78# Compatibility options 78# Compatibility options
79 79
80#options COMPAT_43 # 4.3BSD compatibility. 80#options COMPAT_43 # 4.3BSD compatibility.
81options COMPAT_50 # NetBSD 5.0 compatibility. 81options COMPAT_50 # NetBSD 5.0 compatibility.
82options COMPAT_40 # NetBSD 4.0 compatibility. 82options COMPAT_40 # NetBSD 4.0 compatibility.
83options COMPAT_30 # NetBSD 3.0 compatibility. 83options COMPAT_30 # NetBSD 3.0 compatibility.
84options COMPAT_20 # NetBSD 2.0 compatibility. 84options COMPAT_20 # NetBSD 2.0 compatibility.
85options COMPAT_16 # NetBSD 1.6 compatibility. 85options COMPAT_16 # NetBSD 1.6 compatibility.
86options COMPAT_15 # NetBSD 1.5 compatibility. 86options COMPAT_15 # NetBSD 1.5 compatibility.
87options COMPAT_14 # NetBSD 1.4 compatibility. 87options COMPAT_14 # NetBSD 1.4 compatibility.
88#options COMPAT_13 # NetBSD 1.3 compatibility. 88#options COMPAT_13 # NetBSD 1.3 compatibility.
89#options COMPAT_12 # NetBSD 1.2 compatibility. 89#options COMPAT_12 # NetBSD 1.2 compatibility.
90#options COMPAT_11 # NetBSD 1.1 compatibility. 90#options COMPAT_11 # NetBSD 1.1 compatibility.
91#options COMPAT_10 # NetBSD 1.0 compatibility. 91#options COMPAT_10 # NetBSD 1.0 compatibility.
92#options COMPAT_09 # NetBSD 0.9 compatibility. 92#options COMPAT_09 # NetBSD 0.9 compatibility.
93#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 93#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
94options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 94options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
95 95
96# Shared memory options 96# Shared memory options
97 97
98options SYSVMSG # System V-like message queues 98options SYSVMSG # System V-like message queues
99options SYSVSEM # System V-like semaphores 99options SYSVSEM # System V-like semaphores
100#options SEMMNI=10 # number of semaphore identifiers 100#options SEMMNI=10 # number of semaphore identifiers
101#options SEMMNS=60 # number of semaphores in system 101#options SEMMNS=60 # number of semaphores in system
102#options SEMUME=10 # max number of undo entries per process 102#options SEMUME=10 # max number of undo entries per process
103#options SEMMNU=30 # number of undo structures in system 103#options SEMMNU=30 # number of undo structures in system
104options SYSVSHM # System V-like memory sharing 104options SYSVSHM # System V-like memory sharing
105 105
106# Device options 106# Device options
107 107
108#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 108#options MEMORY_DISK_HOOKS # boottime setup of ramdisk
109#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 109#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks
110#options MEMORY_DISK_IS_ROOT # use memory disk as root 110#options MEMORY_DISK_IS_ROOT # use memory disk as root
111 111
112# Console options. The default console is on connector J9 ("com0") at 112# Console options. The default console is on connector J9 ("com0") at
113# 115200 baud. 113# 115200 baud.
114#options CONSPEED=9600 # Console speed 114#options CONSPEED=9600 # Console speed
115#options CONUNIT=1 # Console unit (0=J9, 1=J10) 115#options CONUNIT=1 # Console unit (0=J9, 1=J10)
116 116
117# Miscellaneous kernel options 117# Miscellaneous kernel options
118options KTRACE # system call tracing, a la ktrace(1) 118options KTRACE # system call tracing, a la ktrace(1)
119options IRQSTATS # manage IRQ statistics 119options IRQSTATS # manage IRQ statistics
120#options KMEMSTATS # kernel memory statistics 120#options KMEMSTATS # kernel memory statistics
121#options SCSIVERBOSE # Verbose SCSI errors 121#options SCSIVERBOSE # Verbose SCSI errors
122options PCIVERBOSE # Verbose PCI descriptions 122options PCIVERBOSE # Verbose PCI descriptions
123options MIIVERBOSE # Verbose MII autoconfuration messages 123options MIIVERBOSE # Verbose MII autoconfuration messages
124#options PCI_CONFIG_DUMP # verbosely dump PCI config space 124#options PCI_CONFIG_DUMP # verbosely dump PCI config space
125#options DDB_KEYCODE=0x40 125#options DDB_KEYCODE=0x40
126options USERCONF # userconf(4) support 126options USERCONF # userconf(4) support
127#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 127#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
128#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 128#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
129 129
130# Development and Debugging options 130# Development and Debugging options
131 131
132options DIAGNOSTIC # internally consistency checks 132options DIAGNOSTIC # internally consistency checks
133#options DEBUG 133#options DEBUG
134#options PMAP_DEBUG # Enable pmap_debug_level code 134#options PMAP_DEBUG # Enable pmap_debug_level code
135#options VERBOSE_INIT_ARM # verbose bootstraping messages 135#options VERBOSE_INIT_ARM # verbose bootstraping messages
136options DDB # in-kernel debugger 136options DDB # in-kernel debugger
137options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 137options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
138#makeoptions DEBUG="-g" # compile full symbol table 138#makeoptions DEBUG="-g" # compile full symbol table
139options SYMTAB_SPACE=320000 139options SYMTAB_SPACE=335000
140 140
141config netbsd root on ? type ? 141config netbsd root on ? type ?
142config netbsd-fxp0 root on fxp0 type nfs 142config netbsd-fxp0 root on fxp0 type nfs
143config netbsd-wd0 root on wd0 type ffs 143config netbsd-wd0 root on wd0 type ffs
144config netbsd-sd0 root on sd0 type ffs 144config netbsd-sd0 root on sd0 type ffs
145 145
146# The main bus device 146# The main bus device
147mainbus0 at root 147mainbus0 at root
148 148
149# The boot CPU 149# The boot CPU
150cpu0 at mainbus? 150cpu0 at mainbus?
151 151
152# On-board device support 152# On-board device support
153obio* at mainbus? 153obio* at mainbus?
154 154
155# On-board XR 16550 UARTs. 155# On-board XR 16550 UARTs.
156# Order these so the first UART matches is the one at J9 156# Order these so the first UART matches is the one at J9
157# and the second one is the one at J10. 157# and the second one is the one at J10.
158com0 at obio? addr 0xfe810000 xint3 3 158com0 at obio? addr 0xfe810000 xint3 3
159com1 at obio? addr 0xfe800000 xint3 2 159com1 at obio? addr 0xfe800000 xint3 2
160 160
161# i80312 Companion I/O support 161# i80312 Companion I/O support
162iopxs* at mainbus? 162iopxs* at mainbus?
163 163
164iopiic* at iopxs? # I2C Controller Unit 164iopiic* at iopxs? # I2C Controller Unit
165iic* at iopiic? 165iic* at iopiic?
166 166
167pci0 at iopxs? bus ? 167pci0 at iopxs? bus ?
168 168
169# PCI-PCI bridges 169# PCI-PCI bridges
170ppb0 at pci0 dev 7 function ? # on-board 21154 170ppb0 at pci0 dev 7 function ? # on-board 21154
171pci1 at ppb0 bus ? 171pci1 at ppb0 bus ?
172 172
173ppb* at pci? dev ? function ? 173ppb* at pci? dev ? function ?
174pci* at ppb? bus ? 174pci* at ppb? bus ?
175 175
176# 176#
177# Storage devices 177# Storage devices
178# 178#
179 179
180# PCI IDE/S-ATA controllers and devices 180# PCI IDE/S-ATA controllers and devices
181pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 181pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
182artsata* at pci? dev ? function ? # Intel i31244 SATA controller 182artsata* at pci? dev ? function ? # Intel i31244 SATA controller
183cmdide* at pci? dev ? function ? # CMD tech IDE controllers 183cmdide* at pci? dev ? function ? # CMD tech IDE controllers
184hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 184hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
185pdcide* at pci? dev ? function ? # Promise IDE controllers 185pdcide* at pci? dev ? function ? # Promise IDE controllers
186pdcsata* at pci? dev ? function ? # Promise SATA150 controllers 186pdcsata* at pci? dev ? function ? # Promise SATA150 controllers
187satalink* at pci? dev ? function ? # SiI SATALink controllers 187satalink* at pci? dev ? function ? # SiI SATALink controllers
188 188
189atabus* at ata? channel ? 189atabus* at ata? channel ?
190wd* at atabus? drive ? flags 0x0000 190wd* at atabus? drive ? flags 0x0000
191 191
192# PCI SCSI controllers 192# PCI SCSI controllers
193ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 193ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
194isp* at pci? dev ? function ? # Qlogic ISP SCSI 194isp* at pci? dev ? function ? # Qlogic ISP SCSI
195siop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI 195siop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI
196esiop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI 196esiop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI
197mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC 197mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC
198 198
199scsibus* at scsi? 199scsibus* at scsi?
200 200
201# SCSI devices 201# SCSI devices
202sd* at scsibus? target ? lun ? # SCSI disk drives 202sd* at scsibus? target ? lun ? # SCSI disk drives
203st* at scsibus? target ? lun ? # SCSI tape drives 203st* at scsibus? target ? lun ? # SCSI tape drives
204cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 204cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
205#ch* at scsibus? target ? lun ? # SCSI media changers 205#ch* at scsibus? target ? lun ? # SCSI media changers
206#uk* at scsibus? target ? lun ? # unknown SCSI devices 206#uk* at scsibus? target ? lun ? # unknown SCSI devices
207 207
208# 208#
209# Networking devices 209# Networking devices
210# 210#
211 211
212# PCI network devices 212# PCI network devices
213fxp0 at pci1 dev 0 function ? # on-board i82559 213fxp0 at pci1 dev 0 function ? # on-board i82559
214fxp* at pci? dev ? function ? # Intel i8255x 10/100 Eth. 214fxp* at pci? dev ? function ? # Intel i8255x 10/100 Eth.
215 215
216# MII/PHY support 216# MII/PHY support
217inphy* at mii? phy ? # Intel i82555 10/100 PHYs 217inphy* at mii? phy ? # Intel i82555 10/100 PHYs
218ukphy* at mii? phy ? # Generic IEEE 802.3u PHYs 218ukphy* at mii? phy ? # Generic IEEE 802.3u PHYs
219 219
220# Pseudo-Devices 220# Pseudo-Devices
221 221
222# disk/mass storage pseudo-devices 222# disk/mass storage pseudo-devices
223#pseudo-device md 1 # memory disk device (ramdisk) 223#pseudo-device md 1 # memory disk device (ramdisk)
224pseudo-device vnd # disk-like interface to files 224pseudo-device vnd # disk-like interface to files
225#pseudo-device fss # file system snapshot device 225#pseudo-device fss # file system snapshot device
226 226
227# network pseudo-devices 227# network pseudo-devices
228pseudo-device bpfilter # Berkeley packet filter 228pseudo-device bpfilter # Berkeley packet filter
229pseudo-device loop # network loopback 229pseudo-device loop # network loopback
230 230
231# miscellaneous pseudo-devices 231# miscellaneous pseudo-devices
232pseudo-device pty # pseudo-terminals 232pseudo-device pty # pseudo-terminals
233pseudo-device rnd # /dev/random and in-kernel generator 233pseudo-device rnd # /dev/random and in-kernel generator
234pseudo-device clockctl # user control of clock subsystem 234pseudo-device clockctl # user control of clock subsystem
235pseudo-device ksyms # /dev/ksyms 235pseudo-device ksyms # /dev/ksyms

cvs diff -r1.62 -r1.63 src/sys/arch/evbarm/conf/IQ80321 (switch to unified diff)

--- src/sys/arch/evbarm/conf/IQ80321 2010/04/16 13:48:30 1.62
+++ src/sys/arch/evbarm/conf/IQ80321 2010/10/28 02:10:27 1.63
@@ -1,234 +1,234 @@ @@ -1,234 +1,234 @@
1# $NetBSD: IQ80321,v 1.62 2010/04/16 13:48:30 pooka Exp $ 1# $NetBSD: IQ80321,v 1.63 2010/10/28 02:10:27 briggs Exp $
2# 2#
3# IQ80321 -- Intel IQ80321 Evaluation Board Kernel 3# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
4# 4#
5 5
6include "arch/evbarm/conf/std.iq80321" 6include "arch/evbarm/conf/std.iq80321"
7 7
8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10# estimated number of users 10# estimated number of users
11 11
12maxusers 32 12maxusers 32
13 13
14# Standard system options 14# Standard system options
15 15
16options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 16options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
17#options NTP # NTP phase/frequency locked loop 17#options NTP # NTP phase/frequency locked loop
18 18
19# CPU options 19# CPU options
20 20
21# For XScale systems 21# For XScale systems
22options CPU_XSCALE_80321 # Support the XScale core 22options CPU_XSCALE_80321 # Support the XScale core
23makeoptions CPUFLAGS="-mcpu=xscale" 23makeoptions CPUFLAGS="-mcpu=xscale"
24 24
25# Architecture options 25# Architecture options
26options XSCALE_CACHE_READ_WRITE_ALLOCATE 26options XSCALE_CACHE_READ_WRITE_ALLOCATE
27#options HZ=512 27#options HZ=512
28 28
29# File systems 29# File systems
30 30
31file-system FFS # UFS 31file-system FFS # UFS
32#file-system LFS # log-structured file system 32#file-system LFS # log-structured file system
33file-system MFS # memory file system 33file-system MFS # memory file system
34file-system NFS # Network file system 34file-system NFS # Network file system
35#file-system ADOSFS # AmigaDOS-compatible file system 35#file-system ADOSFS # AmigaDOS-compatible file system
36#file-system EXT2FS # second extended file system (linux) 36#file-system EXT2FS # second extended file system (linux)
37#file-system CD9660 # ISO 9660 + Rock Ridge file system 37#file-system CD9660 # ISO 9660 + Rock Ridge file system
38#file-system MSDOSFS # MS-DOS file system 38#file-system MSDOSFS # MS-DOS file system
39file-system FDESC # /dev/fd 39file-system FDESC # /dev/fd
40file-system KERNFS # /kern 40file-system KERNFS # /kern
41file-system NULLFS # loopback file system 41file-system NULLFS # loopback file system
42file-system PROCFS # /proc 42file-system PROCFS # /proc
43#file-system UMAPFS # NULLFS + uid and gid remapping 43#file-system UMAPFS # NULLFS + uid and gid remapping
44#file-system UNION # union file system 44#file-system UNION # union file system
45file-system PTYFS # /dev/pts/N support 45file-system PTYFS # /dev/pts/N support
46 46
47# File system options 47# File system options
48#options QUOTA # UFS quotas 48#options QUOTA # UFS quotas
49#options FFS_EI # FFS Endian Independant support 49#options FFS_EI # FFS Endian Independant support
50options NFSSERVER 50options NFSSERVER
51options WAPBL # File system journaling support - Experimental 51options WAPBL # File system journaling support - Experimental
52#options FFS_NO_SNAPSHOT # No FFS snapshot support 52#options FFS_NO_SNAPSHOT # No FFS snapshot support
53 53
54# Networking options 54# Networking options
55 55
56#options GATEWAY # packet forwarding 56#options GATEWAY # packet forwarding
57options INET # IP + ICMP + TCP + UDP 57options INET # IP + ICMP + TCP + UDP
58options INET6 # IPV6 58options INET6 # IPV6
59#options IPSEC # IP security 59#options IPSEC # IP security
60#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 60#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
61#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 61#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
62#options IPSEC_DEBUG # debug for IP security 62#options IPSEC_DEBUG # debug for IP security
63#options MROUTING # IP multicast routing 63#options MROUTING # IP multicast routing
64#options PIM # Protocol Independent Multicast 64#options PIM # Protocol Independent Multicast
65#options ISO,TPIP # OSI 65#options ISO,TPIP # OSI
66#options EON # OSI tunneling over IP 66#options EON # OSI tunneling over IP
67#options NETATALK # AppleTalk networking 67#options NETATALK # AppleTalk networking
68#options PFIL_HOOKS # pfil(9) packet filter hooks 68#options PFIL_HOOKS # pfil(9) packet filter hooks
69#options PPP_BSDCOMP # BSD-Compress compression support for PPP 69#options PPP_BSDCOMP # BSD-Compress compression support for PPP
70#options PPP_DEFLATE # Deflate compression support for PPP 70#options PPP_DEFLATE # Deflate compression support for PPP
71#options PPP_FILTER # Active filter support for PPP (requires bpf) 71#options PPP_FILTER # Active filter support for PPP (requires bpf)
72#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 72#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
73 73
74options NFS_BOOT_BOOTP 74options NFS_BOOT_BOOTP
75options NFS_BOOT_DHCP 75options NFS_BOOT_DHCP
76#options NFS_BOOT_BOOTPARAM 76#options NFS_BOOT_BOOTPARAM
77 77
78# Compatibility options 78# Compatibility options
79 79
80#options COMPAT_43 # 4.3BSD compatibility. 80#options COMPAT_43 # 4.3BSD compatibility.
81options COMPAT_50 # NetBSD 5.0 compatibility. 81options COMPAT_50 # NetBSD 5.0 compatibility.
82options COMPAT_40 # NetBSD 4.0 compatibility. 82options COMPAT_40 # NetBSD 4.0 compatibility.
83options COMPAT_30 # NetBSD 3.0 compatibility. 83options COMPAT_30 # NetBSD 3.0 compatibility.
84options COMPAT_20 # NetBSD 2.0 compatibility. 84options COMPAT_20 # NetBSD 2.0 compatibility.
85options COMPAT_16 # NetBSD 1.6 compatibility. 85options COMPAT_16 # NetBSD 1.6 compatibility.
86options COMPAT_15 # NetBSD 1.5 compatibility. 86options COMPAT_15 # NetBSD 1.5 compatibility.
87options COMPAT_14 # NetBSD 1.4 compatibility. 87options COMPAT_14 # NetBSD 1.4 compatibility.
88#options COMPAT_13 # NetBSD 1.3 compatibility. 88#options COMPAT_13 # NetBSD 1.3 compatibility.
89#options COMPAT_12 # NetBSD 1.2 compatibility. 89#options COMPAT_12 # NetBSD 1.2 compatibility.
90#options COMPAT_11 # NetBSD 1.1 compatibility. 90#options COMPAT_11 # NetBSD 1.1 compatibility.
91#options COMPAT_10 # NetBSD 1.0 compatibility. 91#options COMPAT_10 # NetBSD 1.0 compatibility.
92#options COMPAT_09 # NetBSD 0.9 compatibility. 92#options COMPAT_09 # NetBSD 0.9 compatibility.
93#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 93#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
94options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 94options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
95 95
96# Shared memory options 96# Shared memory options
97 97
98options SYSVMSG # System V-like message queues 98options SYSVMSG # System V-like message queues
99options SYSVSEM # System V-like semaphores 99options SYSVSEM # System V-like semaphores
100#options SEMMNI=10 # number of semaphore identifiers 100#options SEMMNI=10 # number of semaphore identifiers
101#options SEMMNS=60 # number of semaphores in system 101#options SEMMNS=60 # number of semaphores in system
102#options SEMUME=10 # max number of undo entries per process 102#options SEMUME=10 # max number of undo entries per process
103#options SEMMNU=30 # number of undo structures in system 103#options SEMMNU=30 # number of undo structures in system
104options SYSVSHM # System V-like memory sharing 104options SYSVSHM # System V-like memory sharing
105 105
106# Device options 106# Device options
107 107
108#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 108#options MEMORY_DISK_HOOKS # boottime setup of ramdisk
109#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 109#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks
110#options MEMORY_DISK_IS_ROOT # use memory disk as root 110#options MEMORY_DISK_IS_ROOT # use memory disk as root
111 111
112# Console options. The default console is speed is 115200 baud. 112# Console options. The default console is speed is 115200 baud.
113#options CONSPEED=9600 # Console speed 113#options CONSPEED=9600 # Console speed
114 114
115# Miscellaneous kernel options 115# Miscellaneous kernel options
116options KTRACE # system call tracing, a la ktrace(1) 116options KTRACE # system call tracing, a la ktrace(1)
117options IRQSTATS # manage IRQ statistics 117options IRQSTATS # manage IRQ statistics
118#options KMEMSTATS # kernel memory statistics 118#options KMEMSTATS # kernel memory statistics
119#options SCSIVERBOSE # Verbose SCSI errors 119#options SCSIVERBOSE # Verbose SCSI errors
120options PCIVERBOSE # Verbose PCI descriptions 120options PCIVERBOSE # Verbose PCI descriptions
121options MIIVERBOSE # Verbose MII autoconfuration messages 121options MIIVERBOSE # Verbose MII autoconfuration messages
122#options PCI_CONFIG_DUMP # verbosely dump PCI config space 122#options PCI_CONFIG_DUMP # verbosely dump PCI config space
123#options DDB_KEYCODE=0x40 123#options DDB_KEYCODE=0x40
124options USERCONF # userconf(4) support 124options USERCONF # userconf(4) support
125#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 125#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
126#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 126#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
127 127
128# Development and Debugging options 128# Development and Debugging options
129 129
130options PERFCTRS # performance counters 130options PERFCTRS # performance counters
131options DIAGNOSTIC # internally consistency checks 131options DIAGNOSTIC # internally consistency checks
132#options DEBUG 132#options DEBUG
133#options PMAP_DEBUG # Enable pmap_debug_level code 133#options PMAP_DEBUG # Enable pmap_debug_level code
134#options VERBOSE_INIT_ARM # verbose bootstraping messages 134#options VERBOSE_INIT_ARM # verbose bootstraping messages
135options DDB # in-kernel debugger 135options DDB # in-kernel debugger
136options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 136options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
137#makeoptions DEBUG="-g" # compile full symbol table 137#makeoptions DEBUG="-g" # compile full symbol table
138options SYMTAB_SPACE=330000 138options SYMTAB_SPACE=340000
139 139
140config netbsd root on ? type ? 140config netbsd root on ? type ?
141config netbsd-wm0 root on wm0 type nfs 141config netbsd-wm0 root on wm0 type nfs
142config netbsd-wd0 root on wd0 type ffs 142config netbsd-wd0 root on wd0 type ffs
143config netbsd-sd0 root on sd0 type ffs 143config netbsd-sd0 root on sd0 type ffs
144 144
145# The main bus device 145# The main bus device
146mainbus0 at root 146mainbus0 at root
147 147
148# The boot CPU 148# The boot CPU
149cpu0 at mainbus? 149cpu0 at mainbus?
150 150
151# On-board device support 151# On-board device support
152obio* at mainbus? 152obio* at mainbus?
153com0 at obio? addr 0xfe800000 xint 1 # on-board TI 165C50 UART 153com0 at obio? addr 0xfe800000 xint 1 # on-board TI 165C50 UART
154 154
155# i80321 I/O Processor peripheral support 155# i80321 I/O Processor peripheral support
156iopxs* at mainbus? 156iopxs* at mainbus?
157 157
158iopaau* at iopxs? # Application Accelerator Unit 158iopaau* at iopxs? # Application Accelerator Unit
159iopiic* at iopxs? # I2C Controller Unit(s) 159iopiic* at iopxs? # I2C Controller Unit(s)
160iic0 at iopiic? 160iic0 at iopiic?
161iic1 at iopiic? 161iic1 at iopiic?
162iopwdog* at iopxs? # Watchdog timer 162iopwdog* at iopxs? # Watchdog timer
163pci0 at iopxs? bus ? # PCI/PCI-X support 163pci0 at iopxs? bus ? # PCI/PCI-X support
164 164
165# PCI-PCI bridges 165# PCI-PCI bridges
166ppb* at pci? dev ? function ? 166ppb* at pci? dev ? function ?
167pci* at ppb? bus ? 167pci* at ppb? bus ?
168 168
169# 169#
170# Storage devices 170# Storage devices
171# 171#
172 172
173# PCI IDE/S-ATA controllers and devices 173# PCI IDE/S-ATA controllers and devices
174pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 174pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
175artsata* at pci? dev ? function ? # Intel i31244 SATA controller 175artsata* at pci? dev ? function ? # Intel i31244 SATA controller
176cmdide* at pci? dev ? function ? # CMD tech IDE controllers 176cmdide* at pci? dev ? function ? # CMD tech IDE controllers
177hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 177hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
178pdcide* at pci? dev ? function ? # Promise IDE controllers 178pdcide* at pci? dev ? function ? # Promise IDE controllers
179pdcsata* at pci? dev ? function ? # Promise SATA150 controllers 179pdcsata* at pci? dev ? function ? # Promise SATA150 controllers
180satalink* at pci? dev ? function ? # SiI SATALink controllers 180satalink* at pci? dev ? function ? # SiI SATALink controllers
181 181
182atabus* at ata? channel ? 182atabus* at ata? channel ?
183wd* at atabus? drive ? flags 0x0000 183wd* at atabus? drive ? flags 0x0000
184 184
185# PCI SCSI controllers 185# PCI SCSI controllers
186ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 186ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
187isp* at pci? dev ? function ? # Qlogic ISP SCSI 187isp* at pci? dev ? function ? # Qlogic ISP SCSI
188siop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI 188siop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI
189esiop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI 189esiop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI
190mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC 190mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC
191 191
192scsibus* at scsi? 192scsibus* at scsi?
193 193
194# SCSI devices 194# SCSI devices
195sd* at scsibus? target ? lun ? # SCSI disk drives 195sd* at scsibus? target ? lun ? # SCSI disk drives
196st* at scsibus? target ? lun ? # SCSI tape drives 196st* at scsibus? target ? lun ? # SCSI tape drives
197cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 197cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
198#ch* at scsibus? target ? lun ? # SCSI media changers 198#ch* at scsibus? target ? lun ? # SCSI media changers
199#uk* at scsibus? target ? lun ? # unknown SCSI devices 199#uk* at scsibus? target ? lun ? # unknown SCSI devices
200 200
201# 201#
202# Networking devices 202# Networking devices
203# 203#
204 204
205# PCI network devices 205# PCI network devices
206fxp* at pci? dev ? function ? # Intel i8255x 10/100 Ethernet 206fxp* at pci? dev ? function ? # Intel i8255x 10/100 Ethernet
207wm* at pci? dev ? function ? # Intel i82544 Gig-E 207wm* at pci? dev ? function ? # Intel i82544 Gig-E
208 208
209# MII/PHY support 209# MII/PHY support
210inphy* at mii? phy ? # Intel i82555 10/100 PHYs 210inphy* at mii? phy ? # Intel i82555 10/100 PHYs
211makphy* at mii? phy ? # Marvell 88E1000 PHYs 211makphy* at mii? phy ? # Marvell 88E1000 PHYs
212ukphy* at mii? phy ? # Generic IEEE 802.3u PHYs 212ukphy* at mii? phy ? # Generic IEEE 802.3u PHYs
213 213
214# Pseudo-Devices 214# Pseudo-Devices
215 215
216# disk/mass storage pseudo-devices 216# disk/mass storage pseudo-devices
217#pseudo-device md 1 # memory disk device (ramdisk) 217#pseudo-device md 1 # memory disk device (ramdisk)
218pseudo-device vnd # disk-like interface to files 218pseudo-device vnd # disk-like interface to files
219#pseudo-device fss # file system snapshot device 219#pseudo-device fss # file system snapshot device
220 220
221# network pseudo-devices 221# network pseudo-devices
222pseudo-device bpfilter # Berkeley packet filter 222pseudo-device bpfilter # Berkeley packet filter
223pseudo-device loop # network loopback 223pseudo-device loop # network loopback
224pseudo-device kttcp # network loopback 224pseudo-device kttcp # network loopback
225 225
226# miscellaneous pseudo-devices 226# miscellaneous pseudo-devices
227pseudo-device pty # pseudo-terminals 227pseudo-device pty # pseudo-terminals
228pseudo-device rnd # /dev/random and in-kernel generator 228pseudo-device rnd # /dev/random and in-kernel generator
229pseudo-device clockctl # user control of clock subsystem 229pseudo-device clockctl # user control of clock subsystem
230pseudo-device ksyms # /dev/ksyms 230pseudo-device ksyms # /dev/ksyms
231 231
232# data mover pseudo-devices 232# data mover pseudo-devices
233#pseudo-device swdmover # softare dmover(9) back-end 233#pseudo-device swdmover # softare dmover(9) back-end
234pseudo-device dmoverio # /dev/dmover dmover(9) interface 234pseudo-device dmoverio # /dev/dmover dmover(9) interface

cvs diff -r1.63 -r1.64 src/sys/arch/evbarm/conf/TEAMASA_NPWR (switch to unified diff)

--- src/sys/arch/evbarm/conf/TEAMASA_NPWR 2010/04/16 13:48:30 1.63
+++ src/sys/arch/evbarm/conf/TEAMASA_NPWR 2010/10/28 02:10:27 1.64
@@ -1,216 +1,216 @@ @@ -1,216 +1,216 @@
1# $NetBSD: TEAMASA_NPWR,v 1.63 2010/04/16 13:48:30 pooka Exp $ 1# $NetBSD: TEAMASA_NPWR,v 1.64 2010/10/28 02:10:27 briggs Exp $
2# 2#
3# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based 3# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
4# server appliance. 4# server appliance.
5# 5#
6 6
7include "arch/evbarm/conf/std.iq80310" 7include "arch/evbarm/conf/std.iq80310"
8options IOP310_TEAMASA_NPWR # Enable Npwr support 8options IOP310_TEAMASA_NPWR # Enable Npwr support
9 9
10#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 10#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
11 11
12# estimated number of users 12# estimated number of users
13 13
14maxusers 32 14maxusers 32
15 15
16# Standard system options 16# Standard system options
17 17
18options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 18options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
19options NTP # NTP phase/frequency locked loop 19options NTP # NTP phase/frequency locked loop
20 20
21# CPU options 21# CPU options
22 22
23# For StrongARM systems 23# For StrongARM systems
24options CPU_XSCALE_80200 # Support the XScale core 24options CPU_XSCALE_80200 # Support the XScale core
25makeoptions CPUFLAGS="-mcpu=xscale" 25makeoptions CPUFLAGS="-mcpu=xscale"
26options XSCALE_CCLKCFG=7 # 600MHz 26options XSCALE_CCLKCFG=7 # 600MHz
27 27
28# Architecture options 28# Architecture options
29options XSCALE_CACHE_READ_WRITE_ALLOCATE 29options XSCALE_CACHE_READ_WRITE_ALLOCATE
30options XSCALE_NO_COALESCE_WRITES 30options XSCALE_NO_COALESCE_WRITES
31 31
32# File systems 32# File systems
33 33
34file-system FFS # UFS 34file-system FFS # UFS
35#file-system LFS # log-structured file system 35#file-system LFS # log-structured file system
36file-system MFS # memory file system 36file-system MFS # memory file system
37file-system NFS # Network file system 37file-system NFS # Network file system
38#file-system ADOSFS # AmigaDOS-compatible file system 38#file-system ADOSFS # AmigaDOS-compatible file system
39file-system EXT2FS # second extended file system (linux) 39file-system EXT2FS # second extended file system (linux)
40#file-system CD9660 # ISO 9660 + Rock Ridge file system 40#file-system CD9660 # ISO 9660 + Rock Ridge file system
41#file-system MSDOSFS # MS-DOS file system 41#file-system MSDOSFS # MS-DOS file system
42file-system FDESC # /dev/fd 42file-system FDESC # /dev/fd
43file-system KERNFS # /kern 43file-system KERNFS # /kern
44file-system NULLFS # loopback file system 44file-system NULLFS # loopback file system
45file-system PROCFS # /proc 45file-system PROCFS # /proc
46#file-system UMAPFS # NULLFS + uid and gid remapping 46#file-system UMAPFS # NULLFS + uid and gid remapping
47#file-system UNION # union file system 47#file-system UNION # union file system
48file-system PTYFS # /dev/pts/N support 48file-system PTYFS # /dev/pts/N support
49 49
50# File system options 50# File system options
51#options QUOTA # UFS quotas 51#options QUOTA # UFS quotas
52#options FFS_EI # FFS Endian Independant support 52#options FFS_EI # FFS Endian Independant support
53options NFSSERVER 53options NFSSERVER
54options WAPBL # File system journaling support - Experimental 54options WAPBL # File system journaling support - Experimental
55#options FFS_NO_SNAPSHOT # No FFS snapshot support 55#options FFS_NO_SNAPSHOT # No FFS snapshot support
56 56
57# Networking options 57# Networking options
58 58
59#options GATEWAY # packet forwarding 59#options GATEWAY # packet forwarding
60options INET # IP + ICMP + TCP + UDP 60options INET # IP + ICMP + TCP + UDP
61options INET6 # IPV6 61options INET6 # IPV6
62#options IPSEC # IP security 62#options IPSEC # IP security
63#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 63#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
64#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 64#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
65#options IPSEC_DEBUG # debug for IP security 65#options IPSEC_DEBUG # debug for IP security
66#options MROUTING # IP multicast routing 66#options MROUTING # IP multicast routing
67#options PIM # Protocol Independent Multicast 67#options PIM # Protocol Independent Multicast
68#options ISO,TPIP # OSI 68#options ISO,TPIP # OSI
69#options EON # OSI tunneling over IP 69#options EON # OSI tunneling over IP
70#options NETATALK # AppleTalk networking 70#options NETATALK # AppleTalk networking
71#options PFIL_HOOKS # pfil(9) packet filter hooks 71#options PFIL_HOOKS # pfil(9) packet filter hooks
72#options PPP_BSDCOMP # BSD-Compress compression support for PPP 72#options PPP_BSDCOMP # BSD-Compress compression support for PPP
73#options PPP_DEFLATE # Deflate compression support for PPP 73#options PPP_DEFLATE # Deflate compression support for PPP
74#options PPP_FILTER # Active filter support for PPP (requires bpf) 74#options PPP_FILTER # Active filter support for PPP (requires bpf)
75#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 75#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
76 76
77options NFS_BOOT_BOOTP 77options NFS_BOOT_BOOTP
78options NFS_BOOT_DHCP 78options NFS_BOOT_DHCP
79#options NFS_BOOT_BOOTPARAM 79#options NFS_BOOT_BOOTPARAM
80 80
81# Compatibility options 81# Compatibility options
82 82
83#options COMPAT_43 # 4.3BSD compatibility. 83#options COMPAT_43 # 4.3BSD compatibility.
84options COMPAT_50 # NetBSD 5.0 compatibility. 84options COMPAT_50 # NetBSD 5.0 compatibility.
85options COMPAT_40 # NetBSD 4.0 compatibility. 85options COMPAT_40 # NetBSD 4.0 compatibility.
86options COMPAT_30 # NetBSD 3.0 compatibility. 86options COMPAT_30 # NetBSD 3.0 compatibility.
87options COMPAT_20 # NetBSD 2.0 compatibility. 87options COMPAT_20 # NetBSD 2.0 compatibility.
88options COMPAT_16 # NetBSD 1.6 compatibility. 88options COMPAT_16 # NetBSD 1.6 compatibility.
89options COMPAT_15 # NetBSD 1.5 compatibility. 89options COMPAT_15 # NetBSD 1.5 compatibility.
90options COMPAT_14 # NetBSD 1.4 compatibility. 90options COMPAT_14 # NetBSD 1.4 compatibility.
91#options COMPAT_13 # NetBSD 1.3 compatibility. 91#options COMPAT_13 # NetBSD 1.3 compatibility.
92#options COMPAT_12 # NetBSD 1.2 compatibility. 92#options COMPAT_12 # NetBSD 1.2 compatibility.
93#options COMPAT_11 # NetBSD 1.1 compatibility. 93#options COMPAT_11 # NetBSD 1.1 compatibility.
94#options COMPAT_10 # NetBSD 1.0 compatibility. 94#options COMPAT_10 # NetBSD 1.0 compatibility.
95#options COMPAT_09 # NetBSD 0.9 compatibility. 95#options COMPAT_09 # NetBSD 0.9 compatibility.
96#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 96#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
97options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 97options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
98 98
99# Shared memory options 99# Shared memory options
100 100
101options SYSVMSG # System V-like message queues 101options SYSVMSG # System V-like message queues
102options SYSVSEM # System V-like semaphores 102options SYSVSEM # System V-like semaphores
103#options SEMMNI=10 # number of semaphore identifiers 103#options SEMMNI=10 # number of semaphore identifiers
104#options SEMMNS=60 # number of semaphores in system 104#options SEMMNS=60 # number of semaphores in system
105#options SEMUME=10 # max number of undo entries per process 105#options SEMUME=10 # max number of undo entries per process
106#options SEMMNU=30 # number of undo structures in system 106#options SEMMNU=30 # number of undo structures in system
107options SYSVSHM # System V-like memory sharing 107options SYSVSHM # System V-like memory sharing
108 108
109# Device options 109# Device options
110 110
111#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 111#options MEMORY_DISK_HOOKS # boottime setup of ramdisk
112#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 112#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks
113#options MEMORY_DISK_IS_ROOT # use memory disk as root 113#options MEMORY_DISK_IS_ROOT # use memory disk as root
114 114
115# Console options. The default console is oriented towards the IQ80310 115# Console options. The default console is oriented towards the IQ80310
116# eval board, on connector J9 ("com0") at # 115200 baud. 116# eval board, on connector J9 ("com0") at # 115200 baud.
117# 117#
118# The Npwr's RedBoot firmware uses 19200, and there is only one 118# The Npwr's RedBoot firmware uses 19200, and there is only one
119# serial port. 119# serial port.
120#options CONSPEED=19200 # Console speed 120#options CONSPEED=19200 # Console speed
121#options CONUNIT=1 # Console unit (0=J9, 1=J10) 121#options CONUNIT=1 # Console unit (0=J9, 1=J10)
122 122
123# Miscellaneous kernel options 123# Miscellaneous kernel options
124options KTRACE # system call tracing, a la ktrace(1) 124options KTRACE # system call tracing, a la ktrace(1)
125#options KMEMSTATS # kernel memory statistics 125#options KMEMSTATS # kernel memory statistics
126options SCSIVERBOSE # Verbose SCSI errors 126options SCSIVERBOSE # Verbose SCSI errors
127options PCIVERBOSE # Verbose PCI descriptions 127options PCIVERBOSE # Verbose PCI descriptions
128options MIIVERBOSE # Verbose MII autoconfuration messages 128options MIIVERBOSE # Verbose MII autoconfuration messages
129#options PCI_CONFIG_DUMP # verbosely dump PCI config space 129#options PCI_CONFIG_DUMP # verbosely dump PCI config space
130#options DDB_KEYCODE=0x40 130#options DDB_KEYCODE=0x40
131options USERCONF # userconf(4) support 131options USERCONF # userconf(4) support
132#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 132#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
133#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 133#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
134 134
135# Development and Debugging options 135# Development and Debugging options
136 136
137options PERFCTRS # performance counters 137options PERFCTRS # performance counters
138options DIAGNOSTIC # internally consistency checks 138options DIAGNOSTIC # internally consistency checks
139#options DEBUG 139#options DEBUG
140#options PMAP_DEBUG # Enable pmap_debug_level code 140#options PMAP_DEBUG # Enable pmap_debug_level code
141#options VERBOSE_INIT_ARM # verbose bootstraping messages 141#options VERBOSE_INIT_ARM # verbose bootstraping messages
142options DDB # in-kernel debugger 142options DDB # in-kernel debugger
143options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 143options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
144#makeoptions DEBUG="-g" # compile full symbol table 144#makeoptions DEBUG="-g" # compile full symbol table
145options SYMTAB_SPACE=320000 145options SYMTAB_SPACE=335000
146 146
147config netbsd root on ? type ? 147config netbsd root on ? type ?
148config netbsd-wm0 root on wm0 type nfs 148config netbsd-wm0 root on wm0 type nfs
149config netbsd-sd0 root on sd0 type ? 149config netbsd-sd0 root on sd0 type ?
150 150
151# The main bus device 151# The main bus device
152mainbus0 at root 152mainbus0 at root
153 153
154# The boot CPU 154# The boot CPU
155cpu0 at mainbus? 155cpu0 at mainbus?
156 156
157# On-board device support 157# On-board device support
158obio* at mainbus? 158obio* at mainbus?
159 159
160# On-board 16550 UART 160# On-board 16550 UART
161com0 at obio? addr 0xfe810000 xint3 3  161com0 at obio? addr 0xfe810000 xint3 3
162 162
163# i80312 Companion I/O support 163# i80312 Companion I/O support
164iopxs* at mainbus? 164iopxs* at mainbus?
165 165
166iopiic* at iopxs? # I2C Controller Unit 166iopiic* at iopxs? # I2C Controller Unit
167iic* at iopiic? 167iic* at iopiic?
168m41trtc* at iic? addr 0x68 168m41trtc* at iic? addr 0x68
169 169
170pci* at iopxs? bus ? 170pci* at iopxs? bus ?
171 171
172# 172#
173# Networking devices 173# Networking devices
174# 174#
175 175
176# PCI network devices 176# PCI network devices
177wm* at pci? dev ? function ? 177wm* at pci? dev ? function ?
178 178
179# MII/PHY support 179# MII/PHY support
180makphy* at mii? phy ? # Marvell "Alaska" Gig-E PHY 180makphy* at mii? phy ? # Marvell "Alaska" Gig-E PHY
181ukphy* at mii? phy ? # Generic IEEE 802.3u PHYs 181ukphy* at mii? phy ? # Generic IEEE 802.3u PHYs
182 182
183# 183#
184# Mass storage devices 184# Mass storage devices
185# 185#
186 186
187# PCI SCSI controllers 187# PCI SCSI controllers
188esiop0 at pci? dev ? function ? # on-board LSI 53c1010 188esiop0 at pci? dev ? function ? # on-board LSI 53c1010
189options SIOP_SYMLED 189options SIOP_SYMLED
190scsibus* at scsi? 190scsibus* at scsi?
191 191
192# SCSI device support 192# SCSI device support
193sd* at scsibus? target ? lun ? # SCSI disks 193sd* at scsibus? target ? lun ? # SCSI disks
194cd* at scsibus? target ? lun ? # SCSI CD-ROMs 194cd* at scsibus? target ? lun ? # SCSI CD-ROMs
195st* at scsibus? target ? lun ? # SCSI tapes 195st* at scsibus? target ? lun ? # SCSI tapes
196uk* at scsibus? target ? lun ? # unknown SCSI devices 196uk* at scsibus? target ? lun ? # unknown SCSI devices
197 197
198# Pseudo-Devices 198# Pseudo-Devices
199 199
200# disk/mass storage pseudo-devices 200# disk/mass storage pseudo-devices
201#pseudo-device md 1 # memory disk device (ramdisk) 201#pseudo-device md 1 # memory disk device (ramdisk)
202pseudo-device vnd # disk-like interface to files 202pseudo-device vnd # disk-like interface to files
203pseudo-device raid 4 # RAIDframe devices 203pseudo-device raid 4 # RAIDframe devices
204#pseudo-device fss # file system snapshot device 204#pseudo-device fss # file system snapshot device
205#pseudo-device ccd 4 # Concatenated disk devices 205#pseudo-device ccd 4 # Concatenated disk devices
206 206
207# network pseudo-devices 207# network pseudo-devices
208pseudo-device bpfilter # Berkeley packet filter 208pseudo-device bpfilter # Berkeley packet filter
209pseudo-device loop # network loopback 209pseudo-device loop # network loopback
210pseudo-device kttcp 210pseudo-device kttcp
211 211
212# miscellaneous pseudo-devices 212# miscellaneous pseudo-devices
213pseudo-device pty # pseudo-terminals 213pseudo-device pty # pseudo-terminals
214pseudo-device rnd # /dev/random and in-kernel generator 214pseudo-device rnd # /dev/random and in-kernel generator
215pseudo-device clockctl # user control of clock subsystem 215pseudo-device clockctl # user control of clock subsystem
216pseudo-device ksyms # /dev/ksyms 216pseudo-device ksyms # /dev/ksyms

cvs diff -r1.28 -r1.29 src/sys/arch/evbarm/conf/TEAMASA_NPWR_FC (switch to unified diff)

--- src/sys/arch/evbarm/conf/TEAMASA_NPWR_FC 2010/04/16 13:48:30 1.28
+++ src/sys/arch/evbarm/conf/TEAMASA_NPWR_FC 2010/10/28 02:10:27 1.29
@@ -1,237 +1,237 @@ @@ -1,237 +1,237 @@
1# $NetBSD: TEAMASA_NPWR_FC,v 1.28 2010/04/16 13:48:30 pooka Exp $ 1# $NetBSD: TEAMASA_NPWR_FC,v 1.29 2010/10/28 02:10:27 briggs Exp $
2# 2#
3# TeamASA NPWR-FC, i80321-based SBC 3# TeamASA NPWR-FC, i80321-based SBC
4# 4#
5 5
6include "arch/evbarm/conf/std.npwr_fc" 6include "arch/evbarm/conf/std.npwr_fc"
7 7
8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10# estimated number of users 10# estimated number of users
11 11
12maxusers 32 12maxusers 32
13 13
14# Standard system options 14# Standard system options
15 15
16options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 16options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
17#options NTP # NTP phase/frequency locked loop 17#options NTP # NTP phase/frequency locked loop
18 18
19# CPU options 19# CPU options
20 20
21# For XScale systems 21# For XScale systems
22options CPU_XSCALE_80321 # Support the XScale core 22options CPU_XSCALE_80321 # Support the XScale core
23makeoptions CPUFLAGS="-mcpu=xscale" 23makeoptions CPUFLAGS="-mcpu=xscale"
24options I80321_HPI_ENABLED # Uses the (non-maskable) HPI 24options I80321_HPI_ENABLED # Uses the (non-maskable) HPI
25 25
26# Architecture options 26# Architecture options
27options XSCALE_CACHE_READ_WRITE_ALLOCATE 27options XSCALE_CACHE_READ_WRITE_ALLOCATE
28#options HZ=512 28#options HZ=512
29 29
30# File systems 30# File systems
31 31
32file-system FFS # UFS 32file-system FFS # UFS
33#file-system LFS # log-structured file system 33#file-system LFS # log-structured file system
34file-system MFS # memory file system 34file-system MFS # memory file system
35file-system NFS # Network file system 35file-system NFS # Network file system
36#file-system ADOSFS # AmigaDOS-compatible file system 36#file-system ADOSFS # AmigaDOS-compatible file system
37#file-system EXT2FS # second extended file system (linux) 37#file-system EXT2FS # second extended file system (linux)
38#file-system CD9660 # ISO 9660 + Rock Ridge file system 38#file-system CD9660 # ISO 9660 + Rock Ridge file system
39#file-system MSDOSFS # MS-DOS file system 39#file-system MSDOSFS # MS-DOS file system
40file-system FDESC # /dev/fd 40file-system FDESC # /dev/fd
41file-system KERNFS # /kern 41file-system KERNFS # /kern
42file-system NULLFS # loopback file system 42file-system NULLFS # loopback file system
43file-system PROCFS # /proc 43file-system PROCFS # /proc
44#file-system UMAPFS # NULLFS + uid and gid remapping 44#file-system UMAPFS # NULLFS + uid and gid remapping
45#file-system UNION # union file system 45#file-system UNION # union file system
46file-system PTYFS # /dev/pts/N support 46file-system PTYFS # /dev/pts/N support
47 47
48# File system options 48# File system options
49#options QUOTA # UFS quotas 49#options QUOTA # UFS quotas
50#options FFS_EI # FFS Endian Independant support 50#options FFS_EI # FFS Endian Independant support
51options NFSSERVER 51options NFSSERVER
52options WAPBL # File system journaling support - Experimental 52options WAPBL # File system journaling support - Experimental
53#options FFS_NO_SNAPSHOT # No FFS snapshot support 53#options FFS_NO_SNAPSHOT # No FFS snapshot support
54 54
55# Networking options 55# Networking options
56 56
57#options GATEWAY # packet forwarding 57#options GATEWAY # packet forwarding
58options INET # IP + ICMP + TCP + UDP 58options INET # IP + ICMP + TCP + UDP
59options INET6 # IPV6 59options INET6 # IPV6
60#options IPSEC # IP security 60#options IPSEC # IP security
61#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 61#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
62#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 62#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
63#options IPSEC_DEBUG # debug for IP security 63#options IPSEC_DEBUG # debug for IP security
64#options MROUTING # IP multicast routing 64#options MROUTING # IP multicast routing
65#options PIM # Protocol Independent Multicast 65#options PIM # Protocol Independent Multicast
66#options ISO,TPIP # OSI 66#options ISO,TPIP # OSI
67#options EON # OSI tunneling over IP 67#options EON # OSI tunneling over IP
68#options NETATALK # AppleTalk networking 68#options NETATALK # AppleTalk networking
69#options PFIL_HOOKS # pfil(9) packet filter hooks 69#options PFIL_HOOKS # pfil(9) packet filter hooks
70#options PPP_BSDCOMP # BSD-Compress compression support for PPP 70#options PPP_BSDCOMP # BSD-Compress compression support for PPP
71#options PPP_DEFLATE # Deflate compression support for PPP 71#options PPP_DEFLATE # Deflate compression support for PPP
72#options PPP_FILTER # Active filter support for PPP (requires bpf) 72#options PPP_FILTER # Active filter support for PPP (requires bpf)
73#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 73#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
74 74
75options NFS_BOOT_BOOTP 75options NFS_BOOT_BOOTP
76options NFS_BOOT_DHCP 76options NFS_BOOT_DHCP
77#options NFS_BOOT_BOOTPARAM 77#options NFS_BOOT_BOOTPARAM
78 78
79# Compatibility options 79# Compatibility options
80 80
81#options COMPAT_43 # 4.3BSD compatibility. 81#options COMPAT_43 # 4.3BSD compatibility.
82options COMPAT_50 # NetBSD 5.0 compatibility. 82options COMPAT_50 # NetBSD 5.0 compatibility.
83options COMPAT_40 # NetBSD 4.0 compatibility. 83options COMPAT_40 # NetBSD 4.0 compatibility.
84options COMPAT_30 # NetBSD 3.0 compatibility. 84options COMPAT_30 # NetBSD 3.0 compatibility.
85options COMPAT_20 # NetBSD 2.0 compatibility. 85options COMPAT_20 # NetBSD 2.0 compatibility.
86options COMPAT_16 # NetBSD 1.6 compatibility. 86options COMPAT_16 # NetBSD 1.6 compatibility.
87options COMPAT_15 # NetBSD 1.5 compatibility. 87options COMPAT_15 # NetBSD 1.5 compatibility.
88options COMPAT_14 # NetBSD 1.4 compatibility. 88options COMPAT_14 # NetBSD 1.4 compatibility.
89#options COMPAT_13 # NetBSD 1.3 compatibility. 89#options COMPAT_13 # NetBSD 1.3 compatibility.
90#options COMPAT_12 # NetBSD 1.2 compatibility. 90#options COMPAT_12 # NetBSD 1.2 compatibility.
91#options COMPAT_11 # NetBSD 1.1 compatibility. 91#options COMPAT_11 # NetBSD 1.1 compatibility.
92#options COMPAT_10 # NetBSD 1.0 compatibility. 92#options COMPAT_10 # NetBSD 1.0 compatibility.
93#options COMPAT_09 # NetBSD 0.9 compatibility. 93#options COMPAT_09 # NetBSD 0.9 compatibility.
94#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 94#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
95options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 95options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
96 96
97# Shared memory options 97# Shared memory options
98 98
99options SYSVMSG # System V-like message queues 99options SYSVMSG # System V-like message queues
100options SYSVSEM # System V-like semaphores 100options SYSVSEM # System V-like semaphores
101#options SEMMNI=10 # number of semaphore identifiers 101#options SEMMNI=10 # number of semaphore identifiers
102#options SEMMNS=60 # number of semaphores in system 102#options SEMMNS=60 # number of semaphores in system
103#options SEMUME=10 # max number of undo entries per process 103#options SEMUME=10 # max number of undo entries per process
104#options SEMMNU=30 # number of undo structures in system 104#options SEMMNU=30 # number of undo structures in system
105options SYSVSHM # System V-like memory sharing 105options SYSVSHM # System V-like memory sharing
106 106
107# Device options 107# Device options
108 108
109#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 109#options MEMORY_DISK_HOOKS # boottime setup of ramdisk
110#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 110#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks
111#options MEMORY_DISK_IS_ROOT # use memory disk as root 111#options MEMORY_DISK_IS_ROOT # use memory disk as root
112 112
113# Console options. The default console is speed is 115200 baud. 113# Console options. The default console is speed is 115200 baud.
114#options CONSPEED=9600 # Console speed 114#options CONSPEED=9600 # Console speed
115 115
116# Miscellaneous kernel options 116# Miscellaneous kernel options
117options KTRACE # system call tracing, a la ktrace(1) 117options KTRACE # system call tracing, a la ktrace(1)
118options IRQSTATS # manage IRQ statistics 118options IRQSTATS # manage IRQ statistics
119#options KMEMSTATS # kernel memory statistics 119#options KMEMSTATS # kernel memory statistics
120#options SCSIVERBOSE # Verbose SCSI errors 120#options SCSIVERBOSE # Verbose SCSI errors
121options PCIVERBOSE # Verbose PCI descriptions 121options PCIVERBOSE # Verbose PCI descriptions
122options MIIVERBOSE # Verbose MII autoconfuration messages 122options MIIVERBOSE # Verbose MII autoconfuration messages
123#options PCI_CONFIG_DUMP # verbosely dump PCI config space 123#options PCI_CONFIG_DUMP # verbosely dump PCI config space
124#options DDB_KEYCODE=0x40 124#options DDB_KEYCODE=0x40
125options USERCONF # userconf(4) support 125options USERCONF # userconf(4) support
126#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 126#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
127#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 127#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
128 128
129# Development and Debugging options 129# Development and Debugging options
130 130
131options PERFCTRS # performance counters 131options PERFCTRS # performance counters
132options DIAGNOSTIC # internally consistency checks 132options DIAGNOSTIC # internally consistency checks
133#options DEBUG 133#options DEBUG
134#options PMAP_DEBUG # Enable pmap_debug_level code 134#options PMAP_DEBUG # Enable pmap_debug_level code
135#options VERBOSE_INIT_ARM # verbose bootstraping messages 135#options VERBOSE_INIT_ARM # verbose bootstraping messages
136options DDB # in-kernel debugger 136options DDB # in-kernel debugger
137options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 137options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
138#makeoptions DEBUG="-g" # compile full symbol table 138#makeoptions DEBUG="-g" # compile full symbol table
139options SYMTAB_SPACE=300000 139options SYMTAB_SPACE=335000
140 140
141config netbsd root on ? type ? 141config netbsd root on ? type ?
142config netbsd-wm0 root on wm0 type nfs 142config netbsd-wm0 root on wm0 type nfs
143config netbsd-wd0 root on wd0 type ffs 143config netbsd-wd0 root on wd0 type ffs
144config netbsd-sd0 root on sd0 type ffs 144config netbsd-sd0 root on sd0 type ffs
145 145
146# The main bus device 146# The main bus device
147mainbus0 at root 147mainbus0 at root
148 148
149# The boot cpu 149# The boot cpu
150cpu0 at mainbus? 150cpu0 at mainbus?
151 151
152# On-board device support 152# On-board device support
153obio* at mainbus? 153obio* at mainbus?
154com0 at obio? addr 0xfe800000 xint 4 # on-board TI 165C50 UART 154com0 at obio? addr 0xfe800000 xint 4 # on-board TI 165C50 UART
155 155
156# i80321 I/O Processor peripheral support 156# i80321 I/O Processor peripheral support
157iopxs* at mainbus? 157iopxs* at mainbus?
158 158
159iopaau* at iopxs? # Application Accelerator Unit 159iopaau* at iopxs? # Application Accelerator Unit
160iopiic* at iopxs? # I2C Controller Unit(s) 160iopiic* at iopxs? # I2C Controller Unit(s)
161iic0 at iopiic? 161iic0 at iopiic?
162iic1 at iopiic? 162iic1 at iopiic?
163iopwdog* at iopxs? # Watchdog timer 163iopwdog* at iopxs? # Watchdog timer
164pci0 at iopxs? bus ? # PCI/PCI-X support 164pci0 at iopxs? bus ? # PCI/PCI-X support
165 165
166# RTC -- M41T11, compatible with the DS1307 166# RTC -- M41T11, compatible with the DS1307
167dsrtc* at iic1 addr 0x68 167dsrtc* at iic1 addr 0x68
168 168
169# PCI-PCI bridges 169# PCI-PCI bridges
170#ppb* at pci? dev ? function ? 170#ppb* at pci? dev ? function ?
171#pci* at ppb? bus ? 171#pci* at ppb? bus ?
172 172
173# 173#
174# Storage devices 174# Storage devices
175# 175#
176 176
177# PCI IDE/S-ATA controllers and devices 177# PCI IDE/S-ATA controllers and devices
178artsata* at pci? dev ? function ? # Intel i31244 SATA controller 178artsata* at pci? dev ? function ? # Intel i31244 SATA controller
179#options PCIIDE_I31244_DISABLEDMA 179#options PCIIDE_I31244_DISABLEDMA
180 180
181# ATA (IDE) bus support 181# ATA (IDE) bus support
182atabus* at ata? 182atabus* at ata?
183 183
184wd* at atabus? drive ? flags 0x0000 184wd* at atabus? drive ? flags 0x0000
185 185
186# PCI SCSI controllers 186# PCI SCSI controllers
187#ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 187#ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
188#isp* at pci? dev ? function ? # Qlogic ISP SCSI 188#isp* at pci? dev ? function ? # Qlogic ISP SCSI
189#siop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI 189#siop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI
190#esiop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI 190#esiop* at pci? dev ? function ? # Symbios/LSI 53c8xx SCSI
191mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC 191mpt* at pci? dev ? function ? # LSI Fusion SCSI/FC
192 192
193scsibus* at scsi? 193scsibus* at scsi?
194 194
195# SCSI devices 195# SCSI devices
196sd* at scsibus? target ? lun ? # SCSI disk drives 196sd* at scsibus? target ? lun ? # SCSI disk drives
197st* at scsibus? target ? lun ? # SCSI tape drives 197st* at scsibus? target ? lun ? # SCSI tape drives
198cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 198cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
199#ch* at scsibus? target ? lun ? # SCSI media changers 199#ch* at scsibus? target ? lun ? # SCSI media changers
200#uk* at scsibus? target ? lun ? # unknown SCSI devices 200#uk* at scsibus? target ? lun ? # unknown SCSI devices
201 201
202# 202#
203# Networking devices 203# Networking devices
204# 204#
205 205
206# PCI network devices 206# PCI network devices
207#fxp* at pci? dev ? function ? # Intel i8255x 10/100 Ethernet 207#fxp* at pci? dev ? function ? # Intel i8255x 10/100 Ethernet
208wm* at pci? dev ? function ? # Intel i82544 Gig-E 208wm* at pci? dev ? function ? # Intel i82544 Gig-E
209#skc* at pci? dev ? function ? # SysKonnect SK98xx Gig-E 209#skc* at pci? dev ? function ? # SysKonnect SK98xx Gig-E
210#sk* at skc? # SysKonnect SK98xx Gig-E 210#sk* at skc? # SysKonnect SK98xx Gig-E
211 211
212# MII/PHY support 212# MII/PHY support
213#inphy* at mii? phy ? # Intel i82555 10/100 PHYs 213#inphy* at mii? phy ? # Intel i82555 10/100 PHYs
214makphy* at mii? phy ? # Marvell 88E1000 PHYs 214makphy* at mii? phy ? # Marvell 88E1000 PHYs
215ukphy* at mii? phy ? # Generic IEEE 802.3u PHYs 215ukphy* at mii? phy ? # Generic IEEE 802.3u PHYs
216 216
217# Pseudo-Devices 217# Pseudo-Devices
218 218
219# disk/mass storage pseudo-devices 219# disk/mass storage pseudo-devices
220#pseudo-device md 1 # memory disk device (ramdisk) 220#pseudo-device md 1 # memory disk device (ramdisk)
221pseudo-device vnd # disk-like interface to files 221pseudo-device vnd # disk-like interface to files
222#pseudo-device fss # file system snapshot device 222#pseudo-device fss # file system snapshot device
223 223
224# network pseudo-devices 224# network pseudo-devices
225pseudo-device bpfilter # Berkeley packet filter 225pseudo-device bpfilter # Berkeley packet filter
226pseudo-device loop # network loopback 226pseudo-device loop # network loopback
227pseudo-device kttcp # network loopback 227pseudo-device kttcp # network loopback
228 228
229# miscellaneous pseudo-devices 229# miscellaneous pseudo-devices
230pseudo-device pty # pseudo-terminals 230pseudo-device pty # pseudo-terminals
231pseudo-device rnd # /dev/random and in-kernel generator 231pseudo-device rnd # /dev/random and in-kernel generator
232pseudo-device clockctl # user control of clock subsystem 232pseudo-device clockctl # user control of clock subsystem
233pseudo-device ksyms # /dev/ksyms 233pseudo-device ksyms # /dev/ksyms
234 234
235# data mover pseudo-devices 235# data mover pseudo-devices
236pseudo-device swdmover # softare dmover(9) back-end 236pseudo-device swdmover # softare dmover(9) back-end
237pseudo-device dmoverio # /dev/dmover dmover(9) interface 237pseudo-device dmoverio # /dev/dmover dmover(9) interface