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