RAMDISK revision 1.49
11.49She#	$NetBSD: RAMDISK,v 1.49 2008/05/16 15:16:15 he Exp $
21.1Sgwr
31.1Sgwr# RAMDISK: Root/swap on ramdisk
41.1Sgwr# This kernel is used to:
51.1Sgwr#	format the disk (not yet implemented)
61.1Sgwr#	partition the disk (disklabel)
71.1Sgwr#	install the miniroot in the swap partition
81.1Sgwr
91.5Sjtcinclude "arch/sun3/conf/std.sun3"
101.34Satatat
111.34Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
121.1Sgwr
131.48Stsutsuimakeoptions	COPTS="-Os"		# bootloader has size limit (~2MB)
141.48Stsutsui
151.17Sgwr# Machines to be supported by this kernel
161.13Sgwr# options 	FPU_EMULATE		# No FP code here!
171.1Sgwroptions 	HAVECACHE		# Sun3/260 VAC
181.1Sgwr
191.1Sgwr# Needs to be set per system.  i.e change these as you see fit
201.1Sgwrmaxusers	2
211.1Sgwr
221.1Sgwr# Standard system options
231.13Sgwr# ... debugging options
241.18Sgwr#options 	DDB
251.25Swiz# Compatibility options (none)
261.6Sthorpej
271.13Sgwr# Filesystem options
281.13Sgwr# Need FFS for the ramdisk image.
291.13Sgwrfile-system	FFS		# Berkeley Fast Filesystem
301.13Sgwr# May need these to get miniroot image.
311.13Sgwrfile-system	NFS		# Sun NFS client support
321.13Sgwrfile-system	CD9660		# ISO 9660 + Rock Ridge file system
331.44Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
341.42Schristos#file-system	PTYFS		# /dev/pts/N support
351.2Sgwr
361.18Sgwr# Networking options
371.43Sisakioptions 	INET		# IP protocol stack support
381.26Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
391.26Sabs
401.26Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
411.18Sgwr
421.13Sgwr# Enable the hooks used for initializing the root memory-disk.
431.8Spkoptions 	MEMORY_DISK_HOOKS
441.13Sgwroptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
451.13Sgwroptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
461.49Sheoptions 	MEMORY_DISK_ROOT_SIZE=1200	# size of memory disk, in blocks
471.30Sjdolecek
481.35Slukemoptions 	USERCONF	# userconf(4) support
491.46Stsutsuioptions 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
501.37Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
511.1Sgwr
521.24Stsutsuiconfig		netbsd root on ? type ffs
531.1Sgwr
541.16Sgwr# On-board I/O space (required)
551.16Sgwrinclude "arch/sun3/conf/obio.sun3"
561.16Sgwr
571.16Sgwr# On-board memory (optional)
581.16Sgwr# See frame-buffers
591.16Sgwr# obmem0 at mainbus?
601.16Sgwr
611.16Sgwr# VME bus support (optional)
621.16Sgwr# One unit for each address space
631.16Sgwrvme0 at mainbus? # A16/D16
641.16Sgwrvme1 at mainbus? # A16/D32
651.16Sgwrvme2 at mainbus? # A24/D16
661.16Sgwrvme3 at mainbus? # A24/D32
671.16Sgwrvme4 at mainbus? # A32/D16
681.16Sgwrvme5 at mainbus? # A32/D32
691.16Sgwr
701.2Sgwr#
711.3Sgwr# Serial ports
721.3Sgwr#
731.11Slukemzstty0	at zsc1 channel 0	# ttya
741.11Slukemzstty1	at zsc1 channel 1	# ttyb
751.3Sgwr
761.11Slukemkbd0	at zsc0 channel 0	# keyboard
771.13Sgwr#ms0	at zsc0 channel 1	# mouse
781.3Sgwr
791.3Sgwr#
801.2Sgwr# Network devices
811.2Sgwr#
821.1Sgwr
831.2Sgwr# Intel Ethernet (onboard, or VME)
841.16Sgwrie0 at obio0 addr 0x0C0000 ipl 3
851.29Slukemie1 at vme2 addr 0xe88000 ipl 3 vect 0x75
861.1Sgwr
871.2Sgwr# Lance Ethernet (only onboard)
881.16Sgwrle0 at obio0 addr 0x120000 ipl 3
891.16Sgwr
901.16Sgwr# All Sun3 machines with an "le" (3/50, 3/60) should be
911.16Sgwr# presumed to have the old, buggy LANCE chip. (Rev. C)
921.16Sgwroptions 	LANCE_REVC_BUG
931.1Sgwr
941.2Sgwr#
951.2Sgwr# Disk and tape devices
961.2Sgwr#
971.2Sgwr
981.2Sgwr# Sun3 "si" SCSI controller (NCR 5380)
991.13Sgwr# See GENERIC for the flags description.
1001.16Sgwrsi0 at obio0 addr 0x140000 ipl 2
1011.29Slukemsi0 at vme2 addr 0x200000 ipl 2 vect 0x40
1021.29Slukemsi1 at vme2 addr 0x204000 ipl 2 vect 0x41
1031.16Sgwr
1041.16Sgwr# Xylogics 450/451 controllers (VME A16/D16)
1051.16Sgwrxyc0 at vme0 addr 0xee40 ipl 2 vect 0x48
1061.16Sgwrxyc1 at vme0 addr 0xee48 ipl 2 vect 0x49
1071.13Sgwrxy* at xyc? drive ?
1081.10Sgwr
1091.16Sgwr# Xylogics 7053 controllers (VME A16/D32)
1101.16Sgwrxdc0 at vme1 addr 0xee80 ipl 2 vect 0x44
1111.16Sgwrxdc1 at vme1 addr 0xee90 ipl 2 vect 0x45
1121.13Sgwrxd* at xdc? drive ?
1131.2Sgwr
1141.2Sgwr# Xylogics 472 tape controllers?
1151.13Sgwr
1161.16Sgwr# Sun3/E SCSI+Ethernet board (VME A24/D16)
1171.16Sgwr# Note: the board uses vect and vect+1
1181.16Sgwrsebuf0 at vme2 addr 0x300000 ipl 2 vect 0x74 # and 0x75
1191.16Sgwrsebuf1 at vme2 addr 0x340000 ipl 2 vect 0x76 # and 0x77
1201.13Sgwrsi* at sebuf?
1211.13Sgwrie* at sebuf?
1221.2Sgwr
1231.2Sgwr#
1241.2Sgwr# Frame buffer devices
1251.18Sgwr# (Not needed for installation kernels.)
1261.1Sgwr
1271.2Sgwr#
1281.2Sgwr# SCSI infrastructure
1291.2Sgwr#
1301.1Sgwrscsibus* at scsi?
1311.1Sgwr
1321.10Sgwrsd* at scsibus? target ? lun ?		# SCSI disks
1331.10Sgwrst* at scsibus? target ? lun ?		# SCSI tapes
1341.10Sgwrcd* at scsibus? target ? lun ?		# SCSI CD-ROMs
1351.10Sgwr#ch* at scsibus? target ? lun ?		# SCSI changer devices
1361.10Sgwr#ss* at scsibus? target ? lun ?		# SCSI scanners
1371.20Sgwr#uk* at scsibus? target ? lun ?		# unknown SCSI devices
1381.1Sgwr
1391.16Sgwr# Memory-disk drivers (root for install tape)
1401.11Slukempseudo-device	md		2
1411.2Sgwr
1421.2Sgwr# Misc.
1431.11Slukempseudo-device	loop		1	# network loopback
1441.45Scubepseudo-device	sl			# CSLIP
1451.38Shannken#pseudo-device	fss		4	# file system snapshot device
146