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