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