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