ALCHEMY revision 1.2 1 # $NetBSD: ALCHEMY,v 1.2 2006/02/06 23:23:53 gdamore Exp $
2 #
3 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
4 # DBAu1000 and DBAu1500 evaluation boards.
5
6 include "arch/evbmips/conf/std.pb1000"
7
8 #ident "ALCHEMY-$Revision: 1.2 $"
9
10 maxusers 32
11
12 options MIPS32
13 options NOFPU # No FPU
14 options SOFTFLOAT # emulate FPU insn
15 #options CONSPEED=115200 # YAMON default
16 options HZ=512 # for profiling
17
18 # CPU support
19 options ALCHEMY_AU1000
20 options ALCHEMY_AU1100
21 options ALCHEMY_AU1500
22 options ALCHEMY_AU1550
23
24 #options LOCKDEBUG
25 options SOSEND_LOAN
26 options SOSEND_COUNTERS
27 options INET_CSUM_COUNTERS
28 options TCP_CSUM_COUNTERS
29 options UDP_CSUM_COUNTERS
30 options TCP_OUTPUT_COUNTERS
31
32 # Standard system options
33 options KTRACE # system call tracing support
34 options SYSVMSG # System V message queues
35 options SYSVSEM # System V semaphores
36 options SYSVSHM # System V shared memory
37 #options SHMMAXPGS=1024 # 1024 pages is the default
38 #options LKM # loadable kernel modules
39 options NTP # network time protocol
40
41 # Debugging options
42 options DIAGNOSTIC # extra kernel sanity checking
43 options DEBUG # extra kernel debugging support
44 #options KMEMSTATS # kernel memory statistics (vmstat -m)
45 options DDB # kernel dynamic debugger
46 options DDB_HISTORY_SIZE=100 # enable history editing in DDB
47 makeoptions DEBUG="-g" # compile full symbol table
48 options SYMTAB_SPACE=180000 # size for embedded symbol table
49
50 # Compatibility options
51 #options COMPAT_43 # compatibility with 4.3BSD binaries
52 #options COMPAT_09 # NetBSD 0.9 binary compatibility
53 #options COMPAT_10 # NetBSD 1.0 binary compatibility
54 #options COMPAT_11 # NetBSD 1.1 binary compatibility
55 #options COMPAT_12 # NetBSD 1.2 binary compatibility
56 #options COMPAT_13 # NetBSD 1.3 binary compatibility
57 #options COMPAT_14 # NetBSD 1.4 binary compatibility
58 options COMPAT_16 # NetBSD 1.6 binary compatibility
59 options COMPAT_20 # NetBSD 2.0 binary compatibility
60 options COMPAT_30 # NetBSD 3.0 compatibility.
61 #options EXEC_ECOFF # exec ECOFF binaries
62 #options COMPAT_ULTRIX # binary compatibility with Ultrix
63 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
64
65 # File systems
66 file-system FFS # Berkeley Fast Filesystem
67 file-system MFS # memory-based filesystem
68 #file-system EXT2FS # second extended file system (linux)
69 file-system NFS # Sun NFS-compatible filesystem client
70 #file-system KERNFS # kernel data-structure filesystem
71 #file-system NULLFS # NULL layered filesystem
72 #file-system OVERLAY # overlay file system
73 file-system FDESC # user file descriptor filesystem
74 #file-system UMAPFS # uid/gid remapping filesystem
75 #file-system LFS # Log-based filesystem (still experimental)
76 #file-system PORTAL # portal filesystem (still experimental)
77 #file-system PROCFS # /proc
78 #file-system CD9660 # ISO 9660 + Rock Ridge file system
79 #file-system UNION # union file system
80 #file-system MSDOSFS # MS-DOS FAT filesystem(s).
81 #file-system CODA # Coda File System; also needs vcoda (below)
82 #file-system PTYFS # /dev/pts/N support
83
84 # File system options
85 #options NFSSERVER # Sun NFS-compatible filesystem server
86 #options QUOTA # FFS quotas
87 #options FFS_EI # FFS Endian Independant support
88 #options SOFTDEP # FFS soft updates support.
89 options FFS_NO_SNAPSHOT # No FFS snapshot support
90 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
91 # immutable) behave as system flags.
92
93 # Networking options
94 #options GATEWAY # IP packet forwarding
95 options INET # Internet protocols
96 #options INET6 # IPV6
97 #options IPSEC # IP security
98 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
99 #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
100 #options IPSEC_DEBUG # debug for IP security
101 #options MROUTING # packet forwarding of multicast packets
102 #options PIM # Protocol Independent Multicast
103 #options NS # Xerox NS networking
104 #options NSIP # Xerox NS tunneling over IP
105 #options ISO,TPIP # OSI networking
106 #options EON # OSI tunneling over IP
107 #options CCITT,LLC,HDLC # X.25
108 #options NETATALK # AppleTalk (over Ethernet) protocol
109 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
110 #options PPP_DEFLATE # Deflate compression support for PPP
111 #options PPP_FILTER # Active filter support for PPP (requires bpf)
112 #options PFIL_HOOKS # pfil(9) packet filter hooks
113 options IPFILTER_LOG # ipmon(8) log support
114
115 # Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
116 #options TCP_COMPAT_42
117
118 # These options enable verbose messages for several subsystems.
119 # Warning, these may compile large string tables into the kernel!
120 options MIIVERBOSE # verbose PHY autoconfig messages
121 options PCIVERBOSE # verbose PCI device autoconfig messages
122 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
123 options SCSIVERBOSE # human readable SCSI error messages
124 options USBVERBOSE # verbose USB device autoconfig messages
125
126 options NFS_BOOT_DHCP
127
128 # Pretty much only one device to use for the root file system.
129 config netbsd root on ? type ?
130 config netbsd-aumac0 root on aumac0 type nfs
131
132 mainbus0 at root
133
134 cpu0 at mainbus?
135
136 aubus0 at mainbus?
137
138 # no RTC! fake with one of the programmable clocks
139 aurtc* at aubus? addr ?
140
141 # UARTs
142 aucom* at aubus? addr ?
143
144 # Ethernet MACs
145 aumac* at aubus? addr ?
146 options AUMAC_EVENT_COUNTERS
147
148 # MII/PHY support
149 amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
150 bmtphy* at mii? phy ? # Broadcom BCM5201/BCM5202 PHYs
151 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
152 acphy* at mii? phy ? # AMD/Altima AC101 PHYs
153
154 # USB
155 ohci* at aubus? addr ? # USB Open Host Controller
156
157 # USB bus support
158 usb* at ohci?
159
160 # USB Hubs
161 uhub* at usb?
162 uhub* at uhub? port ? configuration ? interface ?
163
164 # USB HID device
165 uhidev* at uhub? port ? configuration ? interface ?
166
167 # USB Mice
168 ums* at uhidev? reportid ?
169 wsmouse* at ums? mux 0
170
171 # USB Keyboards
172 ukbd* at uhidev? reportid ?
173 wskbd* at ukbd? console ? mux 1
174
175 # USB serial adpater
176 ucycom* at uhidev? reportid ?
177
178 # USB Generic HID devices
179 uhid* at uhidev? reportid ?
180
181 # USB Printer
182 ulpt* at uhub? port ? configuration ? interface ?
183
184 # USB Modem
185 umodem* at uhub? port ? configuration ?
186 ucom* at umodem?
187
188 # USB Mass Storage
189 umass* at uhub? port ? configuration ? interface ?
190 scsibus* at scsi?
191 sd* at scsibus? target ? lun ?
192
193 # USB audio
194 #uaudio* at uhub? port ? configuration ?
195
196 # USB MIDI
197 #umidi* at uhub? port ? configuration ?
198
199 # USB IrDA
200 # USB-IrDA bridge spec
201 #uirda* at uhub? port ? configuration ? interface ?
202 #irframe* at uirda?
203
204 # Kyocera AIR-EDGE PHONE
205 #ukyopon* at uhub? port ?
206 #ucom* at ukyopon? portno ?
207
208 # USB Generic driver
209 ugen* at uhub? port ?
210
211 # Audio support
212 auaudio* at aubus? addr ? # STAC9745 audio codec
213 audio* at auaudio?
214
215 # On-board devices
216 obio* at mainbus?
217
218 aupcmcia* at obio? addr ?
219 pcmcia* at aupcmcia?
220
221 #pbpci* at obio? addr ?
222 #pci* at pbpci?
223
224 #flash* at obio? addr ?
225 #lcd* at obio? addr ?
226
227 #pchb* at pci? dev ? function ?
228 #pcib* at pci? dev ? function ?
229
230 # PCMCIA devices
231 wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11)
232
233 # Pseudo-devices
234
235 # Disk/mass storage pseudo-devices
236 #pseudo-device ccd 4 # concatenated disk devices
237 #pseudo-device raid 4 # RAIDframe disk driver
238 #options RAID_AUTOCONFIG # auto-configuration of RAID
239 #pseudo-device fss 4 # file system snapshot device
240 #pseudo-device md 1 # memory disk device (ramdisk)
241 pseudo-device vnd # disk-like interface to files
242
243 # Network pseudo-devices
244 pseudo-device bpfilter # Berkeley packet filter
245 pseudo-device ipfilter # IP filter (firewall) and NAT
246 pseudo-device loop # network loopback
247 #pseudo-device ppp # Point-to-Point Protocol
248 #pseudo-device sl # Serial Line IP
249 #pseudo-device strip # Starmode Radio IP (Metricom)
250 #pseudo-device tun # network tunneling over tty
251 #pseudo-device tap # virtual Ethernet
252 #pseudo-device gre # generic L3 over IP tunnel
253 #pseudo-device ipip 2 # RFC 2003 IP Encapsulation
254 #pseudo-device gif # RFC1933 tunnel
255 #pseudo-device faith # IPv[46] tcp relay translation
256 #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
257 pseudo-device vlan # IEEE 802.1q encapsulation
258 pseudo-device bridge # simple inter-network bridging
259
260 # Miscellaneous pseudo-devices
261 pseudo-device pty # pseudo-terminals
262 #pseudo-device sequencer 1 # MIDI sequencer
263 # rnd works; RND_COM does not on port i386 yet.
264 pseudo-device rnd # /dev/random & kernel generator
265 #options RND_COM # use "com" randomness (BROKEN)
266
267 # A pseudo device needed for Coda # also needs CODA (above)
268 #pseudo-device vcoda 4 # coda minicache <-> venus comm.
269