Home | History | Annotate | Line # | Download | only in conf
G1IDE revision 1.10
      1 # $NetBSD: G1IDE,v 1.10 2022/08/07 02:52:24 simonb Exp $
      2 
      3 include 	"arch/dreamcast/conf/std.dreamcast"
      4 
      5 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      6 
      7 maxusers	16		# estimated number of users
      8 
      9 # Standard system options
     10 #options 	INSECURE	# disable kernel security levels
     11 
     12 #options 	RTC_OFFSET=-540
     13 options 	HZ=100		# clock interrupt generates every 1/HZ sec
     14 options 	NTP		# NTP phase/frequency locked loop
     15 
     16 options 	KTRACE		# system call tracing via ktrace(1)
     17 
     18 options 	USERCONF	# userconf(4) support
     19 #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     20 options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     21 
     22 options 	SYSVMSG		# System V-like message queues
     23 options 	SYSVSEM		# System V-like semaphores
     24 options 	SYSVSHM		# System V-like memory sharing
     25 
     26 #options 	MODULAR		# new style module(7) framework
     27 #options 	MODULAR_DEFAULT_AUTOLOAD
     28 
     29 # Alternate buffer queue strategies for better responsiveness under high
     30 # disk I/O load.
     31 #options 	BUFQ_READPRIO
     32 options 	BUFQ_PRIOCSCAN
     33 
     34 # Diagnostic/debugging support options
     35 options 	DIAGNOSTIC	# cheap kernel consistency checks
     36 #options 	DEBUG		# expensive debugging checks/support
     37 options 	DDB		# in-kernel debugger
     38 #options 	KGDB			# remote debugger
     39 #options 	"KGDB_DEVNAME=\"scif\"",KGDB_DEVRATE=57600
     40 #makeoptions	DEBUG="-g"	# compile full symbol table
     41 makeoptions	COPY_SYMTAB=1
     42 #options 	SYSCALL_DEBUG
     43 #options 	UVMHIST
     44 #options 	UVMHIST_PRINT
     45 
     46 # Compatibility options
     47 
     48 include 	"conf/compat_netbsd16.config"
     49 
     50 # Executable format options
     51 options 	EXEC_COFF	# COFF executables
     52 
     53 # File systems
     54 file-system 	FFS		# UFS
     55 #file-system	EXT2FS		# second extended file system (linux)
     56 #file-system	LFS		# log-structured file system
     57 file-system 	MFS		# memory file system
     58 file-system 	NFS		# Network File System client
     59 file-system	CD9660		# CD-ROM file system
     60 file-system	MSDOSFS		# MS-DOS file system
     61 file-system	FDESC		# /dev/fd
     62 file-system 	KERNFS		# /kern
     63 file-system 	PROCFS		# /proc
     64 file-system 	NULLFS		# loopback file system
     65 #file-system	OVERLAY		# overlay file system
     66 #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     67 file-system	UNION		# union file system
     68 file-system	PTYFS		# /dev/pts/N support
     69 file-system	TMPFS		# Efficient memory file-system
     70 #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
     71 
     72 # File system options
     73 #options 	FFS_EI		# FFS Endian Independent support
     74 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     75 #options 	QUOTA		# legacy UFS quotas
     76 #options 	QUOTA2		# new, in-filesystem UFS quotas
     77 #options 	UFS_DIRHASH	# UFS Large Directory Hashing
     78 #options 	UFS_EXTATTR	# Extended attribute support for UFS1
     79 options 	WAPBL		# File system journaling support
     80 #options 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
     81 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     82 				# immutable) behave as system flags.
     83 #options 	NFSSERVER	# Network File System server
     84 
     85 # Networking options
     86 options 	INET		# IP + ICMP + TCP + UDP
     87 options 	INET6		# IPV6
     88 #options 	IPSEC		# IP security
     89 #options 	IPSEC_DEBUG	# debug for IP security
     90 #options 	MROUTING	# IP multicast routing
     91 #options 	PIM		# Protocol Independent Multicast
     92 #options 	NETATALK	# AppleTalk networking protocols
     93 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     94 #options 	PPP_DEFLATE	# Deflrate compression support for PPP
     95 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     96 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     97 
     98 #options 	ALTQ		# Manipulate network interfaces' output queues
     99 #options 	ALTQ_BLUE	# Stochastic Fair Blue
    100 #options 	ALTQ_CBQ	# Class-Based Queueing
    101 #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    102 #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    103 #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    104 #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    105 #options 	ALTQ_LOCALQ	# Local queueing discipline
    106 #options 	ALTQ_PRIQ	# Priority Queueing
    107 #options 	ALTQ_RED	# Random Early Detection
    108 #options 	ALTQ_RIO	# RED with IN/OUT
    109 #options 	ALTQ_WFQ	# Weighted Fair Queueing
    110 
    111 #options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    112 #options 	MIIVERBOSE	# verbose PHY autoconfig messages
    113 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    114 
    115 options 	NFS_BOOT_DHCP	# Support DHCP NFS root
    116 
    117 options 	KLOADER		# in-kernel bootloader
    118 #options 	KLOADER_DEBUG
    119 
    120 # wscons options
    121 options 	WSEMUL_VT100		# VT100 / VT220 emulation
    122 options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
    123 options 	FONT_BOLD8x16
    124 #options 	FONT_SONY8x16
    125 
    126 # Kernel root file system and dump configuration.
    127 #config		netbsd	root on ? type nfs
    128 #config		netbsd	root on wd0a type ffs
    129 config		netbsd	root on ? type ?
    130 
    131 #
    132 # Device configuration
    133 #
    134 
    135 mainbus0 at root
    136 
    137 cpu*		at mainbus?
    138 shb*		at mainbus?
    139 
    140 # Serial Devices
    141 #options 	SCIFCONSOLE
    142 options 	SCIFCN_SPEED=57600
    143 scif0		at shb?
    144 
    145 pvr0		at shb?
    146 wsdisplay*	at pvr? console ?
    147 
    148 maple0		at shb?
    149 
    150 mkbd*		at maple? port ? subunit ?
    151 wskbd*		at mkbd? mux 1 console ?
    152 
    153 mms*		at maple? port ? subunit ?
    154 wsmouse*	at mms? mux 0
    155 
    156 #mmem*		at maple? port ? subunit ?
    157 #mlcd*		at maple? port ? subunit ?
    158 
    159 #gdrom0		at shb?
    160 
    161 g1bus0		at shb?
    162 wdc0		at g1bus?
    163 atabus*	at wdc? channel ?
    164 wd*		at atabus? drive ? flags 0x0000
    165 #options 	ATADEBUG
    166 #options 	ATADEBUG_MASK=DEBUG_PROBE
    167 #options 	ATADEBUG_MASK="(DEBUG_PROBE|DEBUG_XFERS)"
    168 
    169 # To enable "gdrom0 at atapibus?" also edit gdrom lines in conf/files.dreamcast
    170 atapibus*	at atabus?
    171 gdrom0		at atapibus?
    172 
    173 g2bus0		at shb?
    174 g2rtc0		at g2bus?			# time-of-day clock
    175 gapspci*	at g2bus?			# GAPS PCI bridge
    176 pci*		at gapspci?
    177 rtk*		at pci? dev ? function ?	# SEGA Broadband Adapter
    178 rlphy*		at mii? phy ?
    179 
    180 mbe*		at g2bus?			# SEGA LAN Adapter
    181 
    182 #aica*		at g2bus?			# AICA Sound Processing Unit
    183 #audio*		at audiobus?
    184 
    185 #spkr*		at audio?		# PC speaker (synthesized)
    186 
    187 #pseudo-device	cgd			# cryptographic disk devices
    188 pseudo-device	md			# memory disk device (ramdisk)
    189 pseudo-device	vnd			# disk-like interface to files
    190 #options 	VND_COMPRESSION		# compressed vnd(4)
    191 
    192 # network pseudo-devices
    193 pseudo-device	bpfilter		# Berkeley packet filter
    194 #pseudo-device	carp			# Common Address Redundancy Protocol
    195 #pseudo-device	npf			# NPF packet filter
    196 pseudo-device	loop			# network loopback
    197 #pseudo-device	ppp			# Point-to-Point Protocol
    198 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    199 #pseudo-device	sl			# Serial Line IP
    200 #pseudo-device	tun			# network tunneling over tty
    201 #pseudo-device	tap			# virtual Ethernet
    202 #pseudo-device	gre			# generic L3 over IP tunnel
    203 #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    204 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    205 #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    206 #pseudo-device	vlan			# IEEE 802.1q encapsulation
    207 #pseudo-device	bridge			# simple inter-network bridging
    208 #pseudo-device	vether			# Virtual Ethernet for bridge
    209 #pseudo-device	agr			# IEEE 802.3ad link aggregation
    210 
    211 #
    212 # accept filters
    213 pseudo-device   accf_data		# "dataready" accept filter
    214 pseudo-device   accf_http		# "httpready" accept filter
    215 
    216 # miscellaneous pseudo-devices
    217 pseudo-device	pty			# pseudo-terminals
    218 pseudo-device	clockctl		# user control of clock subsystem
    219 pseudo-device	wsmux			# mouse & keyboard multiplexor
    220 pseudo-device	ksyms			# /dev/ksyms
    221 
    222 # Veriexec
    223 # include "dev/veriexec.config"
    224