Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: OPENBLOCKS600,v 1.32 2024/01/29 18:27:12 christos Exp $
      2 #
      3 #	GENERIC -- everything that's currently supported
      4 #
      5 
      6 include 	"arch/evbppc/conf/std.obs600"
      7 
      8 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9 
     10 #ident 		"OPENBLOCKS600-$Revision: 1.32 $"
     11 
     12 maxusers	32
     13 
     14 
     15 #
     16 # Standard system options
     17 #
     18 
     19 #options 	INSECURE		# disable kernel security levels
     20 #options 	NTP			# NTP phase/frequency locked loop
     21 #options 	KTRACE			# system call tracing via ktrace(1)
     22 
     23 options 	SYSVMSG			# System V message queues
     24 options 	SYSVSEM			# System V semaphores
     25 options 	SYSVSHM			# System V shared memory
     26 
     27 #options 	USERCONF		# userconf(4) support
     28 #options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     29 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     30 
     31 #options 	UVMHIST
     32 #options 	UVMHIST_PRINT
     33 
     34 # Alternate buffer queue strategies for better responsiveness under high
     35 # disk I/O load.
     36 #options 	BUFQ_READPRIO
     37 options 	BUFQ_PRIOCSCAN
     38 
     39 #
     40 # Diagnostic/debugging support options
     41 #
     42 
     43 #options 	DIAGNOSTIC		# cheap kernel consistency checks
     44 options 	DEBUG			# expensive debugging checks/support
     45 options 	DDB			# in-kernel debugger
     46 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     47 options 	TRAP_PANICWAIT
     48 makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
     49 
     50 makeoptions	DEBUG="-g"		# compile full symbol table
     51 
     52 
     53 #
     54 # Compatibility options
     55 #
     56 
     57 include 	"conf/compat_netbsd13.config"
     58 #options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
     59 
     60 
     61 #
     62 # File systems
     63 #
     64 
     65 file-system 	FFS		# UFS
     66 file-system 	EXT2FS		# second extended file system (linux)
     67 file-system 	LFS		# log-structured file system
     68 file-system 	MFS		# memory file system
     69 file-system 	NFS		# Network File System client
     70 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     71 file-system 	MSDOSFS		# MS-DOS file system
     72 file-system 	FDESC		# /dev/fd
     73 file-system 	KERNFS		# /kern
     74 file-system 	NULLFS		# loopback file system
     75 file-system 	OVERLAY		# overlay file system
     76 file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     77 file-system 	PROCFS		# /proc
     78 file-system 	UMAPFS		# NULLFS + uid and gid remapping
     79 file-system 	UNION		# union file system
     80 file-system	PTYFS		# /dev/pts/N support
     81 file-system	TMPFS		# Efficient memory file-system
     82 #file-system	NTFS		# Windows NT file system (experimental)
     83 
     84 
     85 #
     86 # File system options
     87 #
     88 
     89 options 	FFS_EI		# FFS Endian Independent support
     90 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     91 options 	QUOTA		# legacy UFS quotas
     92 options 	QUOTA2		# new, in-filesystem UFS quotas
     93 options 	UFS_DIRHASH	# UFS Large Directory Hashing
     94 #options 	UFS_EXTATTR	# Extended attribute support for UFS1
     95 options 	WAPBL		# File system journaling support
     96 options 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
     97 #options 	DISKLABEL_EI	# disklabel Endian Independent support
     98 options 	NFSSERVER	# Network File System server
     99 options 	NFS_BOOT_DHCP	# Support DHCP NFS root
    100 
    101 
    102 #
    103 # Networking options
    104 #
    105 
    106 options 	GATEWAY		# packet forwarding
    107 options 	INET		# IP + ICMP + TCP + UDP
    108 options 	INET6		# IPv6
    109 #options 	IPSEC		# IP security
    110 #options 	IPSEC_DEBUG	# debug for IP security
    111 #options 	MROUTING	# IP multicast routing
    112 #options 	PIM		# Protocol Independent Multicast
    113 #options 	NETATALK	# AppleTalk networking protocols
    114 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    115 options 	PPP_DEFLATE	# Deflate compression support for PPP
    116 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    117 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    118 
    119 # These options enable verbose messages for several subsystems.
    120 # Warning, these may compile large string tables into the kernel!
    121 #options 	SCSIVERBOSE	# human readable SCSI error messages
    122 #options 	USBVERBOSE	# verbose USB device autoconfig messages
    123 
    124 #
    125 # Kernel root file system and dump configuration.
    126 #
    127 
    128 config		netbsd	root on ? type ?
    129 
    130 
    131 #
    132 # Device configuration
    133 #
    134 
    135 plb0 at root				# Processor Local Bus
    136 cpu0	at plb?				# CPU
    137 ecc0	at plb? irq 17			# On-chip ECC controller
    138 dwctwo0	at plb? addr 0xef6c0000 irq 94	# On-chip USB controller
    139 
    140 # On-chip Peripheral Bus support
    141 opb*	at plb?				# On-chip Peripheral Bus
    142 wdog*	at opb?				# Watchdog timer
    143 com*	at opb? addr ? irq ?		# UARTs
    144 emac*	at opb? addr ? irq ?		# Ethernet Media Access Controller
    145 options	EMAC_EVENT_COUNTERS
    146 options	EMAC_RGMII_PHY
    147 
    148 gpiic*	at opb? addr ? irq ?		# On-chip IIC controller
    149 iic*	at gpiic?			# I2C bus
    150 m41trtc0 at iic? addr 0x68		# Dallas DS1340C Real Time Clock
    151 
    152 opbgpio0 at opb? addr ? irq ?		# On-chip GPIO controller
    153 gpio*	at opbgpio?			# GPIO framework
    154 
    155 # USB bus support
    156 usb*	at dwctwo?
    157 
    158 # USB Hubs
    159 uhub*	at usb?
    160 uhub*	at uhub? port ?
    161 
    162 # USB Mass Storage
    163 umass*	at uhub? port ? configuration ? interface ?
    164 scsibus* at umass?
    165 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    166 
    167 # MII/PHY support
    168 brgphy*	at mii? phy ?			# Broadcom BCM5400-family PHYs
    169 
    170 
    171 #
    172 # Pseudo devices
    173 #
    174 
    175 # disk/mass storage pseudo-devices
    176 #pseudo-device	ccd			# concatenated/striped disk devices
    177 #pseudo-device	cgd			# cryptographic disk devices
    178 #pseudo-device	raid			# RAIDframe disk driver
    179 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    180 #pseudo-device	fss			# file system snapshot device
    181 #pseudo-device	md			# memory disk device
    182 #pseudo-device	vnd			# disk-like interface to files
    183 
    184 # network pseudo-devices
    185 pseudo-device	loop			# network loopback
    186 pseudo-device	bpfilter		# packet filter
    187 pseudo-device 	carp			# Common Address Redundancy Protocol
    188 pseudo-device	npf			# NPF packet filter
    189 pseudo-device	ppp			# Point-to-Point Protocol
    190 pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    191 #options 	PPPOE_SERVER		# Enable PPPoE server via link0
    192 pseudo-device	sl			# Serial Line IP
    193 #pseudo-device	irframetty		# IrDA frame line discipline
    194 pseudo-device	tap			# virtual ethernet
    195 pseudo-device	tun			# network tunneling over tty
    196 pseudo-device	gre			# generic L3 over IP tunnel
    197 pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
    198 #pseudo-device	faith			# IPv[46] TCP relay translation i/f
    199 pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    200 pseudo-device	vlan			# IEEE 802.1q encapsulation
    201 pseudo-device	bridge			# simple inter-network bridging
    202 pseudo-device	vether			# Virtual Ethernet for bridge
    203 pseudo-device	agr			# IEEE 802.3ad link aggregation
    204 
    205 # miscellaneous pseudo-devices
    206 pseudo-device	pty			# pseudo-terminals
    207 pseudo-device	clockctl		# user control of clock subsystem
    208 pseudo-device	ksyms			# /dev/ksyms
    209 pseudo-device	putter			# for puffs and pud
    210 
    211 include "dev/veriexec.config"
    212