Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.30
      1 # $NetBSD: GENERIC,v 1.30 2002/12/27 11:43:38 tsutsui 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/dreamcast/conf/std.dreamcast"
     22 
     23 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     24 
     25 maxusers	16		# estimated number of users
     26 
     27 # Standard system options
     28 #options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
     29 #options 	INSECURE	# disable kernel security levels
     30 
     31 #options 	RTC_OFFSET=-540
     32 options 	HZ=100		# clock interrupt generates every 1/HZ sec
     33 options 	NTP		# NTP phase/frequency locked loop
     34 
     35 options 	KTRACE		# system call tracing via ktrace(1)
     36 options 	SYSTRACE	# system call vetting via sistrace(1)
     37 
     38 options 	USERCONF	# userconf(4) support
     39 #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     40 
     41 options 	SYSVMSG		# System V-like message queues
     42 options 	SYSVSEM		# System V-like semaphores
     43 #options 	SEMMNI=10	# number of semaphore identifiers
     44 #options 	SEMMNS=60	# number of semaphores in system
     45 #options 	SEMUME=10	# max number of undo entries per process
     46 #options 	SEMMNU=30	# number of undo structures in system
     47 options 	SYSVSHM		# System V-like memory sharing
     48 #options 	SHMMAXPGS=1024	# 1024 pages is the default
     49 
     50 # Diagnostic/debugging support options
     51 options 	DIAGNOSTIC	# cheap kernel consistency checks
     52 #options 	DEBUG		# expensive debugging checks/support
     53 #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     54 options 	DDB		# in-kernel debugger
     55 #options 	KGDB			# remote debugger
     56 #options 	"KGDB_DEVNAME=\"scif\"",KGDB_DEVRATE=57600
     57 #makeoptions	DEBUG="-g"	# compile full symbol table
     58 options 	SYMTAB_SPACE=180000
     59 #options 	SYSCALL_DEBUG
     60 #options 	UVMHIST
     61 #options 	UVMHIST_PRINT
     62 
     63 # Compatibility options
     64 options 	COMPAT_43	# and 4.3BSD
     65 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     66 
     67 # Executable format options
     68 options 	EXEC_COFF	# COFF executables
     69 options 	EXEC_ELF32	# 32-bit ELF executables
     70 
     71 # File systems
     72 file-system 	FFS		# UFS
     73 #file-system	EXT2FS		# second extended file system (linux)
     74 #file-system	LFS		# log-structured file system
     75 file-system 	MFS		# memory file system
     76 file-system 	NFS		# Network File System client
     77 file-system	CD9660		# CD-ROM file system
     78 #file-system	MSDOSFS		# MS-DOS file system
     79 file-system	FDESC		# /dev/fd
     80 file-system 	KERNFS		# /kern
     81 file-system 	PROCFS		# /proc
     82 #file-system 	NULLFS		# loopback file system
     83 #file-system	OVERLAY		# overlay file system
     84 #file-system	PORTAL		# portal file system (still experimental)
     85 #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     86 #file-system	UNION		# union file system
     87 
     88 # File system options
     89 #options 	QUOTA		# UFS quotas
     90 #options 	FFS_EI		# FFS Endian Independent supoprt
     91 #options 	SOFTDEP		# FFS soft updates support
     92 #options 	NFSSERVER	# Network File System server
     93 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     94 				# immutable) behave as system flags.
     95 
     96 # Networking options
     97 options 	INET		# IP + ICMP + TCP + UDP
     98 options 	INET6		# IPV6
     99 #options 	IPSEC		# IP security
    100 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    101 #options 	IPSEC_DEBUG	# debug for IP security
    102 #options 	MROUTING	# IP multicast routing
    103 #options 	NS		# XNS
    104 #options 	NSIP		# XNS tunneling over IP
    105 #options 	ISO,TPIP	# OSI
    106 #options 	EON		# OSI tunneling over IP
    107 #options 	CCITT,LLC, HDLC	# X.25
    108 #options 	NETATALK	# AppleTalk networking protocols
    109 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    110 #options 	PPP_DEFLATE	# Deflrate compression support for PPP
    111 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    112 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    113 #options 	IPFILTER_LOG	# ipmon(8) log support
    114 #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    115 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    116 
    117 #options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    118 #options 	MIIVERBOSE	# verbose PHY autoconfig messages
    119 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    120 
    121 options 	NFS_BOOT_DHCP	# Support DHCP NFS root
    122 
    123 # wscons options
    124 options 	WSEMUL_VT100		# VT100 / VT220 emulation
    125 options 	FONT_BOLD8x16
    126 #options 	FONT_SONY8x16
    127 
    128 # Kernel root file system and dump configuration.
    129 #config		netbsd	root on ? type nfs
    130 #config		netbsd	root on wd0a type ffs
    131 config		netbsd	root on ? type ?
    132 
    133 #
    134 # Device configuration
    135 #
    136 
    137 mainbus0 at root
    138 
    139 cpu*		at mainbus?
    140 shb*		at mainbus?
    141 
    142 # Serial Devices
    143 #options 	SCIFCONSOLE
    144 options 	SCIFCN_SPEED=57600
    145 scif0		at shb?
    146 
    147 pvr0		at shb?
    148 wsdisplay*	at pvr? console ?
    149 
    150 maple0		at shb?
    151 
    152 mkbd*		at maple? port ? subunit ?
    153 wskbd*		at mkbd? mux 1 console ?
    154 
    155 mms*		at maple? port ? subunit ?
    156 wsmouse*	at mms? mux 0
    157 
    158 mmem*		at maple? port ? subunit ?
    159 mlcd*		at maple? port ? subunit ?
    160 
    161 gdrom0		at shb?
    162 
    163 g2bus0		at shb?
    164 gapspci*	at g2bus?			# GAPS PCI bridge
    165 pci*		at gapspci?
    166 rtk*		at pci? dev ? function ?	# SEGA Broadband Adapter
    167 ukphy*		at mii? phy ?
    168 
    169 mbe*		at g2bus?			# SEGA LAN Adapter
    170 
    171 #pseudo-device	cgd		2	# cryptographic disk devices
    172 pseudo-device	md		1	# memory disk device (ramdisk)
    173 pseudo-device	vnd		2	# disk-like interface to files
    174 
    175 # network pseudo-devices
    176 pseudo-device	bpfilter	4	# Berkeley packet filter
    177 #pseudo-device	ipfilter		# IP filter (firewall) and NAT
    178 pseudo-device	loop			# network loopback
    179 #pseudo-device	ppp		1	# Point-to-Point Protocol
    180 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    181 #pseudo-device	sl		1	# Serial Line IP
    182 #pseudo-device	tun		1	# network tunneling over tty
    183 #pseudo-device	gre		1	# generic L3 over IP tunnel
    184 #pseudo-device	gif		1	# IPv[46] over IPv[46] tunnel (RFC1933)
    185 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    186 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    187 #pseudo-device	vlan			# IEEE 802.1q encapsulation
    188 #pseudo-device	bridge			# simple inter-network bridging
    189 
    190 # miscellaneous pseudo-devices
    191 pseudo-device	pty			# pseudo-terminals
    192 pseudo-device	rnd			# /dev/random and in-kernel generator
    193 pseudo-device	clockctl		# user control of clock subsystem
    194 pseudo-device	wsmux			# mouse & keyboard multiplexor
    195