1 1.2.14.4 yamt # $NetBSD: NSLU2,v 1.2.14.4 2007/09/03 14:24:00 yamt Exp $ 2 1.2.14.2 yamt # 3 1.2.14.2 yamt # Linksys NSLU2 "Slug" NAS Device 4 1.2.14.2 yamt # 5 1.2.14.2 yamt 6 1.2.14.2 yamt include "arch/evbarm/conf/std.nslu2" 7 1.2.14.2 yamt 8 1.2.14.2 yamt # estimated number of users 9 1.2.14.2 yamt maxusers 8 10 1.2.14.2 yamt 11 1.2.14.2 yamt # Feeling bloated? These might help... 12 1.2.14.2 yamt #options VNODE_OP_NOINLINE 13 1.2.14.2 yamt #options EVBARM_SPL_NOINLINE 14 1.2.14.2 yamt #makeoptions COPTS="-Os" 15 1.2.14.2 yamt 16 1.2.14.2 yamt # Standard system options 17 1.2.14.2 yamt 18 1.2.14.2 yamt options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 19 1.2.14.2 yamt options NTP # NTP phase/frequency locked loop 20 1.2.14.2 yamt 21 1.2.14.2 yamt # CPU options 22 1.2.14.2 yamt 23 1.2.14.2 yamt # For XScale systems 24 1.2.14.2 yamt options CPU_XSCALE_IXP425 # Support the XScale core 25 1.2.14.2 yamt makeoptions CPUFLAGS="-mcpu=xscale -mbig-endian" 26 1.2.14.2 yamt 27 1.2.14.2 yamt # Architecture options 28 1.2.14.2 yamt options XSCALE_CACHE_READ_WRITE_ALLOCATE 29 1.2.14.2 yamt #options HZ=512 30 1.2.14.2 yamt 31 1.2.14.2 yamt # Board Type 32 1.2.14.2 yamt makeoptions BOARDTYPE="nslu2" 33 1.2.14.2 yamt options IXP425_CLOCK_FREQ=66000000 34 1.2.14.2 yamt 35 1.2.14.2 yamt # File systems 36 1.2.14.2 yamt 37 1.2.14.2 yamt file-system FFS # UFS 38 1.2.14.2 yamt #file-system LFS # log-structured file system 39 1.2.14.2 yamt file-system MFS # memory file system 40 1.2.14.2 yamt file-system NFS # Network file system 41 1.2.14.2 yamt #file-system ADOSFS # AmigaDOS-compatible file system 42 1.2.14.2 yamt #file-system EXT2FS # second extended file system (linux) 43 1.2.14.2 yamt #file-system CD9660 # ISO 9660 + Rock Ridge file system 44 1.2.14.2 yamt #file-system MSDOSFS # MS-DOS file system 45 1.2.14.2 yamt #file-system FDESC # /dev/fd 46 1.2.14.2 yamt #file-system KERNFS # /kern 47 1.2.14.2 yamt #file-system NULLFS # loopback file system 48 1.2.14.2 yamt #file-system PORTAL # portal filesystem (still experimental) 49 1.2.14.2 yamt #file-system PROCFS # /proc 50 1.2.14.2 yamt #file-system UMAPFS # NULLFS + uid and gid remapping 51 1.2.14.2 yamt #file-system UNION # union file system 52 1.2.14.2 yamt 53 1.2.14.2 yamt # File system options 54 1.2.14.2 yamt #options QUOTA # UFS quotas 55 1.2.14.2 yamt #options FFS_EI # FFS Endian Independant support 56 1.2.14.2 yamt #options NFSSERVER 57 1.2.14.2 yamt #options SOFTDEP 58 1.2.14.2 yamt 59 1.2.14.2 yamt # Networking options 60 1.2.14.2 yamt 61 1.2.14.2 yamt #options GATEWAY # packet forwarding 62 1.2.14.2 yamt options INET # IP + ICMP + TCP + UDP 63 1.2.14.2 yamt options INET6 # IPV6 64 1.2.14.2 yamt #options IPSEC # IP security 65 1.2.14.2 yamt #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 66 1.2.14.2 yamt #options IPSEC_DEBUG # debug for IP security 67 1.2.14.2 yamt #options MROUTING # IP multicast routing 68 1.2.14.2 yamt #options ISO,TPIP # OSI 69 1.2.14.2 yamt #options EON # OSI tunneling over IP 70 1.2.14.2 yamt #options NETATALK # AppleTalk networking 71 1.2.14.2 yamt options PFIL_HOOKS # pfil(9) packet filter hooks 72 1.2.14.2 yamt #options PPP_BSDCOMP # BSD-Compress compression support for PPP 73 1.2.14.2 yamt #options PPP_DEFLATE # Deflate compression support for PPP 74 1.2.14.2 yamt #options PPP_FILTER # Active filter support for PPP (requires bpf) 75 1.2.14.2 yamt #options IPFILTER_LOG # ipmon(8) log support 76 1.2.14.3 yamt #options IPFILTER_LOOKUP # ippool(8) support 77 1.2.14.2 yamt #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 78 1.2.14.2 yamt 79 1.2.14.2 yamt #options NFS_BOOT_BOOTP 80 1.2.14.2 yamt options NFS_BOOT_DHCP 81 1.2.14.2 yamt #options NFS_BOOT_BOOTPARAM 82 1.2.14.2 yamt 83 1.2.14.2 yamt # Compatibility options 84 1.2.14.2 yamt 85 1.2.14.2 yamt #options COMPAT_43 # 4.3BSD compatibility. 86 1.2.14.2 yamt #options COMPAT_30 # NetBSD 3.0 compatibility. 87 1.2.14.2 yamt #options COMPAT_20 # NetBSD 2.0 compatibility. 88 1.2.14.2 yamt #options COMPAT_16 # NetBSD 1.5 compatibility. 89 1.2.14.2 yamt #options COMPAT_15 # NetBSD 1.6 compatibility. 90 1.2.14.2 yamt #options COMPAT_14 # NetBSD 1.4 compatibility. 91 1.2.14.2 yamt #options COMPAT_13 # NetBSD 1.3 compatibility. 92 1.2.14.2 yamt #options COMPAT_12 # NetBSD 1.2 compatibility. 93 1.2.14.2 yamt #options COMPAT_11 # NetBSD 1.1 compatibility. 94 1.2.14.2 yamt #options COMPAT_10 # NetBSD 1.0 compatibility. 95 1.2.14.2 yamt #options COMPAT_09 # NetBSD 0.9 compatibility. 96 1.2.14.2 yamt #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 97 1.2.14.2 yamt options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 98 1.2.14.2 yamt 99 1.2.14.2 yamt # Shared memory options 100 1.2.14.2 yamt 101 1.2.14.2 yamt #options SYSVMSG # System V-like message queues 102 1.2.14.2 yamt #options SYSVSEM # System V-like semaphores 103 1.2.14.2 yamt #options SEMMNI=10 # number of semaphore identifiers 104 1.2.14.2 yamt #options SEMMNS=60 # number of semaphores in system 105 1.2.14.2 yamt #options SEMUME=10 # max number of undo entries per process 106 1.2.14.2 yamt #options SEMMNU=30 # number of undo structures in system 107 1.2.14.2 yamt #options SYSVSHM # System V-like memory sharing 108 1.2.14.2 yamt #options SHMMAXPGS=1024 # 1024 pages is the default 109 1.2.14.2 yamt 110 1.2.14.2 yamt # Device options 111 1.2.14.2 yamt 112 1.2.14.2 yamt #options MEMORY_DISK_HOOKS # boottime setup of ramdisk 113 1.2.14.2 yamt #options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 114 1.2.14.2 yamt #options MEMORY_DISK_IS_ROOT # use memory disk as root 115 1.2.14.2 yamt 116 1.2.14.2 yamt # Console options. The default console is speed is 115200 baud. 117 1.2.14.2 yamt options CONSPEED=115200 # Console speed 118 1.2.14.2 yamt options CONUNIT=0 # Console port number 119 1.2.14.2 yamt 120 1.2.14.2 yamt # Miscellaneous kernel options 121 1.2.14.2 yamt #options KTRACE # system call tracing, a la ktrace(1) 122 1.2.14.2 yamt #options IRQSTATS # manage IRQ statistics 123 1.2.14.2 yamt #options LKM # loadable kernel modules 124 1.2.14.2 yamt #options KMEMSTATS # kernel memory statistics 125 1.2.14.2 yamt #options SCSIVERBOSE # Verbose SCSI errors 126 1.2.14.2 yamt #options PCIVERBOSE # Verbose PCI descriptions 127 1.2.14.2 yamt #options MIIVERBOSE # Verbose MII autoconfuration messages 128 1.2.14.2 yamt #options PCI_CONFIG_DUMP # verbosely dump PCI config space 129 1.2.14.2 yamt #options DDB_KEYCODE=0x40 130 1.2.14.2 yamt #options USERCONF # userconf(4) support 131 1.2.14.2 yamt #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 132 1.2.14.2 yamt 133 1.2.14.2 yamt # Development and Debugging options 134 1.2.14.2 yamt 135 1.2.14.2 yamt #options PERFCTRS # performance counters 136 1.2.14.2 yamt options DIAGNOSTIC # internally consistency checks 137 1.2.14.2 yamt options DEBUG 138 1.2.14.2 yamt #options PMAP_DEBUG # Enable pmap_debug_level code 139 1.2.14.2 yamt #options IPKDB # remote kernel debugging 140 1.2.14.2 yamt #options VERBOSE_INIT_ARM # verbose bootstraping messages 141 1.2.14.2 yamt options DDB # in-kernel debugger 142 1.2.14.2 yamt options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 143 1.2.14.2 yamt #makeoptions DEBUG="-g" # compile full symbol table 144 1.2.14.4 yamt options SYMTAB_SPACE=300000 145 1.2.14.2 yamt 146 1.2.14.2 yamt config netbsd root on ? type ? 147 1.2.14.2 yamt 148 1.2.14.2 yamt # The main bus device 149 1.2.14.2 yamt mainbus0 at root 150 1.2.14.2 yamt 151 1.2.14.2 yamt # The boot cpu 152 1.2.14.2 yamt cpu0 at mainbus? 153 1.2.14.2 yamt 154 1.2.14.2 yamt # IXP425 slow peripheral 155 1.2.14.2 yamt ixpsip0 at mainbus? 156 1.2.14.2 yamt 157 1.2.14.2 yamt #Timer 158 1.2.14.2 yamt ixpclk* at ixpsip? addr 0xc8005000 size 0x30 159 1.2.14.2 yamt 160 1.2.14.2 yamt # On-board device support 161 1.2.14.2 yamt com0 at ixpsip? addr 0xc8000000 size 0x1000 index 0 162 1.2.14.2 yamt options COM_PXA2X0 163 1.2.14.2 yamt 164 1.2.14.3 yamt # Watchdog 165 1.2.14.3 yamt ixpdog0 at ixpsip? addr 0xc8005014 166 1.2.14.3 yamt 167 1.2.14.2 yamt # I2C bus (using bit-banged GPIO pins) 168 1.2.14.2 yamt slugiic0 at ixpsip? 169 1.2.14.2 yamt iic0 at slugiic0 170 1.2.14.2 yamt xrtc0 at iic0 addr 0x6f 171 1.2.14.2 yamt 172 1.2.14.2 yamt # Power/Reset button support (via sysmon) 173 1.2.14.2 yamt slugbutt0 at ixpsip? 174 1.2.14.2 yamt 175 1.2.14.2 yamt # Disk activity and ready/status LED support 176 1.2.14.2 yamt slugled0 at ixpsip? 177 1.2.14.2 yamt 178 1.2.14.2 yamt # Buzzer support (not supported yet) 179 1.2.14.2 yamt #slugbuzz0 at ixpsip? 180 1.2.14.2 yamt 181 1.2.14.2 yamt # IXP425 fast bus 182 1.2.14.2 yamt ixpio0 at mainbus? 183 1.2.14.2 yamt 184 1.2.14.2 yamt # PCI bus 185 1.2.14.2 yamt pci0 at ixpio? bus ? 186 1.2.14.2 yamt 187 1.2.14.3 yamt 188 1.2.14.3 yamt # IXP425 NPE Micro-engine support 189 1.2.14.3 yamt ixme0 at mainbus? # Includes QMGR 190 1.2.14.3 yamt ixpnpe0 at ixme0 npe 1 # NPE-B 191 1.2.14.3 yamt #ixpnpe1 at ixme0 npe 2 # NPE-C (not used on NSLU2) 192 1.2.14.3 yamt 193 1.2.14.3 yamt # IXP425 NPE Ethernet on NPE-B 194 1.2.14.3 yamt npe0 at ixpnpe0 phy 1 195 1.2.14.3 yamt 196 1.2.14.3 yamt 197 1.2.14.2 yamt # USB devices 198 1.2.14.2 yamt ehci* at pci? dev ? function ? 199 1.2.14.2 yamt ohci* at pci? dev ? function ? 200 1.2.14.2 yamt usb* at ehci? 201 1.2.14.2 yamt usb* at ohci? 202 1.2.14.2 yamt uhub* at usb? 203 1.2.14.4 yamt uhub* at uhub? port ? 204 1.2.14.2 yamt 205 1.2.14.2 yamt # USB Mass Storage Devices 206 1.2.14.2 yamt umass* at uhub? port ? configuration ? interface ? 207 1.2.14.2 yamt wd* at umass? 208 1.2.14.2 yamt scsibus* at umass? channel ? 209 1.2.14.2 yamt sd* at scsibus? target ? lun ? # SCSI disk drives 210 1.2.14.2 yamt 211 1.2.14.2 yamt # USB Ethernet adapters 212 1.2.14.2 yamt aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 213 1.2.14.2 yamt axe* at uhub? port ? # ASIX AX88172 based adapters 214 1.2.14.2 yamt cdce* at uhub? port ? # CDC, Ethernet Networking Control Model 215 1.2.14.2 yamt cue* at uhub? port ? # CATC USB-EL1201A based adapters 216 1.2.14.2 yamt kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 217 1.2.14.2 yamt udav* at uhub? port ? # Davicom DM9601 based adapters 218 1.2.14.2 yamt url* at uhub? port ? # Realtek RTL8150L based adapters 219 1.2.14.2 yamt 220 1.2.14.2 yamt # MII/PHY support 221 1.2.14.3 yamt rlphy* at mii? phy ? # Realtek RTL8201 222 1.2.14.3 yamt ukphy* at mii? phy ? # Generic/Unknown PHY 223 1.2.14.2 yamt 224 1.2.14.2 yamt # USB 802.11 adapters 225 1.2.14.2 yamt atu* at uhub? port ? # Atmel AT76C50XX based adapters 226 1.2.14.2 yamt ral* at uhub? port ? # Ralink Technology RT25x0 802.11a/b/g 227 1.2.14.2 yamt 228 1.2.14.2 yamt # USB Generic driver 229 1.2.14.2 yamt ugen* at uhub? port ? configuration ? interface ? 230 1.2.14.2 yamt 231 1.2.14.2 yamt # Pseudo-Devices 232 1.2.14.2 yamt 233 1.2.14.2 yamt # disk/mass storage pseudo-devices 234 1.2.14.2 yamt #pseudo-device md 1 # memory disk device (ramdisk) 235 1.2.14.2 yamt #pseudo-device vnd 4 # disk-like interface to files 236 1.2.14.2 yamt 237 1.2.14.2 yamt # network pseudo-devices 238 1.2.14.2 yamt pseudo-device bpfilter 4 # Berkeley packet filter 239 1.2.14.2 yamt #pseudo-device ipfilter # IP filter (firewall) and NAT 240 1.2.14.2 yamt pseudo-device loop # network loopback 241 1.2.14.2 yamt #pseudo-device ppp 2 # Point-to-Point Protocol 242 1.2.14.2 yamt #pseudo-device kttcp # network loopback 243 1.2.14.2 yamt #pseudo-device tun 2 # network tunneling over tty 244 1.2.14.2 yamt #pseudo-device vlan 245 1.2.14.2 yamt #pseudo-device bridge 246 1.2.14.2 yamt 247 1.2.14.2 yamt # miscellaneous pseudo-devices 248 1.2.14.2 yamt pseudo-device pty # pseudo-terminals 249 1.2.14.2 yamt pseudo-device rnd # /dev/random and in-kernel generator 250 1.2.14.2 yamt pseudo-device clockctl # user control of clock subsystem 251 1.2.14.2 yamt pseudo-device ksyms # /dev/ksyms 252 1.2.14.2 yamt #pseudo-device crypto # opencrypto framework 253 1.2.14.2 yamt 254 1.2.14.2 yamt # data mover pseudo-devices 255 1.2.14.2 yamt #pseudo-device swdmover # softare dmover(9) back-end 256 1.2.14.2 yamt #pseudo-device dmoverio # /dev/dmover dmover(9) interface 257