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