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