Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.29
      1 # $NetBSD: GENERIC,v 1.29 2004/07/15 03:53:51 atatat Exp $
      2 
      3 include 	"arch/sbmips/conf/std.sbmips"
      4 
      5 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      6 
      7 #ident 		"GENERIC-$Revision: 1.29 $"
      8 
      9 #options 	LOCKDEBUG	# XXX XXX XXX XXX
     10 options 	DEBUG		# extra kernel debugging support
     11 
     12 # The following three options are required for BCM1250 pass 1 silicon
     13 #options 	SB1250_PASS1
     14 #options 	NOFPU
     15 #options 	SOFTFLOAT
     16 
     17 maxusers	32
     18 
     19 # Standard system options
     20 options 	KTRACE		# system call tracing support
     21 options 	SYSTRACE	# system call vetting via systrace(1)
     22 options 	SYSVMSG		# System V message queues
     23 options 	SYSVSEM		# System V semaphores
     24 options 	SYSVSHM		# System V shared memory
     25 #options 	SHMMAXPGS=1024	# 1024 pages is the default
     26 options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
     27 options 	LKM		# loadable kernel modules
     28 #options 	NTP		# network time protocol
     29 
     30 # Debugging options
     31 options 	DIAGNOSTIC	# extra kernel sanity checking
     32 #options 	DEBUG		# extra kernel debugging support
     33 #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     34 options 	USERCONF	# userconf(4) support
     35 options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     36 options 	DDB		# kernel dynamic debugger
     37 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
     38 #makeoptions 	DEBUG="-g"	# compile full symbol table
     39 options 	SYMTAB_SPACE=200000	# size for embedded symbol table
     40 
     41 # Compatibility options
     42 options 	COMPAT_43	# compatibility with 4.3BSD binaries
     43 #options 	COMPAT_10	# NetBSD 0.9 binary compatibility
     44 #options 	COMPAT_10	# NetBSD 1.0 binary compatibility
     45 #options 	COMPAT_11	# NetBSD 1.1 binary compatibility
     46 #options 	COMPAT_12	# NetBSD 1.2 binary compatibility
     47 #options 	COMPAT_13	# NetBSD 1.3 binary compatibility
     48 #options 	COMPAT_14	# NetBSD 1.4 binary compatibility
     49 options 	COMPAT_16	# NetBSD 1.6 binary compatibility
     50 #options 	EXEC_ECOFF	# exec ECOFF binaries
     51 #options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
     52 
     53 # File systems
     54 file-system	FFS		# Berkeley Fast Filesystem
     55 file-system	NFS		# Sun NFS-compatible filesystem client
     56 file-system	KERNFS		# kernel data-structure filesystem
     57 #file-system	NULLFS		# NULL layered filesystem
     58 file-system 	OVERLAY		# overlay file system
     59 file-system	MFS		# memory-based filesystem
     60 file-system	FDESC		# user file descriptor filesystem
     61 #file-system	UMAPFS		# uid/gid remapping filesystem
     62 file-system	LFS		# Log-based filesystem (still experimental)
     63 #file-system	PORTAL		# portal filesystem (still experimental)
     64 file-system	PROCFS		# /proc
     65 #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     66 #file-system	UNION		# union file system
     67 #file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     68 #file-system 	CODA		# Coda File System; also needs vcoda (below)
     69 
     70 # File system options
     71 options 	NFSSERVER	# Sun NFS-compatible filesystem server
     72 options 	QUOTA		# FFS quotas
     73 #options 	FFS_EI		# FFS Endian Independant support
     74 #options 	SOFTDEP		# FFS soft updates support.
     75 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     76 				# immutable) behave as system flags.
     77 
     78 # Networking options
     79 #options 	GATEWAY		# IP packet forwarding
     80 options 	INET		# Internet protocols
     81 options 	INET6		# IPV6
     82 #options 	IPSEC		# IP security
     83 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     84 #options 	IPSEC_DEBUG	# debug for IP security
     85 #options 	MROUTING	# packet forwarding of multicast packets
     86 #options 	NS		# Xerox NS networking
     87 #options 	NSIP		# Xerox NS tunneling over IP
     88 #options 	ISO,TPIP	# OSI networking
     89 #options 	EON		# OSI tunneling over IP
     90 #options 	CCITT,LLC,HDLC	# X.25
     91 #options 	NETATALK	# AppleTalk (over Ethernet) protocol
     92 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     93 #options 	PPP_DEFLATE	# Deflate compression support for PPP
     94 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     95 options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     96 options 	IPFILTER_LOG	# ipmon(8) log support
     97 #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
     98 
     99 #options 	ALTQ		# Manipulate network interfaces' output queues
    100 #options 	ALTQ_BLUE	# Stochastic Fair Blue
    101 #options 	ALTQ_CBQ	# Class-Based Queueing
    102 #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    103 #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    104 #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    105 #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    106 #options 	ALTQ_LOCALQ	# Local queueing discipline
    107 #options 	ALTQ_PRIQ	# Priority Queueing
    108 #options 	ALTQ_RED	# Random Early Detection
    109 #options 	ALTQ_RIO	# RED with IN/OUT
    110 #options 	ALTQ_WFQ	# Weighted Fair Queueing
    111 
    112 # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
    113 #options 	TCP_COMPAT_42
    114 
    115 # These options enable verbose messages for several subsystems.
    116 # Warning, these may compile large string tables into the kernel!
    117 options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    118 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    119 #options 	SCSIVERBOSE	# human readable SCSI error messages
    120 options 	MIIVERBOSE	# verbose PHY autoconfig messages
    121 
    122 options 	NFS_BOOT_DHCP
    123 
    124 #config		netbsd	root on ? type ?
    125 config		netbsd	root on sbmac0 type nfs
    126 
    127 zbbus*		at root
    128 
    129 cpu*		at zbbus? busid ?
    130 sbscd*		at zbbus? busid ?
    131 sbobio*		at zbbus? busid ?
    132 
    133 #sbicu*		at sbscd? offset ?
    134 sbwdog*		at sbscd? offset ? intr ?
    135 sbtimer0	at sbscd? offset ? intr ? flags 0x01		# clock
    136 #sbtimer1	at sbscd? offset ? intr ? flags 0x02		# statclock
    137 sbtimer*	at sbscd? offset ? intr ?
    138 
    139 sbmac*		at sbobio? offset ?
    140 sbscn*		at sbobio? offset ?
    141 #sbgbus*	at sbobio? offset ?
    142 smbus*		at sbobio? offset ?
    143 
    144 xirtc*		at smbus? chan ? dev ?		# Xicor X1241 RTC
    145 m41t81rtc*	at smbus? chan ? dev ?		# ST M41T81 RTC
    146 
    147 # MII/PHY support
    148 brgphy*		at mii? phy ?
    149 
    150 # Pseudo-devices
    151 
    152 # Disk/mass storage pseudo-devices
    153 pseudo-device	ccd		4	# concatenated disk devices
    154 #pseudo-device	cgd		4	# cryptographic disk devices
    155 #pseudo-device	raid		4	# RAIDframe disk driver
    156 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID
    157 pseudo-device	md		1	# memory disk device (ramdisk)
    158 pseudo-device	vnd		4	# disk-like interface to files
    159 
    160 # Network pseudo-devices
    161 pseudo-device	bpfilter	8	# Berkeley packet filter
    162 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    163 pseudo-device	loop			# network loopback
    164 #pseudo-device	ppp		2	# Point-to-Point Protocol
    165 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    166 #pseudo-device	sl		2	# Serial Line IP
    167 #pseudo-device	strip		2	# Starmode Radio IP (Metricom)
    168 #pseudo-device	irframetty		# IrDA frame line discipline
    169 #pseudo-device	tun		2	# network tunneling over tty
    170 #pseudo-device	gre		2	# generic L3 over IP tunnel
    171 #pseudo-device	ipip		2	# RFC 2003 IP Encapsulation
    172 #pseudo-device	gif		4	# RFC1933 tunnel
    173 #pseudo-device	faith		1	# IPv[46] tcp relay translation
    174 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    175 pseudo-device	vlan			# IEEE 802.1q encapsulation
    176 pseudo-device	bridge			# simple inter-network bridging
    177 #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    178 
    179 # Miscellaneous pseudo-devices
    180 pseudo-device	pty			# pseudo-terminals
    181 #pseudo-device	tb		1	# tablet line discipline
    182 #pseudo-device	sequencer	1	# MIDI sequencer
    183 pseudo-device	rnd			# /dev/random & kernel generator
    184 pseudo-device	clockctl		# user control of clock subsystem
    185 pseudo-device	ksyms			# /dev/ksyms
    186 #pseudo-device	pf			# PF packet filter
    187 #pseudo-device	pflog			# PF log if
    188 
    189 # A pseudo device needed for Coda	# also needs CODA (above)
    190 #pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    191