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