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