GENERICSBC revision 1.19
11.19Sitojun#	$NetBSD: GENERICSBC,v 1.19 2002/06/19 03:48:31 itojun Exp $
21.1Stoddpw#
31.5Sfredb# GENERICSBC
41.1Stoddpw
51.1Stoddpwinclude	"arch/mac68k/conf/std.mac68k"
61.1Stoddpw
71.16Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
81.16Satatat
91.19Sitojun#ident 		"GENERICSBC-$Revision: 1.19 $"
101.1Stoddpw
111.1Stoddpwmaxusers	16		# estimated number of users
121.1Stoddpw
131.1Stoddpw# CPU support.  At least one is REQUIRED.
141.1Stoddpwoptions 	M68040
151.1Stoddpwoptions 	M68030
161.1Stoddpwoptions 	M68020		# Note:  must have 68851 PMMU
171.1Stoddpw
181.1Stoddpw# CPU-related options.
191.1Stoddpwoptions 	FPSP
201.1Stoddpwoptions 	FPU_EMULATE
211.1Stoddpw
221.1Stoddpw# Standard system options
231.1Stoddpw
241.1Stoddpwoptions 	UCONSOLE	# users can use TIOCCONS (for xconsole)
251.1Stoddpwoptions 	INSECURE	# disable kernel security levels
261.1Stoddpw
271.1Stoddpwoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
281.1Stoddpw#options 	NTP		# NTP phase/frequency locked loop
291.1Stoddpw
301.1Stoddpwoptions 	KTRACE		# system call tracing via ktrace(1)
311.1Stoddpw
321.1Stoddpwoptions 	SYSVMSG		# System V-like message queues
331.1Stoddpwoptions 	SYSVSEM		# System V-like semaphores
341.7Slukem#options 	SEMMNI=10	# number of semaphore identifiers
351.7Slukem#options 	SEMMNS=60	# number of semaphores in system
361.7Slukem#options 	SEMUME=10	# max number of undo entries per process
371.7Slukem#options 	SEMMNU=30	# number of undo structures in system
381.1Stoddpwoptions 	SYSVSHM		# System V-like memory sharing
391.1Stoddpw#options 	SHMMAXPGS=1024	# 1024 pages is the default
401.1Stoddpw
411.1Stoddpwoptions 	LKM		# loadable kernel modules
421.11Sjdolecek
431.15Sgmcgarry#options 	USERCONF	# userconf(4) support
441.11Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
451.1Stoddpw
461.1Stoddpw# Diagnostic/debugging support options
471.12Sfredb#options 	DIAGNOSTIC	# cheap kernel consistency checks
481.1Stoddpw#options 	DEBUG		# expensive debugging checks/support
491.1Stoddpwoptions 	KMEMSTATS	# kernel memory statistics (vmstat -m)
501.12Sfredboptions 	DDB			# in-kernel debugger
511.1Stoddpw#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
521.6Slukem#options 	KGDB			# remote debugger
531.6Slukem#options 	KGDB_DEV=0xc01		# kgdb device number (dev_t)
541.6Slukem#options 	KGDB_DEVRATE=38400	# baud rate
551.1Stoddpw#makeoptions	DEBUG="-g"	# compile full symbol table
561.1Stoddpw
571.1Stoddpw# Compatibility options
581.1Stoddpw#options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
591.1Stoddpw#options 	COMPAT_09	# NetBSD 0.9,
601.1Stoddpwoptions 	COMPAT_10	# NetBSD 1.0,
611.1Stoddpwoptions 	COMPAT_11	# NetBSD 1.1,
621.1Stoddpwoptions 	COMPAT_12	# NetBSD 1.2,
631.1Stoddpwoptions 	COMPAT_13	# NetBSD 1.3,
641.1Stoddpwoptions 	COMPAT_14	# NetBSD 1.4,
651.13Sfredboptions 	COMPAT_15	# NetBSD 1.5,
661.1Stoddpwoptions 	COMPAT_43	# and 4.3BSD
671.2Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
681.1Stoddpw
691.12Sfredb# The following is needed to run pre-NetBSD 1.6 binaries under ELF.
701.14Sshibaoptions 	COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
711.14Sshibaoptions 	EXEC_AOUT	# support for exec'ing a.out
721.12Sfredb
731.12Sfredb#options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
741.12Sfredb#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
751.12Sfredb#options 	COMPAT_SUNOS	# compatibility with SunOS 4.x binaries
761.1Stoddpw#options 	COMPAT_SVR4	# compatibility with SVR4 binaries
771.1Stoddpw
781.1Stoddpw# File systems
791.1Stoddpwfile-system 	FFS		# UFS
801.1Stoddpwfile-system 	EXT2FS		# second extended file system (linux)
811.1Stoddpwfile-system 	LFS		# log-structured file system
821.1Stoddpwfile-system 	MFS		# memory file system
831.1Stoddpwfile-system 	NFS		# Network File System client
841.1Stoddpwfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
851.1Stoddpwfile-system 	MSDOSFS		# MS-DOS file system
861.1Stoddpwfile-system 	FDESC		# /dev/fd
871.1Stoddpwfile-system 	KERNFS		# /kern
881.1Stoddpwfile-system 	NULLFS		# loopback file system
891.1Stoddpwfile-system 	OVERLAY		# overlay file system
901.1Stoddpwfile-system 	PORTAL		# portal filesystem (still experimental)
911.1Stoddpwfile-system 	PROCFS		# /proc
921.1Stoddpwfile-system 	UMAPFS		# NULLFS + uid and gid remapping
931.1Stoddpwfile-system 	UNION		# union file system
941.1Stoddpwfile-system 	CODA		# Venus/Coda distributed file system
951.1Stoddpw
961.1Stoddpw# File system options
971.1Stoddpwoptions 	QUOTA		# UFS quotas
981.1Stoddpw#options 	FFS_EI		# FFS Endian Independant support
991.1Stoddpwoptions 	SOFTDEP		# FFS soft updates support.
1001.1Stoddpwoptions 	NFSSERVER	# Network File System server
1011.1Stoddpw#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1021.1Stoddpw				# immutable) behave as system flags.
1031.1Stoddpw
1041.1Stoddpw# Networking options
1051.1Stoddpwoptions 	GATEWAY		# packet forwarding
1061.1Stoddpwoptions 	INET		# IP + ICMP + TCP + UDP
1071.1Stoddpwoptions 	INET6		# IPV6
1081.1Stoddpw#options 	IPSEC		# IP security
1091.1Stoddpw#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1101.1Stoddpw#options 	IPSEC_DEBUG	# debug for IP security
1111.1Stoddpw#options 	MROUTING	# IP multicast routing
1121.1Stoddpwoptions 	NS		# XNS
1131.1Stoddpw#options 	NSIP		# XNS tunneling over IP
1141.1Stoddpwoptions 	ISO,TPIP	# OSI
1151.1Stoddpw#options 	EON		# OSI tunneling over IP
1161.1Stoddpwoptions 	CCITT,LLC,HDLC	# X.25
1171.1Stoddpwoptions 	NETATALK	# AppleTalk networking protocols
1181.1Stoddpwoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1191.1Stoddpwoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1201.1Stoddpwoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1211.1Stoddpwoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1221.12Sfredboptions 	IPFILTER_LOG	# ipmon(8) log support
1231.2Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1241.1Stoddpw
1251.1Stoddpw# These options enable verbose messages for several subsystems.
1261.1Stoddpw# Warning, these may compile large string tables into the kernel!
1271.1Stoddpwoptions 	SCSIVERBOSE	# human readable SCSI error messages
1281.1Stoddpw
1291.1Stoddpw# wscons options
1301.1Stoddpw#options 	WSEMUL_SUN		# sun terminal emulation
1311.1Stoddpwoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1321.1Stoddpwoptions 	WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
1331.1Stoddpw
1341.1Stoddpw# rcons options; note that 1-bit and 8-bit displays are supported by default.
1351.1Stoddpwoptions 	RCONS_2BPP		# Support for 2-bit display
1361.1Stoddpwoptions 	RCONS_4BPP		# Support for 4-bit display
1371.1Stoddpwoptions 	RCONS_16BPP		# Support for 16-bit display
1381.1Stoddpw
1391.1Stoddpw# Mac-specific options
1401.1Stoddpw#options 	ALTXBUTTONS	# Map Opt-{1,2,3} to mouse buttons
1411.1Stoddpw#options 	DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
1421.1Stoddpwoptions 	GRF_COMPAT	# Include grf compatibility code
1431.1Stoddpw#options 	MRG_ADB		# Use ROM-based ADB driver
1441.1Stoddpwoptions 	ZS_CONSOLE_ABORT
1451.1Stoddpw
1461.1Stoddpwoptions 	NFS_BOOT_DHCP
1471.1Stoddpw
1481.1Stoddpw# Kernel root file system and dump configuration.
1491.1Stoddpwconfig		netbsd	root on ? type ?
1501.1Stoddpw
1511.1Stoddpw#
1521.1Stoddpw# Device configuration
1531.1Stoddpw#
1541.1Stoddpw
1551.1Stoddpwmainbus0 at root
1561.1Stoddpw
1571.1Stoddpwfpu0 at mainbus?			# Floating-Point Coprocessor support
1581.1Stoddpw
1591.1Stoddpw
1601.1Stoddpw# Basic Bus Support
1611.1Stoddpw
1621.1Stoddpw# On-board I/O bus support
1631.1Stoddpwobio0 at mainbus?
1641.1Stoddpw
1651.1Stoddpw# NuBus support
1661.1Stoddpwnubus0 at mainbus?
1671.1Stoddpw
1681.1Stoddpw
1691.1Stoddpw# Console Devices
1701.1Stoddpw
1711.1Stoddpw# Apple Desktop Bus interface
1721.1Stoddpwadb0	at obio?
1731.1Stoddpwaed*	at adb?				# ADB event device
1741.1Stoddpwakbd*	at adb?				# ADB keyboard
1751.1Stoddpwams*	at adb?				# ADB mouse
1761.1Stoddpw
1771.1Stoddpw# Basic frame buffer support
1781.1Stoddpwintvid0	at obio?			# Internal video hardware
1791.1Stoddpwmacvid*	at nubus?			# NuBus video card
1801.1Stoddpw
1811.1Stoddpw# Device-independent frame buffer interface
1821.1Stoddpwmacfb*	at intvid?
1831.1Stoddpwmacfb*	at macvid?
1841.1Stoddpw
1851.1Stoddpw# Workstation Console devices
1861.1Stoddpwwsdisplay* at macfb? console ?
1871.1Stoddpwwskbd*	at akbd? console ?
1881.1Stoddpwwsmouse* at ams?
1891.1Stoddpw
1901.1Stoddpw
1911.1Stoddpw# Serial Devices
1921.1Stoddpw
1931.1Stoddpw# On-board serial interface
1941.1Stoddpwzsc0	at obio?
1951.1Stoddpwzstty*	at zsc? channel ?
1961.1Stoddpw
1971.1Stoddpw
1981.1Stoddpw# SCSI Controllers and Devices
1991.1Stoddpw
2001.1Stoddpw# SCSI controllers
2011.1Stoddpw# XXX - use only one of ncrscsi or sbc
2021.1Stoddpw#ncrscsi0 at obio?			# SCSI NCR 5380
2031.1Stoddpwsbc0	at obio? flags 0x1		# MI SCSI NCR 5380
2041.1Stoddpwesp0	at obio?			# SCSI NCR 53C9x
2051.1Stoddpwesp1	at obio?			# SCSI NCR 53C9x
2061.1Stoddpw
2071.1Stoddpw# SCSI bus support
2081.1Stoddpwscsibus* at scsi?
2091.1Stoddpw
2101.1Stoddpw# SCSI devices
2111.1Stoddpwsd*	at scsibus? target ? lun ?	# SCSI disk drives
2121.1Stoddpwst*	at scsibus? target ? lun ?	# SCSI tape drives
2131.1Stoddpwcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2141.1Stoddpwch*	at scsibus? target ? lun ?	# SCSI autochangers
2151.1Stoddpwse*	at scsibus? target ? lun ?	# SCSI ethernet
2161.1Stoddpwss*	at scsibus? target ? lun ?	# SCSI scanners
2171.1Stoddpwuk*	at scsibus? target ? lun ?	# SCSI unknown
2181.17Sshiba
2191.17Sshiba# IDE controller and devices
2201.17Sshibawdc*	at obio? flags 0x1000
2211.17Sshibawd*	at wdc? channel ? drive ?
2221.1Stoddpw
2231.1Stoddpw
2241.1Stoddpw# Miscellaneous mass storage devices
2251.1Stoddpw
2261.1Stoddpw# IWM floppy disk controller
2271.1Stoddpwiwm0	at obio?			# Sony driver (800K GCR)
2281.1Stoddpwfd*	at iwm? drive ?
2291.1Stoddpw
2301.1Stoddpw
2311.1Stoddpw# Network Interfaces
2321.1Stoddpw
2331.1Stoddpw# On-board Ethernet controllers
2341.1Stoddpwsn*	at obio?			# SONIC-based (DP83932, DP83916)
2351.1Stoddpwmc*	at obio?			# MACE-based
2361.1Stoddpw
2371.1Stoddpw# NuBus Ethernet controllers
2381.1Stoddpwae*	at nubus?			# DP8390-based
2391.1Stoddpwsn*	at nubus?			# SONIC-based (DP83932, DP83916)
2401.1Stoddpwsm*	at nubus?			# SMC 91cxx-based
2411.19Sitojunnetdock*	at nubus?		# Asante NetDock, Newer Ether MicroDock
2421.1Stoddpw
2431.1Stoddpwnsphy*	at mii? phy ?
2441.1Stoddpwukphy*	at mii? phy ?
2451.1Stoddpw
2461.1Stoddpw# Audio Devices
2471.1Stoddpw
2481.1Stoddpw# On-board audio hardware
2491.1Stoddpwasc0	at obio?			# ASC/EASC audio
2501.1Stoddpw
2511.1Stoddpw# Pseudo-Devices
2521.1Stoddpw
2531.1Stoddpw# disk/mass storage pseudo-devices
2541.1Stoddpwpseudo-device	ccd		4	# concatenated/striped disk devices
2551.10Soster#pseudo-device	raid		8	# RAIDframe disk driver
2561.1Stoddpw#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2571.10Soster# Options to enable various other RAIDframe RAID types.
2581.10Soster# options	RF_INCLUDE_EVENODD=1
2591.10Soster# options	RF_INCLUDE_RAID5_RS=1
2601.10Soster# options	RF_INCLUDE_PARITYLOGGING=1
2611.10Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
2621.10Soster# options	RF_INCLUDE_INTERDECLUSTER=1
2631.10Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
2641.10Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
2651.1Stoddpwpseudo-device	md		1	# memory disk device (ramdisk)
2661.1Stoddpwpseudo-device	vcoda		1	# Venus/Coda distributed file system
2671.1Stoddpwpseudo-device	vnd		4	# disk-like interface to files
2681.1Stoddpw
2691.1Stoddpw# network pseudo-devices
2701.1Stoddpwpseudo-device	bpfilter	12	# Berkeley packet filter
2711.1Stoddpwpseudo-device	ipfilter		# IP filter (firewall) and NAT
2721.1Stoddpwpseudo-device	loop			# network loopback
2731.1Stoddpwpseudo-device	ppp		2	# Point-to-Point Protocol
2741.9Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2751.1Stoddpwpseudo-device	sl		2	# Serial Line IP
2761.1Stoddpw#pseudo-device	strip		2	# Starmode Radio IP (Metricom)
2771.1Stoddpwpseudo-device	tun		2	# network tunneling over tty
2781.1Stoddpw#pseudo-device	gre		2	# generic L3 over IP tunnel
2791.1Stoddpwpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
2801.1Stoddpw#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
2811.1Stoddpw#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
2821.5Sfredbpseudo-device	vlan			# IEEE 802.1q encapsulation
2831.8Satatatpseudo-device	bridge			# simple inter-network bridging
2841.1Stoddpw
2851.1Stoddpw# miscellaneous pseudo-devices
2861.1Stoddpwpseudo-device	grf		2	# grf emulation for wscons
2871.1Stoddpwpseudo-device	ite		1	# ite emulation for wscons
2881.1Stoddpwpseudo-device	pty			# pseudo-terminals
2891.1Stoddpw#pseudo-device	tb		1	# tablet line discipline
2901.18Slukempseudo-device	clockctl		# user control of clock subsystem
2911.1Stoddpw
2921.1Stoddpw# random number generator pseudo-device
2931.1Stoddpwpseudo-device	rnd			# /dev/random and in-kernel generator
2941.1Stoddpw#options 	RND_COM			# use "com" randomness as well (BROKEN)
295