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