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