GENERIC revision 1.133
11.133Selric# $NetBSD: GENERIC,v 1.133 2002/10/14 18:39:33 elric Exp $
21.21Scgd#
31.117Sgmcgarry# GENERIC machine description file
41.117Sgmcgarry# 
51.117Sgmcgarry# This machine description file is used to generate the default NetBSD
61.117Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.117Sgmcgarry# and device drivers, but should be useful for most applications.
81.117Sgmcgarry#
91.117Sgmcgarry# The machine description file can be customised for your specific
101.117Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.117Sgmcgarry#
121.117Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.117Sgmcgarry# man page.
141.117Sgmcgarry#
151.117Sgmcgarry# For further information on hardware support for this architecture, see
161.117Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.117Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.117Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.117Sgmcgarry# device.
201.1Sbriggs
211.117Sgmcgarryinclude		"arch/mac68k/conf/std.mac68k"
221.95Shubertf
231.125Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.125Satatat
251.133Selric#ident 		"GENERIC-$Revision: 1.133 $"
261.2Sbriggs
271.74Sscottrmaxusers	16		# estimated number of users
281.71Sscottr
291.71Sscottr# CPU support.  At least one is REQUIRED.
301.71Sscottroptions 	M68040
311.71Sscottroptions 	M68030
321.71Sscottroptions 	M68020		# Note:  must have 68851 PMMU
331.71Sscottr
341.71Sscottr# CPU-related options.
351.71Sscottroptions 	FPSP
361.71Sscottroptions 	FPU_EMULATE
371.2Sbriggs
381.2Sbriggs# Standard system options
391.71Sscottr
401.71Sscottroptions 	UCONSOLE	# users can use TIOCCONS (for xconsole)
411.71Sscottroptions 	INSECURE	# disable kernel security levels
421.71Sscottr
431.71Sscottroptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
441.71Sscottr#options 	NTP		# NTP phase/frequency locked loop
451.71Sscottr
461.71Sscottroptions 	KTRACE		# system call tracing via ktrace(1)
471.132Sprovosoptions 	SYSTRACE	# system call vetting via systrace(1)
481.71Sscottr
491.71Sscottroptions 	SYSVMSG		# System V-like message queues
501.71Sscottroptions 	SYSVSEM		# System V-like semaphores
511.115Slukem#options 	SEMMNI=10	# number of semaphore identifiers
521.115Slukem#options 	SEMMNS=60	# number of semaphores in system
531.115Slukem#options 	SEMUME=10	# max number of undo entries per process
541.115Slukem#options 	SEMMNU=30	# number of undo structures in system
551.71Sscottroptions 	SYSVSHM		# System V-like memory sharing
561.54Sscottr#options 	SHMMAXPGS=1024	# 1024 pages is the default
571.71Sscottr
581.54Sscottroptions 	LKM		# loadable kernel modules
591.120Sjdolecek
601.129Slukemoptions 	USERCONF	# userconf(4) support
611.120Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
621.54Sscottr
631.71Sscottr# Diagnostic/debugging support options
641.121Sfredb#options 	DIAGNOSTIC	# cheap kernel consistency checks
651.71Sscottr#options 	DEBUG		# expensive debugging checks/support
661.71Sscottroptions 	KMEMSTATS	# kernel memory statistics (vmstat -m)
671.114Slukemoptions 	DDB			# in-kernel debugger
681.70Slukem#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
691.114Slukem#options 	KGDB			# remote debugger
701.114Slukem#options 	KGDB_DEV=0xc01		# kgdb device number (dev_t)
711.114Slukem#options 	KGDB_DEVRATE=38400	# baud rate
721.71Sscottr#makeoptions	DEBUG="-g"	# compile full symbol table
731.54Sscottr
741.54Sscottr# Compatibility options
751.71Sscottr#options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
761.71Sscottr#options 	COMPAT_09	# NetBSD 0.9,
771.71Sscottroptions 	COMPAT_10	# NetBSD 1.0,
781.71Sscottroptions 	COMPAT_11	# NetBSD 1.1,
791.71Sscottroptions 	COMPAT_12	# NetBSD 1.2,
801.72Skleinkoptions 	COMPAT_13	# NetBSD 1.3,
811.89Saugustssoptions 	COMPAT_14	# NetBSD 1.4,
821.122Sfredboptions 	COMPAT_15	# NetBSD 1.5,
831.71Sscottroptions 	COMPAT_43	# and 4.3BSD
841.111Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
851.71Sscottr
861.121Sfredb# The following is needed to run pre-NetBSD 1.6 binaries under ELF.
871.123Sshibaoptions 	COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
881.123Sshibaoptions 	EXEC_AOUT	# support for exec'ing a.out
891.121Sfredb
901.121Sfredb#options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
911.121Sfredb#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
921.121Sfredb#options 	COMPAT_SUNOS	# compatibility with SunOS 4.x binaries
931.86Skleink#options 	COMPAT_SVR4	# compatibility with SVR4 binaries
941.2Sbriggs
951.65Sscottr# File systems
961.71Sscottrfile-system 	FFS		# UFS
971.71Sscottrfile-system 	EXT2FS		# second extended file system (linux)
981.71Sscottrfile-system 	LFS		# log-structured file system
991.71Sscottrfile-system 	MFS		# memory file system
1001.71Sscottrfile-system 	NFS		# Network File System client
1011.71Sscottrfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
1021.71Sscottrfile-system 	MSDOSFS		# MS-DOS file system
1031.71Sscottrfile-system 	FDESC		# /dev/fd
1041.71Sscottrfile-system 	KERNFS		# /kern
1051.71Sscottrfile-system 	NULLFS		# loopback file system
1061.94Swrstudenfile-system 	OVERLAY		# overlay file system
1071.71Sscottrfile-system 	PORTAL		# portal filesystem (still experimental)
1081.71Sscottrfile-system 	PROCFS		# /proc
1091.71Sscottrfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1101.71Sscottrfile-system 	UNION		# union file system
1111.90Sfredbfile-system 	CODA		# Venus/Coda distributed file system
1121.55Sthorpej
1131.65Sscottr# File system options
1141.71Sscottroptions 	QUOTA		# UFS quotas
1151.75Sbouyer#options 	FFS_EI		# FFS Endian Independant support
1161.103Sfvdloptions 	SOFTDEP		# FFS soft updates support.
1171.71Sscottroptions 	NFSSERVER	# Network File System server
1181.71Sscottr#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1191.71Sscottr				# immutable) behave as system flags.
1201.92Sitojun
1211.7Sbriggs# Networking options
1221.71Sscottroptions 	GATEWAY		# packet forwarding
1231.71Sscottroptions 	INET		# IP + ICMP + TCP + UDP
1241.92Sitojunoptions 	INET6		# IPV6
1251.92Sitojun#options 	IPSEC		# IP security
1261.92Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1271.92Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1281.71Sscottr#options 	MROUTING	# IP multicast routing
1291.71Sscottroptions 	NS		# XNS
1301.71Sscottr#options 	NSIP		# XNS tunneling over IP
1311.71Sscottroptions 	ISO,TPIP	# OSI
1321.105Ssommerfe#options 	EON		# OSI tunneling over IP
1331.71Sscottroptions 	CCITT,LLC,HDLC	# X.25
1341.71Sscottroptions 	NETATALK	# AppleTalk networking protocols
1351.88Schristosoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1361.88Schristosoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1371.88Schristosoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1381.88Schristosoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1391.121Sfredboptions 	IPFILTER_LOG	# ipmon(8) log support
1401.131Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1411.111Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1421.71Sscottr
1431.71Sscottr# These options enable verbose messages for several subsystems.
1441.71Sscottr# Warning, these may compile large string tables into the kernel!
1451.71Sscottroptions 	SCSIVERBOSE	# human readable SCSI error messages
1461.1Sbriggs
1471.96Sscottr# wscons options
1481.96Sscottr#options 	WSEMUL_SUN		# sun terminal emulation
1491.96Sscottroptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1501.96Sscottroptions 	WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
1511.96Sscottr
1521.96Sscottr# rcons options; note that 1-bit and 8-bit displays are supported by default.
1531.96Sscottroptions 	RCONS_2BPP		# Support for 2-bit display
1541.96Sscottroptions 	RCONS_4BPP		# Support for 4-bit display
1551.96Sscottroptions 	RCONS_16BPP		# Support for 16-bit display
1561.96Sscottr
1571.9Sbriggs# Mac-specific options
1581.79Sscottr#options 	ALTXBUTTONS	# Map Opt-{1,2,3} to mouse buttons
1591.87Sbriggs#options 	DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
1601.79Sscottroptions 	GRF_COMPAT	# Include grf compatibility code
1611.77Sscottr#options 	MRG_ADB		# Use ROM-based ADB driver
1621.79Sscottroptions 	ZS_CONSOLE_ABORT
1631.84Sscottr
1641.93Sscottroptions 	NFS_BOOT_DHCP
1651.71Sscottr
1661.71Sscottr# Kernel root file system and dump configuration.
1671.55Sthorpejconfig		netbsd	root on ? type ?
1681.1Sbriggs
1691.71Sscottr#
1701.71Sscottr# Device configuration
1711.71Sscottr#
1721.71Sscottr
1731.71Sscottrmainbus0 at root
1741.71Sscottr
1751.71Sscottrfpu0 at mainbus?			# Floating-Point Coprocessor support
1761.71Sscottr
1771.71Sscottr
1781.71Sscottr# Basic Bus Support
1791.71Sscottr
1801.71Sscottr# On-board I/O bus support
1811.71Sscottrobio0 at mainbus?
1821.71Sscottr
1831.71Sscottr# NuBus support
1841.71Sscottrnubus0 at mainbus?
1851.71Sscottr
1861.71Sscottr
1871.71Sscottr# Console Devices
1881.71Sscottr
1891.71Sscottr# Apple Desktop Bus interface
1901.80Senderadb0	at obio?
1911.80Senderaed*	at adb?				# ADB event device
1921.96Sscottrakbd*	at adb?				# ADB keyboard
1931.96Sscottrams*	at adb?				# ADB mouse
1941.71Sscottr
1951.71Sscottr# Basic frame buffer support
1961.71Sscottrintvid0	at obio?			# Internal video hardware
1971.71Sscottrmacvid*	at nubus?			# NuBus video card
1981.71Sscottr
1991.71Sscottr# Device-independent frame buffer interface
2001.96Sscottrmacfb*	at intvid?
2011.96Sscottrmacfb*	at macvid?
2021.71Sscottr
2031.96Sscottr# Workstation Console devices
2041.99Sscottrwsdisplay* at macfb? console ?
2051.99Sscottrwskbd*	at akbd? console ?
2061.99Sscottrwsmouse* at ams?
2071.71Sscottr
2081.71Sscottr
2091.71Sscottr# Serial Devices
2101.71Sscottr
2111.71Sscottr# On-board serial interface
2121.71Sscottrzsc0	at obio?
2131.71Sscottrzstty*	at zsc? channel ?
2141.71Sscottr
2151.71Sscottr
2161.71Sscottr# SCSI Controllers and Devices
2171.71Sscottr
2181.71Sscottr# SCSI controllers
2191.71Sscottr# XXX - use only one of ncrscsi or sbc
2201.71Sscottrncrscsi0 at obio?			# SCSI NCR 5380
2211.71Sscottr#sbc0	at obio? flags 0x1		# MI SCSI NCR 5380
2221.71Sscottresp0	at obio?			# SCSI NCR 53C9x
2231.71Sscottresp1	at obio?			# SCSI NCR 53C9x
2241.71Sscottr
2251.71Sscottr# SCSI bus support
2261.71Sscottrscsibus* at scsi?
2271.71Sscottr
2281.71Sscottr# SCSI devices
2291.71Sscottrsd*	at scsibus? target ? lun ?	# SCSI disk drives
2301.71Sscottrst*	at scsibus? target ? lun ?	# SCSI tape drives
2311.71Sscottrcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2321.71Sscottrch*	at scsibus? target ? lun ?	# SCSI autochangers
2331.71Sscottrse*	at scsibus? target ? lun ?	# SCSI ethernet
2341.71Sscottrss*	at scsibus? target ? lun ?	# SCSI scanners
2351.71Sscottruk*	at scsibus? target ? lun ?	# SCSI unknown
2361.126Sshiba
2371.126Sshiba# IDE controller and devices
2381.126Sshibawdc*	at obio? flags 0x1000
2391.126Sshibawd*	at wdc? channel ? drive ?
2401.84Sscottr
2411.84Sscottr
2421.84Sscottr# Miscellaneous mass storage devices
2431.84Sscottr
2441.84Sscottr# IWM floppy disk controller
2451.84Sscottriwm0	at obio?			# Sony driver (800K GCR)
2461.84Sscottrfd*	at iwm? drive ?
2471.71Sscottr
2481.71Sscottr
2491.71Sscottr# Network Interfaces
2501.71Sscottr
2511.71Sscottr# On-board Ethernet controllers
2521.71Sscottrsn*	at obio?			# SONIC-based (DP83932, DP83916)
2531.71Sscottrmc*	at obio?			# MACE-based
2541.71Sscottr
2551.71Sscottr# NuBus Ethernet controllers
2561.71Sscottrae*	at nubus?			# DP8390-based
2571.71Sscottrsn*	at nubus?			# SONIC-based (DP83932, DP83916)
2581.106Sbriggssm*	at nubus?			# SMC 91cxx-based
2591.128Sitojunnetdock*	at nubus?		# Asante NetDock, Newer Ether MicroDock
2601.71Sscottr
2611.106Sbriggsnsphy*	at mii? phy ?
2621.106Sbriggsukphy*	at mii? phy ?
2631.71Sscottr
2641.71Sscottr# Audio Devices
2651.71Sscottr
2661.71Sscottr# On-board audio hardware
2671.71Sscottrasc0	at obio?			# ASC/EASC audio
2681.71Sscottr
2691.71Sscottr# Pseudo-Devices
2701.71Sscottr
2711.71Sscottr# disk/mass storage pseudo-devices
2721.71Sscottrpseudo-device	ccd		4	# concatenated/striped disk devices
2731.133Selric#pseudo-device	cgd		4	# cryptographic disk devices
2741.119Soster#pseudo-device	raid		8	# RAIDframe disk driver
2751.98Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2761.119Soster# Options to enable various other RAIDframe RAID types.
2771.119Soster# options	RF_INCLUDE_EVENODD=1
2781.119Soster# options	RF_INCLUDE_RAID5_RS=1
2791.119Soster# options	RF_INCLUDE_PARITYLOGGING=1
2801.119Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
2811.119Soster# options	RF_INCLUDE_INTERDECLUSTER=1
2821.119Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
2831.119Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
2841.71Sscottrpseudo-device	md		1	# memory disk device (ramdisk)
2851.90Sfredbpseudo-device	vcoda		1	# Venus/Coda distributed file system
2861.71Sscottrpseudo-device	vnd		4	# disk-like interface to files
2871.71Sscottr
2881.71Sscottr# network pseudo-devices
2891.71Sscottrpseudo-device	bpfilter	12	# Berkeley packet filter
2901.71Sscottrpseudo-device	ipfilter		# IP filter (firewall) and NAT
2911.71Sscottrpseudo-device	loop			# network loopback
2921.71Sscottrpseudo-device	ppp		2	# Point-to-Point Protocol
2931.118Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2941.71Sscottrpseudo-device	sl		2	# Serial Line IP
2951.71Sscottr#pseudo-device	strip		2	# Starmode Radio IP (Metricom)
2961.71Sscottrpseudo-device	tun		2	# network tunneling over tty
2971.82Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
2981.92Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
2991.92Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
3001.100Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
3011.109Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
3021.116Satatatpseudo-device	bridge			# simple inter-network bridging
3031.71Sscottr
3041.71Sscottr# miscellaneous pseudo-devices
3051.96Sscottrpseudo-device	grf		2	# grf emulation for wscons
3061.96Sscottrpseudo-device	ite		1	# ite emulation for wscons
3071.108Sjdolecekpseudo-device	pty			# pseudo-terminals
3081.71Sscottr#pseudo-device	tb		1	# tablet line discipline
3091.127Slukempseudo-device	clockctl		# user control of clock subsystem
3101.71Sscottr
3111.101Sfredb# random number generator pseudo-device
3121.101Sfredbpseudo-device	rnd			# /dev/random and in-kernel generator
3131.71Sscottr#options 	RND_COM			# use "com" randomness as well (BROKEN)
314