GENERIC revision 1.2
1# $NetBSD: GENERIC,v 1.2 2001/11/20 12:56:17 lukem Exp $ 2# 3# GENERIC -- everything that's currently supported 4# 5 6include "arch/acorn32/conf/std.acorn32" 7 8#ident "GENERIC-$Revision: 1.2 $" 9 10# estimated number of users 11maxusers 32 12 13# Standard system options 14 15options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 16#options NTP # NTP phase/frequency locked loop 17 18# CPU options 19options CPU_SA110 # Support the SA110 core 20options CPU_ARM6 # Support the ARM6 core 21options CPU_ARM7 # Support the ARM7 core 22options CPU_ARM8 # Support the ARM8 core 23#options ARM6_LATE_ABORT # ARM6XX late abort support 24 25# Architecture options 26options RISCPC # We are a RiscPC 27#options RC7500 # We are a RC7500 28 29# FPA options 30 31#options ARMFPE # ARM Ltd FPE 32 33# File systems 34 35file-system FFS # UFS 36#file-system LFS # log-structured file system 37file-system MFS # memory file system 38file-system NFS # Network file system 39file-system ADOSFS # AmigaDOS-compatible file system 40file-system EXT2FS # second extended file system (linux) 41file-system CD9660 # ISO 9660 + Rock Ridge file system 42file-system MSDOSFS # MS-DOS file system 43file-system FDESC # /dev/fd 44file-system FILECORE # Acorn filecore file system 45file-system KERNFS # /kern 46file-system NULLFS # loopback file system 47file-system OVERLAY # overlay filesystem 48file-system PORTAL # portal filesystem (still experimental) 49file-system PROCFS # /proc 50file-system UMAPFS # NULLFS + uid and gid remapping 51file-system UNION # union file system 52 53# File system options 54options QUOTA # UFS quotas 55#options FFS_EI # FFS Endian Independant support 56options SOFTDEP # FFS soft updates support. 57options NFSSERVER 58 59# Networking options 60 61options GATEWAY # packet forwarding 62options INET # IP + ICMP + TCP + UDP 63options INET6 # IPV6 64#options IPSEC # IP security 65#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 66#options IPSEC_DEBUG # debug for IP security 67#options MROUTING # IP multicast routing 68options NS # XNS 69#options NSIP # XNS tunneling over IP 70options ISO,TPIP # OSI 71#options EON # OSI tunneling over IP 72options CCITT,LLC,HDLC # X.25 73options NETATALK # AppleTalk networking 74options PFIL_HOOKS # pfil(9) packet filter hooks 75options PPP_BSDCOMP # BSD-Compress compression support for PPP 76options PPP_DEFLATE # Deflate compression support for PPP 77options PPP_FILTER # Active filter support for PPP (requires bpf) 78#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 79 80# Compatibility options 81 82#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 83options COMPAT_43 # 4.3BSD compatibility. 84options COMPAT_14 # NetBSD 1.4 compatibility. 85options COMPAT_13 # NetBSD 1.3 compatibility. 86options COMPAT_12 # NetBSD 1.2 compatibility. 87#options COMPAT_11 # NetBSD 1.1 compatibility. 88#options COMPAT_10 # NetBSD 1.0 compatibility. 89#options COMPAT_09 # NetBSD 0.9 compatibility. 90 91# Bootloader options 92options COMPAT_OLD_BOOTLOADER 93 94# Shared memory options 95 96options SYSVMSG # System V-like message queues 97options SYSVSEM # System V-like semaphores 98#options SEMMNI=10 # number of semaphore identifiers 99#options SEMMNS=60 # number of semaphores in system 100#options SEMUME=10 # max number of undo entries per process 101#options SEMMNU=30 # number of undo structures in system 102options SYSVSHM # System V-like memory sharing 103options SHMMAXPGS=1024 # 1024 pages is the default 104 105# Device options 106 107options MEMORY_DISK_HOOKS # boottime setup of ramdisk 108#options MEMORY_DISK_SIZE=0 # Size in blocks 109#options MINIROOTSIZE=3400 # Size in blocks 110#options MEMORY_DISK_IS_ROOT # use memory disk as root 111 112# Miscellaneous kernel options 113options KTRACE # system call tracing, a la ktrace(1) 114options IRQSTATS # manage IRQ statistics 115options LKM # loadable kernel modules 116options KMEMSTATS # kernel memory statistics 117#options SCSIVERBOSE # Verbose SCSI errors 118 119# Development and Debugging options 120 121#options ARM700BUGTRACK # track the ARM700 swi bug 122#options PORTMASTER # Enable PortMaster only options 123options DIAGNOSTIC # internal consistency checks 124#options PMAP_DEBUG # Enable pmap_debug_level code 125#options IPKDB # remote kernel debugging 126options DDB # in-kernel debugger 127#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 128#makeoptions DEBUG="-g" # compile full symbol table 129 130config netbsd root on ? type ? 131 132# serial console ... the conaddr is hardcoded as the pioc address + 4*com offset 133# this really be fixed some day 134#options COMCONSOLE,CONADDR="0x210000+4*0x3f8",CONUNIT=0,CONSPEED=9600 135 136# The main bus device 137mainbus0 at root 138 139# The boot cpu 140cpu0 at mainbus? 141 142# The IOMD 143iomd0 at mainbus? 144 145# system clock via IOMD 146clock* at iomd? 147 148# kbd via IOMD 149kbd* at iomd? 150 151# quadrature mouse via IOMD 152qms* at iomd? 153 154# PS2 mouse via IOMD 155opms* at iomd? 156 157# IIC bus device 158iic* at iomd? 159 160# RTC device via IIC bus 161rtc* at iic? addr 0xa0 162 163# time-of-day device via rtc device 164todclock0 at rtc? 165 166# VIDC device 167vidc0 at mainbus? 168 169# The vidc 170vidcconsole0 at vidc? 171 172# generic VT console device 173vt0 at vidc? 174vt1 at vidc? 175vt2 at vidc? 176vt3 at vidc? 177vt4 at vidc? 178vt5 at vidc? 179 180# Peripheral IO Controller 181pioc0 at mainbus? base 0x00210000 182 183# IDE disk controller 184wdc0 at pioc? offset 0x01f0 irq 9 185#wdc* at pioc? offset 0x0170 irq -1 186wd* at wdc? channel ? drive ? 187atapibus* at wdc? channel ? 188cd* at atapibus? drive ? 189sd* at atapibus? drive ? 190 191# Floppy disk controller 192fdc* at pioc? offset 0x03f0 irq 12 dack 0x2000 193fdc* at pioc? offset 0x0370 irq -1 dack 0x2000 194fd0 at fdc? drive ? 195 196# Serial ports 197com* at pioc? offset 0x03f8 irq 10 198#com* at pioc? offset 0x02f8 irq -1 199#com* at pioc? offset 0x0338 irq -1 200#com* at pioc? offset 0x0238 irq -1 201 202# Parallel ports 203lpt* at pioc? offset 0x0278 irq 0 204#lpt* at pioc? offset 0x0378 irq -1 205#lpt* at pioc? offset 0x03bc irq -1 206 207# Crude sound device 208beep0 at vidc? 209 210# Audio device 211vidcaudio0 at vidc? 212audio* at vidcaudio0 213 214# System beep 215sysbeep0 at vidc? 216 217# Podule bus device 218podulebus0 at root 219 220asc* at podulebus? # Acorn SCSI card 221scsibus* at asc? 222 223cosc* at podulebus? # MCS Connect32 SCSI II card 224scsibus* at cosc? 225 226ptsc* at podulebus? # Power-Tec SCSI II card 227scsibus* at ptsc? 228 229csc* at podulebus? # Cumana SCSI II card 230scsibus* at csc? 231 232oak* at podulebus? # Oak SCSI I card 233scsibus* at oak? 234 235csa* at podulebus? # Cumana SCSI I adpater 236scsibus* at csa? 237 238hcsc* at podulebus0 slot ? # HCCS 8-bit SCSI interface 239scsibus* at hcsc? 240 241sd* at scsibus? target ? lun ? # SCSI disk drives 242st* at scsibus? target ? lun ? # SCSI tape drives 243cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 244ch* at scsibus? target ? lun ? # SCSI auto-changers 245uk* at scsibus? target ? lun ? # SCSI unknown device 246ss* at scsibus? target ? lun ? # SCSI scanner 247 248dtide* at podulebus? # D.T. Software IDE card 249wd* at dtide? channel ? drive ? 250atapibus* at dtide? channel ? 251 252hcide* at podulebus? # HCCS IDE card 253wd* at hcide? channel ? drive ? 254atapibus* at hcide? channel ? 255 256icside* at podulebus? # ICS IDE card 257wd* at icside? channel ? drive ? 258atapibus* at icside? channel ? 259 260rapide* at podulebus? # Yellowstone RapIDE card 261wd* at rapide? channel ? drive ? 262atapibus* at rapide? channel ? 263 264simide* at podulebus? # Simtec IDE card 265wd* at simide? channel ? drive ? 266atapibus* at simide? channel ? 267 268amps* at podulebus? # Atomwide Multi-Port Serial card 269com* at amps? 270 271ie* at podulebus? # Ether1 podules 272ea* at podulebus? # Ether3 podules 273eb0 at podulebus? # EtherB network slot cards 274ne* at podulebus? # NE2000 clone cards 275 276pseudo-device loop 1 # network loopback 277pseudo-device bpfilter 8 # packet filter 278pseudo-device sl 2 # CSLIP 279pseudo-device ppp 2 # PPP 280pseudo-device tun 2 # network tunneling over tty 281#pseudo-device gre 2 # generic L3 over IP tunnel 282#pseudo-device ipfilter 1 # ip filter 283pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 284#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 285#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 286#pseudo-device strip 4 # STarmode Radio IP (Metricon Ricochet) 287pseudo-device vlan # IEEE 802.1q encapsulation 288#pseudo-device bridge # simple inter-network bridging 289pseudo-device pty # pseudo-terminals 290pseudo-device tb 1 # tablet line discipline 291pseudo-device vnd 4 # disk-like interface to files 292pseudo-device ccd 2 # concatenated disk devices 293#pseudo-device raid 4 # RAIDframe disk driver 294#options RAID_AUTOCONFIG # auto-configuration of RAID components 295pseudo-device md 1 # Ramdisk driver 296pseudo-device rnd # /dev/random and in-kernel generator 297 298makeoptions MONITOR="Taxan875+LR" 299#makeoptions MONITOR="AKF60" 300makeoptions MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900" 301