xref: /netbsd/sys/arch/mac68k/conf/INSTALLSBC (revision c4a72b64)
1#	$NetBSD: INSTALLSBC,v 1.13 2002/09/18 02:44:02 lukem Exp $
2#
3# INSTALLSBC
4
5include	"arch/mac68k/conf/std.mac68k"
6
7#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
8
9makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
10
11maxusers	8		# estimated number of users
12
13# Enable the hooks used for initializing the ram-disk.
14options 	MEMORY_DISK_HOOKS
15options 	MEMORY_DISK_IS_ROOT 	# Force root on ram-disk
16options 	MEMORY_DISK_ROOT_SIZE=5120	# 2.5 MB
17
18# CPU support.  At least one is REQUIRED.
19options 	M68040
20options 	M68030
21options 	M68020		# Note:  must have 68851 PMMU
22
23# CPU-related options.
24options 	FPSP
25options 	FPU_EMULATE
26
27# Standard system options
28
29options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
30options 	INSECURE	# disable kernel security levels
31
32options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
33
34options 	USERCONF	# userconf(4) support
35options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
36options 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
37
38# Diagnostic/debugging support options - XXX remove these at some point
39options 	DIAGNOSTIC	# cheap kernel consistency checks
40options 	DDB		# in-kernel debugger
41#options 	ADB_DEBUG	# ADB debugging
42
43# Compatibility options
44options 	COMPAT_10	# NetBSD 1.0,
45options 	COMPAT_11	# NetBSD 1.1,
46options 	COMPAT_12	# NetBSD 1.2,
47options 	COMPAT_13	# NetBSD 1.3,
48options 	COMPAT_14	# NetBSD 1.4,
49options 	COMPAT_43	# and 4.3BSD
50
51# File systems
52file-system 	FFS		# UFS
53file-system 	NFS		# Network File System client
54file-system 	CD9660		# ISO 9660 + Rock Ridge file system
55file-system 	MSDOSFS		# MS-DOS file system
56file-system 	KERNFS		# /kern
57
58# Filesystem options
59#options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
60options 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
61
62# Networking options
63options 	INET		# IP + ICMP + TCP + UDP
64
65# These options enable verbose messages for several subsystems.
66# Warning, these may compile large string tables into the kernel!
67options 	SCSIVERBOSE	# human readable SCSI error messages
68
69# wscons options
70#options 	WSEMUL_SUN		# sun terminal emulation
71options 	WSEMUL_VT100		# VT100 / VT220 emulation
72options 	WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
73
74# rcons options; note that 1-bit and 8-bit displays are supported by default.
75options 	RCONS_2BPP		# Support for 2-bit display
76options 	RCONS_4BPP		# Support for 4-bit display
77options 	RCONS_16BPP		# Support for 16-bit display
78
79# Mac-specific options
80#options 	DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
81#options 	MRG_ADB		# Use ROM-based ADB driver
82options 	ZS_CONSOLE_ABORT
83
84options 	NFS_BOOT_DHCP
85
86# Kernel root file system and dump configuration.
87config		netbsd	root on ? type ?
88
89#
90# Device configuration
91#
92
93mainbus0 at root
94
95fpu0 at mainbus?			# Floating-Point Coprocessor support
96
97
98# Basic Bus Support
99
100# On-board I/O bus support
101obio0 at mainbus?
102
103# NuBus support
104nubus0 at mainbus?
105
106
107# Console Devices
108
109# Apple Desktop Bus interface
110adb0	at obio?
111aed*	at adb?				# ADB event device
112akbd*	at adb?				# ADB keyboard
113ams*	at adb?				# ADB mouse
114
115# Basic frame buffer support
116intvid0	at obio?			# Internal video hardware
117macvid*	at nubus?			# NuBus video card
118
119# Device-independent frame buffer interface
120macfb*	at intvid?
121macfb*	at macvid?
122
123# Workstation Console devices
124wsdisplay0 at macfb? console ?
125wskbd0	at akbd? console ?
126wsmouse0 at ams?
127
128
129# Serial Devices
130
131# On-board serial interface
132zsc0	at obio?
133zstty*	at zsc? channel ?
134
135
136# SCSI Controllers and Devices
137
138# SCSI controllers
139# XXX - use only one of ncrscsi or sbc
140#ncrscsi0 at obio?			# SCSI NCR 5380
141sbc0	at obio? flags 0x1		# MI SCSI NCR 5380
142esp0	at obio?			# SCSI NCR 53C9x
143esp1	at obio?			# SCSI NCR 53C9x
144
145# SCSI bus support
146scsibus* at scsi?
147
148# SCSI devices
149sd*	at scsibus? target ? lun ?	# SCSI disk drives
150cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
151st*	at scsibus? target ? lun ?	# SCSI tape drives
152
153# IDE controller and devices
154wdc*	at obio? flags 0x1000
155wd*	at wdc? channel ? drive ?
156
157
158# Miscellaneous mass storage devices
159
160# IWM floppy disk controller
161iwm0	at obio?			# Sony driver (800K GCR)
162fd*	at iwm? drive ?
163
164
165# Network Interfaces
166
167# On-board Ethernet controllers
168sn*	at obio?			# SONIC-based (DP83932, DP83916)
169mc*	at obio?			# MACE-based
170
171# NuBus Ethernet controllers
172ae*	at nubus?			# DP8390-based
173sn*	at nubus?			# SONIC-based (DP83932, DP83916)
174sm*	at nubus?			# SMC-based
175netdock*	at nubus?		# Asante NetDock, Newer Ether MicroDock
176
177nsphy*	at mii? phy ?
178ukphy*	at mii? phy ?
179
180# Audio Devices
181
182# On-board audio hardware
183asc0	at obio?			# ASC/EASC audio
184
185# Pseudo-Devices
186
187# disk/mass storage pseudo-devices
188pseudo-device	md		1	# memory disk device (ramdisk)
189
190# network pseudo-devices
191pseudo-device	loop 		1 	# network loopback
192pseudo-device	ppp		1 	# Point-to-Point Protocol
193pseudo-device	sl		1 	# Serial Line IP
194
195# miscellaneous pseudo-devices
196pseudo-device	bpfilter	8	# Berkeley packet filter
197pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
198