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