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