GENERIC revision 1.22
11.22Smycroft#	$NetBSD: GENERIC,v 1.22 1995/10/03 20:18:58 mycroft 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.1Smycroft
131.20Sjtc#options	DUMMY_NOPS	# speed hack; recommended
141.1Smycroftoptions		XSERVER,UCONSOLE
151.16Scgdoptions		INSECURE	# insecure; allow /dev/mem writing for X
161.1Smycroftoptions		MACHINE_NONCONTIG
171.1Smycroft
181.1Smycroftmaxusers	32		# estimated number of users
191.1Smycroftoptions		TIMEZONE=0	# time zone to adjust RTC time by
201.1Smycroftoptions		DST=0		# daylight savings time used by RTC
211.1Smycroft
221.1Smycroftoptions		SWAPPAGER	# paging; REQUIRED
231.1Smycroftoptions		VNODEPAGER	# mmap() of files
241.1Smycroftoptions		DEVPAGER	# mmap() of devices
251.1Smycroft
261.1Smycroftoptions		DDB		# in-kernel debugger
271.8Smycroft#makeoptions	DEBUG="-g"	# compile full symbol table
281.1Smycroftoptions		DIAGNOSTIC	# internally consistency checks
291.1Smycroftoptions		KTRACE		# system call tracing, a la ktrace(1)
301.1Smycroft
311.1Smycroftoptions		SYSVMSG		# System V-like message queues
321.1Smycroftoptions		SYSVSEM		# System V-like semaphores
331.1Smycroftoptions		SYSVSHM		# System V-like memory sharing
341.1Smycroft#options	SHMMAXPGS=1024	# 1024 pages is the default
351.1Smycroft
361.1Smycroftoptions		COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
371.1Smycroftoptions		COMPAT_09	# NetBSD 0.9,
381.1Smycroftoptions		COMPAT_10	# NetBSD 1.0,
391.1Smycroftoptions		COMPAT_43	# and 4.3BSD
401.1Smycroftoptions		TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
411.1Smycroft
421.1Smycroftoptions		COMPAT_SVR4	# binary compatibility with SVR4
431.17Schristosoptions		COMPAT_IBCS2	# binary compatibility with SCO and ISC
441.13Smycroftoptions		COMPAT_LINUX	# binary compatibility with Linux
451.1Smycroft
461.1Smycroftoptions		USER_LDT	# user-settable LDT; used by WINE
471.1Smycroftoptions		LKM		# loadable kernel modules
481.1Smycroft
491.16Scgdoptions		FFS		# UFS
501.16Scgdoptions		QUOTA		# UFS quotas
511.1Smycroftoptions		LFS		# log-structured file system
521.1Smycroftoptions		MFS		# memory file system
531.1Smycroft
541.1Smycroftoptions		NFSCLIENT	# Network File System client
551.1Smycroftoptions		NFSSERVER	# Network File System server
561.1Smycroft
571.1Smycroftoptions		CD9660		# ISO 9660 + Rock Ridge file system
581.1Smycroftoptions		MSDOSFS		# MS-DOS file system
591.1Smycroftoptions		FDESC		# /dev/fd
601.1Smycroftoptions		FIFO		# FIFOs; RECOMMENDED
611.1Smycroftoptions		KERNFS		# /kern
621.1Smycroftoptions		NULLFS		# loopback file system
631.1Smycroftoptions		PORTAL		# ?
641.1Smycroftoptions		PROCFS		# /proc
651.1Smycroftoptions		UMAPFS		# NULLFS + uid and gid remapping
661.1Smycroftoptions		UNION		# union file system
671.1Smycroft
681.1Smycroft#options	GATEWAY		# packet forwarding
691.1Smycroftoptions		INET		# IP + ICMP + TCP + UDP
701.1Smycroftoptions		NS		# XNS
711.22Smycroftoptions		ISO,TPIP	# OSI
721.22Smycroftoptions		EON		# OSI tunneling over IP
731.22Smycroftoptions		CCITT,LLC,HDLC	# X.25
741.1Smycroft
751.1Smycroftconfig		netbsd	swap generic
761.1Smycroftoptions		GENERIC
771.1Smycroft
781.1Smycroftisa0	at root
791.1Smycroftpci0	at root
801.1Smycroft
811.1Smycroftnpx0	at isa? port 0xf0 irq 13	# math coprocessor
821.1Smycroft
831.1Smycroftpc0	at isa? port 0x60 irq 1		# generic PC console device
841.1Smycroft#vt0	at isa? port 0x60 irq 1
851.1Smycroft
861.2Smycroftcom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
871.2Smycroftcom1	at isa? port 0x2f8 irq 3
881.2Smycroftcom2	at isa? port 0x3e8 irq 5
891.2Smycroft#com3	at isa? port 0x2e8 irq 9
901.8Smycroft#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
911.7Smycroft#com*	at ast? slave ? flags 1
921.8Smycroft#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
931.8Smycroft#com*	at boca? slave ?
941.1Smycroft#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
951.1Smycroft#com*	at rtfps? slave ?
961.1Smycroft
971.1Smycroft#cy0	at isa? ...
981.1Smycroft
991.1Smycroftlpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1001.1Smycroftlpt1	at isa? port 0x278
1011.1Smycroftlpt2	at isa? port 0x3bc
1021.1Smycroft
1031.1Smycroftlms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1041.1Smycroftlms1	at isa? port 0x238 irq 5
1051.1Smycroftmms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1061.1Smycroftmms1	at isa? port 0x238 irq 5
1071.3Smycroft#pms0	at isa? port 0x60 irq 12	# PS/2 auxiliary port mouse
1081.1Smycroft
1091.1Smycroftaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1101.1Smycroftaha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1111.1Smycroftscsibus* at aha?
1121.22Smycroftahb0	at isa? port ? irq ?		# Adaptec 174[024] SCSI controllers
1131.22Smycroftscsibus* at ahb?
1141.22Smycroftaic0	at isa? port 0x340 irq 12	# Adaptec 152[02] SCSI controllers
1151.22Smycroftscsibus* at aic?
1161.22Smycroftbt0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1171.22Smycroftbt1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1181.22Smycroftbt2	at isa? port ? irq ?
1191.22Smycroftscsibus* at bt?
1201.22Smycroftncr*	at pci? bus ? dev ?		# NCR 538XX SCSI controllers
1211.22Smycroftscsibus* at ncr?
1221.22Smycroftsea0	at isa? iomem 0xc8000 irq 5
1231.22Smycroftscsibus* at sea?
1241.22Smycroftuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1251.22Smycroftuha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1261.22Smycroftuha2	at isa? port ? irq ?		# UltraStor 24f SCSI controllers
1271.22Smycroftscsibus* at uha?
1281.16Scgd
1291.1Smycroftsd*	at scsibus? target ? lun ?	# SCSI disk drives
1301.1Smycroftst*	at scsibus? target ? lun ?	# SCSI tape drives
1311.1Smycroftcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1321.1Smycroftch*	at scsibus? target ? lun ?	# SCSI autochangers
1331.1Smycroft
1341.1Smycroftfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1351.1Smycroft#fdc1	at isa? port 0x370 irq ? drq ?
1361.1Smycroftfd*	at fdc? drive ?
1371.1Smycroft
1381.1Smycroftmcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
1391.1Smycroft
1401.1Smycroftwdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1411.1Smycroft#wdc1	at isa? port 0x170 irq ?
1421.1Smycroftwd*	at wdc? drive ?
1431.1Smycroft
1441.1Smycroftwt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
1451.1Smycroft
1461.4Smycrofted0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
1471.4Smycrofted1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
1481.4Smycrofted2	at isa? port 0x300 iomem 0xcc000 irq 10
1491.1Smycroft#eg0	at isa? ...				# 3C505 ethernet cards
1501.19Smycroftel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
1511.1Smycroftep0	at isa? port ? irq ?			# 3C509 ethernet cards
1521.21Shpeyerlie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN, 3C507, and Etherexpress
1531.1Smycroft#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
1541.19Smycroftde*	at pci? bus ? dev ?
1551.15Sbrezak
1561.15Sbrezakpss0	at isa? port 0x220 irq 7 drq 6  # Personal Sound System
1571.15Sbrezaksp0	at pss0 port 0x530 irq 10 drq 0	# 	sound port driver
1581.1Smycroft
1591.1Smycroftsb0	at isa? port 0x220 irq 7 drq 1	# SoundBlaster
1601.12Sbrezakwss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
1611.12Sbrezakpas0	at isa? port 0x220 irq 7 drq 1	# ProAudio Spectrum
1621.18Sbrezakgus0	at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis Ultra Sound (flags is record drq for full-duplex)
1631.1Smycroft#spkr0	at isa? ...
1641.1Smycroft
1651.1Smycroftpseudo-device	loop	1		# network loopback
1661.1Smycroftpseudo-device	bpfilter 8		# packet filter
1671.1Smycroftpseudo-device	sl	2		# CSLIP
1681.1Smycroftpseudo-device	ppp	2		# PPP
1691.1Smycroftpseudo-device	tun	2		# network tunneling over tty
1701.1Smycroft
1711.1Smycroftpseudo-device	pty	64		# pseudo-terminals
1721.1Smycroftpseudo-device	tb	1		# tablet line discipline
1731.11Scgdpseudo-device	vnd	4		# paging to files
174