ALCHEMY revision 1.14
11.14Schristos# $NetBSD: ALCHEMY,v 1.14 2006/08/26 20:26:44 christos Exp $ 21.1Sgdamore# 31.1Sgdamore# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500, 41.1Sgdamore# DBAu1000 and DBAu1500 evaluation boards. 51.1Sgdamore 61.4Sgdamoreinclude "arch/evbmips/conf/std.alchemy" 71.1Sgdamore 81.14Schristos#ident "ALCHEMY-$Revision: 1.14 $" 91.1Sgdamore 101.1Sgdamoremaxusers 32 111.1Sgdamore 121.1Sgdamoreoptions MIPS32 131.1Sgdamoreoptions NOFPU # No FPU 141.1Sgdamoreoptions SOFTFLOAT # emulate FPU insn 151.9Ssimonb#options CONSPEED=115200 # YAMON default 161.1Sgdamoreoptions HZ=512 # for profiling 171.1Sgdamore 181.2Sgdamore# CPU support 191.3Ssimonboptions ALCHEMY_AU1000 201.3Ssimonboptions ALCHEMY_AU1100 211.3Ssimonboptions ALCHEMY_AU1500 221.3Ssimonboptions ALCHEMY_AU1550 231.2Sgdamore 241.4Sgdamore# Board support 251.9Ssimonboptions ALCHEMY_GENERIC 261.4Sgdamore 271.1Sgdamore#options LOCKDEBUG 281.1Sgdamoreoptions SOSEND_LOAN 291.1Sgdamoreoptions SOSEND_COUNTERS 301.1Sgdamoreoptions INET_CSUM_COUNTERS 311.1Sgdamoreoptions TCP_CSUM_COUNTERS 321.1Sgdamoreoptions UDP_CSUM_COUNTERS 331.1Sgdamoreoptions TCP_OUTPUT_COUNTERS 341.1Sgdamore 351.1Sgdamore# Standard system options 361.1Sgdamoreoptions KTRACE # system call tracing support 371.1Sgdamoreoptions SYSVMSG # System V message queues 381.1Sgdamoreoptions SYSVSEM # System V semaphores 391.1Sgdamoreoptions SYSVSHM # System V shared memory 401.1Sgdamore#options SHMMAXPGS=1024 # 1024 pages is the default 411.1Sgdamore#options LKM # loadable kernel modules 421.1Sgdamoreoptions NTP # network time protocol 431.1Sgdamore 441.1Sgdamore# Debugging options 451.1Sgdamoreoptions DIAGNOSTIC # extra kernel sanity checking 461.1Sgdamoreoptions DEBUG # extra kernel debugging support 471.1Sgdamore#options KMEMSTATS # kernel memory statistics (vmstat -m) 481.1Sgdamoreoptions DDB # kernel dynamic debugger 491.1Sgdamoreoptions DDB_HISTORY_SIZE=100 # enable history editing in DDB 501.1Sgdamoremakeoptions DEBUG="-g" # compile full symbol table 511.11Sgdamoreoptions SYMTAB_SPACE=200000 # size for embedded symbol table 521.1Sgdamore 531.1Sgdamore# Compatibility options 541.1Sgdamore#options COMPAT_43 # compatibility with 4.3BSD binaries 551.1Sgdamore#options COMPAT_09 # NetBSD 0.9 binary compatibility 561.1Sgdamore#options COMPAT_10 # NetBSD 1.0 binary compatibility 571.1Sgdamore#options COMPAT_11 # NetBSD 1.1 binary compatibility 581.1Sgdamore#options COMPAT_12 # NetBSD 1.2 binary compatibility 591.1Sgdamore#options COMPAT_13 # NetBSD 1.3 binary compatibility 601.1Sgdamore#options COMPAT_14 # NetBSD 1.4 binary compatibility 611.1Sgdamoreoptions COMPAT_16 # NetBSD 1.6 binary compatibility 621.1Sgdamoreoptions COMPAT_20 # NetBSD 2.0 binary compatibility 631.1Sgdamoreoptions COMPAT_30 # NetBSD 3.0 compatibility. 641.1Sgdamore#options EXEC_ECOFF # exec ECOFF binaries 651.1Sgdamore#options COMPAT_ULTRIX # binary compatibility with Ultrix 661.3Ssimonboptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 671.1Sgdamore 681.1Sgdamore# File systems 691.1Sgdamorefile-system FFS # Berkeley Fast Filesystem 701.1Sgdamorefile-system MFS # memory-based filesystem 711.1Sgdamore#file-system EXT2FS # second extended file system (linux) 721.1Sgdamorefile-system NFS # Sun NFS-compatible filesystem client 731.1Sgdamore#file-system KERNFS # kernel data-structure filesystem 741.1Sgdamore#file-system NULLFS # NULL layered filesystem 751.1Sgdamore#file-system OVERLAY # overlay file system 761.1Sgdamorefile-system FDESC # user file descriptor filesystem 771.1Sgdamore#file-system UMAPFS # uid/gid remapping filesystem 781.1Sgdamore#file-system LFS # Log-based filesystem (still experimental) 791.1Sgdamore#file-system PORTAL # portal filesystem (still experimental) 801.1Sgdamore#file-system PROCFS # /proc 811.1Sgdamore#file-system CD9660 # ISO 9660 + Rock Ridge file system 821.1Sgdamore#file-system UNION # union file system 831.1Sgdamore#file-system MSDOSFS # MS-DOS FAT filesystem(s). 841.1Sgdamore#file-system CODA # Coda File System; also needs vcoda (below) 851.1Sgdamore#file-system PTYFS # /dev/pts/N support 861.1Sgdamore 871.1Sgdamore# File system options 881.1Sgdamore#options NFSSERVER # Sun NFS-compatible filesystem server 891.1Sgdamore#options QUOTA # FFS quotas 901.1Sgdamore#options FFS_EI # FFS Endian Independant support 911.1Sgdamore#options SOFTDEP # FFS soft updates support. 921.1Sgdamoreoptions FFS_NO_SNAPSHOT # No FFS snapshot support 931.1Sgdamore#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 941.1Sgdamore # immutable) behave as system flags. 951.1Sgdamore 961.1Sgdamore# Networking options 971.1Sgdamore#options GATEWAY # IP packet forwarding 981.1Sgdamoreoptions INET # Internet protocols 991.1Sgdamore#options INET6 # IPV6 1001.1Sgdamore#options IPSEC # IP security 1011.1Sgdamore#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 1021.1Sgdamore#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 1031.1Sgdamore#options IPSEC_DEBUG # debug for IP security 1041.1Sgdamore#options MROUTING # packet forwarding of multicast packets 1051.1Sgdamore#options PIM # Protocol Independent Multicast 1061.1Sgdamore#options ISO,TPIP # OSI networking 1071.1Sgdamore#options EON # OSI tunneling over IP 1081.1Sgdamore#options NETATALK # AppleTalk (over Ethernet) protocol 1091.1Sgdamore#options PPP_BSDCOMP # BSD-Compress compression support for PPP 1101.1Sgdamore#options PPP_DEFLATE # Deflate compression support for PPP 1111.1Sgdamore#options PPP_FILTER # Active filter support for PPP (requires bpf) 1121.1Sgdamore#options PFIL_HOOKS # pfil(9) packet filter hooks 1131.1Sgdamoreoptions IPFILTER_LOG # ipmon(8) log support 1141.14Schristosoptions IPFILTER_LOOKUP # ippool(8) support 1151.1Sgdamore 1161.1Sgdamore# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 1171.1Sgdamore#options TCP_COMPAT_42 1181.1Sgdamore 1191.1Sgdamore# These options enable verbose messages for several subsystems. 1201.1Sgdamore# Warning, these may compile large string tables into the kernel! 1211.1Sgdamoreoptions MIIVERBOSE # verbose PHY autoconfig messages 1221.1Sgdamoreoptions PCIVERBOSE # verbose PCI device autoconfig messages 1231.1Sgdamore#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1241.1Sgdamoreoptions SCSIVERBOSE # human readable SCSI error messages 1251.1Sgdamoreoptions USBVERBOSE # verbose USB device autoconfig messages 1261.1Sgdamore 1271.1Sgdamoreoptions NFS_BOOT_DHCP 1281.1Sgdamore 1291.1Sgdamore# Pretty much only one device to use for the root file system. 1301.1Sgdamoreconfig netbsd root on ? type ? 1311.1Sgdamoreconfig netbsd-aumac0 root on aumac0 type nfs 1321.1Sgdamore 1331.1Sgdamoremainbus0 at root 1341.1Sgdamore 1351.1Sgdamorecpu0 at mainbus? 1361.1Sgdamore 1371.1Sgdamoreaubus0 at mainbus? 1381.1Sgdamore 1391.1Sgdamore# no RTC! fake with one of the programmable clocks 1401.1Sgdamoreaurtc* at aubus? addr ? 1411.1Sgdamore 1421.1Sgdamore# UARTs 1431.12Sgdamorecom* at aubus? addr ? 1441.1Sgdamore 1451.1Sgdamore# Ethernet MACs 1461.1Sgdamoreaumac* at aubus? addr ? 1471.1Sgdamoreoptions AUMAC_EVENT_COUNTERS 1481.1Sgdamore 1491.1Sgdamore# MII/PHY support 1501.9Ssimonbacphy* at mii? phy ? # AMD/Altima AC101 PHYs 1511.1Sgdamoreamhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 1521.1Sgdamorebmtphy* at mii? phy ? # Broadcom BCM5201/BCM5202 PHYs 1531.5Sgdamorebrgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 1541.9Ssimonblxtphy* at mii? phy ? # Level One LXT970 PHYs 1551.9Ssimonbnsphyter* at mii? phy ? # NS83843 PHYs 1561.9Ssimonbrgephy* at mii? phy ? # RealTek 8169S/8110S PHY 1571.9Ssimonbrlphy* at mii? phy ? # RealTek 8139/8201L PHYs 1581.1Sgdamoresqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 1591.5Sgdamoreukphy* at mii? phy ? # Catch-all PHYs 1601.1Sgdamore 1611.1Sgdamore# USB 1621.1Sgdamoreohci* at aubus? addr ? # USB Open Host Controller 1631.1Sgdamore 1641.1Sgdamore# USB bus support 1651.1Sgdamoreusb* at ohci? 1661.1Sgdamore 1671.1Sgdamore# USB Hubs 1681.1Sgdamoreuhub* at usb? 1691.1Sgdamoreuhub* at uhub? port ? configuration ? interface ? 1701.1Sgdamore 1711.1Sgdamore# USB HID device 1721.1Sgdamoreuhidev* at uhub? port ? configuration ? interface ? 1731.1Sgdamore 1741.1Sgdamore# USB Mice 1751.1Sgdamoreums* at uhidev? reportid ? 1761.1Sgdamorewsmouse* at ums? mux 0 1771.1Sgdamore 1781.1Sgdamore# USB Keyboards 1791.1Sgdamoreukbd* at uhidev? reportid ? 1801.1Sgdamorewskbd* at ukbd? console ? mux 1 1811.1Sgdamore 1821.13Sskrll# USB serial adapter 1831.1Sgdamoreucycom* at uhidev? reportid ? 1841.1Sgdamore 1851.1Sgdamore# USB Generic HID devices 1861.1Sgdamoreuhid* at uhidev? reportid ? 1871.1Sgdamore 1881.1Sgdamore# USB Printer 1891.1Sgdamoreulpt* at uhub? port ? configuration ? interface ? 1901.1Sgdamore 1911.1Sgdamore# USB Modem 1921.1Sgdamoreumodem* at uhub? port ? configuration ? 1931.1Sgdamoreucom* at umodem? 1941.1Sgdamore 1951.1Sgdamore# USB Mass Storage 1961.1Sgdamoreumass* at uhub? port ? configuration ? interface ? 1971.1Sgdamorescsibus* at scsi? 1981.1Sgdamoresd* at scsibus? target ? lun ? 1991.1Sgdamore 2001.1Sgdamore# USB audio 2011.1Sgdamore#uaudio* at uhub? port ? configuration ? 2021.1Sgdamore 2031.1Sgdamore# USB MIDI 2041.1Sgdamore#umidi* at uhub? port ? configuration ? 2051.1Sgdamore 2061.1Sgdamore# USB IrDA 2071.1Sgdamore# USB-IrDA bridge spec 2081.1Sgdamore#uirda* at uhub? port ? configuration ? interface ? 2091.1Sgdamore#irframe* at uirda? 2101.1Sgdamore 2111.1Sgdamore# Kyocera AIR-EDGE PHONE 2121.1Sgdamore#ukyopon* at uhub? port ? 2131.1Sgdamore#ucom* at ukyopon? portno ? 2141.1Sgdamore 2151.1Sgdamore# USB Generic driver 2161.1Sgdamoreugen* at uhub? port ? 2171.1Sgdamore 2181.1Sgdamore# Audio support 2191.1Sgdamoreauaudio* at aubus? addr ? # STAC9745 audio codec 2201.1Sgdamoreaudio* at auaudio? 2211.1Sgdamore 2221.6Sgdamore# GPIOs 2231.6Sgdamoreaugpio* at aubus? addr ? 2241.6Sgdamoregpio* at augpio? 2251.6Sgdamore 2261.1Sgdamore# On-board devices 2271.1Sgdamoreobio* at mainbus? 2281.1Sgdamore 2291.1Sgdamore#flash* at obio? addr ? 2301.1Sgdamore#lcd* at obio? addr ? 2311.1Sgdamore 2321.1Sgdamore# Pseudo-devices 2331.1Sgdamore 2341.1Sgdamore# Disk/mass storage pseudo-devices 2351.1Sgdamore#pseudo-device ccd 4 # concatenated disk devices 2361.1Sgdamore#pseudo-device raid 4 # RAIDframe disk driver 2371.1Sgdamore#options RAID_AUTOCONFIG # auto-configuration of RAID 2381.1Sgdamore#pseudo-device fss 4 # file system snapshot device 2391.1Sgdamore#pseudo-device md 1 # memory disk device (ramdisk) 2401.1Sgdamorepseudo-device vnd # disk-like interface to files 2411.1Sgdamore 2421.1Sgdamore# Network pseudo-devices 2431.1Sgdamorepseudo-device bpfilter # Berkeley packet filter 2441.1Sgdamorepseudo-device ipfilter # IP filter (firewall) and NAT 2451.1Sgdamorepseudo-device loop # network loopback 2461.1Sgdamore#pseudo-device ppp # Point-to-Point Protocol 2471.1Sgdamore#pseudo-device sl # Serial Line IP 2481.1Sgdamore#pseudo-device strip # Starmode Radio IP (Metricom) 2491.1Sgdamore#pseudo-device tun # network tunneling over tty 2501.1Sgdamore#pseudo-device tap # virtual Ethernet 2511.1Sgdamore#pseudo-device gre # generic L3 over IP tunnel 2521.1Sgdamore#pseudo-device ipip 2 # RFC 2003 IP Encapsulation 2531.10Ssimonb#pseudo-device gif # RFC1933 tunnel 2541.1Sgdamore#pseudo-device faith # IPv[46] tcp relay translation 2551.1Sgdamore#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 2561.1Sgdamorepseudo-device vlan # IEEE 802.1q encapsulation 2571.1Sgdamorepseudo-device bridge # simple inter-network bridging 2581.1Sgdamore 2591.1Sgdamore# Miscellaneous pseudo-devices 2601.1Sgdamorepseudo-device pty # pseudo-terminals 2611.1Sgdamore#pseudo-device sequencer 1 # MIDI sequencer 2621.1Sgdamorepseudo-device rnd # /dev/random & kernel generator 2631.10Ssimonbpseudo-device clockctl # user control of clock subsystem 2641.10Ssimonbpseudo-device ksyms # /dev/ksyms 2651.1Sgdamore 2661.1Sgdamore# A pseudo device needed for Coda # also needs CODA (above) 2671.1Sgdamore#pseudo-device vcoda 4 # coda minicache <-> venus comm. 268