GENERIC revision 1.88
11.88Smikel#	$NetBSD: GENERIC,v 1.88 1997/08/03 05:26:35 mikel Exp $
21.1Smycroft#
31.1Smycroft#	GENERIC -- everything that's currently supported
41.1Smycroft#
51.1Smycroft
61.61Sfvdlinclude "arch/i386/conf/std.i386"
71.14Scgd
81.82Smellonoptions 	I386_CPU	# CPU classes; at least one is REQUIRED
91.82Smellonoptions 	I486_CPU
101.82Smellonoptions 	I586_CPU
111.82Smellonoptions 	I686_CPU
121.82Smellonoptions 	MATH_EMULATE	# floating point emulation
131.82Smellon#options 	VM86		# Virtual 8086 emulation
141.32Sthorpej
151.32Sthorpej# Some BIOSes don't get the size of extended memory right.  If you
161.32Sthorpej# have a broken BIOS, uncomment the following and set the value
171.32Sthorpej# properly for your system.
181.82Smellon#options 	BIOSEXTMEM=...	# size of extended memory
191.1Smycroft
201.82Smellon#options 	DUMMY_NOPS	# speed hack; recommended
211.82Smellonoptions 	XSERVER,UCONSOLE
221.82Smellonoptions 	INSECURE	# insecure; allow /dev/mem writing for X
231.1Smycroft
241.1Smycroftmaxusers	32		# estimated number of users
251.82Smellonoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
261.82Smellon#options 	NTP		# NTP phase/frequency locked loop
271.1Smycroft
281.82Smellonoptions 	DDB		# in-kernel debugger
291.8Smycroft#makeoptions	DEBUG="-g"	# compile full symbol table
301.82Smellonoptions 	DIAGNOSTIC	# internal consistency checks
311.82Smellonoptions 	KTRACE		# system call tracing, a la ktrace(1)
321.1Smycroft
331.82Smellonoptions 	SYSVMSG		# System V-like message queues
341.82Smellonoptions 	SYSVSEM		# System V-like semaphores
351.82Smellonoptions 	SYSVSHM		# System V-like memory sharing
361.82Smellon#options 	SHMMAXPGS=1024	# 1024 pages is the default
371.82Smellon
381.82Smellonoptions 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
391.82Smellonoptions 	COMPAT_09	# NetBSD 0.9,
401.82Smellonoptions 	COMPAT_10	# NetBSD 1.0,
411.82Smellonoptions 	COMPAT_11	# NetBSD 1.1,
421.55Smycroftoptions 	COMPAT_12	# NetBSD 1.2,
431.82Smellonoptions 	COMPAT_43	# and 4.3BSD
441.82Smellonoptions 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
451.1Smycroft
461.82Smellonoptions 	COMPAT_SVR4	# binary compatibility with SVR4
471.82Smellonoptions 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
481.82Smellonoptions 	COMPAT_LINUX	# binary compatibility with Linux
491.82Smellonoptions 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
501.59Smycroft
511.82Smellonoptions 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
521.1Smycroft
531.82Smellonoptions 	USER_LDT	# user-settable LDT; used by WINE
541.82Smellonoptions 	LKM		# loadable kernel modules
551.1Smycroft
561.71Sthorpejfile-system 	FFS		# UFS
571.80Sperryfile-system 	EXT2FS		# second extended file system (linux)
581.71Sthorpejfile-system 	LFS		# log-structured file system
591.71Sthorpejfile-system 	MFS		# memory file system
601.71Sthorpejfile-system 	NFS		# Network File System client
611.71Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
621.71Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
631.71Sthorpejfile-system 	FDESC		# /dev/fd
641.71Sthorpejfile-system 	KERNFS		# /kern
651.71Sthorpejfile-system 	NULLFS		# loopback file system
661.71Sthorpejfile-system 	PORTAL		# portal filesystem (still experimental)
671.71Sthorpejfile-system 	PROCFS		# /proc
681.71Sthorpejfile-system 	UMAPFS		# NULLFS + uid and gid remapping
691.71Sthorpejfile-system 	UNION		# union file system
701.71Sthorpej
711.82Smellonoptions 	QUOTA		# UFS quotas
721.82Smellonoptions 	NFSSERVER	# Network File System server
731.82Smellonoptions 	FIFO		# FIFOs; RECOMMENDED
741.81Sveego#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
751.80Sperry				# immutable) behave as system flags.
761.81Sveego
771.82Smellon#options 	GATEWAY		# packet forwarding
781.82Smellonoptions 	INET		# IP + ICMP + TCP + UDP
791.82Smellon#options 	MROUTING	# IP multicast routing
801.82Smellonoptions 	NS		# XNS
811.82Smellon#options 	NSIP		# XNS tunneling over IP
821.82Smellonoptions 	ISO,TPIP	# OSI
831.82Smellonoptions 	EON		# OSI tunneling over IP
841.82Smellonoptions 	CCITT,LLC,HDLC	# X.25
851.82Smellon#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
861.1Smycroft
871.71Sthorpejconfig		netbsd	root on ? type ?
881.82Smellon#options 	COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
891.1Smycroft
901.63Sthorpejoptions 	EISAVERBOSE	# verbose EISA device messages
911.63Sthorpejoptions 	PCIVERBOSE	# verbose PCI device messages
921.63Sthorpej
931.31Scgdmainbus0 at root
941.31Scgd
951.63Sthorpejpci0	at mainbus0 bus ?
961.31Scgdeisa0	at mainbus0
971.1Smycroft
981.30Scgdppb*	at pci? dev ? function ?	# PCI-PCI bridges
991.30Scgdpci*	at ppb? bus ?
1001.63Sthorpejpchb*	at pci? dev ? function ?	# PCI-Host bridges
1011.77Sperrypci*	at pchb?
1021.63Sthorpejpcib*	at pci? dev ? function ?	# PCI-ISA bridges
1031.63Sthorpej
1041.63Sthorpejisa*	at pcib?			# ISA on PCI-ISA bridge
1051.63Sthorpejisa*	at mainbus0			# all other ISA
1061.88Smikelisapnp0	at isa?				# ISA Plug-and-Play
1071.63Sthorpej
1081.63Sthorpejapm0	at mainbus0			# Advanced power management
1091.30Scgd
1101.1Smycroftnpx0	at isa? port 0xf0 irq 13	# math coprocessor
1111.1Smycroft
1121.1Smycroftpc0	at isa? port 0x60 irq 1		# generic PC console device
1131.1Smycroft#vt0	at isa? port 0x60 irq 1
1141.1Smycroft
1151.2Smycroftcom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
1161.2Smycroftcom1	at isa? port 0x2f8 irq 3
1171.2Smycroftcom2	at isa? port 0x3e8 irq 5
1181.2Smycroft#com3	at isa? port 0x2e8 irq 9
1191.8Smycroft#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
1201.34Scgd#com*	at ast? slave ?
1211.8Smycroft#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
1221.8Smycroft#com*	at boca? slave ?
1231.1Smycroft#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
1241.1Smycroft#com*	at rtfps? slave ?
1251.58Schristos#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
1261.58Schristos#cy*	at pci? dev ? function ?	# Cyclades serial cards
1271.88Smikel
1281.1Smycroftlpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1291.1Smycroftlpt1	at isa? port 0x278
1301.1Smycroftlpt2	at isa? port 0x3bc
1311.1Smycroft
1321.1Smycroftlms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1331.1Smycroftlms1	at isa? port 0x238 irq 5
1341.1Smycroftmms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1351.1Smycroftmms1	at isa? port 0x238 irq 5
1361.36Sthorpej#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
1371.1Smycroft
1381.1Smycroftaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1391.1Smycroftaha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1401.1Smycroftscsibus* at aha?
1411.29Scgdahb*	at eisa? slot ?			# Adaptec 174[024] SCSI controllers
1421.22Smycroftscsibus* at ahb?
1431.50Ssodaahc0	at isa? port ? irq ?		# Adaptec 284x SCSI controllers
1441.49Sexplorerahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI controllers
1451.49Sexplorerahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI controllers
1461.23Smycroftscsibus* at ahc?
1471.41Sghudsonaic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI controllers
1481.22Smycroftscsibus* at aic?
1491.53Smycroftbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1501.53Smycroftbha1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1511.53Smycroftbha*	at eisa? slot ?
1521.54Smycroftbha*	at pci? dev ? function ?
1531.53Smycroftscsibus* at bha?
1541.30Scgdncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
1551.22Smycroftscsibus* at ncr?
1561.22Smycroftsea0	at isa? iomem 0xc8000 irq 5
1571.22Smycroftscsibus* at sea?
1581.22Smycroftuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1591.22Smycroftuha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1601.53Smycroftuha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
1611.22Smycroftscsibus* at uha?
1621.39Smycroftwds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
1631.39Smycroftwds1	at isa? port 0x358 irq 11 drq 5
1641.39Smycroftscsibus* at wds?
1651.73Scgdisp*	at pci? dev ? function ?	# Qlogic ISP 10x0 SCSI controllers
1661.73Scgdscsibus* at isp?
1671.16Scgd
1681.1Smycroftsd*	at scsibus? target ? lun ?	# SCSI disk drives
1691.1Smycroftst*	at scsibus? target ? lun ?	# SCSI tape drives
1701.1Smycroftcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1711.1Smycroftch*	at scsibus? target ? lun ?	# SCSI autochangers
1721.55Smycroftss*	at scsibus? target ? lun ?	# SCSI scanners
1731.55Smycroftuk*	at scsibus? target ? lun ?	# SCSI unknown
1741.1Smycroft
1751.1Smycroftfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1761.1Smycroft#fdc1	at isa? port 0x370 irq ? drq ?
1771.1Smycroftfd*	at fdc? drive ?
1781.1Smycroft
1791.86Sperry#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
1801.1Smycroft
1811.1Smycroftwdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1821.75Smycroftwdc1	at isa? port 0x170 irq 15
1831.1Smycroftwd*	at wdc? drive ?
1841.1Smycroft
1851.74Sperry# note: the wt driver conflicts unpleasantly with ed devices at the
1861.74Sperry# same I/O address. The probe reprograms their eeproms. Don't
1871.74Sperry# uncomment it unless you are actually using it.
1881.74Sperry#wt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
1891.1Smycroft
1901.4Smycrofted0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
1911.4Smycrofted1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
1921.4Smycrofted2	at isa? port 0x300 iomem 0xcc000 irq 10
1931.1Smycroft#eg0	at isa? ...				# 3C505 ethernet cards
1941.19Smycroftel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
1951.1Smycroftep0	at isa? port ? irq ?			# 3C509 ethernet cards
1961.88Smikelep*	at isapnp?
1971.44Sscottrie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN and 3C507
1981.44Sscottrie1	at isa? port 0x300 irq 10		# EtherExpress
1991.1Smycroft#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
2001.87Smattlc0	at isa? port ? iomem ? irq ?		# DEC EtherWORKS III (LEMAC)
2011.42Sthorpejep*	at eisa? slot ?				# 3C579 ethernet cards
2021.46Sthorpejfea*	at eisa? slot ?				# DEC DEFEA FDDI cards
2031.30Scgdle*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
2041.30Scgdde*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
2051.83Scjsep*	at pci? dev ? function ?		# 3C59x/3C90x ethernet cards
2061.45Sthorpejfpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
2071.78Sthorpejfxp*	at pci? dev ? function ?		# Intel EEPRO 10/100B
2081.15Sbrezak
2091.85Shpeyerlpss0	at isa? port 0x220 irq 7 drq 6  # Personal Sound System
2101.85Shpeyerlsp0	at pss0 port 0x530 irq 10 drq 0	# 	sound port driver
2111.1Smycroft
2121.85Shpeyerlsb0	at isa? port 0x220 irq 7 drq 1	# SoundBlaster
2131.88Smikelsb*	at isapnp?
2141.85Shpeyerlwss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
2151.85Shpeyerlpas0	at isa? port 0x220 irq 7 drq 1	# ProAudio Spectrum
2161.85Shpeyerlgus0	at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis Ultra Sound (flags is record drq for full-duplex)
2171.37Sjtk#spkr0	at pckbd? port 0x61
2181.40Sperry
2191.40Sperry# Joystick driver. Probe is a little strange; add only if you have one.
2201.40Sperry#joy0	at isa? port 0x201
2211.88Smikeljoy*	at isapnp?
2221.68Schristos
2231.84Shpeyerl# Planetconnect Satellite receiver driver.
2241.84Shpeyerl#satlink0 at isa? port 0x300 drq 1
2251.84Shpeyerl
2261.57Smycroftinclude	"arch/i386/conf/GENERIC.local"
2271.1Smycroft
2281.1Smycroftpseudo-device	loop	1		# network loopback
2291.1Smycroftpseudo-device	bpfilter 8		# packet filter
2301.1Smycroftpseudo-device	sl	2		# CSLIP
2311.1Smycroftpseudo-device	ppp	2		# PPP
2321.1Smycroftpseudo-device	tun	2		# network tunneling over tty
2331.88Smikel#pseudo-device	ipfilter		# IP filter
2341.1Smycroft
2351.1Smycroftpseudo-device	pty	64		# pseudo-terminals
2361.1Smycroftpseudo-device	tb	1		# tablet line discipline
2371.11Scgdpseudo-device	vnd	4		# paging to files
2381.27Sneilpseudo-device	ccd	4		# concatenated disk devices
239