Home | History | Annotate | Line # | Download | only in conf
GENERIC.in revision 1.2
      1 #
      2 #	$NetBSD: GENERIC.in,v 1.2 2001/04/10 06:46:01 leo Exp $
      3 #
      4 # Generic atari
      5 #
      6 
      7 #if defined(TT030_KERNEL) || defined(FALCON_KERNEL)
      8 include "arch/atari/conf/std.atari"
      9 #elif defined (HADES_KERNEL)
     10 include "arch/atari/conf/std.hades"
     11 #elif defined (MILAN_KERNEL)
     12 include "arch/atari/conf/std.milan"
     13 #endif
     14 
     15 #ident 		"GENERIC-$Revision: 1.2 $"
     16 
     17 #
     18 # Add support for about 16 users. This variable is used to size
     19 # various kernel structures.
     20 #
     21 maxusers	16
     22 
     23 options 	HZ=64		# Set the clock-rate (48/64/96)
     24 
     25 #if !defined(INSTALL_KERNEL) || defined(INSTALLX_KERNEL)
     26 #
     27 # X11R6 related options
     28 #
     29 options 	UCONSOLE	# Allow xconsole to work
     30 #endif
     31 
     32 # Standard system options
     33 options 	INSECURE	# disable kernel security levels
     34 #options 	NTP		# NTP phase/frequency locked loop
     35 
     36 #
     37 # (Co)processors this kernel should support
     38 #
     39 #if defined(TT030_KERNEL) || defined(FALCON_KERNEL)
     40 options 	M68030		# support for 030
     41 options 	FPU_EMULATE	# Support for MC68881/MC68882 emulator
     42 #if !defined(INSTALL_KERNEL)
     43 options 	M68040		# support for 040
     44 options 	FPSP		# 68040 Floatingpoint support
     45 #endif
     46 #else /* for the Hades & Milan: */
     47 options 	M68040		# support for 040
     48 options 	M68060		# support for 060
     49 options 	FPSP		# 68040 Floatingpoint support
     50 options 	M060SP		# MC68060 software support (Required for 060)
     51 #endif
     52 
     53 #
     54 # Networking options
     55 #
     56 options 	INET            # IP + ICMP + TCP + UDP
     57 
     58 #ifndef INSTALL_KERNEL
     59 options 	INET6		# IPV6
     60 #options 	IPSEC		# IP security
     61 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     62 #options 	IPSEC_DEBUG	# debug for IP security
     63 #options 	GATEWAY         # packet forwarding
     64 #options 	MROUTING        # IP multicast routing
     65 options 	NS              # XNS
     66 #options 	NSIP            # XNS tunneling over IP
     67 options 	ISO,TPIP        # OSI
     68 #options 	EON             # OSI tunneling over IP
     69 options 	CCITT,LLC,HDLC  # X.25
     70 options 	NETATALK        # AppleTalk networking protocols
     71 #endif
     72 
     73 options 	PPP_BSDCOMP     # BSD-Compress compression support for PPP
     74 options 	PPP_DEFLATE     # Deflate compression support for PPP
     75 options 	PPP_FILTER      # Active filter support for PPP (requires bpf)
     76 
     77 #ifndef INSTALL_KERNEL
     78 options 	PFIL_HOOKS      # pfil(9) packet filter hooks
     79 options 	IPFILTER_LOG    # ipmon(8) log support
     80 #options 	IPFILTER_DEFAULT_BLOCK	# block packages by default
     81 #endif
     82 
     83 # File systems
     84 file-system 	FFS		# Berkeley fast file system
     85 file-system 	MFS		# Memory based filesystem
     86 file-system 	KERNFS		# Kernel parameter filesystem
     87 file-system 	MSDOSFS		# MSDOS filesystem
     88 file-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
     89 
     90 #ifndef INSTALL_KERNEL
     91 file-system 	NFS		# Network File System client side code
     92 file-system 	PROCFS		# Process filesystem
     93 file-system 	FDESC		# /dev/fd
     94 file-system 	NULLFS		# Loopback filesystem
     95 file-system 	OVERLAY		# overlay filesystem
     96 file-system 	UNION		# union file system
     97 file-system 	UMAPFS		# null file system (with uid & gid remapping)
     98 file-system 	PORTAL		# portal file system
     99 file-system 	EXT2FS		# second extended file system (linux)
    100 file-system 	LFS		# log-structured file system
    101 #endif
    102 
    103 #ifndef INSTALL_KERNEL
    104 # File system options
    105 options 	QUOTA		# Disk quotas for local disks
    106 #options 	FFS_EI		# FFS Endian Independant support
    107 options 	SOFTDEP         # FFS soft updates support.
    108 options 	NFSSERVER	# Network File System server side code
    109 #options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
    110 				# immutable) behave as system flags.
    111 #endif
    112 
    113 #
    114 # Misc. debugging options
    115 #
    116 options 	PANICWAIT	# Require keystroke to dump/reboot
    117 options 	DDB		# Kernel debugger
    118 #ifndef INSTALL_KERNEL
    119 options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    120 #options 	DEBUG		# expensive debugging checks/support
    121 #endif
    122 
    123 #
    124 # Compatability options for various existing systems
    125 #
    126 options 	COMPAT_43	# 4.3 BSD compatible system calls (required)
    127 options 	COMPAT_10	# Compatibility to NetBSD1.0
    128 options 	COMPAT_11	# Compatibility to NetBSD1.1
    129 options 	COMPAT_12	# Compatibility to NetBSD1.2
    130 options 	COMPAT_13	# Compatibility to NetBSD1.3
    131 options 	COMPAT_14	# Compatibility to NetBSD1.4
    132 #ifndef INSTALL_KERNEL
    133 #options 	COMPAT_09	# has no meaning on the atari
    134 #options 	COMPAT_SUNOS	# Support to run Sun-3 executables
    135 #options 	COMPAT_SVR4	# Support to run SVR4 executables
    136 #options 	TCP_COMPAT_42	# Disable UDP checksums (not needed)
    137 #options 	COMPAT_LINUX	# Support to run Linux/m68k executables
    138 #options 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)
    139 #endif
    140 
    141 #ifndef INSTALL_KERNEL
    142 #
    143 # Support for System V IPC facilities.
    144 #
    145 options 	SYSVSHM			# System V shared memory
    146 options 	SYSVMSG			# System V messages
    147 options 	SYSVSEM			# System V semaphores
    148 #endif
    149 
    150 #ifndef INSTALL_KERNEL
    151 #
    152 # Support for various kernel options
    153 #
    154 options 	KTRACE			# Add kernel tracing system call
    155 options 	DIAGNOSTIC		# Add additional error checking code
    156 #endif
    157 
    158 # These options enable verbose messages for several subsystems.
    159 # Warning, these may compile large string tables into the kernel!
    160 #ifndef INSTALL_KERNEL
    161 options 	SCSIVERBOSE		# human readable SCSI error messages
    162 #endif
    163 #if defined(HADES_KERNEL) || defined(MILAN_KERNEL)
    164 options 	PCIVERBOSE		# verbose PCI device autoconfig messages
    165 #options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
    166 #endif
    167 
    168 #
    169 # Atari specific options
    170 #
    171 #options 	KFONT_8x8		# Use 8x8 font instead of 8x16
    172 options 	ST_POOL_SIZE=22		# smallest that allows TT-HIGH
    173 #if defined(TT030_KERNEL) || defined(HADES_KERNEL)
    174 options 	TT_SCSI			# SCSI-support for TT
    175 options 	TT_VIDEO		# Graphics support for TT
    176 #endif
    177 #ifdef FALCON_KERNEL
    178 options 	FALCON_SCSI		# SCSI-support for Falcon
    179 options 	FALCON_VIDEO		# Graphics support for FALCON
    180 #endif
    181 options 	MEMORY_DISK_HOOKS	# Boot RAM-disk
    182 options 	DISKLABEL_NBDA		# NetBSD disklabels (required)
    183 options 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
    184 #ifndef INSTALL_KERNEL
    185 options 	SERCONSOLE		# modem1 console support
    186 options 	RELOC_KERNEL		# TT/Falcon: relocate kernel to TT-RAM
    187 options 	STATCLOCK		# Separate {stat,prof}clock
    188 #endif
    189 
    190 #ifndef INSTALL_KERNEL
    191 # Try linked commands on all targets
    192 options 	TRY_SCSI_LINKED_COMMANDS=0x7f
    193 #endif
    194 
    195 #
    196 # Build one kernel that can boot from any disk.
    197 #
    198 config		netbsd root on ? type ?
    199 
    200 pseudo-device	sl			# Slip
    201 pseudo-device	ppp			# ppp
    202 pseudo-device	pty			# pseudo-terminals
    203 pseudo-device	loop			# Loopback network
    204 pseudo-device	vnd		3	# 3 pseudo disks (see vnconfig)
    205 pseudo-device	md		2	# Boot memory disk
    206 
    207 #ifndef INSTALL_KERNEL
    208 pseudo-device	bpfilter	2	# berkeley packet filters
    209 pseudo-device	tun		2	# network tunnel
    210 #pseudo-device	gre		2	# generic L3 over IP tunnel
    211 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    212 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    213 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    214 pseudo-device	vlan			# IEEE 802.1q encapsulation
    215 pseudo-device	ccd		4	# concatenating disk driver
    216 #pseudo-device	raid		4	# RAIDframe disk driver
    217 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    218 pseudo-device	ipfilter		# IP filtering device
    219 pseudo-device	rnd			# /dev/random and in-kernel generator
    220 #endif
    221 
    222 #
    223 # Hardware options for GENERIC are in the various machine type specific files
    224 #
    225