Home | History | Annotate | Line # | Download | only in conf
SBMIPS revision 1.13
      1  1.13  simonb # $NetBSD: SBMIPS,v 1.13 2022/08/07 02:52:25 simonb 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.13  simonb #ident 		"GENERIC-$Revision: 1.13 $"
      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.1     mrg #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     72   1.1     mrg 				# immutable) behave as system flags.
     73  1.13  simonb options 	NFSSERVER	# Network File System server
     74   1.1     mrg 
     75   1.8   sevan # Alternate buffer queue strategies for better responsiveness under high
     76   1.8   sevan # disk I/O load.
     77   1.8   sevan #options 	BUFQ_READPRIO
     78   1.8   sevan options 	BUFQ_PRIOCSCAN
     79   1.8   sevan 
     80   1.1     mrg # Networking options
     81   1.1     mrg #options 	GATEWAY		# IP packet forwarding
     82   1.1     mrg options 	INET		# Internet protocols
     83   1.1     mrg options 	INET6		# IPV6
     84   1.1     mrg #options 	IPSEC		# IP security
     85   1.1     mrg #options 	IPSEC_DEBUG	# debug for IP security
     86   1.1     mrg #options 	MROUTING	# packet forwarding of multicast packets
     87   1.1     mrg #options 	PIM		# Protocol Independent Multicast
     88   1.1     mrg #options 	NETATALK	# AppleTalk (over Ethernet) protocol
     89   1.1     mrg #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     90   1.1     mrg #options 	PPP_DEFLATE	# Deflate compression support for PPP
     91   1.1     mrg options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     92   1.1     mrg 
     93   1.1     mrg #options 	ALTQ		# Manipulate network interfaces' output queues
     94   1.1     mrg #options 	ALTQ_BLUE	# Stochastic Fair Blue
     95   1.1     mrg #options 	ALTQ_CBQ	# Class-Based Queueing
     96   1.1     mrg #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
     97   1.1     mrg #options 	ALTQ_FIFOQ	# First-In First-Out Queue
     98   1.1     mrg #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
     99   1.1     mrg #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    100   1.1     mrg #options 	ALTQ_LOCALQ	# Local queueing discipline
    101   1.1     mrg #options 	ALTQ_PRIQ	# Priority Queueing
    102   1.1     mrg #options 	ALTQ_RED	# Random Early Detection
    103   1.1     mrg #options 	ALTQ_RIO	# RED with IN/OUT
    104   1.1     mrg #options 	ALTQ_WFQ	# Weighted Fair Queueing
    105   1.1     mrg 
    106   1.1     mrg # JIT compiler for bpfilter
    107   1.1     mrg #options	SLJIT
    108   1.1     mrg #options	BPFJIT
    109   1.1     mrg 
    110   1.1     mrg # These options enable verbose messages for several subsystems.
    111   1.1     mrg # Warning, these may compile large string tables into the kernel!
    112   1.1     mrg options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    113   1.1     mrg #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    114   1.1     mrg #options 	SCSIVERBOSE	# human readable SCSI error messages
    115   1.1     mrg options 	MIIVERBOSE	# verbose PHY autoconfig messages
    116   1.1     mrg 
    117   1.1     mrg options 	NFS_BOOT_DHCP
    118   1.1     mrg 
    119   1.1     mrg #config		netbsd	root on ? type ?
    120   1.1     mrg config		netbsd	root on sbmac0 type nfs
    121   1.1     mrg 
    122   1.1     mrg zbbus*		at root
    123   1.1     mrg 
    124   1.1     mrg cpu*		at zbbus? busid ?
    125   1.1     mrg sbscd*		at zbbus? busid ?
    126   1.1     mrg sbbrz*		at zbbus? busid ?
    127   1.1     mrg sbobio*		at zbbus? busid ?
    128   1.1     mrg 
    129   1.1     mrg pci*		at sbbrz? bus ?
    130   1.1     mrg ppb*		at pci? dev ?
    131   1.1     mrg pci*		at ppb?
    132   1.1     mrg 
    133   1.1     mrg ohci*		at pci? dev ? function ?        # Open Host Controller
    134   1.1     mrg 
    135   1.1     mrg bge*		at pci? dev ?
    136   1.1     mrg 
    137   1.1     mrg #sbicu*		at sbscd? offset ?
    138   1.1     mrg sbwdog*		at sbscd? offset ? intr ?
    139   1.1     mrg sbtimer0	at sbscd? offset ? intr ? flags 0x01		# clock
    140   1.1     mrg #sbtimer1	at sbscd? offset ? intr ? flags 0x02		# statclock
    141   1.1     mrg sbtimer*	at sbscd? offset ? intr ?
    142   1.1     mrg 
    143   1.1     mrg sbmac*		at sbobio? offset ?
    144   1.1     mrg sbscn*		at sbobio? offset ?
    145   1.1     mrg #sbgbus*	at sbobio? offset ?
    146   1.1     mrg smbus*		at sbobio? offset ?
    147   1.1     mrg 
    148   1.1     mrg xirtc*		at smbus? chan ? dev ?		# Xicor X1241 RTC
    149   1.1     mrg m41t81rtc*	at smbus? chan ? dev ?		# ST M41T81 RTC
    150   1.1     mrg 
    151   1.1     mrg # MII/PHY support
    152   1.1     mrg brgphy*		at mii? phy ?
    153   1.1     mrg 
    154   1.1     mrg # USB
    155   1.1     mrg usb*		at ohci?
    156   1.1     mrg uhub*		at usb?
    157   1.1     mrg uhub*		at uhub? port ?
    158   1.1     mrg umass*		at uhub? port ? configuration ? interface ?
    159   1.1     mrg scsibus*	at umass? channel ?
    160   1.1     mrg sd*		at scsibus? target ? lun ?
    161   1.1     mrg uplcom* 	at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
    162   1.1     mrg ucom*   	at uplcom? portno ?
    163   1.1     mrg 
    164   1.1     mrg # Pseudo-devices
    165   1.1     mrg 
    166   1.1     mrg # Disk/mass storage pseudo-devices
    167   1.1     mrg pseudo-device	ccd			# concatenated disk devices
    168   1.1     mrg #pseudo-device	cgd			# cryptographic disk devices
    169   1.1     mrg #pseudo-device	raid			# RAIDframe disk driver
    170   1.1     mrg #options 	RAID_AUTOCONFIG		# auto-configuration of RAID
    171   1.1     mrg pseudo-device	md			# memory disk device (ramdisk)
    172   1.1     mrg pseudo-device	vnd			# disk-like interface to files
    173   1.1     mrg #options 	VND_COMPRESSION		# compressed vnd(4)
    174   1.1     mrg 
    175   1.1     mrg # Network pseudo-devices
    176   1.1     mrg pseudo-device	bpfilter		# Berkeley packet filter
    177   1.9   sevan pseudo-device	carp			# Common Address Redundancy Protocol
    178   1.6    maxv pseudo-device	npf			# NPF packet filter
    179   1.1     mrg pseudo-device	loop			# network loopback
    180   1.1     mrg #pseudo-device	ppp			# Point-to-Point Protocol
    181   1.1     mrg #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    182   1.1     mrg #pseudo-device	sl			# Serial Line IP
    183   1.1     mrg #pseudo-device	irframetty		# IrDA frame line discipline
    184   1.1     mrg #pseudo-device	tun			# network tunneling over tty
    185   1.1     mrg #pseudo-device	tap			# virtual Ethernet
    186   1.1     mrg #pseudo-device	gre			# generic L3 over IP tunnel
    187   1.1     mrg #pseudo-device	ipip			# RFC 2003 IP Encapsulation
    188   1.1     mrg #pseudo-device	gif			# RFC1933 tunnel
    189   1.1     mrg #pseudo-device	faith			# IPv[46] tcp relay translation
    190   1.1     mrg #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    191   1.1     mrg pseudo-device	vlan			# IEEE 802.1q encapsulation
    192   1.1     mrg pseudo-device	bridge			# simple inter-network bridging
    193  1.12     roy pseudo-device	vether			# Virtual Ethernet for bridge
    194   1.1     mrg pseudo-device	agr			# IEEE 802.3ad link aggregation
    195   1.1     mrg 
    196   1.1     mrg #
    197   1.1     mrg # accept filters
    198   1.1     mrg pseudo-device   accf_data		# "dataready" accept filter
    199   1.1     mrg pseudo-device   accf_http		# "httpready" accept filter
    200   1.1     mrg 
    201   1.1     mrg # Miscellaneous pseudo-devices
    202   1.1     mrg pseudo-device	pty			# pseudo-terminals
    203   1.1     mrg #pseudo-device	sequencer		# MIDI sequencer
    204   1.1     mrg pseudo-device	clockctl		# user control of clock subsystem
    205   1.1     mrg pseudo-device	ksyms			# /dev/ksyms
    206   1.1     mrg 
    207   1.1     mrg # A pseudo device needed for Coda	# also needs CODA (above)
    208   1.1     mrg #pseudo-device	vcoda			# coda minicache <-> venus comm.
    209   1.1     mrg 
    210   1.9   sevan include "dev/veriexec.config"
    211