GENERIC revision 1.57
11.57Smycroft#	$NetBSD: GENERIC,v 1.57 1996/09/09 17:18:47 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.43Sthorpej#options	VM86		# Virtual 8086 emulation
131.32Sthorpej
141.32Sthorpej# Some BIOSes don't get the size of extended memory right.  If you
151.32Sthorpej# have a broken BIOS, uncomment the following and set the value
161.32Sthorpej# properly for your system.
171.32Sthorpej#options	EXTMEM_SIZE=...	# size of extended memory
181.1Smycroft
191.20Sjtc#options	DUMMY_NOPS	# speed hack; recommended
201.1Smycroftoptions		XSERVER,UCONSOLE
211.16Scgdoptions		INSECURE	# insecure; allow /dev/mem writing for X
221.1Smycroftoptions		MACHINE_NONCONTIG
231.1Smycroft
241.1Smycroftmaxusers	32		# estimated number of users
251.1Smycroftoptions		TIMEZONE=0	# time zone to adjust RTC time by
261.1Smycroftoptions		DST=0		# daylight savings time used by RTC
271.1Smycroft
281.1Smycroftoptions		SWAPPAGER	# paging; REQUIRED
291.1Smycroftoptions		VNODEPAGER	# mmap() of files
301.1Smycroftoptions		DEVPAGER	# mmap() of devices
311.1Smycroft
321.1Smycroftoptions		DDB		# in-kernel debugger
331.8Smycroft#makeoptions	DEBUG="-g"	# compile full symbol table
341.35Sperryoptions		DIAGNOSTIC	# internal consistency checks
351.1Smycroftoptions		KTRACE		# system call tracing, a la ktrace(1)
361.1Smycroft
371.1Smycroftoptions		SYSVMSG		# System V-like message queues
381.1Smycroftoptions		SYSVSEM		# System V-like semaphores
391.1Smycroftoptions		SYSVSHM		# System V-like memory sharing
401.1Smycroft#options	SHMMAXPGS=1024	# 1024 pages is the default
411.1Smycroft
421.1Smycroftoptions		COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
431.1Smycroftoptions		COMPAT_09	# NetBSD 0.9,
441.1Smycroftoptions		COMPAT_10	# NetBSD 1.0,
451.38Sperryoptions		COMPAT_11	# NetBSD 1.1,
461.55Smycroftoptions 	COMPAT_12	# NetBSD 1.2,
471.1Smycroftoptions		COMPAT_43	# and 4.3BSD
481.1Smycroftoptions		TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
491.1Smycroft
501.1Smycroftoptions		COMPAT_SVR4	# binary compatibility with SVR4
511.17Schristosoptions		COMPAT_IBCS2	# binary compatibility with SCO and ISC
521.13Smycroftoptions		COMPAT_LINUX	# binary compatibility with Linux
531.23Smycroftoptions		COMPAT_FREEBSD	# binary compatibility with FreeBSD
541.1Smycroft
551.1Smycroftoptions		USER_LDT	# user-settable LDT; used by WINE
561.1Smycroftoptions		LKM		# loadable kernel modules
571.1Smycroft
581.16Scgdoptions		FFS		# UFS
591.16Scgdoptions		QUOTA		# UFS quotas
601.1Smycroftoptions		LFS		# log-structured file system
611.1Smycroftoptions		MFS		# memory file system
621.1Smycroft
631.1Smycroftoptions		NFSCLIENT	# Network File System client
641.1Smycroftoptions		NFSSERVER	# Network File System server
651.1Smycroft
661.1Smycroftoptions		CD9660		# ISO 9660 + Rock Ridge file system
671.1Smycroftoptions		MSDOSFS		# MS-DOS file system
681.1Smycroftoptions		FDESC		# /dev/fd
691.1Smycroftoptions		FIFO		# FIFOs; RECOMMENDED
701.1Smycroftoptions		KERNFS		# /kern
711.1Smycroftoptions		NULLFS		# loopback file system
721.48Smrgoptions		PORTAL		# portal filesystem (still experimental)
731.1Smycroftoptions		PROCFS		# /proc
741.1Smycroftoptions		UMAPFS		# NULLFS + uid and gid remapping
751.1Smycroftoptions		UNION		# union file system
761.1Smycroft
771.1Smycroft#options	GATEWAY		# packet forwarding
781.1Smycroftoptions		INET		# IP + ICMP + TCP + UDP
791.1Smycroftoptions		NS		# XNS
801.55Smycroft#options	NSIP		# XNS tunneling over IP
811.22Smycroftoptions		ISO,TPIP	# OSI
821.22Smycroftoptions		EON		# OSI tunneling over IP
831.22Smycroftoptions		CCITT,LLC,HDLC	# X.25
841.1Smycroft
851.1Smycroftconfig		netbsd	swap generic
861.1Smycroftoptions		GENERIC
871.1Smycroft
881.31Scgdmainbus0 at root
891.31Scgd
901.31Scgdisa0	at mainbus0
911.31Scgdeisa0	at mainbus0
921.31Scgdpci0	at mainbus0 bus ?
931.51Sjtk
941.51Sjtkapm0	at mainbus0			# Advanced power management
951.1Smycroft
961.30Scgdppb*	at pci? dev ? function ?	# PCI-PCI bridges
971.30Scgdpci*	at ppb? bus ?
981.30Scgd
991.1Smycroftnpx0	at isa? port 0xf0 irq 13	# math coprocessor
1001.1Smycroft
1011.1Smycroftpc0	at isa? port 0x60 irq 1		# generic PC console device
1021.1Smycroft#vt0	at isa? port 0x60 irq 1
1031.1Smycroft
1041.2Smycroftcom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
1051.2Smycroftcom1	at isa? port 0x2f8 irq 3
1061.2Smycroftcom2	at isa? port 0x3e8 irq 5
1071.2Smycroft#com3	at isa? port 0x2e8 irq 9
1081.8Smycroft#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
1091.34Scgd#com*	at ast? slave ?
1101.8Smycroft#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
1111.8Smycroft#com*	at boca? slave ?
1121.1Smycroft#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
1131.1Smycroft#com*	at rtfps? slave ?
1141.1Smycroft
1151.1Smycroft#cy0	at isa? ...
1161.1Smycroft
1171.1Smycroftlpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1181.1Smycroftlpt1	at isa? port 0x278
1191.1Smycroftlpt2	at isa? port 0x3bc
1201.1Smycroft
1211.1Smycroftlms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1221.1Smycroftlms1	at isa? port 0x238 irq 5
1231.1Smycroftmms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1241.1Smycroftmms1	at isa? port 0x238 irq 5
1251.36Sthorpej#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
1261.1Smycroft
1271.1Smycroftaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1281.1Smycroftaha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1291.1Smycroftscsibus* at aha?
1301.29Scgdahb*	at eisa? slot ?			# Adaptec 174[024] SCSI controllers
1311.22Smycroftscsibus* at ahb?
1321.50Ssodaahc0	at isa? port ? irq ?		# Adaptec 284x SCSI controllers
1331.49Sexplorerahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI controllers
1341.49Sexplorerahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI controllers
1351.23Smycroftscsibus* at ahc?
1361.41Sghudsonaic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI controllers
1371.22Smycroftscsibus* at aic?
1381.53Smycroftbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1391.53Smycroftbha1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1401.53Smycroftbha*	at eisa? slot ?
1411.54Smycroftbha*	at pci? dev ? function ?
1421.53Smycroftscsibus* at bha?
1431.30Scgdncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
1441.22Smycroftscsibus* at ncr?
1451.22Smycroftsea0	at isa? iomem 0xc8000 irq 5
1461.22Smycroftscsibus* at sea?
1471.22Smycroftuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1481.22Smycroftuha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1491.53Smycroftuha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
1501.22Smycroftscsibus* at uha?
1511.39Smycroftwds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
1521.39Smycroftwds1	at isa? port 0x358 irq 11 drq 5
1531.39Smycroftscsibus* at wds?
1541.16Scgd
1551.1Smycroftsd*	at scsibus? target ? lun ?	# SCSI disk drives
1561.1Smycroftst*	at scsibus? target ? lun ?	# SCSI tape drives
1571.1Smycroftcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1581.1Smycroftch*	at scsibus? target ? lun ?	# SCSI autochangers
1591.55Smycroftss*	at scsibus? target ? lun ?	# SCSI scanners
1601.55Smycroftuk*	at scsibus? target ? lun ?	# SCSI unknown
1611.1Smycroft
1621.1Smycroftfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1631.1Smycroft#fdc1	at isa? port 0x370 irq ? drq ?
1641.1Smycroftfd*	at fdc? drive ?
1651.1Smycroft
1661.1Smycroftmcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
1671.1Smycroft
1681.1Smycroftwdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1691.1Smycroft#wdc1	at isa? port 0x170 irq ?
1701.1Smycroftwd*	at wdc? drive ?
1711.1Smycroft
1721.1Smycroftwt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
1731.1Smycroft
1741.4Smycrofted0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
1751.4Smycrofted1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
1761.4Smycrofted2	at isa? port 0x300 iomem 0xcc000 irq 10
1771.1Smycroft#eg0	at isa? ...				# 3C505 ethernet cards
1781.19Smycroftel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
1791.1Smycroftep0	at isa? port ? irq ?			# 3C509 ethernet cards
1801.44Sscottrie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN and 3C507
1811.44Sscottrie1	at isa? port 0x300 irq 10		# EtherExpress
1821.1Smycroft#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
1831.42Sthorpejep*	at eisa? slot ?				# 3C579 ethernet cards
1841.46Sthorpejfea*	at eisa? slot ?				# DEC DEFEA FDDI cards
1851.30Scgdle*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
1861.30Scgdde*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
1871.30Scgdep*	at pci? dev ? function ?		# 3C590 ethernet cards
1881.45Sthorpejfpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
1891.15Sbrezak
1901.15Sbrezakpss0	at isa? port 0x220 irq 7 drq 6  # Personal Sound System
1911.15Sbrezaksp0	at pss0 port 0x530 irq 10 drq 0	# 	sound port driver
1921.1Smycroft
1931.1Smycroftsb0	at isa? port 0x220 irq 7 drq 1	# SoundBlaster
1941.12Sbrezakwss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
1951.12Sbrezakpas0	at isa? port 0x220 irq 7 drq 1	# ProAudio Spectrum
1961.18Sbrezakgus0	at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis Ultra Sound (flags is record drq for full-duplex)
1971.37Sjtk#spkr0	at pckbd? port 0x61
1981.40Sperry
1991.40Sperry# Joystick driver. Probe is a little strange; add only if you have one.
2001.40Sperry#joy0	at isa? port 0x201
2011.56Smycroft
2021.57Smycroftinclude	"arch/i386/conf/GENERIC.local"
2031.1Smycroft
2041.1Smycroftpseudo-device	loop	1		# network loopback
2051.1Smycroftpseudo-device	bpfilter 8		# packet filter
2061.1Smycroftpseudo-device	sl	2		# CSLIP
2071.1Smycroftpseudo-device	ppp	2		# PPP
2081.1Smycroftpseudo-device	tun	2		# network tunneling over tty
2091.1Smycroft
2101.1Smycroftpseudo-device	pty	64		# pseudo-terminals
2111.1Smycroftpseudo-device	tb	1		# tablet line discipline
2121.11Scgdpseudo-device	vnd	4		# paging to files
2131.27Sneilpseudo-device	ccd	4		# concatenated disk devices
214