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