INSTALLSBC revision 1.7
11.7Sgmcgarry#	$NetBSD: INSTALLSBC,v 1.7 2002/04/12 08:11:05 gmcgarry Exp $
21.1Stoddpw#
31.2Sfredb# INSTALLSBC
41.1Stoddpw
51.1Stoddpwinclude	"arch/mac68k/conf/std.mac68k"
61.1Stoddpw
71.3Slukemmakeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
81.1Stoddpw
91.1Stoddpwmaxusers	8		# estimated number of users
101.1Stoddpw
111.1Stoddpw# Enable the hooks used for initializing the ram-disk.
121.1Stoddpwoptions 	MEMORY_DISK_HOOKS
131.1Stoddpwoptions 	MEMORY_DISK_IS_ROOT 	# Force root on ram-disk
141.6Slukemoptions 	MEMORY_DISK_ROOT_SIZE=5120	# 2.5 MB
151.1Stoddpw
161.1Stoddpw# CPU support.  At least one is REQUIRED.
171.1Stoddpwoptions 	M68040
181.1Stoddpwoptions 	M68030
191.1Stoddpwoptions 	M68020		# Note:  must have 68851 PMMU
201.1Stoddpw
211.1Stoddpw# CPU-related options.
221.1Stoddpwoptions 	FPSP
231.1Stoddpwoptions 	FPU_EMULATE
241.1Stoddpw
251.1Stoddpw# Standard system options
261.1Stoddpw
271.1Stoddpwoptions 	UCONSOLE	# users can use TIOCCONS (for xconsole)
281.1Stoddpwoptions 	INSECURE	# disable kernel security levels
291.1Stoddpw
301.1Stoddpwoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
311.4Sjdolecek
321.7Sgmcgarry#options 	USERCONF	# userconf(4) support
331.4Sjdolecekoptions		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
341.1Stoddpw
351.1Stoddpw# Diagnostic/debugging support options - XXX remove these at some point
361.1Stoddpwoptions 	DIAGNOSTIC	# cheap kernel consistency checks
371.1Stoddpwoptions 	DDB		# in-kernel debugger
381.1Stoddpw#options 	ADB_DEBUG	# ADB debugging
391.1Stoddpw
401.1Stoddpw# Compatibility options
411.1Stoddpwoptions 	COMPAT_10	# NetBSD 1.0,
421.1Stoddpwoptions 	COMPAT_11	# NetBSD 1.1,
431.1Stoddpwoptions 	COMPAT_12	# NetBSD 1.2,
441.1Stoddpwoptions 	COMPAT_13	# NetBSD 1.3,
451.1Stoddpwoptions 	COMPAT_14	# NetBSD 1.4,
461.1Stoddpwoptions 	COMPAT_43	# and 4.3BSD
471.1Stoddpw
481.1Stoddpw# File systems
491.1Stoddpwfile-system 	FFS		# UFS
501.1Stoddpwfile-system 	NFS		# Network File System client
511.1Stoddpwfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
521.1Stoddpwfile-system 	MSDOSFS		# MS-DOS file system
531.1Stoddpwfile-system 	KERNFS		# /kern
541.1Stoddpw
551.1Stoddpw# Filesystem options
561.1Stoddpw#options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
571.1Stoddpw#options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
581.1Stoddpw
591.1Stoddpw# Networking options
601.1Stoddpwoptions 	INET		# IP + ICMP + TCP + UDP
611.1Stoddpw
621.1Stoddpw# These options enable verbose messages for several subsystems.
631.1Stoddpw# Warning, these may compile large string tables into the kernel!
641.1Stoddpwoptions 	SCSIVERBOSE	# human readable SCSI error messages
651.1Stoddpw
661.1Stoddpw# wscons options
671.1Stoddpw#options 	WSEMUL_SUN		# sun terminal emulation
681.1Stoddpwoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
691.1Stoddpwoptions 	WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
701.1Stoddpw
711.1Stoddpw# rcons options; note that 1-bit and 8-bit displays are supported by default.
721.1Stoddpwoptions 	RCONS_2BPP		# Support for 2-bit display
731.1Stoddpwoptions 	RCONS_4BPP		# Support for 4-bit display
741.1Stoddpwoptions 	RCONS_16BPP		# Support for 16-bit display
751.1Stoddpw
761.1Stoddpw# Mac-specific options
771.1Stoddpw#options 	DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
781.1Stoddpw#options 	MRG_ADB		# Use ROM-based ADB driver
791.1Stoddpwoptions 	ZS_CONSOLE_ABORT
801.1Stoddpw
811.1Stoddpwoptions 	NFS_BOOT_DHCP
821.1Stoddpw
831.1Stoddpw# Kernel root file system and dump configuration.
841.1Stoddpwconfig		netbsd	root on ? type ?
851.1Stoddpw
861.1Stoddpw#
871.1Stoddpw# Device configuration
881.1Stoddpw#
891.1Stoddpw
901.1Stoddpwmainbus0 at root
911.1Stoddpw
921.1Stoddpwfpu0 at mainbus?			# Floating-Point Coprocessor support
931.1Stoddpw
941.1Stoddpw
951.1Stoddpw# Basic Bus Support
961.1Stoddpw
971.1Stoddpw# On-board I/O bus support
981.1Stoddpwobio0 at mainbus?
991.1Stoddpw
1001.1Stoddpw# NuBus support
1011.1Stoddpwnubus0 at mainbus?
1021.1Stoddpw
1031.1Stoddpw
1041.1Stoddpw# Console Devices
1051.1Stoddpw
1061.1Stoddpw# Apple Desktop Bus interface
1071.1Stoddpwadb0	at obio?
1081.1Stoddpwaed*	at adb?				# ADB event device
1091.1Stoddpwakbd*	at adb?				# ADB keyboard
1101.1Stoddpwams*	at adb?				# ADB mouse
1111.1Stoddpw
1121.1Stoddpw# Basic frame buffer support
1131.1Stoddpwintvid0	at obio?			# Internal video hardware
1141.1Stoddpwmacvid*	at nubus?			# NuBus video card
1151.1Stoddpw
1161.1Stoddpw# Device-independent frame buffer interface
1171.1Stoddpwmacfb*	at intvid?
1181.1Stoddpwmacfb*	at macvid?
1191.1Stoddpw
1201.1Stoddpw# Workstation Console devices
1211.1Stoddpwwsdisplay0 at macfb? console ?
1221.1Stoddpwwskbd0	at akbd? console ?
1231.1Stoddpwwsmouse0 at ams?
1241.1Stoddpw
1251.1Stoddpw
1261.1Stoddpw# Serial Devices
1271.1Stoddpw
1281.1Stoddpw# On-board serial interface
1291.1Stoddpwzsc0	at obio?
1301.1Stoddpwzstty*	at zsc? channel ?
1311.1Stoddpw
1321.1Stoddpw
1331.1Stoddpw# SCSI Controllers and Devices
1341.1Stoddpw
1351.1Stoddpw# SCSI controllers
1361.1Stoddpw# XXX - use only one of ncrscsi or sbc
1371.1Stoddpw#ncrscsi0 at obio?			# SCSI NCR 5380
1381.1Stoddpwsbc0	at obio? flags 0x1		# MI SCSI NCR 5380
1391.1Stoddpwesp0	at obio?			# SCSI NCR 53C9x
1401.1Stoddpwesp1	at obio?			# SCSI NCR 53C9x
1411.1Stoddpw
1421.1Stoddpw# SCSI bus support
1431.1Stoddpwscsibus* at scsi?
1441.1Stoddpw
1451.1Stoddpw# SCSI devices
1461.1Stoddpwsd*	at scsibus? target ? lun ?	# SCSI disk drives
1471.1Stoddpwcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1481.1Stoddpwst*	at scsibus? target ? lun ?	# SCSI tape drives
1491.1Stoddpw
1501.1Stoddpw
1511.1Stoddpw# Miscellaneous mass storage devices
1521.1Stoddpw
1531.1Stoddpw# IWM floppy disk controller
1541.1Stoddpwiwm0	at obio?			# Sony driver (800K GCR)
1551.1Stoddpwfd*	at iwm? drive ?
1561.1Stoddpw
1571.1Stoddpw
1581.1Stoddpw# Network Interfaces
1591.1Stoddpw
1601.1Stoddpw# On-board Ethernet controllers
1611.1Stoddpwsn*	at obio?			# SONIC-based (DP83932, DP83916)
1621.1Stoddpwmc*	at obio?			# MACE-based
1631.1Stoddpw
1641.1Stoddpw# NuBus Ethernet controllers
1651.1Stoddpwae*	at nubus?			# DP8390-based
1661.1Stoddpwsn*	at nubus?			# SONIC-based (DP83932, DP83916)
1671.1Stoddpwsm*	at nubus?			# SMC-based
1681.1Stoddpw
1691.1Stoddpwnsphy*	at mii? phy ?
1701.1Stoddpwukphy*	at mii? phy ?
1711.1Stoddpw
1721.1Stoddpw# Audio Devices
1731.1Stoddpw
1741.1Stoddpw# On-board audio hardware
1751.1Stoddpwasc0	at obio?			# ASC/EASC audio
1761.1Stoddpw
1771.1Stoddpw# Pseudo-Devices
1781.1Stoddpw
1791.1Stoddpw# disk/mass storage pseudo-devices
1801.1Stoddpwpseudo-device	md		1	# memory disk device (ramdisk)
1811.1Stoddpw
1821.1Stoddpw# network pseudo-devices
1831.1Stoddpwpseudo-device	loop 		1 	# network loopback
1841.1Stoddpwpseudo-device	ppp		1 	# Point-to-Point Protocol
1851.1Stoddpwpseudo-device	sl		1 	# Serial Line IP
1861.1Stoddpw
1871.1Stoddpw# miscellaneous pseudo-devices
1881.1Stoddpwpseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
189