Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.132
      1 #	$NetBSD: GENERIC,v 1.132 2000/01/20 19:12:28 wrstuden Exp $
      2 
      3 #
      4 #if 0
      5 # GENERIC Amiga or DraCo
      6 #
      7 # This configuration file contains all possible options
      8 #
      9 # make AMIGA extracts the AMIGA configuration file.
     10 # make DRACO extracts the DRACO configuration file.
     11 #endif
     12 #
     13 
     14 include "arch/amiga/conf/std.amiga"
     15 
     16 maxusers	8
     17 options 	RTC_OFFSET=0
     18 
     19 #
     20 # mainboards to support (in addition to Amiga)
     21 #
     22 #ifdef DRACO_CONFIGURATION
     23 options 	DRACO
     24 
     25 #endif
     26 #ifdef AMIGA_CONFIGURATION
     27 options 	BB060STUPIDROM	# You need this, if you have a non-DraCo
     28 				# MC68060 with an OS ROM up to (at least) 
     29 				# V40 (OS3.1) and want to boot with the
     30 				# bootblock.
     31 				# You do not need this if you have a DraCo,
     32 				# have no 68060 or NEVER use the bootblock
     33 options		P5PPC68KBOARD	# Phase5 PPC/68K board support
     34 #endif
     35 #
     36 # processors this kernel should support
     37 #
     38 options 	M68060		# support for 060
     39 options 	M060SP		# MC68060 software support (Required for 060)
     40 #ifdef AMIGA_CONFIGURATION
     41 options 	M68040		# support for 040
     42 options 	FPSP		# MC68040 floating point support
     43 options 	M68030		# support for 030
     44 options 	M68020		# support for 020/851
     45 options 	FPU_EMULATE	# FPU emulation
     46 #endif
     47 
     48 # Pull in config fragments for kernel crypto.  This is required for
     49 # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
     50 # one of these, based on whether you use crypto-us or crypto-intl, and
     51 # adjust the prefixes as necessary.
     52 
     53 #prefix ../crypto-us/sys
     54 #cinclude "conf/files.crypto-us"
     55 #prefix
     56 
     57 #prefix ../crypto-intl/sys
     58 #cinclude "conf/files.crypto-intl"
     59 #prefix
     60 
     61 #
     62 # Networking options
     63 #
     64 options 	INET		# IP networking support (Required)
     65 options 	INET6		# IPV6
     66 #options 	IPSEC		# IP security
     67 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     68 #options 	IPSEC_DEBUG	# debug for IP security
     69 #options 	GATEWAY		# Packet forwarding
     70 #options 	DIRECTED_BROADCAST	# Broadcast across subnets
     71 #options 	MROUTING	# Multicast routing
     72 options 	NS		# XNS
     73 #options 	NSIP		# XNS tunneling over IP
     74 options 	ISO,TPIP	# OSI
     75 options 	EON		# OSI tunneling over IP
     76 options 	CCITT,LLC,HDLC	# X.25
     77 options 	NETATALK	# AppleTalk networking protocols
     78 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     79 options 	PPP_DEFLATE	# Deflate compression support for PPP
     80 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     81 options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     82 options 	IPFILTER_LOG	# ipmon(8) log support
     83 
     84 # Filesystems
     85 file-system 	FFS		# Berkeley fast file system
     86 file-system 	EXT2FS		# second extended file system (linux)
     87 #file-system 	LFS		# log-structured filesystem (experimental)
     88 file-system 	MFS		# Memory based filesystem
     89 file-system 	NFS		# Network File System client side code
     90 file-system 	ADOSFS		# AmigaDOS file system
     91 file-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
     92 file-system 	MSDOSFS		# MS-DOS filesystem
     93 file-system 	FDESC		# user file descriptor filesystem
     94 file-system 	KERNFS		# kernel data-structure filesystem
     95 file-system 	NULLFS		# loopback filesystem
     96 file-system 	OVERLAY		# overlay filesystem
     97 #file-system 	PORTAL		# Portal filesystem
     98 file-system 	PROCFS		# /proc filesystem
     99 file-system 	UMAPFS		# NULLFS + uid and gid remapping
    100 file-system 	UNION		# union filesystem
    101 
    102 # Filesystem options
    103 options 	QUOTA		# User and group quotas in FFS
    104 #options 	FFS_EI		# FFS Endian Independant support
    105 #options 	SOFTDEP         # FFS soft updates support.
    106 options 	NFSSERVER	# Network File System server side code
    107 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    108 				# immutable) behave as system flags.
    109 
    110 #
    111 # Compatability options for various existing systems
    112 #
    113 options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
    114 options 	COMPAT_43	# compatibility with 4.3BSD interfaces
    115 options 	COMPAT_09	# compatibility with NetBSD 0.9
    116 options 	COMPAT_10	# compatibility with NetBSD 1.0
    117 options 	COMPAT_12	# compatibility with NetBSD 1.2
    118 options 	COMPAT_13	# compatibility with NetBSD 1.3
    119 options 	COMPAT_14	# compatibility with NetBSD 1.4
    120 options 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
    121 options 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
    122 options 	COMPAT_NOMID	# allow nonvalid machine id executables
    123 #options 	COMPAT_LINUX	# Support to run Linux/m68k executables
    124 options 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)
    125 
    126 #
    127 # Support for System V IPC facilities.
    128 #
    129 options 	SYSVSHM		# System V-like shared memory
    130 options 	SYSVMSG		# System V-like messages
    131 options 	SYSVSEM		# System V-like semaphores
    132 
    133 #
    134 # Support for various kernel options
    135 #
    136 options 	KTRACE		# system call tracing support
    137 options 	LKM		# Loadable kernel modules
    138 options 	NKMEMCLUSTERS=256	# Size of kernel malloc area
    139 options 	UCONSOLE	# anyone can redirect a virtual console
    140 #options 	INSECURE	# allow, among other insecure stuff, LKM 
    141 				# loading in multi-user mode.
    142 options 	SCSIVERBOSE	# Verbose SCSI errors
    143 
    144 options 	NTP		# NTP phase/frequency locked loop
    145 
    146 #
    147 # Misc. debugging options
    148 #
    149 options 	DDB		# Kernel debugger
    150 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    151 options 	DIAGNOSTIC	# Extra kernel sanity checks
    152 #options 	DEBUG		# Enable misc. kernel debugging code
    153 #options 	SYSCALL_DEBUG	# debug all syscalls.
    154 #options 	SCSIDEBUG	# Add SCSI debugging statements
    155 #options 	PANICBUTTON	# Forced crash via keypress (???)
    156 
    157 #
    158 # Amiga specific options
    159 #
    160 #options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
    161 				# first bank of RAM. (default: unlimited)
    162 #options	NKPTADD=4	# set this for 4 additional KPT pages
    163 #options	NKPTADDSHIFT=24	# set this for 1 additional KPT page
    164 				# per 16 MB (1<<24 bytes) of RAM
    165                                 # define and decrease this, or define and
    166                                 # increase NKPTADD if you get "out of PT pages"
    167                                 # panics.
    168 
    169 # ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
    170 # before the 10 secondinterval ends, or that KBDRESET does work at all.
    171 #options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
    172 
    173 # These options improve performance with the built-in serial port
    174 # on slower Amigas.  Try the larger buffers first then lev6_defer.
    175 #options 	SERIBUF_SIZE=4096
    176 #options 	SEROBUF_SIZE=32
    177 #options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
    178 
    179 options 	RETINACONSOLE	# enable code to allow retina to be console
    180 #ifdef AMIGA_CONFIGURATION
    181 options 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
    182 options 	CL5426CONSOLE	# Cirrus console
    183 options 	CV64CONSOLE	# CyberVision console
    184 options 	TSENGCONSOLE	# Tseng console
    185 options 	CV3DCONSOLE	# CyberVision 64/3D console
    186 #endif
    187 
    188 #ifdef AMIGA_CONFIGURATION
    189 options 	GRF_ECS		# Enhanced Chip Set
    190 options 	GRF_NTSC	# NTSC
    191 options 	GRF_PAL		# PAL
    192 options 	GRF_A2024	# Support for the A2024
    193 options 	GRF_AGA		# AGA Chip Set
    194 options 	GRF_AGA_VGA	# AGA VGAONLY timing
    195 options 	GRF_SUPER72	# AGA Super-72
    196 #endif
    197 #options 	KFONT_8X11	# 8x11 font
    198 
    199 # This is how you would tell the kernel the A2410 oscillator frequencies:
    200 # The used frequencies are the defaults, and do not need option setting
    201 #options 	ULOWELL_OSC1=36000000
    202 #options 	ULOWELL_OSC2=66667000
    203 
    204 # This is how you specify the blitting speed, higher values may speed up blits
    205 # a littel bit.  If you raise this value too much some trash may appear.
    206 # the commented version is the default.
    207 #options 	RH_MEMCLK=61000000
    208 # this option enables the 64 bit sprite which does not work
    209 # for quite a few people.  E.g. The cursor sprite will turn to a block
    210 # when moved to the top of the screen in X.
    211 #options 	RH_64BIT_SPRITE
    212 # enables fast scroll code appears to now work on 040 systems.
    213 #options 	RETINA_SPEED_HACK
    214 # enables the Hardwarecursor which does not work on some systems.
    215 #options 	RH_HARDWARECURSOR
    216 
    217 #ifdef AMIGA_CONFIGURATION
    218 grfcc0		at mainbus0		# custom chips
    219 grfrt0		at zbus0		# retina II
    220 #endif
    221 grfrh0		at zbus0		# retina III
    222 #ifdef AMIGA_CONFIGURATION
    223 grfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
    224 grful0		at zbus0		# A2410
    225 grfcv0		at zbus0		# CyberVision 64
    226 grfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
    227 grfcv3d0	at zbus0		# CyberVision 64/3D
    228 #endif
    229 
    230 #ifdef AMIGA_CONFIGURATION
    231 grf0		at grfcc0
    232 grf1		at grfrt0
    233 #endif
    234 grf2		at grfrh0
    235 #ifdef AMIGA_CONFIGURATION
    236 grf3		at grfcl?
    237 grf4		at grful0
    238 grf5		at grfcv0
    239 grf6		at grfet?
    240 grf7		at grfcv3d0
    241 #endif
    242 #ifdef AMIGA_CONFIGURATION
    243 ite0		at grf0			# terminal emulators for grfs
    244 ite1		at grf1			# terminal emulators for grfs
    245 #endif
    246 ite2		at grf2			# terminal emulators for grfs
    247 #ifdef AMIGA_CONFIGURATION
    248 ite3		at grf3			# terminal emulators for grfs
    249 ite4		at grf4			# terminal emulators for grfs
    250 ite5		at grf5			# terminal emulators for grfs
    251 ite6		at grf6			# terminal emulators for grfs
    252 ite7		at grf7			# terminal emulators for grfs
    253 #endif
    254 
    255 msc0		at zbus0		# A2232 MSC multiport serial.
    256 mfc0		at zbus0		# MultiFaceCard I/O board
    257 mfcs0		at mfc0 unit 0		# MFC serial
    258 mfcs1		at mfc0 unit 1		# MFC serial
    259 #mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
    260 #mfc1		at zbus0		# MultiFaceCard 2nd I/O board
    261 #mfcs2		at mfc1 unit 0
    262 #mfcs3		at mfc1 unit 1
    263 #mfcp1		at mfc1 unit 0
    264 
    265 hyper*		at zbus?		# zbus HyperCom3/3+/4/4+
    266 #hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
    267 com*		at hyper? port ?	# Hypercom3/4 serial ports
    268 lpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
    269 
    270 #ifdef AMIGA_CONFIGURATION
    271 #
    272 # Amiga Mainboard devices (sans graphics and keyboard)
    273 #
    274 
    275 ser0		at mainbus0		# Amiga onboard serial
    276 par0		at mainbus0		# Amiga onboard parallel
    277 ms*		at mainbus0		# Amiga mice
    278 fdc0		at mainbus0		# Amiga FDC
    279 fd*		at fdc0 unit ?		# floppy disks on the later
    280 a34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
    281 a2kbbc0 	at mainbus0		# A2000 battery backed clock
    282 aucc*		at mainbus0		# Amiga CC audio
    283 audio*		at aucc?
    284 #endif
    285 
    286 #ifdef DRACO_CONFIGURATION
    287 #
    288 # DraCo Mainboard devices (sans keyboard)
    289 #
    290 
    291 drbbc0		at mainbus0		# DraCo battery backed clock
    292 drsupio0	at mainbus0		# DraCo superio chip
    293 com*		at drsupio? port ?	# DraCo serial
    294 lpt0		at drsupio? port ?	# DraCo parallel
    295 #endif
    296 
    297 #
    298 # Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
    299 #
    300 
    301 #ifndef DRACO_CONFIGURATION
    302 # Alas, Melody-Z2 dont configure in the DraCo bus. 
    303 melody* 	at zbus0		# Melody MPEG audio decoder
    304 audio*		at melody?
    305 #endif
    306 
    307 # Ethernet cards:
    308 le*		at zbus0		# A2065, Ameristar, Ariadne
    309 ne*		at zbus0		# AriadneII
    310 ed*		at zbus0		# Hydra, ASDG LanRover
    311 es*		at zbus0		# CEI A4066 EthernetPLUS
    312 qn*		at zbus0		# Quicknet
    313 
    314 # Arcnet
    315 bah*		at zbus0		# C=/Ameristar A2060 / 560
    316 
    317 #ifdef AMIGA_CONFIGURATION
    318 # Greater Valley Product Bus
    319 gvpbus* 	at zbus0
    320 
    321 # scsi stuff, all possible
    322 gtsc0		at gvpbus?		# GVP series II scsi
    323 scsibus*	at gtsc0
    324 ahsc0		at mainbus0		# A3000 scsi
    325 scsibus*	at ahsc0
    326 atzsc0		at zbus0		# A2091 scsi
    327 scsibus*	at atzsc0
    328 wstsc0		at zbus0		# Wordsync II scsi
    329 scsibus*	at wstsc0
    330 ivsc0		at zbus0		# IVS scsi
    331 scsibus*	at ivsc0
    332 mlhsc0		at zbus0		# Hacker scsi
    333 scsibus*	at mlhsc0
    334 otgsc0		at zbus0		# 12 gauge scsi
    335 scsibus*	at otgsc0
    336 zssc0		at zbus0		# Zeus scsi
    337 scsibus*	at zssc0
    338 mgnsc0		at zbus0		# Magnum scsi
    339 scsibus*	at mgnsc0
    340 wesc0		at zbus0		# Warp Engine scsi
    341 scsibus*	at wesc0
    342 afsc0		at zbus0		# A4091 scsi
    343 scsibus*	at afsc0
    344 aftsc0		at mainbus0		# A4000T scsi
    345 scsibus*	at aftsc0
    346 flsc0		at zbus0		# FastlaneZ3 scsi
    347 scsibus*	at flsc0
    348 bzsc0		at zbus0		# Blizzard 1230 I,II scsi 
    349 scsibus*	at bzsc0
    350 bzivsc0 	at zbus0		# Blizzard 12x0 IV scsi 
    351 scsibus*	at bzivsc0
    352 bztzsc0 	at zbus0		# Blizzard 2060 scsi
    353 scsibus*	at bztzsc0
    354 cbsc0		at zbus0		# CyberSCSI I
    355 scsibus*	at cbsc0
    356 cbiisc0 	at zbus0		# CyberSCSI II
    357 scsibus*	at cbiisc0
    358 cbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
    359 scsibus*	at cbiiisc0
    360 empsc0		at zbus0		# Emplant scsi
    361 scsibus*	at empsc0
    362 idesc0		at mainbus0		# A4000 & A1200 IDE
    363 scsibus*	at idesc0
    364 #endif
    365 
    366 #ifdef DRACO_CONFIGURATION
    367 drsc0		at mainbus0		# DraCo scsi
    368 scsibus*	at drsc0
    369 #endif
    370 
    371 
    372 # each hard drive from low target to high
    373 # will configure to the next available sd unit number
    374 sd*	at scsibus? target ? lun ?	# scsi disks
    375 st*	at scsibus? target ? lun ?	# scsi tapes
    376 cd*	at scsibus? target ? lun ?	# scsi cds
    377 ss*	at scsibus? target ? lun ?	# scsi scanner
    378 ch*	at scsibus? target ? lun ?	# scsi autochangers
    379 uk*	at scsibus? target ? lun ?	# scsi unknown
    380 
    381 pseudo-device	loop			# loopback network interface
    382 pseudo-device	sl		1	# SLIP network interfaces
    383 pseudo-device	ppp		1	# PPP network interfaces
    384 pseudo-device	tun		1	# network tunnel line discipline
    385 #pseudo-device	gre		2	# generic L3 over IP tunnel
    386 #pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
    387 pseudo-device	bpfilter	16	# Berkeley packet filter
    388 pseudo-device	ipfilter		# IP Filter package
    389 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    390 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    391 
    392 pseudo-device	view		4	# views (needed for grfcc)
    393 pseudo-device	pty		16	# pseudo ptys
    394 
    395 pseudo-device	vnd		4	# vnode pseudo-disks
    396 pseudo-device	ccd		4	# concatenated disk devices
    397 #pseudo-device	raid		4	# RAIDframe disk driver
    398 
    399 # rnd is EXPERIMENTAL at this point.
    400 #pseudo-device  rnd                     # /dev/random and in-kernel generator
    401 #options        RND_COM                 # use "com" randomness as well (BROKEN)
    402 
    403 config	netbsd root on ? type ?
    404