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