Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.53
      1 # $NetBSD: GENERIC,v 1.53 2002/01/27 13:23:22 jdolecek Exp $
      2 #
      3 # GENERIC machine description file
      4 # 
      5 # This machine description file is used to generate the default NetBSD
      6 # kernel.  The generic kernel does not include all options, subsystems
      7 # and device drivers, but should be useful for most applications.
      8 #
      9 # The machine description file can be customised for your specific
     10 # machine to reduce the kernel size and improve its performance.
     11 #
     12 # For further information on compiling NetBSD kernels, see the config(8)
     13 # man page.
     14 #
     15 # For further information on hardware support for this architecture, see
     16 # the intro(4) man page.  For further information about kernel options
     17 # for this architecture, see the options(4) man page.  For an explanation
     18 # of each device driver in this file see the section 4 man page for the
     19 # device.
     20 
     21 include 	"arch/next68k/conf/std.next68k"
     22 
     23 #ident 		"GENERIC-$Revision: 1.53 $"
     24 
     25 # Needs to be set per system.  i.e change these as you see fit
     26 maxusers	16
     27 
     28 # Standard system options
     29 options 	KTRACE		# system call tracing
     30 options 	SYSVMSG		# System V message queues
     31 options 	SYSVSEM		# System V semaphores
     32 #options 	SEMMNI=10	# number of semaphore identifiers
     33 #options 	SEMMNS=60	# number of semaphores in system
     34 #options 	SEMUME=10	# max number of undo entries per process
     35 #options 	SEMMNU=30	# number of undo structures in system
     36 options 	SYSVSHM		# System V shared memory
     37 #options 	SHMMAXPGS=1024	# 1024 pages is the default
     38 
     39 options 	LKM		# loadable kernel modules
     40 options 	INSECURE	# disable kernel security level
     41 options 	UCONSOLE	# Allow non-root TIOCCONS
     42 #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     43 
     44 options 	DEBUG		# kernel debugging code
     45 options 	DIAGNOSTIC	# extra kernel sanity checking
     46 
     47 # Which kernel debugger?  Uncomment either this:
     48 options 	DDB
     49 options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     50 
     51 # ... or these for KGDB (gdb remote target)
     52 #makeoptions	DEBUG="-g"		# debugging symbols for gdb
     53 #options 	KGDB			# support for kernel gdb
     54 #options 	KGDB_DEV=0xc01		# kgdb device number (dev_t)
     55 #options 	KGDB_DEVRATE=9600	# baud rate
     56 
     57 # Other debugging options
     58 options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     59 #options 	PMAP_DEBUG
     60 options 	SCSIDEBUG
     61 options 	SCSIVERBOSE		# Verbose SCSI errors
     62 options 	SWAPDEBUG
     63 
     64 # Compatibility options
     65 options 	COMPAT_43	# and 4.3BSD and ...
     66 options 	COMPAT_44	# and 4.4BSD and ...
     67 options 	COMPAT_09	# NetBSD 0.9
     68 options 	COMPAT_10	# NetBSD 1.0
     69 options 	COMPAT_11	# NetBSD 1.1
     70 options 	COMPAT_12	# NetBSD 1.2
     71 options 	COMPAT_13	# NetBSD 1.3
     72 options 	COMPAT_14	# NetBSD 1.4
     73 
     74 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     75 
     76 options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     77 options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
     78 options 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
     79 #options 	COMPAT_SVR4	# can run SVR4 executables
     80 #options 	COMPAT_LINUX	# can run Linux/m68k executables
     81 options 	COMPAT_AOUT_M68K # support for NetBSD a.out executables
     82 options 	EXEC_AOUT	# support for a.out executables
     83 
     84 # File systems
     85 #file-system 	FFS		# UFS
     86 #file-system 	EXT2FS		# second extended file system (linux)
     87 #file-system 	LFS		# log-structured file system
     88 file-system 	MFS		# memory file system
     89 file-system 	NFS		# Network File System client
     90 #file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     91 #file-system 	MSDOSFS		# MS-DOS file system
     92 file-system 	FDESC		# /dev/fd
     93 file-system 	KERNFS		# /kern
     94 file-system 	NULLFS		# loopback file system
     95 file-system 	OVERLAY		# overlay file system
     96 file-system 	PORTAL		# portal filesystem (still experimental)
     97 file-system 	PROCFS		# /proc
     98 file-system 	UMAPFS		# NULLFS + uid and gid remapping
     99 file-system 	UNION		# union file system
    100 
    101 options 	NFSSERVER	# nfs server support
    102 options 	QUOTA		# FFS quotas
    103 options 	SOFTDEP		# FFS soft updates support.
    104 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    105 				# immutable) behave as system flags.
    106 
    107 # Networking options
    108 options 	GATEWAY		# packet forwarding
    109 options 	INET		# IP + ICMP + TCP + UDP
    110 options 	INET6		# IPV6
    111 #options 	IPSEC		# IP security
    112 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    113 #options 	IPSEC_DEBUG	# debug for IP security
    114 #options 	MROUTING	# IP multicast routing
    115 #options 	NS		# XNS
    116 #options 	NSIP		# XNS tunneling over IP
    117 #options 	ISO,TPIP	# OSI
    118 #options 	EON		# OSI tunneling over IP
    119 #options 	CCITT,LLC,HDLC	# X.25
    120 #options 	NETATALK	# AppleTalk networking protocols
    121 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    122 options 	PPP_DEFLATE	# Deflate compression support for PPP
    123 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    124 options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    125 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    126 
    127 # NeXT specific options
    128 options 	M68040
    129 #options 	M68030
    130 options 	FPSP
    131 #options 	FPU_EMULATE
    132 
    133 options 	ZS_CONSOLE_ABORT	# drop to debugger on break
    134 #options 	SERCONSOLE		# use serial console
    135 
    136 options 	NFS_BOOT_BOOTP
    137 options 	NFS_BOOT_DHCP
    138 
    139 # wscons options
    140 options 	RCONS_2BPP		# necessary for nextdisplay
    141 options 	RCONS_16BPP		# necessary for color nextdisplay
    142 #options 	WSEMUL_SUN		# sun terminal emulation
    143 options 	WSEMUL_VT100		# VT100 / VT220 emulation
    144 options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    145 options 	WSDISPLAY_COMPAT_USL		# VT handling
    146 options 	WSDISPLAY_COMPAT_RAWKBD	# can get raw scancodes
    147 # see dev/wskbdmap_next.h for implemented layouts
    148 #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
    149 
    150 config		netbsd root on ? type ?
    151 
    152 #
    153 # Device configuration
    154 #
    155 
    156 # The root node:
    157 mainbus0 at root
    158 
    159 #fpu0 at mainbus?
    160 
    161 # device space
    162 intio0	at mainbus?
    163 
    164 nextkbd0	at intio? ipl 3
    165 nextdisplay0	at mainbus?
    166 
    167 wsdisplay*	at nextdisplay? console ?
    168 wskbd*		at nextkbd? console ?
    169 
    170 # INTIO
    171 zsc0	at intio? ipl 5
    172 #zsc1	at intio? ipl 5
    173 
    174 xe*	at intio? ipl 3			# ethernet
    175 
    176 #esp0	at intio? ipl 3	flags 0xff00	# Turn off sync negotiation
    177 
    178 #
    179 # Serial ports
    180 #
    181 zstty0	at zsc0 channel 0	# ttya
    182 zstty1	at zsc0 channel 1	# ttyb
    183 
    184 # SCSI bus support
    185 #scsibus* at scsi?
    186 
    187 # SCSI devices
    188 #sd*	at scsibus? target ? lun ?	# SCSI disk drives
    189 #st*	at scsibus? target ? lun ?	# SCSI tape drives
    190 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    191 #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    192 #se*	at scsibus? target ? lun ?	# SCSI ethernet
    193 #ss*	at scsibus? target ? lun ?	# SCSI scanners
    194 #uk*	at scsibus? target ? lun ?	# SCSI unknown
    195 
    196 
    197 # Memory-disk drivers
    198 pseudo-device	md		2
    199 
    200 # Misc.
    201 pseudo-device	loop		1	# network loopback
    202 pseudo-device	bpfilter	8	# packet filter
    203 pseudo-device	sl		2	# CSLIP
    204 pseudo-device	ppp		2	# PPP
    205 pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    206 pseudo-device	tun		2	# network tunneling over tty
    207 #pseudo-device	gre		2	# generic L3 over IP tunnel
    208 pseudo-device	ipfilter		# ip filter
    209 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    210 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    211 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    212 pseudo-device	vlan			# IEEE 802.1q encapsulation
    213 pseudo-device	bridge			# simple inter-network bridging
    214 pseudo-device	rnd			# /dev/random and in-kernel generator
    215 #pseudo-device	wsmux			# mouse & keyboard multiplexor
    216 
    217 pseudo-device	pty			# pseudo-terminals
    218 pseudo-device	vnd		4	# paging to files
    219 #pseudo-device	raid		8	# RAIDframe disk driver
    220 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    221 # Options to enable various other RAIDframe RAID types.
    222 # options	RF_INCLUDE_EVENODD=1
    223 # options	RF_INCLUDE_RAID5_RS=1
    224 # options	RF_INCLUDE_PARITYLOGGING=1
    225 # options	RF_INCLUDE_CHAINDECLUSTER=1
    226 # options	RF_INCLUDE_INTERDECLUSTER=1
    227 # options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    228 # options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    229 pseudo-device	ccd		4	# concatenated disks
    230