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