DISKLESS3X revision 1.43
11.43Stsutsui# $NetBSD: DISKLESS3X,v 1.43 2007/07/18 15:48:49 tsutsui Exp $
21.1Sgwr
31.15Sgwr# DISKLESS - Root and swap on NFS
41.15Sgwr# Desktop machines only (3/80)
51.15Sgwr#
61.1Sgwr# Includes devices needed to run as an X-terminal
71.1Sgwr
81.13Sgwrinclude "arch/sun3/conf/std.sun3x"
91.25Satatat
101.25Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
111.1Sgwr
121.13Sgwr# Machines to be supported by this kernel
131.13Sgwr# options 	FPU_EMULATE	# XXX - Ever needed?
141.12Sgwr# options 	HAVE_IOCACHE	# XXX - Not yet supported.
151.1Sgwr
161.1Sgwr# Needs to be set per system.  i.e change these as you see fit
171.9Sgwrmaxusers	2
181.1Sgwr
191.1Sgwr# Standard system options
201.15Sgwr#options 	KTRACE		# system call tracing
211.15Sgwr#options 	SYSVMSG		# System V message queues
221.15Sgwr#options 	SYSVSEM		# System V semaphores
231.15Sgwr#options 	SYSVSHM		# System V shared memory
241.8Sgwr#options 	SHMMAXPGS=1024	# 1024 pages is the default
251.8Sgwr#options 	LKM		# loadable kernel modules
261.8Sgwr#options 	INSECURE	# disable kernel security level
271.27Slukemoptions 	USERCONF	# userconf(4) support
281.43Stsutsui#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
291.30Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
301.1Sgwr
311.8Sgwr# Which kernel debugger?  Uncomment either this:
321.15Sgwr#options 	DDB
331.3Sgwr# ... or these for KGDB (gdb remote target)
341.22Slukem#makeoptions	DEBUG="-g"	# debugging symbols for gdb
351.1Sgwr#options 	KGDB
361.21Slukem#options 	KGDB_DEV=0x0C01	# ttya=0C00 ttyb=0C01
371.8Sgwr
381.8Sgwr# Other debugging options
391.10Slukem#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
401.8Sgwr#options 	DEBUG		# kernel debugging code
411.8Sgwr#options 	DIAGNOSTIC	# extra kernel sanity checking
421.8Sgwr#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
431.8Sgwr#options 	PMAP_DEBUG
441.8Sgwr
451.19Swiz# Compatibility options
461.15Sgwr#options 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
471.15Sgwr#options 	COMPAT_43	# and 4.3BSD and ...
481.15Sgwr#options 	COMPAT_10	# NetBSD 1.0
491.15Sgwr#options 	COMPAT_11	# NetBSD 1.1
501.15Sgwr#options 	COMPAT_12	# NetBSD 1.2
511.11Skleinkoptions 	COMPAT_13	# NetBSD 1.3
521.16Saugustssoptions 	COMPAT_14	# NetBSD 1.4
531.42Smanuoptions 	COMPAT_15	# NetBSD 1.5
541.29Scloptions 	COMPAT_16	# NetBSD 1.6
551.32Stsutsuioptions 	COMPAT_20	# NetBSD 2.0
561.43Stsutsuioptions 	COMPAT_30	# NetBSD 3.0
571.43Stsutsuioptions 	COMPAT_40	# NetBSD 4.0 compatibility.
581.15Sgwr#options 	COMPAT_LINUX	# can run Linux/m68k executables
591.20Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
601.43Stsutsuioptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
611.1Sgwr
621.1Sgwr# Filesystem options
631.9Sgwr#file-system	FFS		# Berkeley Fast Filesystem
641.8Sgwrfile-system	NFS		# Sun NFS client support
651.9Sgwr#file-system	CD9660		# ISO 9660 + Rock Ridge file system
661.9Sgwr#file-system	MSDOSFS		# MS-DOS FAT file system
671.15Sgwr#file-system	FDESC		# /dev/fd/*
681.15Sgwr#file-system	KERNFS		# /kern
691.15Sgwr#file-system	NULLFS		# loopback file system
701.15Sgwr#file-system	PROCFS		# /proc
711.9Sgwr#file-system	UNION		# union file system
721.9Sgwr#file-system	MFS		# memory-based filesystem
731.36Schristos#file-system	PTYFS		# /dev/pts/N support
741.2Sthorpej
751.9Sgwr#options 	NFSSERVER	# nfs server support
761.9Sgwr#options 	QUOTA		# FFS quotas
771.15Sgwr#options 	FFS_EI		# FFS Endian Independant support
781.1Sgwr
791.1Sgwr# Networking options
801.37Sisakioptions 	INET		# IP protocol stack support
811.6Slukem#options 	GATEWAY		# IP packet forwarding
821.9Sgwr#options 	ISO,TPIP	# OSI networking
831.9Sgwr#options 	EON		# OSI tunneling over IP
841.9Sgwr#options 	PFIL_HOOKS	# pfil(9) packet filter hooks.
851.20Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
861.8Sgwr
871.8Sgwr# Work-around for root on slow servers (insurance...)
881.1Sgwroptions 	NFS_BOOT_RWSIZE=1024
891.12Sgwroptions 	NFS_BOOT_BOOTPARAM
901.1Sgwr
911.2Sthorpejconfig		netbsd root on ? type nfs
921.1Sgwr
931.12Sgwr# On-board I/O space (required)
941.12Sgwrinclude "arch/sun3/conf/obio.sun3x"
951.12Sgwr
961.12Sgwr# On-board memory (optional)
971.12Sgwr# See frame-buffers
981.12Sgwrobmem0 at mainbus?
991.12Sgwr
1001.15Sgwr# VME bus support (optional)
1011.15Sgwr# (none on desktop machines)
1021.15Sgwr
1031.1Sgwr#
1041.1Sgwr# Serial ports
1051.1Sgwr#
1061.6Slukemzstty0	at zsc1 channel 0	# ttya
1071.6Slukemzstty1	at zsc1 channel 1	# ttyb
1081.1Sgwr
1091.6Slukemkbd0	at zsc0 channel 0	# keyboard
1101.6Slukemms0	at zsc0 channel 1	# mouse
1111.1Sgwr
1121.1Sgwr#
1131.1Sgwr# Network devices
1141.1Sgwr#
1151.1Sgwr
1161.12Sgwr# Intel Ethernet (onboard, or VME)
1171.15Sgwr#ie0 at obio0 addr 0x65000000 ipl 3
1181.22Slukem#ie1 at vme2 addr 0xe88000 ipl 3 vect 0x75
1191.8Sgwr
1201.1Sgwr# Lance Ethernet (only onboard)
1211.1Sgwrle0 at obio0 addr 0x65002000 ipl 3
1221.1Sgwr
1231.1Sgwr#
1241.1Sgwr# Frame buffer devices
1251.1Sgwr#
1261.1Sgwr
1271.13Sgwr# P4 Monochrome frame buffer.
1281.22Slukembwtwo0	at obmem0 addr 0x50300000
1291.13Sgwr
1301.13Sgwr# P4 8-bit color frame buffer
1311.13Sgwrcgfour0 at obmem0 addr 0x50300000
1321.13Sgwr
1331.13Sgwr# P4 accelerated 8-bit color frame buffer
1341.15Sgwr# cgsix0 at obmem0 addr 0x50000000
1351.13Sgwr
1361.13Sgwr# P4 24-bit color frame buffer
1371.13Sgwr# cgeight0 at obmem0 addr 0x50300000
1381.13Sgwr
1391.13Sgwr# Sun-3 color board, or CG5 8-bit frame buffer (VME A24/D16).
1401.13Sgwr# This driver is going to need work in its mmap function.
1411.13Sgwr# cgtwo0 at vme2 addr 0x400000 ipl 4 vect 0xA8
1421.13Sgwr
1431.13Sgwr# Support for the CG9 24-bit frame buffer (VME A32/D32).
1441.13Sgwr# cgnine0 at vme5 addr 0x08000000 ipl 4 vect 0xAA
1451.1Sgwr
1461.1Sgwr# Misc.
1471.6Slukempseudo-device	loop		1	# network loopback
1481.39Srpaulopseudo-device	bpfilter		# packet filter
1491.40Scubepseudo-device	sl			# CSLIP
1501.40Scubepseudo-device	ppp			# PPP
1511.40Scubepseudo-device	tun			# network tunneling over tty
1521.40Scube#pseudo-device	gre			# generic L3 over IP tunnel
1531.9Sgwr#pseudo-device	ipfilter		# ip filter
1541.1Sgwr
1551.17Sjdolecekpseudo-device	pty			# pseudo-terminals
1561.26Slukempseudo-device	clockctl		# user control of clock subsystem
157