Home | History | Annotate | Line # | Download | only in conf
      1 # $NetBSD: GENERIC,v 1.115 2024/01/29 18:27:15 christos 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.115 $"
      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 	FPEMUL
     16 
     17 maxusers	32
     18 
     19 # Standard system options
     20 options 	KTRACE		# system call tracing support
     21 options 	SYSVMSG		# System V message queues
     22 options 	SYSVSEM		# System V semaphores
     23 options 	SYSVSHM		# System V shared memory
     24 #options 	NTP		# network time protocol
     25 
     26 # Alternate buffer queue strategies for better responsiveness under high
     27 # disk I/O load.
     28 #options 	BUFQ_READPRIO
     29 options 	BUFQ_PRIOCSCAN
     30 
     31 # Debugging options
     32 #options 	DIAGNOSTIC	# extra kernel sanity checking
     33 #options 	DEBUG		# extra kernel debugging support
     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 makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
     40 
     41 # Compatibility options
     42 include 	"conf/compat_netbsd16.config"
     43 #options 	EXEC_ECOFF	# exec ECOFF binaries
     44 #options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
     45 
     46 # File systems
     47 file-system	FFS		# Berkeley Fast Filesystem
     48 file-system	NFS		# Sun NFS-compatible filesystem client
     49 file-system	KERNFS		# kernel data-structure filesystem
     50 #file-system	NULLFS		# NULL layered filesystem
     51 file-system 	OVERLAY		# overlay file system
     52 file-system	MFS		# memory-based filesystem
     53 file-system	FDESC		# user file descriptor filesystem
     54 #file-system	UMAPFS		# uid/gid remapping filesystem
     55 file-system	LFS		# Log-based filesystem (still experimental)
     56 file-system	PROCFS		# /proc
     57 #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     58 #file-system	UNION		# union file system
     59 #file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     60 #file-system 	CODA		# Coda File System; also needs vcoda (below)
     61 file-system	PTYFS		# /dev/pts/N support
     62 file-system	TMPFS		# Efficient memory file-system
     63 #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
     64 
     65 # File system options
     66 #options 	FFS_EI		# FFS Endian Independent support
     67 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     68 options 	QUOTA		# legacy UFS quotas
     69 options 	QUOTA2		# new, in-filesystem UFS quotas
     70 options 	UFS_DIRHASH	# UFS Large Directory Hashing
     71 options 	UFS_EXTATTR	# Extended attribute support for UFS1
     72 options 	WAPBL		# File system journaling support
     73 options 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
     74 options 	NFSSERVER	# Network File System server
     75 
     76 # Networking options
     77 #options 	GATEWAY		# IP packet forwarding
     78 options 	INET		# Internet protocols
     79 options 	INET6		# IPV6
     80 #options 	IPSEC		# IP security
     81 #options 	IPSEC_DEBUG	# debug for IP security
     82 #options 	MROUTING	# packet forwarding of multicast packets
     83 #options 	PIM		# Protocol Independent Multicast
     84 #options 	NETATALK	# AppleTalk (over Ethernet) protocol
     85 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     86 #options 	PPP_DEFLATE	# Deflate compression support for PPP
     87 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     88 
     89 #options 	ALTQ		# Manipulate network interfaces' output queues
     90 #options 	ALTQ_BLUE	# Stochastic Fair Blue
     91 #options 	ALTQ_CBQ	# Class-Based Queueing
     92 #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
     93 #options 	ALTQ_FIFOQ	# First-In First-Out Queue
     94 #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
     95 #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
     96 #options 	ALTQ_LOCALQ	# Local queueing discipline
     97 #options 	ALTQ_PRIQ	# Priority Queueing
     98 #options 	ALTQ_RED	# Random Early Detection
     99 #options 	ALTQ_RIO	# RED with IN/OUT
    100 #options 	ALTQ_WFQ	# Weighted Fair Queueing
    101 
    102 # JIT compiler for bpfilter
    103 #options	SLJIT
    104 #options	BPFJIT
    105 
    106 # These options enable verbose messages for several subsystems.
    107 # Warning, these may compile large string tables into the kernel!
    108 options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    109 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    110 #options 	SCSIVERBOSE	# human readable SCSI error messages
    111 options 	MIIVERBOSE	# verbose PHY autoconfig messages
    112 
    113 options 	NFS_BOOT_DHCP
    114 
    115 #config		netbsd	root on ? type ?
    116 config		netbsd	root on sbmac0 type nfs
    117 
    118 zbbus*		at root
    119 
    120 cpu*		at zbbus? busid ?
    121 sbscd*		at zbbus? busid ?
    122 sbbrz*		at zbbus? busid ?
    123 sbobio*		at zbbus? busid ?
    124 
    125 pci*		at sbbrz? bus ?
    126 ppb*		at pci? dev ?
    127 pci*		at ppb?
    128 
    129 ohci*		at pci? dev ? function ?        # Open Host Controller
    130 
    131 bge*		at pci? dev ?
    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 # USB
    151 usb*		at ohci?
    152 uhub*		at usb?
    153 uhub*		at uhub? port ?
    154 umass*		at uhub? port ? configuration ? interface ?
    155 scsibus*	at umass? channel ?
    156 sd*		at scsibus? target ? lun ?
    157 uplcom* 	at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
    158 ucom*   	at uplcom? portno ?
    159 
    160 # Pseudo-devices
    161 
    162 # Disk/mass storage pseudo-devices
    163 pseudo-device	ccd			# concatenated disk devices
    164 #pseudo-device	cgd			# cryptographic disk devices
    165 #pseudo-device	raid			# RAIDframe disk driver
    166 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID
    167 pseudo-device	md			# memory disk device (ramdisk)
    168 pseudo-device	vnd			# disk-like interface to files
    169 #options 	VND_COMPRESSION		# compressed vnd(4)
    170 
    171 # Network pseudo-devices
    172 pseudo-device	bpfilter		# Berkeley packet filter
    173 pseudo-device	carp			# Common Address Redundancy Protocol
    174 pseudo-device	npf			# NPF packet filter
    175 pseudo-device	loop			# network loopback
    176 #pseudo-device	ppp			# Point-to-Point Protocol
    177 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    178 #pseudo-device	sl			# Serial Line IP
    179 #pseudo-device	irframetty		# IrDA frame line discipline
    180 #pseudo-device	tun			# network tunneling over tty
    181 #pseudo-device	tap			# virtual Ethernet
    182 #pseudo-device	gre			# generic L3 over IP tunnel
    183 #pseudo-device	ipip			# RFC 2003 IP Encapsulation
    184 #pseudo-device	gif			# RFC1933 tunnel
    185 #pseudo-device	faith			# IPv[46] tcp relay translation
    186 #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    187 pseudo-device	vlan			# IEEE 802.1q encapsulation
    188 pseudo-device	bridge			# simple inter-network bridging
    189 #pseudo-device	vether			# Virtual Ethernet for bridge
    190 pseudo-device	agr			# IEEE 802.3ad link aggregation
    191 
    192 #
    193 # accept filters
    194 pseudo-device   accf_data		# "dataready" accept filter
    195 pseudo-device   accf_http		# "httpready" accept filter
    196 
    197 # Miscellaneous pseudo-devices
    198 pseudo-device	pty			# pseudo-terminals
    199 #pseudo-device	sequencer		# MIDI sequencer
    200 pseudo-device	clockctl		# user control of clock subsystem
    201 pseudo-device	ksyms			# /dev/ksyms
    202 pseudo-device 	swwdog			# software watchdog timer -- swwdog(4)
    203 
    204 # A pseudo device needed for Coda	# also needs CODA (above)
    205 #pseudo-device	vcoda			# coda minicache <-> venus comm.
    206 
    207 include "dev/veriexec.config"
    208 
    209 # Pull in optional local configuration - always at end
    210 cinclude	"arch/sbmips/conf/GENERIC.local"
    211