IQ80310 revision 1.1 1 # $NetBSD: IQ80310,v 1.1 2001/09/05 04:53:39 matt Exp $
2 #
3 # IQ80310 -- Intel IQ80310 Evaluation Board Kernel
4 #
5
6 include "arch/evbarm/conf/std.iq80310"
7
8 # estimated number of users
9
10 maxusers 32
11
12 # Standard system options
13
14 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
15 #options NTP # NTP phase/frequency locked loop
16
17 # CPU options
18
19 # For StrongARM systems
20 options CPU_XSCALE # Support the XScale core
21 makeoptions COPTS="-O2 -march=armv4 -mtune=strongarm"
22 #makeoptions COPTS="-O2 -march=armv5 -mtune=xscale"
23
24 # Architecture options
25 options I80312 # We have i80312 core logic
26
27 # File systems
28
29 file-system FFS # UFS
30 #file-system LFS # log-structured file system
31 file-system MFS # memory file system
32 file-system NFS # Network file system
33 #file-system ADOSFS # AmigaDOS-compatible file system
34 file-system EXT2FS # second extended file system (linux)
35 #file-system CD9660 # ISO 9660 + Rock Ridge file system
36 file-system MSDOSFS # MS-DOS file system
37 #file-system FDESC # /dev/fd
38 #file-system KERNFS # /kern
39 file-system NULLFS # loopback file system
40 #file-system PORTAL # portal filesystem (still experimental)
41 #file-system PROCFS # /proc
42 #file-system UMAPFS # NULLFS + uid and gid remapping
43 #file-system UNION # union file system
44
45 # File system options
46 #options QUOTA # UFS quotas
47 #options FFS_EI # FFS Endian Independant support
48 options NFSSERVER
49 options SOFTDEP
50
51 # Networking options
52
53 #options GATEWAY # packet forwarding
54 options INET # IP + ICMP + TCP + UDP
55 options INET6 # IPV6
56 #options IPSEC # IP security
57 #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
58 #options IPSEC_DEBUG # debug for IP security
59 #options MROUTING # IP multicast routing
60 #options NS # XNS
61 #options NSIP # XNS tunneling over IP
62 #options ISO,TPIP # OSI
63 #options EON # OSI tunneling over IP
64 #options CCITT,LLC,HDLC # X.25
65 #options NETATALK # AppleTalk networking
66 #options PFIL_HOOKS # pfil(9) packet filter hooks
67 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
68 #options PPP_DEFLATE # Deflate compression support for PPP
69 #options PPP_FILTER # Active filter support for PPP (requires bpf)
70 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
71
72 options NFS_BOOT_BOOTP
73 options NFS_BOOT_DHCP
74 #options NFS_BOOT_BOOTPARAM
75
76 # Compatibility options
77
78 #options COMPAT_43 # 4.3BSD compatibility.
79 options COMPAT_15 # NetBSD 1.5 compatibility.
80 options COMPAT_14 # NetBSD 1.4 compatibility.
81 #options COMPAT_13 # NetBSD 1.3 compatibility.
82 #options COMPAT_12 # NetBSD 1.2 compatibility.
83 #options COMPAT_11 # NetBSD 1.1 compatibility.
84 #options COMPAT_10 # NetBSD 1.0 compatibility.
85 #options COMPAT_09 # NetBSD 0.9 compatibility.
86 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
87
88 # Shared memory options
89
90 options SYSVMSG # System V-like message queues
91 options SYSVSEM # System V-like semaphores
92 #options SEMMNI=10 # number of semaphore identifiers
93 #options SEMMNS=60 # number of semaphores in system
94 #options SEMUME=10 # max number of undo entries per process
95 #options SEMMNU=30 # number of undo structures in system
96 options SYSVSHM # System V-like memory sharing
97 options SHMMAXPGS=1024 # 1024 pages is the default
98
99 # Device options
100
101 #options MEMORY_DISK_HOOKS # boottime setup of ramdisk
102 #options MEMORY_DISK_SIZE=0 # Size in blocks
103 #options MINIROOTSIZE=3400 # Size in blocks
104 #options MEMORY_DISK_IS_ROOT # use memory disk as root
105
106 # Miscellaneous kernel options
107 options KTRACE # system call tracing, a la ktrace(1)
108 options IRQSTATS # manage IRQ statistics
109 #options LKM # loadable kernel modules
110 #options KMEMSTATS # kernel memory statistics
111 #options SCSIVERBOSE # Verbose SCSI errors
112 options PCIVERBOSE # Verbose PCI descriptions
113 options MIIVERBOSE # Verbose MII autoconfuration messages
114 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
115 #options DDB_KEYCODE=0x40
116
117 # Development and Debugging options
118
119 options DIAGNOSTIC # internally consistency checks
120 #options PMAP_DEBUG # Enable pmap_debug_level code
121 #options IPKDB # remote kernel debugging
122 options DDB # in-kernel debugger
123 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
124 makeoptions DEBUG="-g" # compile full symbol table
125
126 config netbsd root on ? type ?
127
128 # The main bus device
129 mainbus0 at root
130
131 # The boot cpu
132 cpu0 at mainbus?
133
134 iopxs0 at mainbus? # The 80312 itself
135 obio0 at iopxs0 bank 0 # On-Board I/O devices
136
137 # time-of-day device via iopxs (is there even a TOD clock? :)
138 #todclock0 at obio0
139
140 # PCI bus via verdi
141 #pci0 at iopxs? bus 0 # primary PCI bus
142 pci1 at iopxs? bus 1 # secondary PCI bus
143
144 # PCI bus(es) via PPBs
145 ppb* at pci? dev ? function ?
146 pci* at ppb?
147
148 # ISA bus support
149 #pcib* at pci? dev ? function ? # ISA bridge
150 #isa* at pcib?
151
152
153 # PCI IDE Controllers and Devices
154 # PCI IDE controllers - see pciide(4) for supported hardware.
155 # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
156 # how to set up DMA modes for this chip. This may work, or may cause
157 # a machine hang with some controllers.
158 pciide* at pci? dev ? function ? flags 0x0000
159
160 # IDE drives
161 # Flags are used only with controllers that support DMA operations
162 # and mode settings (e.g. some pciide controllers)
163 # The lowest order four bits (rightmost digit) of the flags define the PIO
164 # mode to use, the next set of four bits the DMA mode and the third set the
165 # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
166 # to use, and the last bit must be 1 for this setting to be used.
167 # For DMA and UDMA, 0xf (1111) means 'disable'.
168 # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
169 # (0xc=1100, 0xa=1010, 0xf=1111)
170 # 0x0000 means "use whatever the drive claims to support".
171 wd* at pciide? channel ? drive ? flags 0x0000 # the drives themselves
172
173 # PCI network interfaces
174 fxp* at pci? dev ? function ? # Intel PRO/100
175
176 # MII/PHY support
177 inphy* at mii? phy ? # ISC-890 PHYs
178 ukphy* at mii? phy ? # generic unknown PHYs
179
180 # OBIO Devices
181 com0 at obio? instance 0 # primary com port
182 com1 at obio? instance 1 # secondary com port
183 clock0 at obio? instance 0 # 33.3MHz system clock via CPLD
184
185
186 # Pseudo-Devices
187
188 # disk/mass storage pseudo-devices
189 #pseudo-device md 1 # memory disk device (ramdisk)
190 pseudo-device vnd 4 # disk-like interface to files
191
192 # network pseudo-devices
193 pseudo-device bpfilter 4 # Berkeley packet filter
194 pseudo-device loop # network loopback
195
196 # miscellaneous pseudo-devices
197 pseudo-device pty # pseudo-terminals
198 pseudo-device rnd # /dev/random and in-kernel generator
199