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