No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / evbmips / conf / ALCHEMY
blobb236641b4f78401ebba1c0bbba1ee2787d28356c
1 #       $NetBSD: ALCHEMY,v 1.25 2009/12/05 20:11:11 pooka Exp $
3 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
4 # DBAu1000 and DBAu1500 evaluation boards.
6 include         "arch/evbmips/conf/std.alchemy"
8 #ident          "ALCHEMY-$Revision: 1.26 $"
10 maxusers        32
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
18 # CPU support
19 options         ALCHEMY_AU1000
20 options         ALCHEMY_AU1100
21 options         ALCHEMY_AU1500
22 options         ALCHEMY_AU1550
24 # Board support
25 options         ALCHEMY_GENERIC
27 #options        LOCKDEBUG
28 options         SOSEND_LOAN
29 options         SOSEND_COUNTERS
30 options         INET_CSUM_COUNTERS
31 options         TCP_CSUM_COUNTERS
32 options         UDP_CSUM_COUNTERS
33 options         TCP_OUTPUT_COUNTERS
35 # Standard system options
36 options         KTRACE          # system call tracing support
37 options         SYSVMSG         # System V message queues
38 options         SYSVSEM         # System V semaphores
39 options         SYSVSHM         # System V shared memory
40 options         NTP             # network time protocol
42 # Debugging options
43 options         DIAGNOSTIC      # extra kernel sanity checking
44 options         DEBUG           # extra kernel debugging support
45 #options        KMEMSTATS       # kernel memory statistics (vmstat -m)  
46 options         DDB             # kernel dynamic debugger
47 options         DDB_HISTORY_SIZE=100 # enable history editing in DDB
48 makeoptions     DEBUG="-g"      # compile full symbol table
49 options         SYMTAB_SPACE=375000     # size for embedded symbol table
51 # Compatibility options
52 #options        COMPAT_43       # compatibility with 4.3BSD binaries
53 #options        COMPAT_09       # NetBSD 0.9 binary compatibility
54 #options        COMPAT_10       # NetBSD 1.0 binary compatibility
55 #options        COMPAT_11       # NetBSD 1.1 binary compatibility
56 #options        COMPAT_12       # NetBSD 1.2 binary compatibility
57 #options        COMPAT_13       # NetBSD 1.3 binary compatibility
58 #options        COMPAT_14       # NetBSD 1.4 binary compatibility
59 #options        COMPAT_15       # NetBSD 1.5 binary compatibility
60 options         COMPAT_16       # NetBSD 1.6 binary compatibility
61 options         COMPAT_20       # NetBSD 2.0 binary compatibility
62 options         COMPAT_30       # NetBSD 3.0 compatibility.
63 options         COMPAT_40       # NetBSD 4.0 compatibility.
64 options         COMPAT_50       # NetBSD 5.0 compatibility.
65 #options        EXEC_ECOFF      # exec ECOFF binaries
66 #options        COMPAT_ULTRIX   # binary compatibility with Ultrix
67 options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
69 # File systems
70 file-system     FFS             # Berkeley Fast Filesystem
71 file-system     MFS             # memory-based filesystem
72 #file-system    EXT2FS          # second extended file system (linux) 
73 file-system     NFS             # Sun NFS-compatible filesystem client
74 #file-system    KERNFS          # kernel data-structure filesystem
75 #file-system    NULLFS          # NULL layered filesystem
76 #file-system    OVERLAY         # overlay file system
77 file-system     FDESC           # user file descriptor filesystem
78 #file-system    UMAPFS          # uid/gid remapping filesystem
79 #file-system    LFS             # Log-based filesystem (still experimental)
80 #file-system    PROCFS          # /proc
81 #file-system    CD9660          # ISO 9660 + Rock Ridge file system
82 #file-system    UNION           # union file system
83 #file-system    MSDOSFS         # MS-DOS FAT filesystem(s).
84 #file-system    CODA            # Coda File System; also needs vcoda (below)
85 #file-system    PTYFS           # /dev/pts/N support
87 # File system options
88 #options        NFSSERVER       # Sun NFS-compatible filesystem server
89 #options        QUOTA           # FFS quotas
90 #options        FFS_EI          # FFS Endian Independant support
91 options         WAPBL           # File system journaling support - Experimental
92 options         FFS_NO_SNAPSHOT # No FFS snapshot support
93 #options        EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
94                                 # immutable) behave as system flags.
96 # Networking options
97 #options        GATEWAY         # IP packet forwarding
98 options         INET            # Internet protocols
99 #options        INET6           # IPV6
100 #options        IPSEC           # IP security
101 #options        IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
102 #options        IPSEC_NAT_T     # IPsec NAT traversal (NAT-T)
103 #options        IPSEC_DEBUG     # debug for IP security
104 #options        MROUTING        # packet forwarding of multicast packets
105 #options        PIM             # Protocol Independent Multicast
106 #options        ISO,TPIP        # OSI networking
107 #options        EON             # OSI tunneling over IP
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 options         IPFILTER_LOOKUP # ippool(8) support
116 # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
117 #options        TCP_COMPAT_42
119 # These options enable verbose messages for several subsystems.
120 # Warning, these may compile large string tables into the kernel!
121 options         MIIVERBOSE      # verbose PHY autoconfig messages
122 options         PCIVERBOSE      # verbose PCI device autoconfig messages
123 #options        PCI_CONFIG_DUMP # verbosely dump PCI config space
124 options         SCSIVERBOSE     # human readable SCSI error messages
125 options         USBVERBOSE      # verbose USB device autoconfig messages
127 options         NFS_BOOT_DHCP
129 # Pretty much only one device to use for the root file system.
130 config          netbsd          root on ? type ?
131 config          netbsd-aumac0   root on aumac0 type nfs
133 mainbus0        at root
135 cpu0            at mainbus?
137 aubus0          at mainbus?
139 # no RTC!  fake with one of the programmable clocks
140 aurtc*          at aubus? addr ?
142 # UARTs
143 com*            at aubus? addr ?
145 # Ethernet MACs
146 aumac*          at aubus? addr ?
147 options         AUMAC_EVENT_COUNTERS
149 # MII/PHY support
150 acphy*          at mii? phy ?                   # AMD/Altima AC101 PHYs
151 amhphy*         at mii? phy ?                   # AMD 79c901 Ethernet PHYs
152 bmtphy*         at mii? phy ?                   # Broadcom BCM5201/BCM5202 PHYs
153 brgphy*         at mii? phy ?                   # Broadcom BCM5400-family PHYs
154 lxtphy*         at mii? phy ?                   # Level One LXT970 PHYs
155 nsphyter*       at mii? phy ?                   # NS83843 PHYs
156 rgephy*         at mii? phy ?                   # RealTek 8169S/8110S PHY
157 rlphy*          at mii? phy ?                   # RealTek 8139/8201L PHYs
158 sqphy*          at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
159 ukphy*          at mii? phy ?                   # Catch-all PHYs
161 # USB
162 ohci*           at aubus? addr ?                # USB Open Host Controller
164 # USB bus support
165 usb*            at ohci?
167 # USB Hubs
168 uhub*           at usb?
169 uhub*           at uhub? port ?
171 # USB HID device
172 uhidev* at uhub? port ? configuration ? interface ?
174 # USB Mice
175 ums*    at uhidev? reportid ?   
176 wsmouse* at ums? mux 0
178 # USB Keyboards
179 ukbd*   at uhidev? reportid ? 
180 wskbd*  at ukbd? console ? mux 1
182 # USB serial adapter
183 ucycom* at uhidev? reportid ?
185 # USB Generic HID devices
186 uhid*   at uhidev? reportid ?
188 # USB Printer
189 ulpt*   at uhub? port ? configuration ? interface ?
191 # USB Modem
192 umodem* at uhub? port ? configuration ?
193 ucom*   at umodem?
195 # USB Mass Storage
196 umass*  at uhub? port ? configuration ? interface ?
197 scsibus* at scsi?
198 sd*     at scsibus? target ? lun ?
200 # USB audio
201 #uaudio* at uhub? port ? configuration ?
203 # USB MIDI
204 #umidi* at uhub? port ? configuration ?
206 # USB IrDA
207 # USB-IrDA bridge spec
208 #uirda* at uhub? port ? configuration ? interface ?
209 #irframe* at uirda?
211 # Kyocera AIR-EDGE PHONE
212 #ukyopon* at uhub? port ?
213 #ucom*  at ukyopon? portno ?
215 # USB Generic driver
216 ugen*           at uhub? port ?
218 # Audio support
219 auaudio*        at aubus? addr ?                # STAC9745 audio codec
220 audio*          at auaudio?
222 # GPIOs
223 augpio* at aubus? addr ?
224 gpio*   at augpio?
226 # On-board devices
227 obio*           at mainbus?
229 #flash*         at obio? addr ?
230 #lcd*           at obio? addr ?
232 # Pseudo-devices
234 # Disk/mass storage pseudo-devices
235 #pseudo-device  ccd             4               # concatenated disk devices
236 #pseudo-device  raid            4               # RAIDframe disk driver
237 #options        RAID_AUTOCONFIG                 # auto-configuration of RAID
238 #pseudo-device  fss             4               # file system snapshot device
239 #pseudo-device  md              1               # memory disk device (ramdisk)
240 pseudo-device   vnd                             # disk-like interface to files
242 # Network pseudo-devices
243 pseudo-device   bpfilter                        # Berkeley packet filter
244 pseudo-device   ipfilter                        # IP filter (firewall) and NAT
245 pseudo-device   loop                            # network loopback
246 #pseudo-device  ppp                             # Point-to-Point Protocol
247 #pseudo-device  sl                              # Serial Line IP
248 #pseudo-device  strip                           # Starmode Radio IP (Metricom)
249 #pseudo-device  tun                             # network tunneling over tty
250 #pseudo-device  tap                             # virtual Ethernet
251 #pseudo-device  gre                             # generic L3 over IP tunnel
252 #pseudo-device  ipip            2               # RFC 2003 IP Encapsulation
253 #pseudo-device  gif                             # RFC1933 tunnel
254 #pseudo-device  faith                           # IPv[46] tcp relay translation 
255 #pseudo-device  stf                             # 6to4 IPv6 over IPv4 encapsulation
256 pseudo-device   vlan                            # IEEE 802.1q encapsulation
257 pseudo-device   bridge                          # simple inter-network bridging
259 # Miscellaneous pseudo-devices
260 pseudo-device   pty                             # pseudo-terminals
261 #pseudo-device  sequencer       1               # MIDI sequencer
262 pseudo-device   rnd                             # /dev/random & kernel generator
263 pseudo-device   clockctl                        # user control of clock subsystem
264 pseudo-device   ksyms                           # /dev/ksyms
266 # A pseudo device needed for Coda               # also needs CODA (above)
267 #pseudo-device  vcoda           4               # coda minicache <-> venus comm.