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