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