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