xref: /netbsd-src/sys/arch/news68k/conf/NEWS1200 (revision f3ec8521a0a46c333da39ec6853e9d31ff4b5525)
1# 	$NetBSD: NEWS1200,v 1.70 2021/01/21 06:51:55 nia Exp $
2
3#	news1200 config file
4#
5include 	"arch/news68k/conf/std.news68k"
6
7#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
8
9maxusers	8
10
11options 	news1200		# news1200 support
12options 	CPU_SINGLE		# Will IOP be supported eventually?
13#options 	FPU_EMULATE
14
15# Standard system options
16#options 	NTP			# NTP phase/frequency locked loop
17options 	KTRACE			# system call tracing support
18options 	SYSVMSG			# System V message queues
19options 	SYSVSEM			# System V semaphores
20options 	SYSVSHM			# System V shared memory
21options 	USERCONF		# userconf(4) support
22#options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
23#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
24
25# Debugging options
26options 	DIAGNOSTIC		# extra kernel sanity checking
27#options 	DEBUG			# extra kernel debugging support
28options 	DDB			# kernel dynamic debugger
29pseudo-device	ksyms
30#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
31#options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
32#options 	SCSIVERBOSE		# Verbose SCSI errors
33#options 	SCSIDEBUG		# extra SCSI debugging support
34#makeoptions	DEBUG="-g"		# compile full symbol table
35
36# Compatibility options
37include 	"conf/compat_netbsd12.config"
38options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
39
40options 	COMPAT_SUNOS		# binary compatibility with SunOS
41#options 	COMPAT_LINUX		# binary compatibllity with Linux/m68k
42#options 	COMPAT_OSSAUDIO		# binary compatibllity with Linux/m68k
43
44# Filesystem options
45file-system	FFS		# Berkeley Fast Filesystem
46#file-system	LFS		# log-structured file system
47file-system	NFS		# Sun NFS-compatible filesystem client
48file-system	MFS		# memory-based filesystem
49#file-system	CD9660		# ISO 9660 + Rock Ridge file system
50#file-system	MSDOSFS		# MS-DOS FAT file system
51file-system	KERNFS		# /kern
52file-system	PROCFS		# /proc
53file-system	FDESC		# /dev/fd/*
54file-system	NULLFS		# loopback file system
55#file-system 	OVERLAY		# overlay file system
56#file-system	UMAPFS		# NULLFS + uid and gid remapping
57#file-system	UNION		# union file system
58#file-system	CODA		# Coda File System; also needs vcode (below)
59file-system	PTYFS		# /dev/pts/N support
60
61#options 	NFSSERVER	# nfs server support
62#options 	QUOTA		# legacy UFS quotas
63#options 	QUOTA2		# new, in-filesystem UFS quotas
64#options 	FFS_EI		# ffs endian independent support
65options 	WAPBL		# File system journaling support
66options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
67
68# Networking options
69options 	INET		# Internet protocols
70options 	INET6		# IPV6
71#options 	IPSEC		# IP security
72#options 	IPSEC_DEBUG	# debug for IP security
73#options 	GATEWAY		# IP packet forwarding
74#options 	MROUTING	# IP multicast routing
75#options 	PIM		# Protocol Independent Multicast
76#options 	NETATALK	# AppleTalk networking protocols
77#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
78#options 	PPP_DEFLATE	# Deflate compression support for PPP
79#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
80#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
81
82options 	NFS_BOOT_BOOTPARAM
83options 	NFS_BOOT_DHCP
84
85config	netbsd root on ? type ?
86#config	netbsd root on ? type nfs
87
88#
89# device declarations
90#
91
92mainbus0 at root
93
94# NEWS HYPER-BUS
95hb0	at mainbus0 systype NEWS1200
96
97# interval timer
98timer0	at hb0 addr 0xe1140000 ipl 6
99
100# MK48T02 TOD clock
101mkclock0 at hb0 addr 0xe1420000
102
103# onboard LANCE ethernet
104le0	at hb0 addr 0xe1a40000 ipl 4
105
106# keyboard/mouse; not yet
107kb0	at hb0 addr 0xe1240000 ipl 5
108ms0	at hb0 addr 0xe1280000 ipl 5
109
110wskbd*	at kb?
111wsmouse* at ms?
112
113# onboard z8530 SCC
114zsc0	at hb0 addr 0xe1780000 ipl 5 vect 64 flags 0x1
115zstty0	at zsc0 channel 0
116zstty1	at zsc0 channel 1
117
118# Misc.
119pseudo-device	loop			# loopback interface; required
120pseudo-device	pty			# pseudo-terminals
121pseudo-device	md			# memory disk device
122pseudo-device	vnd			# disk-like interface to files
123#pseudo-device	ccd			# concatenated and striped disks
124#pseudo-device	raid			# RAIDframe disk driver
125pseudo-device	sl			# SLIP interfaces
126pseudo-device	ppp			# PPP interfaces
127pseudo-device	tun			# Network "tunnel" device
128#pseudo-device	gre			# generic L3 over IP tunnel
129pseudo-device	bpfilter		# Berkeley Packet Filter
130pseudo-device	npf			# NPF packet filter
131pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
132#pseudo-device	faith			# IPv[46] tcp relay translation i/f
133#pseudo-device	vcoda			# coda minicache <-> venus comm.
134pseudo-device	clockctl		# user control of clock subsystem
135