GENERIC revision 1.18
11.18Sbrezak#	$NetBSD: GENERIC,v 1.18 1995/07/19 19:59:00 brezak 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.14Scgdmakeoptions	CC="cc -Werror"
91.1Smycroft
101.1Smycroftoptions		I386_CPU	# CPU classes; at least one is REQUIRED
111.1Smycroftoptions		I486_CPU
121.1Smycroftoptions		I586_CPU
131.1Smycroftoptions		MATH_EMULATE	# floating point emulation
141.1Smycroft
151.1Smycroft#options	DUMMY_NOPS	# speed hack; recommanded
161.1Smycroftoptions		XSERVER,UCONSOLE
171.16Scgdoptions		INSECURE	# insecure; allow /dev/mem writing for X
181.1Smycroftoptions		MACHINE_NONCONTIG
191.1Smycroft
201.1Smycroftmaxusers	32		# estimated number of users
211.1Smycroftoptions		TIMEZONE=0	# time zone to adjust RTC time by
221.1Smycroftoptions		DST=0		# daylight savings time used by RTC
231.1Smycroft
241.1Smycroftoptions		SWAPPAGER	# paging; REQUIRED
251.1Smycroftoptions		VNODEPAGER	# mmap() of files
261.1Smycroftoptions		DEVPAGER	# mmap() of devices
271.1Smycroft
281.1Smycroftoptions		DDB		# in-kernel debugger
291.8Smycroft#makeoptions	DEBUG="-g"	# compile full symbol table
301.1Smycroftoptions		DIAGNOSTIC	# internally consistency checks
311.1Smycroftoptions		KTRACE		# system call tracing, a la ktrace(1)
321.1Smycroft
331.1Smycroftoptions		SYSVMSG		# System V-like message queues
341.1Smycroftoptions		SYSVSEM		# System V-like semaphores
351.1Smycroftoptions		SYSVSHM		# System V-like memory sharing
361.1Smycroft#options	SHMMAXPGS=1024	# 1024 pages is the default
371.1Smycroft
381.1Smycroftoptions		COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
391.1Smycroftoptions		COMPAT_09	# NetBSD 0.9,
401.1Smycroftoptions		COMPAT_10	# NetBSD 1.0,
411.1Smycroftoptions		COMPAT_43	# and 4.3BSD
421.1Smycroftoptions		TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
431.1Smycroft
441.1Smycroftoptions		COMPAT_SVR4	# binary compatibility with SVR4
451.17Schristosoptions		COMPAT_IBCS2	# binary compatibility with SCO and ISC
461.13Smycroftoptions		COMPAT_LINUX	# binary compatibility with Linux
471.1Smycroft
481.1Smycroftoptions		USER_LDT	# user-settable LDT; used by WINE
491.1Smycroftoptions		LKM		# loadable kernel modules
501.1Smycroft
511.16Scgdoptions		FFS		# UFS
521.16Scgdoptions		QUOTA		# UFS quotas
531.1Smycroftoptions		LFS		# log-structured file system
541.1Smycroftoptions		MFS		# memory file system
551.1Smycroft
561.1Smycroftoptions		NFSCLIENT	# Network File System client
571.1Smycroftoptions		NFSSERVER	# Network File System server
581.1Smycroft
591.1Smycroftoptions		CD9660		# ISO 9660 + Rock Ridge file system
601.1Smycroftoptions		MSDOSFS		# MS-DOS file system
611.1Smycroftoptions		FDESC		# /dev/fd
621.1Smycroftoptions		FIFO		# FIFOs; RECOMMENDED
631.1Smycroftoptions		KERNFS		# /kern
641.1Smycroftoptions		NULLFS		# loopback file system
651.1Smycroftoptions		PORTAL		# ?
661.1Smycroftoptions		PROCFS		# /proc
671.1Smycroftoptions		UMAPFS		# NULLFS + uid and gid remapping
681.1Smycroftoptions		UNION		# union file system
691.1Smycroft
701.1Smycroft#options	GATEWAY		# packet forwarding
711.1Smycroftoptions		INET		# IP + ICMP + TCP + UDP
721.1Smycroftoptions		NS		# XNS
731.1Smycroftoptions		ISO,TPIP	# OSI
741.1Smycroftoptions		EON		# OSI tunneling over IP
751.1Smycroftoptions		CCITT,LLC,HDLC	# X.25
761.1Smycroft
771.1Smycroftconfig		netbsd	swap generic
781.1Smycroftoptions		GENERIC
791.1Smycroft
801.1Smycroftisa0	at root
811.1Smycroftpci0	at root
821.1Smycroft
831.1Smycroftnpx0	at isa? port 0xf0 irq 13	# math coprocessor
841.1Smycroft
851.1Smycroftpc0	at isa? port 0x60 irq 1		# generic PC console device
861.1Smycroft#vt0	at isa? port 0x60 irq 1
871.1Smycroft
881.2Smycroftcom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
891.2Smycroftcom1	at isa? port 0x2f8 irq 3
901.2Smycroftcom2	at isa? port 0x3e8 irq 5
911.2Smycroft#com3	at isa? port 0x2e8 irq 9
921.8Smycroft#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
931.7Smycroft#com*	at ast? slave ? flags 1
941.8Smycroft#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
951.8Smycroft#com*	at boca? slave ?
961.1Smycroft#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
971.1Smycroft#com*	at rtfps? slave ?
981.1Smycroft
991.1Smycroft#cy0	at isa? ...
1001.1Smycroft
1011.1Smycroftlpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1021.1Smycroftlpt1	at isa? port 0x278
1031.1Smycroftlpt2	at isa? port 0x3bc
1041.1Smycroft
1051.1Smycroftlms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1061.1Smycroftlms1	at isa? port 0x238 irq 5
1071.1Smycroftmms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1081.1Smycroftmms1	at isa? port 0x238 irq 5
1091.3Smycroft#pms0	at isa? port 0x60 irq 12	# PS/2 auxiliary port mouse
1101.1Smycroft
1111.1Smycroftaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1121.1Smycroftaha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1131.1Smycroftscsibus* at aha?
1141.10Smycroftahb0	at isa? port ? irq ?		# Adaptec 174[024] SCSI controllers
1151.1Smycroftscsibus* at ahb?
1161.1Smycroftaic0	at isa? port 0x340 irq 12	# Adaptec 152[02] SCSI controllers
1171.1Smycroftscsibus* at aic?
1181.1Smycroftbt0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1191.1Smycroftbt1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1201.10Smycroftbt2	at isa? port ? irq ?
1211.1Smycroftscsibus* at bt?
1221.5Smycroftncr*	at pci? bus ? dev ?		# NCR 538XX SCSI controllers
1231.1Smycroftscsibus* at ncr?
1241.4Smycroftsea0	at isa? iomem 0xc8000 irq 5
1251.4Smycroftscsibus* at sea?
1261.1Smycroftuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1271.1Smycroftuha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1281.10Smycroftuha2	at isa? port ? irq ?		# UltraStor 24f SCSI controllers
1291.1Smycroftscsibus* at uha?
1301.16Scgd
1311.1Smycroftsd*	at scsibus? target ? lun ?	# SCSI disk drives
1321.1Smycroftst*	at scsibus? target ? lun ?	# SCSI tape drives
1331.1Smycroftcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1341.1Smycroftch*	at scsibus? target ? lun ?	# SCSI autochangers
1351.1Smycroft
1361.1Smycroftfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1371.1Smycroft#fdc1	at isa? port 0x370 irq ? drq ?
1381.1Smycroftfd*	at fdc? drive ?
1391.1Smycroft
1401.1Smycroftmcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
1411.1Smycroft
1421.1Smycroftwdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1431.1Smycroft#wdc1	at isa? port 0x170 irq ?
1441.1Smycroftwd*	at wdc? drive ?
1451.1Smycroft
1461.1Smycroftwt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
1471.1Smycroft
1481.4Smycrofted0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
1491.4Smycrofted1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
1501.4Smycrofted2	at isa? port 0x300 iomem 0xcc000 irq 10
1511.1Smycroft#eg0	at isa? ...				# 3C505 ethernet cards
1521.1Smycroft#el0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
1531.1Smycroftep0	at isa? port ? irq ?			# 3C509 ethernet cards
1541.4Smycroftie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN & 3C507 ethernet cards
1551.1Smycroft#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
1561.13Smycroft#de*	at pci? bus ? dev ?
1571.15Sbrezak
1581.15Sbrezakpss0	at isa? port 0x220 irq 7 drq 6  # Personal Sound System
1591.15Sbrezaksp0	at pss0 port 0x530 irq 10 drq 0	# 	sound port driver
1601.1Smycroft
1611.1Smycroftsb0	at isa? port 0x220 irq 7 drq 1	# SoundBlaster
1621.12Sbrezakwss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
1631.12Sbrezakpas0	at isa? port 0x220 irq 7 drq 1	# ProAudio Spectrum
1641.18Sbrezakgus0	at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis Ultra Sound (flags is record drq for full-duplex)
1651.1Smycroft#spkr0	at isa? ...
1661.1Smycroft
1671.1Smycroftpseudo-device	loop	1		# network loopback
1681.1Smycroftpseudo-device	bpfilter 8		# packet filter
1691.1Smycroftpseudo-device	sl	2		# CSLIP
1701.1Smycroftpseudo-device	ppp	2		# PPP
1711.1Smycroftpseudo-device	tun	2		# network tunneling over tty
1721.1Smycroft
1731.1Smycroftpseudo-device	pty	64		# pseudo-terminals
1741.1Smycroftpseudo-device	tb	1		# tablet line discipline
1751.11Scgdpseudo-device	vnd	4		# paging to files
176