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