RAMDISK3X revision 1.30
11.30Schristos# $NetBSD: RAMDISK3X,v 1.30 2005/08/19 05:20:03 christos Exp $
21.1Sjeremy
31.1Sjeremy# RAMDISK: Root/swap on ramdisk
41.1Sjeremy# This kernel is used to:
51.1Sjeremy#	format the disk (not yet implemented)
61.1Sjeremy#	partition the disk (disklabel)
71.1Sjeremy#	install the miniroot in the swap partition
81.1Sjeremy
91.4Sgwrinclude "arch/sun3/conf/std.sun3x"
101.21Satatat
111.21Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
121.3Sgwr
131.4Sgwr# Machines to be supported by this kernel
141.4Sgwr# options 	FPU_EMULATE	# XXX - Ever needed?
151.3Sgwr# options 	HAVE_IOCACHE	# XXX - Not yet supported.
161.1Sjeremy
171.1Sjeremy# Needs to be set per system.  i.e change these as you see fit
181.1Sjeremymaxusers	2
191.1Sjeremy
201.1Sjeremy# Standard system options
211.2Sgwr# ... debugging options
221.5Sgwr#options 	DDB
231.12Swiz# Compatibility options (none)
241.2Sgwr
251.2Sgwr# Filesystem options
261.2Sgwr# Need FFS for the ramdisk image.
271.2Sgwrfile-system	FFS		# Berkeley Fast Filesystem
281.2Sgwr# May need these to get miniroot image.
291.2Sgwrfile-system	NFS		# Sun NFS client support
301.2Sgwrfile-system	CD9660		# ISO 9660 + Rock Ridge file system
311.27Sdsloptions 	FFS_NO_SNAPSHOT	# No FFS snapshots
321.30Schristos#file-system	PTYFS		# /dev/pts/N support
331.1Sjeremy
341.5Sgwr# Networking options
351.5Sgwroptions 	INET		# IP prototol stack support
361.13Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
371.13Sabs
381.13Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
391.5Sgwr
401.3Sgwr# Enable the hooks used for initializing the root memory-disk.
411.1Sjeremyoptions 	MEMORY_DISK_HOOKS
421.3Sgwroptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
431.3Sgwroptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
441.23Schsoptions 	MEMORY_DISK_ROOT_SIZE=1000	# size of memory disk, in blocks
451.17Sjdolecek
461.22Slukemoptions 	USERCONF	# userconf(4) support
471.17Sjdolecekoptions		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
481.24Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
491.1Sjeremy
501.11Stsutsuiconfig		netbsd root on ? type ffs
511.1Sjeremy
521.3Sgwr# On-board I/O space (required)
531.3Sgwrinclude "arch/sun3/conf/obio.sun3x"
541.3Sgwr
551.3Sgwr# On-board memory (optional)
561.3Sgwr# See frame-buffers
571.3Sgwr# obmem0 at mainbus?
581.3Sgwr
591.3Sgwr# VME bus support (optional)
601.3Sgwr# One unit for each address space
611.3Sgwrvme0 at mainbus? # A16/D16
621.3Sgwrvme1 at mainbus? # A16/D32
631.3Sgwrvme2 at mainbus? # A24/D16
641.3Sgwrvme3 at mainbus? # A24/D32
651.3Sgwrvme4 at mainbus? # A32/D16
661.3Sgwrvme5 at mainbus? # A32/D32
671.1Sjeremy
681.1Sjeremy#
691.1Sjeremy# Serial ports
701.1Sjeremy#
711.1Sjeremyzstty0	at zsc1 channel 0	# ttya
721.1Sjeremyzstty1	at zsc1 channel 1	# ttyb
731.1Sjeremy
741.1Sjeremykbd0	at zsc0 channel 0	# keyboard
751.3Sgwr#ms0	at zsc0 channel 1	# mouse
761.1Sjeremy
771.1Sjeremy#
781.1Sjeremy# Network devices
791.1Sjeremy#
801.1Sjeremy
811.3Sgwr# Intel Ethernet (onboard, or VME)
821.2Sgwrie0 at obio0 addr 0x65000000 ipl 3
831.16Slukemie1 at vme2 addr 0xe88000 ipl 3 vect 0x75
841.2Sgwr
851.1Sjeremy# Lance Ethernet (only onboard)
861.1Sjeremyle0 at obio0 addr 0x65002000 ipl 3
871.1Sjeremy
881.1Sjeremy#
891.1Sjeremy# Disk and tape devices
901.1Sjeremy#
911.1Sjeremy
921.2Sgwr# Emulex SCSI (3/80 only)
931.8Sgwr# Both `dma' and `esp' are needed.
941.5Sgwr# See GENERIC3X for the flags description.
951.8Sgwrdma0 at obio0 addr 0x66001000 ipl 2
961.25Stsutsuiesp0 at obio0 addr 0x66000000 ipl 2 flags 0x000000
971.1Sjeremy
981.1Sjeremy# Floppy drive
991.1Sjeremyfdc0 at obio0 addr 0x6e000000 ipl 6 vect 0x40
1001.16Slukemfd0	at fdc0	# First (and only) floppy drive.
1011.1Sjeremy
1021.3Sgwr# Sun3 "si" SCSI controller (NCR 5380)
1031.5Sgwr# See GENERIC3X for the flags description.
1041.16Slukemsi0 at vme2 addr 0x200000 ipl 2 vect 0x40
1051.16Slukemsi1 at vme2 addr 0x204000 ipl 2 vect 0x41
1061.3Sgwr
1071.3Sgwr# Xylogics 450/451 controllers (VME A16/D16)
1081.3Sgwrxyc0 at vme0 addr 0xee40 ipl 2 vect 0x48
1091.3Sgwrxyc1 at vme0 addr 0xee48 ipl 2 vect 0x49
1101.3Sgwrxy* at xyc? drive ?
1111.3Sgwr
1121.3Sgwr# Xylogics 7053 controllers (VME A16/D32)
1131.3Sgwrxdc0 at vme1 addr 0xee80 ipl 2 vect 0x44
1141.3Sgwrxdc1 at vme1 addr 0xee90 ipl 2 vect 0x45
1151.3Sgwrxd* at xdc? drive ?
1161.3Sgwr
1171.3Sgwr# Xylogics 472 tape controllers?
1181.3Sgwr
1191.1Sjeremy#
1201.1Sjeremy# Frame buffer devices
1211.5Sgwr# (Not needed for installation kernels.)
1221.1Sjeremy
1231.1Sjeremy#
1241.1Sjeremy# SCSI infrastructure
1251.1Sjeremy#
1261.1Sjeremyscsibus* at scsi?
1271.1Sjeremy
1281.1Sjeremysd* at scsibus? target ? lun ?		# SCSI disks
1291.1Sjeremyst* at scsibus? target ? lun ?		# SCSI tapes
1301.1Sjeremycd* at scsibus? target ? lun ?		# SCSI CD-ROMs
1311.1Sjeremy#ch* at scsibus? target ? lun ?		# SCSI changer devices
1321.1Sjeremy#ss* at scsibus? target ? lun ?		# SCSI scanners
1331.3Sgwr#uk* at scsibus? target ? lun ?		# unknown SCSI devices
1341.1Sjeremy
1351.2Sgwr# Memory-disk drivers (root for install tape)
1361.1Sjeremypseudo-device	md		2
1371.1Sjeremy
1381.1Sjeremy# Misc.
1391.1Sjeremypseudo-device	loop		1	# network loopback
1401.1Sjeremypseudo-device	sl		2	# CSLIP
1411.26Shannken#pseudo-device	fss		4	# file system snapshot device
142