Home | History | Annotate | Line # | Download | only in conf
      1  1.50  christos #	$NetBSD: OPENBLOCKS200,v 1.50 2024/01/29 18:27:12 christos Exp $
      2   1.1     shige #
      3   1.1     shige #	GENERIC -- everything that's currently supported
      4   1.1     shige #
      5   1.1     shige 
      6  1.45       mrg include 	"arch/evbppc/conf/std.obs200"
      7   1.1     shige 
      8   1.1     shige #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9   1.1     shige 
     10   1.1     shige #ident 		"OPENBLOCKS200"
     11   1.1     shige 
     12   1.1     shige maxusers	32
     13   1.1     shige 
     14   1.1     shige #options 	UVMHIST
     15   1.1     shige #options 	UVMHIST_PRINT
     16   1.1     shige 
     17   1.1     shige # Options for necessary to use MD
     18   1.1     shige #options 	MEMORY_DISK_HOOKS
     19   1.1     shige #options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     20   1.1     shige #options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     21   1.1     shige #options 	MEMORY_DISK_ROOT_SIZE=8192	# size of memory disk, in blocks
     22   1.1     shige 
     23   1.1     shige 
     24   1.1     shige #options 	INSECURE	# disable kernel security levels
     25   1.1     shige #options 	NTP		# NTP phase/frequency locked loop
     26   1.1     shige #options 	KTRACE		# system call tracing via ktrace(1)
     27   1.1     shige 
     28   1.1     shige options 	SYSVMSG		# System V message queues
     29   1.1     shige options 	SYSVSEM		# System V semaphores
     30   1.1     shige options 	SYSVSHM		# System V shared memory
     31   1.1     shige 
     32   1.1     shige #options 	USERCONF	# userconf(4) support
     33   1.1     shige #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     34   1.1     shige #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     35   1.1     shige 
     36  1.48     sevan # Alternate buffer queue strategies for better responsiveness under high
     37  1.48     sevan # disk I/O load.
     38  1.48     sevan #options 	BUFQ_READPRIO
     39  1.48     sevan options 	BUFQ_PRIOCSCAN
     40  1.48     sevan 
     41   1.1     shige # Diagnostic/debugging support options
     42   1.1     shige #options 	DIAGNOSTIC	# cheap kernel consistency checks
     43   1.1     shige options 	DEBUG		# expensive debugging checks/support
     44   1.1     shige options 	DDB		# in-kernel debugger
     45   1.1     shige options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     46   1.1     shige options 	TRAP_PANICWAIT
     47  1.42     joerg makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
     48   1.1     shige 
     49   1.1     shige makeoptions	DEBUG="-g"	# compile full symbol table
     50   1.1     shige 
     51   1.1     shige # Compatibility options
     52  1.45       mrg include 	"conf/compat_netbsd13.config"
     53   1.1     shige #options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     54   1.1     shige 
     55   1.1     shige # File systems
     56   1.1     shige file-system 	FFS		# UFS
     57   1.1     shige file-system 	EXT2FS		# second extended file system (linux)
     58   1.1     shige file-system 	LFS		# log-structured file system
     59   1.1     shige file-system 	MFS		# memory file system
     60   1.1     shige file-system 	NFS		# Network File System client
     61   1.1     shige file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     62   1.1     shige file-system 	MSDOSFS		# MS-DOS file system
     63   1.1     shige file-system 	FDESC		# /dev/fd
     64   1.1     shige file-system 	KERNFS		# /kern
     65   1.1     shige file-system 	NULLFS		# loopback file system
     66   1.1     shige file-system 	OVERLAY		# overlay file system
     67  1.23     pooka file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     68   1.1     shige file-system 	PROCFS		# /proc
     69   1.1     shige file-system 	UMAPFS		# NULLFS + uid and gid remapping
     70   1.1     shige file-system 	UNION		# union file system
     71   1.6  christos file-system	PTYFS		# /dev/pts/N support
     72   1.1     shige 
     73   1.1     shige # File system options
     74  1.49    simonb options 	FFS_EI		# FFS Endian Independent support
     75  1.49    simonb #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     76  1.29    bouyer options 	QUOTA		# legacy UFS quotas
     77  1.29    bouyer options 	QUOTA2		# new, in-filesystem UFS quotas
     78  1.49    simonb options 	UFS_DIRHASH	# UFS Large Directory Hashing
     79  1.49    simonb #options 	UFS_EXTATTR	# Extended attribute support for UFS1
     80  1.32  dholland options 	WAPBL		# File system journaling support
     81  1.49    simonb options 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
     82  1.49    simonb options 	NFSSERVER	# Network File System server
     83   1.1     shige 
     84   1.1     shige options 	NFS_BOOT_DHCP	# Support DHCP NFS root
     85   1.1     shige 
     86   1.1     shige # Networking options
     87   1.1     shige options 	GATEWAY		# packet forwarding
     88   1.1     shige options 	INET		# IP + ICMP + TCP + UDP
     89   1.1     shige options 	INET6		# IPV6
     90   1.1     shige #options 	IPSEC		# IP security
     91   1.1     shige #options 	IPSEC_DEBUG	# debug for IP security
     92   1.1     shige #options 	MROUTING	# IP multicast routing
     93   1.1     shige #options 	PIM		# Protocol Independent Multicast
     94   1.1     shige #options 	NETATALK	# AppleTalk networking protocols
     95   1.1     shige options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     96   1.1     shige options 	PPP_DEFLATE	# Deflate compression support for PPP
     97   1.1     shige options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     98   1.1     shige #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     99   1.1     shige 
    100   1.1     shige # These options enable verbose messages for several subsystems.
    101   1.1     shige # Warning, these may compile large string tables into the kernel!
    102   1.1     shige options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    103   1.1     shige options 	MIIVERBOSE	# verbose PHY autoconfig messages
    104   1.1     shige #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    105   1.1     shige options 	SCSIVERBOSE	# human readable SCSI error messages
    106   1.1     shige options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to configure PCI devices
    107   1.1     shige #options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
    108   1.1     shige 
    109   1.1     shige # wscons options
    110   1.1     shige #options 	WSEMUL_SUN		# sun terminal emulation
    111   1.1     shige #options 	WSEMUL_VT100		# VT100 / VT220 emulation
    112  1.33       abs #options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
    113   1.1     shige 
    114   1.1     shige # Kernel root file system and dump configuration.
    115   1.1     shige config		netbsd	root on ? type ?
    116   1.1     shige 
    117   1.1     shige #
    118   1.1     shige # Device configuration
    119   1.1     shige #
    120   1.1     shige 
    121   1.1     shige plb0 at root				# Processor Local Bus
    122   1.1     shige 
    123   1.1     shige cpu0	at plb?
    124   1.1     shige 
    125  1.25  kiyohara ecc0	at plb? irq 17			# On-chip ECC controller
    126   1.1     shige 
    127   1.1     shige opb*	at plb?				# On-chip Peripheral Bus
    128   1.1     shige 
    129   1.1     shige wdog*	at opb?				# Watchdog timer
    130   1.1     shige 
    131   1.1     shige com*	at opb? addr ? irq ?		# UARTs
    132   1.1     shige 
    133   1.1     shige emac0	at opb? addr ? irq ?		# Ethernet Media Access Controller
    134   1.1     shige options	EMAC_EVENT_COUNTERS
    135   1.1     shige 
    136   1.1     shige gpiic0	at opb? addr ? irq ?		# On-chip IIC controller
    137   1.1     shige iic0	at gpiic?			# I2C bus
    138   1.1     shige 
    139  1.12     shige opbgpio0 at opb? addr ? irq ?		# On-chip GPIO controller
    140  1.12     shige gpio*	at opbgpio?			# GPIO bus
    141   1.1     shige 
    142   1.1     shige pchb0	at plb?				# PCI-Host bridges
    143   1.1     shige 
    144   1.1     shige pci*	at pchb?
    145   1.1     shige ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    146   1.1     shige pciide* at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
    147   1.1     shige acardide* at pci? dev ? function ?	# Acard IDE controllers
    148   1.1     shige aceride* at pci? dev ? function ?	# Acer Lab IDE controllers
    149   1.1     shige artsata* at pci? dev ? function ?	# Intel i31244 SATA controller
    150   1.1     shige cmdide* at pci? dev ? function ?	# CMD tech IDE controllers
    151   1.1     shige cypide* at pci? dev ? function ?	# Cypress IDE controllers
    152   1.1     shige hptide* at pci? dev ? function ?	# Triones/HighPoint IDE controllers
    153   1.1     shige optiide* at pci? dev ? function ?	# Opti IDE controllers
    154   1.1     shige pdcide* at pci? dev ? function ?	# Promise IDE controllers
    155   1.1     shige pdcsata* at pci? dev ? function ?	# Promise SATA150 controllers
    156   1.1     shige satalink* at pci? dev ? function ?	# SiI SATALink controllers
    157   1.1     shige siside* at pci? dev ? function ?	# SiS IDE controllers
    158   1.1     shige slide*  at pci? dev ? function ?	# Symphony Labs IDE controllers
    159   1.1     shige viaide* at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
    160   1.1     shige atabus* at ata?
    161   1.1     shige 
    162  1.14     shige rtk*	at pci? dev ? function ?	# Realtek 8129/8139
    163   1.1     shige 
    164  1.14     shige rlphy*  at mii? phy ?			# Realtek 8139/8201L PHYs
    165  1.14     shige tqphy*  at mii? phy ?			# TDK Semiconductor PHYs
    166   1.1     shige ukphy*	at mii? phy ?			# generic unknown PHYs
    167   1.1     shige 
    168   1.1     shige #cardslot* at cbb?
    169   1.1     shige #cardbus* at cardslot?
    170   1.1     shige #pcmcia*	at cardslot?
    171   1.1     shige 
    172   1.1     shige #com*	at pcmcia? function ?		# Modems and serial cards
    173   1.1     shige #wdc*	at pcmcia? function ?		# PCMCIA IDE controllers
    174   1.1     shige #ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    175   1.1     shige #mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    176   1.1     shige #ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    177   1.7  drochner #ex*	at cardbus? function ?	# 3Com 3C575TX
    178   1.7  drochner #tlp*	at cardbus? function ?	# DECchip 21143
    179   1.7  drochner #rtk*	at cardbus? function ?	# Realtek 8129/8139
    180   1.1     shige 
    181   1.1     shige wd*	at atabus? drive ?
    182   1.1     shige 
    183   1.1     shige atapibus* at atapi?
    184   1.1     shige 
    185   1.1     shige cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    186   1.1     shige sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    187   1.1     shige uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    188   1.1     shige 
    189   1.1     shige #pckbc0	at pbus?
    190   1.1     shige #pckbd*	at pckbc?
    191   1.1     shige #wskbd*	at pckbd? console ?
    192   1.1     shige #pms*	at pckbc?
    193   1.1     shige #wsmouse* at pms? mux 0
    194   1.1     shige 
    195   1.1     shige #vga*	at pci? dev ? function ?
    196   1.1     shige #wsdisplay* at vga? console ?
    197   1.1     shige 
    198  1.11      cube pseudo-device	vnd			# disk-like interface to files
    199  1.37  christos pseudo-device	ccd			# concatenated/striped disk devices
    200  1.37  christos #pseudo-device	cgd			# cryptographic disk devices
    201  1.38  christos #pseudo-device	raid			# RAIDframe disk driver
    202   1.1     shige #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    203  1.27     pooka #pseudo-device	fss			# file system snapshot device
    204  1.28   hannken pseudo-device	md			# memory disk device
    205   1.1     shige pseudo-device	loop			# network loopback
    206  1.10    rpaulo pseudo-device	bpfilter		# packet filter
    207  1.48     sevan pseudo-device 	carp			# Common Address Redundancy Protocol
    208  1.47      maxv pseudo-device	npf			# NPF packet filter
    209  1.11      cube pseudo-device	ppp			# Point-to-Point Protocol
    210  1.11      cube pseudo-device	sl			# Serial Line IP
    211  1.11      cube pseudo-device	tun			# network tunneling over tty
    212  1.11      cube #pseudo-device	gre			# generic L3 over IP tunnel
    213  1.11      cube pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    214  1.11      cube #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    215  1.13     pavel pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    216   1.1     shige pseudo-device	vlan			# IEEE 802.1q encapsulation
    217   1.1     shige pseudo-device	pty			# pseudo-terminals
    218   1.1     shige #pseudo-device	wsmux			# ick
    219   1.1     shige pseudo-device	clockctl		# user control of clock subsystem
    220  1.15    simonb pseudo-device	ksyms			# /dev/ksyms
    221   1.1     shige pseudo-device	kttcp			# kernel ttcp
    222  1.23     pooka pseudo-device	putter			# for puffs and pud
    223  1.48     sevan 
    224  1.48     sevan include "dev/veriexec.config"
    225