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