Home | History | Annotate | Line # | Download | only in conf
FALCON revision 1.53
      1   1.1       leo #
      2  1.44       leo # $NetBSD: FALCON,v 1.53 2002/10/21 16:18:34 jdc Exp $
      3   1.1       leo #
      4  1.34       leo # This file was automatically created. Changes will be
      5  1.34       leo # lost when running makeconf in this directory.
      6   1.1       leo #
      7  1.41     lukem # Created from:
      8  1.49       leo #		NetBSD: FALCON.in,v 1.6 2002/09/02 12:10:46 leo Exp $
      9  1.53       jdc #		NetBSD: GENERIC.in,v 1.28 2002/10/19 05:58:25 junyoung Exp $
     10  1.34       leo 
     11  1.34       leo #This configuration file is for a generic ATARI-Falcon
     12  1.34       leo 
     13  1.34       leo #Define 'INSTALL_KERNEL' or 'INSTALLX_KERNEL' to generate a BOOT or
     14  1.34       leo #BOOTX kernel respectively.
     15  1.34       leo 
     16  1.49       leo #There is no possibility for physical network interfaces. Use the define
     17  1.49       leo #below to turn off vlan, pppoe, bridge  and NETATALK.
     18  1.49       leo 
     19  1.34       leo #Generic atari
     20   1.1       leo 
     21  1.12       leo include "arch/atari/conf/std.atari"
     22  1.34       leo 
     23  1.47    atatat options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     24  1.47    atatat 
     25  1.34       leo #Add support for about 16 users. This variable is used to size
     26  1.34       leo #various kernel structures.
     27  1.34       leo 
     28   1.1       leo maxusers	16
     29   1.1       leo 
     30  1.34       leo options 	HZ=64		# Set the clock-rate (48/64/96)
     31   1.1       leo 
     32  1.34       leo #X11R6 related options
     33   1.1       leo 
     34  1.21     lukem options 	UCONSOLE	# Allow xconsole to work
     35  1.10       leo 
     36  1.34       leo #Standard system options
     37  1.34       leo options 	INSECURE	# disable kernel security levels
     38  1.34       leo #options 	NTP		# NTP phase/frequency locked loop
     39  1.53       jdc 
     40  1.53       jdc #Enable experimental buffer queue strategy for better responsiness under 
     41  1.53       jdc #high disk I/O load. Use it with caution - it's not proven to be stable yet.
     42  1.53       jdc #options 	NEW_BUFQ_STRATEGY
     43  1.34       leo 
     44  1.34       leo #(Co)processors this kernel should support
     45  1.34       leo 
     46  1.34       leo options 	M68030		# support for 030
     47  1.21     lukem options 	FPU_EMULATE	# Support for MC68881/MC68882 emulator
     48  1.10       leo 
     49  1.34       leo options 	M68040		# support for 040
     50  1.34       leo options 	FPSP		# 68040 Floatingpoint support
     51  1.34       leo 
     52  1.34       leo #Networking options
     53  1.34       leo 
     54  1.41     lukem options 	INET		# IP + ICMP + TCP + UDP
     55  1.34       leo 
     56  1.34       leo options 	INET6		# IPV6
     57  1.34       leo #options 	IPSEC		# IP security
     58  1.34       leo #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     59  1.34       leo #options 	IPSEC_DEBUG	# debug for IP security
     60  1.41     lukem #options 	GATEWAY		# packet forwarding
     61  1.41     lukem #options 	MROUTING	# IP multicast routing
     62  1.41     lukem options 	NS		# XNS
     63  1.41     lukem #options 	NSIP		# XNS tunneling over IP
     64  1.41     lukem options 	ISO,TPIP	# OSI
     65  1.41     lukem #options 	EON		# OSI tunneling over IP
     66  1.41     lukem options 	CCITT,LLC,HDLC	# X.25
     67  1.41     lukem 
     68  1.41     lukem options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     69  1.41     lukem options 	PPP_DEFLATE	# Deflate compression support for PPP
     70  1.41     lukem options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     71  1.34       leo 
     72  1.41     lukem options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     73  1.41     lukem options 	IPFILTER_LOG	# ipmon(8) log support
     74  1.51    provos #options  	IPFILTER_DEFAULT_BLOCK	# block packages by default
     75   1.1       leo 
     76  1.39       abs #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     77  1.39       abs 
     78  1.34       leo #File systems
     79  1.18   thorpej file-system 	FFS		# Berkeley fast file system
     80  1.18   thorpej file-system 	MFS		# Memory based filesystem
     81  1.18   thorpej file-system 	KERNFS		# Kernel parameter filesystem
     82  1.18   thorpej file-system 	MSDOSFS		# MSDOS filesystem
     83  1.18   thorpej file-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
     84   1.1       leo 
     85  1.34       leo file-system 	NFS		# Network File System client side code
     86  1.34       leo file-system 	PROCFS		# Process filesystem
     87  1.34       leo file-system 	FDESC		# /dev/fd
     88  1.34       leo file-system 	NULLFS		# Loopback filesystem
     89  1.34       leo file-system 	OVERLAY		# overlay filesystem
     90  1.34       leo file-system 	UNION		# union file system
     91  1.34       leo file-system 	UMAPFS		# null file system (with uid & gid remapping)
     92  1.34       leo file-system 	PORTAL		# portal file system
     93  1.34       leo file-system 	EXT2FS		# second extended file system (linux)
     94  1.34       leo file-system 	LFS		# log-structured file system
     95  1.34       leo 
     96  1.34       leo #File system options
     97  1.34       leo options 	QUOTA		# Disk quotas for local disks
     98  1.34       leo #options 	FFS_EI		# FFS Endian Independant support
     99  1.41     lukem options 	SOFTDEP		# FFS soft updates support.
    100  1.34       leo options 	NFSSERVER	# Network File System server side code
    101  1.34       leo #options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
    102  1.47    atatat 				#immutable) behave as system flags.
    103  1.34       leo 
    104  1.34       leo #Misc. debugging options
    105  1.34       leo 
    106  1.21     lukem options 	PANICWAIT	# Require keystroke to dump/reboot
    107  1.21     lukem options 	DDB		# Kernel debugger
    108   1.1       leo 
    109  1.34       leo options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    110  1.34       leo #options 	DEBUG		# expensive debugging checks/support
    111  1.34       leo 
    112  1.38       wiz #Compatibility options for various existing systems
    113  1.34       leo 
    114  1.21     lukem options 	COMPAT_43	# 4.3 BSD compatible system calls (required)
    115  1.21     lukem options 	COMPAT_10	# Compatibility to NetBSD1.0
    116  1.21     lukem options 	COMPAT_11	# Compatibility to NetBSD1.1
    117  1.21     lukem options 	COMPAT_12	# Compatibility to NetBSD1.2
    118  1.25    kleink options 	COMPAT_13	# Compatibility to NetBSD1.3
    119  1.29  augustss options 	COMPAT_14	# Compatibility to NetBSD1.4
    120   1.1       leo 
    121  1.34       leo #options 	COMPAT_09	# has no meaning on the atari
    122  1.34       leo #options 	COMPAT_SUNOS	# Support to run Sun-3 executables
    123  1.34       leo #options 	COMPAT_SVR4	# Support to run SVR4 executables
    124  1.34       leo #options 	COMPAT_LINUX	# Support to run Linux/m68k executables
    125  1.39       abs #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    126  1.34       leo 
    127  1.41     lukem options 	COMPAT_AOUT_M68K # Compatibility to a.out executables
    128  1.41     lukem options 	EXEC_AOUT	# a.out format executables
    129  1.41     lukem 
    130  1.34       leo #Support for System V IPC facilities.
    131  1.34       leo 
    132  1.34       leo options 	SYSVSHM			# System V shared memory
    133  1.34       leo options 	SYSVMSG			# System V messages
    134  1.34       leo options 	SYSVSEM			# System V semaphores
    135  1.40       leo #options 	SEMMNI=10		# number of semaphore identifiers
    136  1.40       leo #options 	SEMUME=10		# max number of undo entries per proc.
    137  1.40       leo #options 	SEMMNU=30		# number of undo structures in system
    138  1.34       leo 
    139  1.34       leo #Support for various kernel options
    140  1.34       leo 
    141  1.21     lukem options 	KTRACE			# Add kernel tracing system call
    142  1.51    provos options 	SYSTRACE		# system call vetting via systrace(1)
    143  1.21     lukem options 	DIAGNOSTIC		# Add additional error checking code
    144  1.50     lukem options 	USERCONF		# userconf(4) support
    145  1.44       leo #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    146   1.1       leo 
    147  1.34       leo #These options enable verbose messages for several subsystems.
    148  1.34       leo #Warning, these may compile large string tables into the kernel!
    149  1.34       leo 
    150  1.34       leo options 	SCSIVERBOSE		# human readable SCSI error messages
    151  1.34       leo 
    152  1.34       leo #Atari specific options
    153  1.34       leo 
    154  1.34       leo #options 	KFONT_8x8		# Use 8x8 font instead of 8x16
    155  1.34       leo options 	ST_POOL_SIZE=22		# smallest that allows TT-HIGH
    156  1.34       leo 
    157  1.34       leo options 	FALCON_SCSI		# SCSI-support for Falcon
    158  1.21     lukem options 	FALCON_VIDEO		# Graphics support for FALCON
    159  1.34       leo 
    160  1.21     lukem options 	MEMORY_DISK_HOOKS	# Boot RAM-disk
    161  1.21     lukem options 	DISKLABEL_NBDA		# NetBSD disklabels (required)
    162  1.21     lukem options 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
    163   1.1       leo 
    164  1.34       leo options 	SERCONSOLE		# modem1 console support
    165  1.34       leo options 	RELOC_KERNEL		# TT/Falcon: relocate kernel to TT-RAM
    166  1.49       leo options 	MSGBUFSIZE=32768        # size of kernel msg. buffer
    167  1.44       leo #options 	STATCLOCK	        # Separate {stat,prof}clock
    168  1.34       leo 
    169  1.34       leo #Try linked commands on all targets
    170  1.34       leo options 	TRY_SCSI_LINKED_COMMANDS=0x7f
    171  1.34       leo 
    172  1.34       leo #Build one kernel that can boot from any disk.
    173  1.34       leo 
    174  1.18   thorpej config		netbsd root on ? type ?
    175   1.1       leo 
    176  1.21     lukem pseudo-device	sl			# Slip
    177  1.21     lukem pseudo-device	ppp			# ppp
    178  1.46     bjh21 
    179  1.32  jdolecek pseudo-device	pty			# pseudo-terminals
    180  1.21     lukem pseudo-device	loop			# Loopback network
    181  1.21     lukem pseudo-device	vnd		3	# 3 pseudo disks (see vnconfig)
    182  1.23       leo pseudo-device	md		2	# Boot memory disk
    183   1.1       leo 
    184  1.34       leo pseudo-device	bpfilter	2	# berkeley packet filters
    185  1.34       leo pseudo-device	tun		2	# network tunnel
    186  1.34       leo #pseudo-device	gre		2	# generic L3 over IP tunnel
    187  1.34       leo pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    188  1.34       leo #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    189  1.34       leo #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    190  1.49       leo 
    191  1.34       leo pseudo-device	ccd		4	# concatenating disk driver
    192  1.52     elric #pseudo-device	cgd		4	# cryptographic disk driver
    193  1.42  jdolecek pseudo-device	raid		8	# RAIDframe disk driver
    194  1.42  jdolecek options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    195  1.42  jdolecek #Options to enable various other RAIDframe RAID types.
    196  1.42  jdolecek #options	RF_INCLUDE_EVENODD=1
    197  1.42  jdolecek #options	RF_INCLUDE_RAID5_RS=1
    198  1.42  jdolecek #options	RF_INCLUDE_PARITYLOGGING=1
    199  1.42  jdolecek #options	RF_INCLUDE_CHAINDECLUSTER=1
    200  1.42  jdolecek #options	RF_INCLUDE_INTERDECLUSTER=1
    201  1.42  jdolecek #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    202  1.42  jdolecek #options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    203  1.34       leo pseudo-device	ipfilter		# IP filtering device
    204  1.34       leo pseudo-device	rnd			# /dev/random and in-kernel generator
    205  1.48     lukem pseudo-device	clockctl		# user control of clock subsystem
    206  1.34       leo 
    207  1.34       leo #Hardware options for GENERIC are in the various machine type specific files
    208  1.34       leo 
    209  1.34       leo pseudo-device	view	4	# View (graphics mapping)
    210  1.34       leo 
    211  1.36       leo pseudo-device	mouse	1	# mouse
    212  1.36       leo 
    213  1.34       leo #The following sections describe various hardware options.
    214  1.34       leo 
    215  1.34       leo ncrscsi0	at mainbus0	# NCR5380 SCSI driver
    216  1.34       leo scsibus0	at ncrscsi0	# SCSI bus
    217  1.34       leo zs0		at mainbus0	# Serial support through 8530
    218  1.34       leo grfbus0		at mainbus0	# bitmapped display's
    219  1.34       leo grfcc0		at grfbus0	# graphics driver
    220  1.34       leo ite0		at grfcc0	# console
    221  1.34       leo nvr0		at mainbus0	# nvram driver
    222  1.34       leo 
    223  1.34       leo grfcc1		at grfbus0	# 2nd graphics driver
    224  1.34       leo ite1		at grfcc1	# 2nd tty
    225  1.34       leo grfcc2		at grfbus0	# 3rd graphics driver
    226  1.34       leo ite2		at grfcc2	# 3rd tty
    227  1.34       leo lp0		at mainbus0	# centronics printer
    228  1.35       leo ser0		at mainbus0	# UART on first 68901 (ttyB0)
    229  1.34       leo 
    230  1.34       leo wdc0		at mainbus0	# IDE-bus
    231  1.34       leo wd*		at wdc? channel ? drive ?
    232  1.34       leo 
    233  1.47    atatat  #ATAPI bus support
    234  1.28       leo atapibus* at wdc? channel ?
    235  1.28       leo 
    236  1.34       leo #ATAPI devices
    237  1.41     lukem cd*	at atapibus? drive ?	# ATAPI CD-ROM drives
    238  1.34       leo 
    239  1.34       leo #SCSI devices
    240  1.34       leo sd* 	at scsibus? target ? lun ?	# SCSI disk drives
    241  1.34       leo st* 	at scsibus? target ? lun ?	# SCSI tape drives
    242  1.34       leo cd* 	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    243  1.34       leo 
    244  1.34       leo ch* 	at scsibus? target ? lun ?	# SCSI autochangers
    245  1.34       leo ss* 	at scsibus? target ? lun ?	# SCSI scanners
    246  1.34       leo se* 	at scsibus? target ? lun ?	# SCSI ethernet
    247  1.34       leo uk* 	at scsibus? target ? lun ?	# SCSI unknown
    248  1.34       leo 
    249