GENERIC revision 1.36
11.36Sthorpej#	$NetBSD: GENERIC,v 1.36 1996/03/16 06:09:03 thorpej Exp $
21.1Smycroft#
31.1Smycroft#	GENERIC -- everything that's currently supported
41.1Smycroft#
51.1Smycroft
61.1Smycroftmachine		i386		# architecture, used by config; REQUIRED
71.14Scgd
81.1Smycroftoptions		I386_CPU	# CPU classes; at least one is REQUIRED
91.1Smycroftoptions		I486_CPU
101.1Smycroftoptions		I586_CPU
111.1Smycroftoptions		MATH_EMULATE	# floating point emulation
121.32Sthorpej
131.32Sthorpej# Some BIOSes don't get the size of extended memory right.  If you
141.32Sthorpej# have a broken BIOS, uncomment the following and set the value
151.32Sthorpej# properly for your system.
161.32Sthorpej#options	EXTMEM_SIZE=...	# size of extended memory
171.1Smycroft
181.20Sjtc#options	DUMMY_NOPS	# speed hack; recommended
191.1Smycroftoptions		XSERVER,UCONSOLE
201.16Scgdoptions		INSECURE	# insecure; allow /dev/mem writing for X
211.1Smycroftoptions		MACHINE_NONCONTIG
221.1Smycroft
231.1Smycroftmaxusers	32		# estimated number of users
241.1Smycroftoptions		TIMEZONE=0	# time zone to adjust RTC time by
251.1Smycroftoptions		DST=0		# daylight savings time used by RTC
261.1Smycroft
271.1Smycroftoptions		SWAPPAGER	# paging; REQUIRED
281.1Smycroftoptions		VNODEPAGER	# mmap() of files
291.1Smycroftoptions		DEVPAGER	# mmap() of devices
301.1Smycroft
311.1Smycroftoptions		DDB		# in-kernel debugger
321.8Smycroft#makeoptions	DEBUG="-g"	# compile full symbol table
331.35Sperryoptions		DIAGNOSTIC	# internal consistency checks
341.1Smycroftoptions		KTRACE		# system call tracing, a la ktrace(1)
351.1Smycroft
361.1Smycroftoptions		SYSVMSG		# System V-like message queues
371.1Smycroftoptions		SYSVSEM		# System V-like semaphores
381.1Smycroftoptions		SYSVSHM		# System V-like memory sharing
391.1Smycroft#options	SHMMAXPGS=1024	# 1024 pages is the default
401.1Smycroft
411.1Smycroftoptions		COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
421.1Smycroftoptions		COMPAT_09	# NetBSD 0.9,
431.1Smycroftoptions		COMPAT_10	# NetBSD 1.0,
441.1Smycroftoptions		COMPAT_43	# and 4.3BSD
451.1Smycroftoptions		TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
461.1Smycroft
471.1Smycroftoptions		COMPAT_SVR4	# binary compatibility with SVR4
481.17Schristosoptions		COMPAT_IBCS2	# binary compatibility with SCO and ISC
491.13Smycroftoptions		COMPAT_LINUX	# binary compatibility with Linux
501.23Smycroftoptions		COMPAT_FREEBSD	# binary compatibility with FreeBSD
511.1Smycroft
521.1Smycroftoptions		USER_LDT	# user-settable LDT; used by WINE
531.1Smycroftoptions		LKM		# loadable kernel modules
541.1Smycroft
551.16Scgdoptions		FFS		# UFS
561.16Scgdoptions		QUOTA		# UFS quotas
571.1Smycroftoptions		LFS		# log-structured file system
581.1Smycroftoptions		MFS		# memory file system
591.1Smycroft
601.1Smycroftoptions		NFSCLIENT	# Network File System client
611.1Smycroftoptions		NFSSERVER	# Network File System server
621.1Smycroft
631.1Smycroftoptions		CD9660		# ISO 9660 + Rock Ridge file system
641.1Smycroftoptions		MSDOSFS		# MS-DOS file system
651.1Smycroftoptions		FDESC		# /dev/fd
661.1Smycroftoptions		FIFO		# FIFOs; RECOMMENDED
671.1Smycroftoptions		KERNFS		# /kern
681.1Smycroftoptions		NULLFS		# loopback file system
691.1Smycroftoptions		PORTAL		# ?
701.1Smycroftoptions		PROCFS		# /proc
711.1Smycroftoptions		UMAPFS		# NULLFS + uid and gid remapping
721.1Smycroftoptions		UNION		# union file system
731.1Smycroft
741.1Smycroft#options	GATEWAY		# packet forwarding
751.1Smycroftoptions		INET		# IP + ICMP + TCP + UDP
761.1Smycroftoptions		NS		# XNS
771.22Smycroftoptions		ISO,TPIP	# OSI
781.22Smycroftoptions		EON		# OSI tunneling over IP
791.22Smycroftoptions		CCITT,LLC,HDLC	# X.25
801.1Smycroft
811.1Smycroftconfig		netbsd	swap generic
821.1Smycroftoptions		GENERIC
831.1Smycroft
841.31Scgdmainbus0 at root
851.31Scgd
861.31Scgdisa0	at mainbus0
871.31Scgdeisa0	at mainbus0
881.31Scgdpci0	at mainbus0 bus ?
891.1Smycroft
901.30Scgdppb*	at pci? dev ? function ?	# PCI-PCI bridges
911.30Scgdpci*	at ppb? bus ?
921.30Scgd
931.1Smycroftnpx0	at isa? port 0xf0 irq 13	# math coprocessor
941.1Smycroft
951.1Smycroftpc0	at isa? port 0x60 irq 1		# generic PC console device
961.1Smycroft#vt0	at isa? port 0x60 irq 1
971.1Smycroft
981.2Smycroftcom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
991.2Smycroftcom1	at isa? port 0x2f8 irq 3
1001.2Smycroftcom2	at isa? port 0x3e8 irq 5
1011.2Smycroft#com3	at isa? port 0x2e8 irq 9
1021.8Smycroft#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
1031.34Scgd#com*	at ast? slave ?
1041.8Smycroft#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
1051.8Smycroft#com*	at boca? slave ?
1061.1Smycroft#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
1071.1Smycroft#com*	at rtfps? slave ?
1081.1Smycroft
1091.1Smycroft#cy0	at isa? ...
1101.1Smycroft
1111.1Smycroftlpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1121.1Smycroftlpt1	at isa? port 0x278
1131.1Smycroftlpt2	at isa? port 0x3bc
1141.1Smycroft
1151.1Smycroftlms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1161.1Smycroftlms1	at isa? port 0x238 irq 5
1171.1Smycroftmms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1181.1Smycroftmms1	at isa? port 0x238 irq 5
1191.36Sthorpej#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
1201.1Smycroft
1211.1Smycroftaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1221.1Smycroftaha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1231.1Smycroftscsibus* at aha?
1241.29Scgdahb*	at eisa? slot ?			# Adaptec 174[024] SCSI controllers
1251.22Smycroftscsibus* at ahb?
1261.30Scgdahc*	at pci? dev ? function ?	# Adaptec 2940 SCSI controllers
1271.23Smycroftscsibus* at ahc?
1281.28Sthorpejahe0	at isa? port 0x1c00 irq ?	# Adaptec 284x SCSI controllers
1291.28Sthorpejscsibus* at ahe?
1301.22Smycroftaic0	at isa? port 0x340 irq 12	# Adaptec 152[02] SCSI controllers
1311.22Smycroftscsibus* at aic?
1321.22Smycroftbt0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1331.22Smycroftbt1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1341.22Smycroftbt2	at isa? port ? irq ?
1351.22Smycroftscsibus* at bt?
1361.30Scgdncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
1371.22Smycroftscsibus* at ncr?
1381.22Smycroftsea0	at isa? iomem 0xc8000 irq 5
1391.22Smycroftscsibus* at sea?
1401.22Smycroftuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1411.22Smycroftuha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1421.22Smycroftuha2	at isa? port ? irq ?		# UltraStor 24f SCSI controllers
1431.22Smycroftscsibus* at uha?
1441.16Scgd
1451.1Smycroftsd*	at scsibus? target ? lun ?	# SCSI disk drives
1461.1Smycroftst*	at scsibus? target ? lun ?	# SCSI tape drives
1471.1Smycroftcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1481.1Smycroftch*	at scsibus? target ? lun ?	# SCSI autochangers
1491.1Smycroft
1501.1Smycroftfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1511.1Smycroft#fdc1	at isa? port 0x370 irq ? drq ?
1521.1Smycroftfd*	at fdc? drive ?
1531.1Smycroft
1541.1Smycroftmcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
1551.1Smycroft
1561.1Smycroftwdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1571.1Smycroft#wdc1	at isa? port 0x170 irq ?
1581.1Smycroftwd*	at wdc? drive ?
1591.1Smycroft
1601.1Smycroftwt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
1611.1Smycroft
1621.4Smycrofted0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
1631.4Smycrofted1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
1641.4Smycrofted2	at isa? port 0x300 iomem 0xcc000 irq 10
1651.1Smycroft#eg0	at isa? ...				# 3C505 ethernet cards
1661.19Smycroftel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
1671.1Smycroftep0	at isa? port ? irq ?			# 3C509 ethernet cards
1681.21Shpeyerlie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN, 3C507, and Etherexpress
1691.1Smycroft#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
1701.30Scgdle*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
1711.30Scgdde*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
1721.30Scgdep*	at pci? dev ? function ?		# 3C590 ethernet cards
1731.15Sbrezak
1741.15Sbrezakpss0	at isa? port 0x220 irq 7 drq 6  # Personal Sound System
1751.15Sbrezaksp0	at pss0 port 0x530 irq 10 drq 0	# 	sound port driver
1761.1Smycroft
1771.1Smycroftsb0	at isa? port 0x220 irq 7 drq 1	# SoundBlaster
1781.12Sbrezakwss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
1791.12Sbrezakpas0	at isa? port 0x220 irq 7 drq 1	# ProAudio Spectrum
1801.18Sbrezakgus0	at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis Ultra Sound (flags is record drq for full-duplex)
1811.33Sjtk#spkr0	at isa? port 0x61
1821.1Smycroft
1831.1Smycroftpseudo-device	loop	1		# network loopback
1841.1Smycroftpseudo-device	bpfilter 8		# packet filter
1851.1Smycroftpseudo-device	sl	2		# CSLIP
1861.1Smycroftpseudo-device	ppp	2		# PPP
1871.1Smycroftpseudo-device	tun	2		# network tunneling over tty
1881.1Smycroft
1891.1Smycroftpseudo-device	pty	64		# pseudo-terminals
1901.1Smycroftpseudo-device	tb	1		# tablet line discipline
1911.11Scgdpseudo-device	vnd	4		# paging to files
1921.27Sneilpseudo-device	ccd	4		# concatenated disk devices
193