ADM5120-NB revision 1.12
1caade7ccSmrg# $NetBSD: ADM5120-NB,v 1.12 2013/03/02 02:42:13 christos Exp $ 2caade7ccSmrg# 3caade7ccSmrg# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500, 4caade7ccSmrg# DBAu1000 and DBAu1500 evaluation boards. 5caade7ccSmrg 6caade7ccSmrginclude "arch/evbmips/conf/std.adm5120" 7caade7ccSmrg 8caade7ccSmrg#ident "GENERIC-$Revision: 1.12 $" 9caade7ccSmrg 10caade7ccSmrgmaxusers 32 11caade7ccSmrg 12caade7ccSmrgoptions MIPS32 13caade7ccSmrgoptions NOFPU # No FPU 14caade7ccSmrgoptions FPEMUL # emulate FPU insn 15caade7ccSmrg#options CONSPEED=115200 # YAMON default 16caade7ccSmrgoptions HZ=512 # for profiling 17caade7ccSmrgoptions MEMSIZE="(16*1024*1024)" 18caade7ccSmrg 19caade7ccSmrg#options LOCKDEBUG 20caade7ccSmrgoptions SOSEND_COUNTERS 21caade7ccSmrgoptions INET_CSUM_COUNTERS 22caade7ccSmrgoptions TCP_CSUM_COUNTERS 23caade7ccSmrgoptions UDP_CSUM_COUNTERS 24caade7ccSmrgoptions TCP_OUTPUT_COUNTERS 25caade7ccSmrg 26caade7ccSmrg#options NTP # network time protocol 27caade7ccSmrg 28caade7ccSmrg# Debugging options 29caade7ccSmrg##options DIAGNOSTIC # extra kernel sanity checking 30caade7ccSmrg##options DEBUG # extra kernel debugging support 31caade7ccSmrgoptions KMEMSTATS # kernel memory statistics (vmstat -m) 32caade7ccSmrgoptions DDB # kernel dynamic debugger 33caade7ccSmrgoptions DDB_HISTORY_SIZE=100 # enable history editing in DDB 34caade7ccSmrgmakeoptions DEBUG="-g" # compile full symbol table 35caade7ccSmrgmakeoptions CPUFLAGS="-march=4kc" 36caade7ccSmrgoptions SYMTAB_SPACE=180000 # size for embedded symbol table 37caade7ccSmrg 38caade7ccSmrg#options MEMORY_DISK_HOOKS 39caade7ccSmrg#options MEMORY_DISK_IS_ROOT # Force root on ram-disk 40caade7ccSmrg#options MEMORY_DISK_ROOT_SIZE=16384 # 2 Megabytes 41caade7ccSmrg 42caade7ccSmrg# Compatibility options 43caade7ccSmrg#options COMPAT_43 # compatibility with 4.3BSD binaries 44caade7ccSmrg#options COMPAT_09 # NetBSD 0.9 binary compatibility 45caade7ccSmrg#options COMPAT_10 # NetBSD 1.0 binary compatibility 46af9a7ee5Smrg#options COMPAT_11 # NetBSD 1.1 binary compatibility 47caade7ccSmrg#options COMPAT_12 # NetBSD 1.2 binary compatibility 48caade7ccSmrg#options COMPAT_13 # NetBSD 1.3 binary compatibility 49caade7ccSmrg#options COMPAT_14 # NetBSD 1.4 binary compatibility 50caade7ccSmrg#options COMPAT_16 # NetBSD 1.6 binary compatibility 51caade7ccSmrg#options COMPAT_20 # NetBSD 2.0 binary compatibility 52caade7ccSmrg#options COMPAT_30 # NetBSD 3.0 binary compatibility 53caade7ccSmrg#options COMPAT_40 # NetBSD 4.0 binary compatibility 54caade7ccSmrg#options EXEC_ECOFF # exec ECOFF binaries 55caade7ccSmrg#options COMPAT_ULTRIX # binary compatibility with Ultrix 56caade7ccSmrg 57caade7ccSmrg# File systems 58caade7ccSmrgfile-system FFS # Berkeley Fast Filesystem 59caade7ccSmrg#file-system MFS # memory-based filesystem 60caade7ccSmrg#file-system EXT2FS # second extended file system (linux) 61caade7ccSmrgfile-system NFS # Sun NFS-compatible filesystem client 62caade7ccSmrg#file-system KERNFS # kernel data-structure filesystem 63caade7ccSmrg#file-system NULLFS # NULL layered filesystem 64caade7ccSmrg#file-system OVERLAY # overlay file system 65caade7ccSmrg#file-system FDESC # user file descriptor filesystem 66caade7ccSmrg#file-system UMAPFS # uid/gid remapping filesystem 67caade7ccSmrg#file-system LFS # Log-based filesystem (still experimental) 68caade7ccSmrg#file-system PROCFS # /proc 69caade7ccSmrg#file-system CD9660 # ISO 9660 + Rock Ridge file system 70485f0483Smrg#file-system UNION # union file system 71caade7ccSmrg#file-system MSDOSFS # MS-DOS FAT filesystem(s). 72caade7ccSmrg#file-system CODA # Coda File System; also needs vcoda (below) 73caade7ccSmrg 74caade7ccSmrg# File system options 75caade7ccSmrg#options NFSSERVER # Sun NFS-compatible filesystem server 76caade7ccSmrg#options QUOTA # legacy UFS quotas 77caade7ccSmrg#options QUOTA2 # new, in-filesystem UFS quotas 78caade7ccSmrg#options FFS_EI # FFS Endian Independent support 79caade7ccSmrg#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 80caade7ccSmrg # immutable) behave as system flags. 81caade7ccSmrg 82# Networking options 83options GATEWAY # IP packet forwarding 84options INET # Internet protocols 85options NETGRAPH # Netgraph 86options NETGRAPH_ASYNC 87options NETGRAPH_BPF 88options NETGRAPH_CISCO 89options NETGRAPH_ECHO 90options NETGRAPH_EIFACE 91options NETGRAPH_ETF 92options NETGRAPH_ETHER 93options NETGRAPH_FRAME_RELAY 94options NETGRAPH_HOLE 95options NETGRAPH_HUB 96options NETGRAPH_IFACE 97options NETGRAPH_KSOCKET 98options NETGRAPH_L2TP 99options NETGRAPH_LMI 100options NETGRAPH_ONE2MANY 101options NETGRAPH_PPP 102options NETGRAPH_PPPOE 103options NETGRAPH_PPTPGRE 104options NETGRAPH_RFC1490 105options NETGRAPH_TEE 106options NETGRAPH_UI 107options NETGRAPH_VJC 108options NETGRAPH_VLAN 109#options INET6 # IPV6 110#options IPSEC # IP security 111#options IPSEC_DEBUG # debug for IP security 112#options MROUTING # packet forwarding of multicast packets 113#options NS # Xerox NS networking 114#options NSIP # Xerox NS tunneling over IP 115#options CCITT,LLC,HDLC # X.25 116#options NETATALK # AppleTalk (over Ethernet) protocol 117#options PPP_BSDCOMP # BSD-Compress compression support for PPP 118#options PPP_DEFLATE # Deflate compression support for PPP 119#options PPP_FILTER # Active filter support for PPP (requires bpf) 120#options PFIL_HOOKS # pfil(9) packet filter hooks 121#options IPFILTER_LOG # ipmon(8) log support 122 123# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 124#options TCP_COMPAT_42 125 126# These options enable verbose messages for several subsystems. 127# Warning, these may compile large string tables into the kernel! 128#options MIIVERBOSE # verbose PHY autoconfig messages 129#options PCIVERBOSE # verbose PCI device autoconfig messages 130#options PCI_CONFIG_DUMP # verbosely dump PCI config space 131#options SCSIVERBOSE # human readable SCSI error messages 132#options USBVERBOSE # verbose USB device autoconfig messages 133 134options NFS_BOOT_DHCP 135 136# Pretty much only one device to use for the root file system. 137config netbsd-admsw0 root on admsw0 type nfs 138 139mainbus0 at root 140 141cpu0 at mainbus? 142 143# Network pseudo-devices 144pseudo-device bpfilter 8 # Berkeley packet filter 145pseudo-device loop # network loopback 146#pseudo-device ppp 2 # Point-to-Point Protocol 147#pseudo-device sl 2 # Serial Line IP 148#pseudo-device strip 2 # Starmode Radio IP (Metricom) 149#pseudo-device tun 2 # network tunneling over tty 150#pseudo-device gre 2 # generic L3 over IP tunnel 151#pseudo-device ipip 2 # RFC 2003 IP Encapsulation 152#pseudo-device gif # RFC1933 tunnel 153#pseudo-device faith 1 # IPv[46] tcp relay translation 154# Miscellaneous pseudo-devices 155pseudo-device pty # pseudo-terminals 156#pseudo-device sequencer 1 # MIDI sequencer 157 158# A pseudo device needed for Coda # also needs CODA (above) 159#pseudo-device vcoda 4 # coda minicache <-> venus comm. 160pseudo-device ksyms 161 162obio* at mainbus? 163extio* at mainbus? 164gpio* at mainbus? 165 166uart* at obio? addr ? 167admsw* at obio? addr ? 168#admflash* at obio? addr ? 169#options VND_COMPRESSION 170