Home | History | Annotate | Line # | Download | only in conf
DRACO revision 1.42
      1 # $NetBSD: DRACO,v 1.42 2000/01/22 21:09:40 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.132 2000/01/20 19:12:28 wrstuden Exp $
      8 
      9 include "arch/amiga/conf/std.amiga"
     10 
     11 maxusers	8
     12 options 	RTC_OFFSET=0
     13 
     14 #mainboards to support (in addition to Amiga)
     15 
     16 options 	DRACO
     17 
     18 #processors this kernel should support
     19 
     20 options 	M68060		# support for 060
     21 options 	M060SP		# MC68060 software support (Required for 060)
     22 
     23 #Pull in config fragments for kernel crypto.  This is required for
     24 #options IPSEC etc. to work. If you want to run with IPSEC, uncomment
     25 #one of these, based on whether you use crypto-us or crypto-intl, and
     26 #adjust the prefixes as necessary.
     27 
     28 #prefix ../crypto-us/sys
     29 #cinclude "conf/files.crypto-us"
     30 #prefix
     31 #prefix ../crypto-intl/sys
     32 #cinclude "conf/files.crypto-intl"
     33 #prefix
     34 #Networking options
     35 
     36 options 	INET		# IP networking support (Required)
     37 options 	INET6		# IPV6
     38 #options 	IPSEC		# IP security
     39 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     40 #options 	IPSEC_DEBUG	# debug for IP security
     41 #options 	GATEWAY		# Packet forwarding
     42 #options 	DIRECTED_BROADCAST	# Broadcast across subnets
     43 #options 	MROUTING	# Multicast routing
     44 options 	NS		# XNS
     45 #options 	NSIP		# XNS tunneling over IP
     46 options 	ISO,TPIP	# OSI
     47 options 	EON		# OSI tunneling over IP
     48 options 	CCITT,LLC,HDLC	# X.25
     49 options 	NETATALK	# AppleTalk networking protocols
     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 file-system 	MFS		# Memory based filesystem
     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 file-system 	FDESC		# user file descriptor filesystem
     65 file-system 	KERNFS		# kernel data-structure filesystem
     66 file-system 	NULLFS		# loopback filesystem
     67 file-system 	OVERLAY		# overlay filesystem
     68 #file-system 	PORTAL		# Portal filesystem
     69 file-system 	PROCFS		# /proc filesystem
     70 file-system 	UMAPFS		# NULLFS + uid and gid remapping
     71 file-system 	UNION		# union filesystem
     72 
     73 #Filesystem options
     74 options 	QUOTA		# User and group quotas in FFS
     75 #options 	FFS_EI		# FFS Endian Independant support
     76 #options 	SOFTDEP         # FFS soft updates support.
     77 options 	NFSSERVER	# Network File System server side code
     78 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     79 				# immutable) behave as system flags.
     80 
     81 #Compatability options for various existing systems
     82 
     83 options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
     84 options 	COMPAT_43	# compatibility with 4.3BSD interfaces
     85 options 	COMPAT_09	# compatibility with NetBSD 0.9
     86 options 	COMPAT_10	# compatibility with NetBSD 1.0
     87 options 	COMPAT_12	# compatibility with NetBSD 1.2
     88 options 	COMPAT_13	# compatibility with NetBSD 1.3
     89 options 	COMPAT_14	# compatibility with NetBSD 1.4
     90 options 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
     91 options 	COMPAT_SVR4	# Support to run SVR4 (m68k) executables
     92 options 	COMPAT_NOMID	# allow nonvalid machine id executables
     93 #options 	COMPAT_LINUX	# Support to run Linux/m68k executables
     94 options 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)
     95 
     96 #Support for System V IPC facilities.
     97 
     98 options 	SYSVSHM		# System V-like shared memory
     99 options 	SYSVMSG		# System V-like messages
    100 options 	SYSVSEM		# System V-like semaphores
    101 
    102 #Support for various kernel options
    103 
    104 options 	KTRACE		# system call tracing support
    105 options 	LKM		# Loadable kernel modules
    106 options 	NKMEMCLUSTERS=256	# Size of kernel malloc area
    107 options 	UCONSOLE	# anyone can redirect a virtual console
    108 #options 	INSECURE	# allow, among other insecure stuff, LKM 
    109 				# loading in multi-user mode.
    110 options 	SCSIVERBOSE	# Verbose SCSI errors
    111 
    112 options 	NTP		# NTP phase/frequency locked loop
    113 
    114 #Misc. debugging options
    115 
    116 options 	DDB		# Kernel debugger
    117 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    118 options 	DIAGNOSTIC	# Extra kernel sanity checks
    119 #options 	DEBUG		# Enable misc. kernel debugging code
    120 #options 	SYSCALL_DEBUG	# debug all syscalls.
    121 #options 	SCSIDEBUG	# Add SCSI debugging statements
    122 #options 	PANICBUTTON	# Forced crash via keypress (???)
    123 
    124 #Amiga specific options
    125 
    126 #options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
    127 				# first bank of RAM. (default: unlimited)
    128 #options	NKPTADD=4	# set this for 4 additional KPT pages
    129 #options	NKPTADDSHIFT=24	# set this for 1 additional KPT page
    130 				# per 16 MB (1<<24 bytes) of RAM
    131                                 # define and decrease this, or define and
    132                                 # increase NKPTADD if you get "out of PT pages"
    133                                 # panics.
    134 
    135 #ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
    136 #before the 10 secondinterval ends, or that KBDRESET does work at all.
    137 #options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
    138 
    139 #These options improve performance with the built-in serial port
    140 #on slower Amigas.  Try the larger buffers first then lev6_defer.
    141 #options 	SERIBUF_SIZE=4096
    142 #options 	SEROBUF_SIZE=32
    143 #options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
    144 
    145 options 	RETINACONSOLE	# enable code to allow retina to be console
    146 
    147 #options 	KFONT_8X11	# 8x11 font
    148 
    149 #This is how you would tell the kernel the A2410 oscillator frequencies:
    150 #The used frequencies are the defaults, and do not need option setting
    151 #options 	ULOWELL_OSC1=36000000
    152 #options 	ULOWELL_OSC2=66667000
    153 
    154 #This is how you specify the blitting speed, higher values may speed up blits
    155 #a littel bit.  If you raise this value too much some trash may appear.
    156 #the commented version is the default.
    157 #options 	RH_MEMCLK=61000000
    158 #this option enables the 64 bit sprite which does not work
    159 #for quite a few people.  E.g. The cursor sprite will turn to a block
    160 #when moved to the top of the screen in X.
    161 #options 	RH_64BIT_SPRITE
    162 #enables fast scroll code appears to now work on 040 systems.
    163 #options 	RETINA_SPEED_HACK
    164 #enables the Hardwarecursor which does not work on some systems.
    165 #options 	RH_HARDWARECURSOR
    166 
    167 grfrh0		at zbus0		# retina III
    168 
    169 grf2		at grfrh0
    170 
    171 ite2		at grf2			# terminal emulators for grfs
    172 
    173 msc0		at zbus0		# A2232 MSC multiport serial.
    174 mfc0		at zbus0		# MultiFaceCard I/O board
    175 mfcs0		at mfc0 unit 0		# MFC serial
    176 mfcs1		at mfc0 unit 1		# MFC serial
    177 #mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
    178 #mfc1		at zbus0		# MultiFaceCard 2nd I/O board
    179 #mfcs2		at mfc1 unit 0
    180 #mfcs3		at mfc1 unit 1
    181 #mfcp1		at mfc1 unit 0
    182 
    183 hyper*		at zbus?		# zbus HyperCom3/3+/4/4+
    184 #hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
    185 com*		at hyper? port ?	# Hypercom3/4 serial ports
    186 lpt*		at hyper? port ?	# Hypercom3+/4+ parallel port
    187 
    188 #DraCo Mainboard devices (sans keyboard)
    189 
    190 drbbc0		at mainbus0		# DraCo battery backed clock
    191 drsupio0	at mainbus0		# DraCo superio chip
    192 com*		at drsupio? port ?	# DraCo serial
    193 lpt0		at drsupio? port ?	# DraCo parallel
    194 
    195 #Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
    196 
    197 #Ethernet cards:
    198 le*		at zbus0		# A2065, Ameristar, Ariadne
    199 ne*		at zbus0		# AriadneII
    200 ed*		at zbus0		# Hydra, ASDG LanRover
    201 es*		at zbus0		# CEI A4066 EthernetPLUS
    202 qn*		at zbus0		# Quicknet
    203 
    204 bah*		at zbus0		# C=/Ameristar A2060 / 560
    205 
    206 drsc0		at mainbus0		# DraCo scsi
    207 scsibus*	at drsc0
    208 
    209 #each hard drive from low target to high
    210 #will configure to the next available sd unit number
    211 sd*	at scsibus? target ? lun ?	# scsi disks
    212 st*	at scsibus? target ? lun ?	# scsi tapes
    213 cd*	at scsibus? target ? lun ?	# scsi cds
    214 ss*	at scsibus? target ? lun ?	# scsi scanner
    215 ch*	at scsibus? target ? lun ?	# scsi autochangers
    216 uk*	at scsibus? target ? lun ?	# scsi unknown
    217 
    218 pseudo-device	loop			# loopback network interface
    219 pseudo-device	sl		1	# SLIP network interfaces
    220 pseudo-device	ppp		1	# PPP network interfaces
    221 pseudo-device	tun		1	# network tunnel line discipline
    222 #pseudo-device	gre		2	# generic L3 over IP tunnel
    223 #pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
    224 pseudo-device	bpfilter	16	# Berkeley packet filter
    225 pseudo-device	ipfilter		# IP Filter package
    226 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    227 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    228 
    229 pseudo-device	view		4	# views (needed for grfcc)
    230 pseudo-device	pty		16	# pseudo ptys
    231 
    232 pseudo-device	vnd		4	# vnode pseudo-disks
    233 pseudo-device	ccd		4	# concatenated disk devices
    234 #pseudo-device	raid		4	# RAIDframe disk driver
    235 
    236 #rnd is EXPERIMENTAL at this point.
    237 #pseudo-device  rnd                     # /dev/random and in-kernel generator
    238 #options        RND_COM                 # use "com" randomness as well (BROKEN)
    239 
    240 config	netbsd root on ? type ?
    241