GENERIC revision 1.96
11.96Saugustss#	$NetBSD: GENERIC,v 1.96 1997/08/26 19:26:38 augustss 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.90Sdrochner#options 	KGDB		# remote debugger
301.94Sdrochner#options 	"KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
311.8Smycroft#makeoptions	DEBUG="-g"	# compile full symbol table
321.82Smellonoptions 	DIAGNOSTIC	# internal consistency checks
331.82Smellonoptions 	KTRACE		# system call tracing, a la ktrace(1)
341.1Smycroft
351.82Smellonoptions 	SYSVMSG		# System V-like message queues
361.82Smellonoptions 	SYSVSEM		# System V-like semaphores
371.82Smellonoptions 	SYSVSHM		# System V-like memory sharing
381.82Smellon#options 	SHMMAXPGS=1024	# 1024 pages is the default
391.82Smellon
401.82Smellonoptions 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
411.82Smellonoptions 	COMPAT_09	# NetBSD 0.9,
421.82Smellonoptions 	COMPAT_10	# NetBSD 1.0,
431.82Smellonoptions 	COMPAT_11	# NetBSD 1.1,
441.55Smycroftoptions 	COMPAT_12	# NetBSD 1.2,
451.82Smellonoptions 	COMPAT_43	# and 4.3BSD
461.82Smellonoptions 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
471.1Smycroft
481.82Smellonoptions 	COMPAT_SVR4	# binary compatibility with SVR4
491.82Smellonoptions 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
501.82Smellonoptions 	COMPAT_LINUX	# binary compatibility with Linux
511.82Smellonoptions 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
521.59Smycroft
531.82Smellonoptions 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
541.1Smycroft
551.82Smellonoptions 	USER_LDT	# user-settable LDT; used by WINE
561.82Smellonoptions 	LKM		# loadable kernel modules
571.1Smycroft
581.71Sthorpejfile-system 	FFS		# UFS
591.80Sperryfile-system 	EXT2FS		# second extended file system (linux)
601.71Sthorpejfile-system 	LFS		# log-structured file system
611.71Sthorpejfile-system 	MFS		# memory file system
621.71Sthorpejfile-system 	NFS		# Network File System client
631.71Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
641.71Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
651.71Sthorpejfile-system 	FDESC		# /dev/fd
661.71Sthorpejfile-system 	KERNFS		# /kern
671.71Sthorpejfile-system 	NULLFS		# loopback file system
681.71Sthorpejfile-system 	PORTAL		# portal filesystem (still experimental)
691.71Sthorpejfile-system 	PROCFS		# /proc
701.71Sthorpejfile-system 	UMAPFS		# NULLFS + uid and gid remapping
711.71Sthorpejfile-system 	UNION		# union file system
721.71Sthorpej
731.82Smellonoptions 	QUOTA		# UFS quotas
741.82Smellonoptions 	NFSSERVER	# Network File System server
751.82Smellonoptions 	FIFO		# FIFOs; RECOMMENDED
761.81Sveego#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
771.80Sperry				# immutable) behave as system flags.
781.81Sveego
791.82Smellon#options 	GATEWAY		# packet forwarding
801.82Smellonoptions 	INET		# IP + ICMP + TCP + UDP
811.82Smellon#options 	MROUTING	# IP multicast routing
821.82Smellonoptions 	NS		# XNS
831.82Smellon#options 	NSIP		# XNS tunneling over IP
841.82Smellonoptions 	ISO,TPIP	# OSI
851.82Smellonoptions 	EON		# OSI tunneling over IP
861.82Smellonoptions 	CCITT,LLC,HDLC	# X.25
871.82Smellon#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
881.1Smycroft
891.71Sthorpejconfig		netbsd	root on ? type ?
901.94Sdrochner#options 	"CONSDEVNAME=\"com\"",CONADDR=0x3f8,CONSPEED=9600
911.1Smycroft
921.63Sthorpejoptions 	EISAVERBOSE	# verbose EISA device messages
931.63Sthorpejoptions 	PCIVERBOSE	# verbose PCI device messages
941.95Sfvdloptions 	SCSIVERBOSE	# Verbose SCSI errors
951.63Sthorpej
961.31Scgdmainbus0 at root
971.31Scgd
981.63Sthorpejpci0	at mainbus0 bus ?
991.31Scgdeisa0	at mainbus0
1001.1Smycroft
1011.30Scgdppb*	at pci? dev ? function ?	# PCI-PCI bridges
1021.30Scgdpci*	at ppb? bus ?
1031.63Sthorpejpchb*	at pci? dev ? function ?	# PCI-Host bridges
1041.77Sperrypci*	at pchb?
1051.63Sthorpejpcib*	at pci? dev ? function ?	# PCI-ISA bridges
1061.63Sthorpej
1071.63Sthorpejisa*	at pcib?			# ISA on PCI-ISA bridge
1081.63Sthorpejisa*	at mainbus0			# all other ISA
1091.88Smikelisapnp0	at isa?				# ISA Plug-and-Play
1101.63Sthorpej
1111.91Sperry#apm0	at mainbus0			# Advanced power management
1121.30Scgd
1131.1Smycroftnpx0	at isa? port 0xf0 irq 13	# math coprocessor
1141.1Smycroft
1151.1Smycroftpc0	at isa? port 0x60 irq 1		# generic PC console device
1161.1Smycroft#vt0	at isa? port 0x60 irq 1
1171.1Smycroft
1181.89Sperry#options 	COM_HAYESP		# adds Hayes ESP serial board support
1191.2Smycroftcom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
1201.2Smycroftcom1	at isa? port 0x2f8 irq 3
1211.2Smycroftcom2	at isa? port 0x3e8 irq 5
1221.2Smycroft#com3	at isa? port 0x2e8 irq 9
1231.8Smycroft#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
1241.34Scgd#com*	at ast? slave ?
1251.8Smycroft#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
1261.8Smycroft#com*	at boca? slave ?
1271.1Smycroft#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
1281.1Smycroft#com*	at rtfps? slave ?
1291.58Schristos#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
1301.58Schristos#cy*	at pci? dev ? function ?	# Cyclades serial cards
1311.88Smikel
1321.1Smycroftlpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1331.1Smycroftlpt1	at isa? port 0x278
1341.1Smycroftlpt2	at isa? port 0x3bc
1351.1Smycroft
1361.1Smycroftlms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1371.1Smycroftlms1	at isa? port 0x238 irq 5
1381.1Smycroftmms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1391.1Smycroftmms1	at isa? port 0x238 irq 5
1401.36Sthorpej#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
1411.1Smycroft
1421.1Smycroftaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1431.1Smycroftaha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1441.1Smycroftscsibus* at aha?
1451.29Scgdahb*	at eisa? slot ?			# Adaptec 174[024] SCSI controllers
1461.22Smycroftscsibus* at ahb?
1471.50Ssodaahc0	at isa? port ? irq ?		# Adaptec 284x SCSI controllers
1481.49Sexplorerahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI controllers
1491.49Sexplorerahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI controllers
1501.23Smycroftscsibus* at ahc?
1511.41Sghudsonaic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI controllers
1521.22Smycroftscsibus* at aic?
1531.53Smycroftbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1541.53Smycroftbha1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1551.53Smycroftbha*	at eisa? slot ?
1561.54Smycroftbha*	at pci? dev ? function ?
1571.53Smycroftscsibus* at bha?
1581.30Scgdncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
1591.22Smycroftscsibus* at ncr?
1601.22Smycroftsea0	at isa? iomem 0xc8000 irq 5
1611.22Smycroftscsibus* at sea?
1621.22Smycroftuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1631.22Smycroftuha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1641.53Smycroftuha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
1651.22Smycroftscsibus* at uha?
1661.39Smycroftwds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
1671.39Smycroftwds1	at isa? port 0x358 irq 11 drq 5
1681.39Smycroftscsibus* at wds?
1691.73Scgdisp*	at pci? dev ? function ?	# Qlogic ISP 10x0 SCSI controllers
1701.73Scgdscsibus* at isp?
1711.16Scgd
1721.1Smycroftsd*	at scsibus? target ? lun ?	# SCSI disk drives
1731.1Smycroftst*	at scsibus? target ? lun ?	# SCSI tape drives
1741.1Smycroftcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1751.1Smycroftch*	at scsibus? target ? lun ?	# SCSI autochangers
1761.55Smycroftss*	at scsibus? target ? lun ?	# SCSI scanners
1771.55Smycroftuk*	at scsibus? target ? lun ?	# SCSI unknown
1781.1Smycroft
1791.1Smycroftfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1801.1Smycroft#fdc1	at isa? port 0x370 irq ? drq ?
1811.1Smycroftfd*	at fdc? drive ?
1821.1Smycroft
1831.86Sperry#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
1841.1Smycroft
1851.1Smycroftwdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1861.75Smycroftwdc1	at isa? port 0x170 irq 15
1871.1Smycroftwd*	at wdc? drive ?
1881.1Smycroft
1891.74Sperry# note: the wt driver conflicts unpleasantly with ed devices at the
1901.74Sperry# same I/O address. The probe reprograms their eeproms. Don't
1911.74Sperry# uncomment it unless you are actually using it.
1921.74Sperry#wt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
1931.1Smycroft
1941.4Smycrofted0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
1951.4Smycrofted1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
1961.4Smycrofted2	at isa? port 0x300 iomem 0xcc000 irq 10
1971.1Smycroft#eg0	at isa? ...				# 3C505 ethernet cards
1981.19Smycroftel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
1991.1Smycroftep0	at isa? port ? irq ?			# 3C509 ethernet cards
2001.88Smikelep*	at isapnp?
2011.44Sscottrie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN and 3C507
2021.44Sscottrie1	at isa? port 0x300 irq 10		# EtherExpress
2031.1Smycroft#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
2041.87Smattlc0	at isa? port ? iomem ? irq ?		# DEC EtherWORKS III (LEMAC)
2051.42Sthorpejep*	at eisa? slot ?				# 3C579 ethernet cards
2061.46Sthorpejfea*	at eisa? slot ?				# DEC DEFEA FDDI cards
2071.30Scgdle*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
2081.30Scgdde*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
2091.83Scjsep*	at pci? dev ? function ?		# 3C59x/3C90x ethernet cards
2101.45Sthorpejfpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
2111.78Sthorpejfxp*	at pci? dev ? function ?		# Intel EEPRO 10/100B
2121.15Sbrezak
2131.96Saugustsspss0	at isa? port 0x220 irq 7 drq 6  	# Personal Sound System
2141.96Saugustsssp0	at pss0 port 0x530 irq 10 drq 0		# 	sound port driver
2151.92Saugustssaudio*	at sp0
2161.1Smycroft
2171.96Saugustsssb0	at isa? port 0x220 irq 7 drq 1 drq2 5	# SoundBlaster
2181.88Smikelsb*	at isapnp?
2191.92Saugustssaudio*	at sb?
2201.96Saugustsswss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
2211.92Saugustssaudio*	at wss0
2221.96Saugustsspas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
2231.92Saugustssaudio*	at pas0
2241.96Saugustssgus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
2251.92Saugustssaudio*	at gus0
2261.37Sjtk#spkr0	at pckbd? port 0x61
2271.40Sperry
2281.40Sperry# Joystick driver. Probe is a little strange; add only if you have one.
2291.40Sperry#joy0	at isa? port 0x201
2301.88Smikeljoy*	at isapnp?
2311.68Schristos
2321.84Shpeyerl# Planetconnect Satellite receiver driver.
2331.84Shpeyerl#satlink0 at isa? port 0x300 drq 1
2341.84Shpeyerl
2351.57Smycroftinclude	"arch/i386/conf/GENERIC.local"
2361.1Smycroft
2371.1Smycroftpseudo-device	loop	1		# network loopback
2381.1Smycroftpseudo-device	bpfilter 8		# packet filter
2391.1Smycroftpseudo-device	sl	2		# CSLIP
2401.1Smycroftpseudo-device	ppp	2		# PPP
2411.1Smycroftpseudo-device	tun	2		# network tunneling over tty
2421.88Smikel#pseudo-device	ipfilter		# IP filter
2431.1Smycroft
2441.1Smycroftpseudo-device	pty	64		# pseudo-terminals
2451.1Smycroftpseudo-device	tb	1		# tablet line discipline
2461.11Scgdpseudo-device	vnd	4		# paging to files
2471.27Sneilpseudo-device	ccd	4		# concatenated disk devices
248