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