GENERIC revision 1.101
11.101Smycroft#	$NetBSD: GENERIC,v 1.101 1997/10/08 09:32:37 mycroft 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.101Smycroft# The following options override the memory sizes passed in from the boot
161.101Smycroft# block.  Use them *only* if the boot block is unable to determine the correct
171.101Smycroft# values.  Note that the BIOS may *correctly* report less that 640k of base
181.101Smycroft# memory if the extended BIOS data area is located at the top of base memory
191.101Smycroft# (as is the case on most recent systems).
201.101Smycroft#options 	REALBASEMEM=...	# size of base memory
211.101Smycroft#options 	REALEXTMEM=...	# size of extended memory
221.1Smycroft
231.82Smellon#options 	DUMMY_NOPS	# speed hack; recommended
241.82Smellonoptions 	XSERVER,UCONSOLE
251.82Smellonoptions 	INSECURE	# insecure; allow /dev/mem writing for X
261.1Smycroft
271.1Smycroftmaxusers	32		# estimated number of users
281.82Smellonoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
291.82Smellon#options 	NTP		# NTP phase/frequency locked loop
301.1Smycroft
311.82Smellonoptions 	DDB		# in-kernel debugger
321.90Sdrochner#options 	KGDB		# remote debugger
331.94Sdrochner#options 	"KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
341.8Smycroft#makeoptions	DEBUG="-g"	# compile full symbol table
351.82Smellonoptions 	DIAGNOSTIC	# internal consistency checks
361.98Smikeloptions 	KTRACE		# system call tracing via ktrace(1)
371.98Smikeloptions 	KMEMSTATS	# kernel memory statistics (vmstat -m)
381.1Smycroft
391.82Smellonoptions 	SYSVMSG		# System V-like message queues
401.82Smellonoptions 	SYSVSEM		# System V-like semaphores
411.82Smellonoptions 	SYSVSHM		# System V-like memory sharing
421.82Smellon#options 	SHMMAXPGS=1024	# 1024 pages is the default
431.82Smellon
441.82Smellonoptions 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
451.82Smellonoptions 	COMPAT_09	# NetBSD 0.9,
461.82Smellonoptions 	COMPAT_10	# NetBSD 1.0,
471.82Smellonoptions 	COMPAT_11	# NetBSD 1.1,
481.55Smycroftoptions 	COMPAT_12	# NetBSD 1.2,
491.82Smellonoptions 	COMPAT_43	# and 4.3BSD
501.82Smellonoptions 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
511.1Smycroft
521.82Smellonoptions 	COMPAT_SVR4	# binary compatibility with SVR4
531.82Smellonoptions 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
541.82Smellonoptions 	COMPAT_LINUX	# binary compatibility with Linux
551.82Smellonoptions 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
561.59Smycroft
571.82Smellonoptions 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
581.1Smycroft
591.82Smellonoptions 	USER_LDT	# user-settable LDT; used by WINE
601.82Smellonoptions 	LKM		# loadable kernel modules
611.1Smycroft
621.71Sthorpejfile-system 	FFS		# UFS
631.80Sperryfile-system 	EXT2FS		# second extended file system (linux)
641.71Sthorpejfile-system 	LFS		# log-structured file system
651.71Sthorpejfile-system 	MFS		# memory file system
661.71Sthorpejfile-system 	NFS		# Network File System client
671.71Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
681.71Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
691.71Sthorpejfile-system 	FDESC		# /dev/fd
701.71Sthorpejfile-system 	KERNFS		# /kern
711.71Sthorpejfile-system 	NULLFS		# loopback file system
721.71Sthorpejfile-system 	PORTAL		# portal filesystem (still experimental)
731.71Sthorpejfile-system 	PROCFS		# /proc
741.71Sthorpejfile-system 	UMAPFS		# NULLFS + uid and gid remapping
751.71Sthorpejfile-system 	UNION		# union file system
761.71Sthorpej
771.82Smellonoptions 	QUOTA		# UFS quotas
781.82Smellonoptions 	NFSSERVER	# Network File System server
791.82Smellonoptions 	FIFO		# FIFOs; RECOMMENDED
801.81Sveego#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
811.80Sperry				# immutable) behave as system flags.
821.81Sveego
831.82Smellon#options 	GATEWAY		# packet forwarding
841.82Smellonoptions 	INET		# IP + ICMP + TCP + UDP
851.82Smellon#options 	MROUTING	# IP multicast routing
861.82Smellonoptions 	NS		# XNS
871.82Smellon#options 	NSIP		# XNS tunneling over IP
881.82Smellonoptions 	ISO,TPIP	# OSI
891.82Smellonoptions 	EON		# OSI tunneling over IP
901.82Smellonoptions 	CCITT,LLC,HDLC	# X.25
911.82Smellon#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
921.1Smycroft
931.71Sthorpejconfig		netbsd	root on ? type ?
941.94Sdrochner#options 	"CONSDEVNAME=\"com\"",CONADDR=0x3f8,CONSPEED=9600
951.1Smycroft
961.63Sthorpejoptions 	EISAVERBOSE	# verbose EISA device messages
971.63Sthorpejoptions 	PCIVERBOSE	# verbose PCI device messages
981.98Smikeloptions 	SCSIVERBOSE	# verbose SCSI error messages
991.63Sthorpej
1001.31Scgdmainbus0 at root
1011.31Scgd
1021.63Sthorpejpci0	at mainbus0 bus ?
1031.31Scgdeisa0	at mainbus0
1041.1Smycroft
1051.30Scgdppb*	at pci? dev ? function ?	# PCI-PCI bridges
1061.30Scgdpci*	at ppb? bus ?
1071.63Sthorpejpchb*	at pci? dev ? function ?	# PCI-Host bridges
1081.77Sperrypci*	at pchb?
1091.63Sthorpejpcib*	at pci? dev ? function ?	# PCI-ISA bridges
1101.63Sthorpej
1111.63Sthorpejisa*	at pcib?			# ISA on PCI-ISA bridge
1121.63Sthorpejisa*	at mainbus0			# all other ISA
1131.88Smikelisapnp0	at isa?				# ISA Plug-and-Play
1141.63Sthorpej
1151.91Sperry#apm0	at mainbus0			# Advanced power management
1161.30Scgd
1171.1Smycroftnpx0	at isa? port 0xf0 irq 13	# math coprocessor
1181.1Smycroft
1191.1Smycroftpc0	at isa? port 0x60 irq 1		# generic PC console device
1201.1Smycroft#vt0	at isa? port 0x60 irq 1
1211.1Smycroft
1221.89Sperry#options 	COM_HAYESP		# adds Hayes ESP serial board support
1231.2Smycroftcom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
1241.2Smycroftcom1	at isa? port 0x2f8 irq 3
1251.2Smycroftcom2	at isa? port 0x3e8 irq 5
1261.2Smycroft#com3	at isa? port 0x2e8 irq 9
1271.8Smycroft#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
1281.34Scgd#com*	at ast? slave ?
1291.8Smycroft#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
1301.8Smycroft#com*	at boca? slave ?
1311.1Smycroft#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
1321.1Smycroft#com*	at rtfps? slave ?
1331.58Schristos#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
1341.58Schristos#cy*	at pci? dev ? function ?	# Cyclades serial cards
1351.88Smikel
1361.1Smycroftlpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1371.1Smycroftlpt1	at isa? port 0x278
1381.1Smycroftlpt2	at isa? port 0x3bc
1391.1Smycroft
1401.1Smycroftlms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1411.1Smycroftlms1	at isa? port 0x238 irq 5
1421.1Smycroftmms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1431.1Smycroftmms1	at isa? port 0x238 irq 5
1441.36Sthorpej#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
1451.1Smycroft
1461.1Smycroftaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1471.1Smycroftaha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1481.1Smycroftscsibus* at aha?
1491.29Scgdahb*	at eisa? slot ?			# Adaptec 174[024] SCSI controllers
1501.22Smycroftscsibus* at ahb?
1511.50Ssodaahc0	at isa? port ? irq ?		# Adaptec 284x SCSI controllers
1521.49Sexplorerahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI controllers
1531.49Sexplorerahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI controllers
1541.23Smycroftscsibus* at ahc?
1551.41Sghudsonaic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI controllers
1561.22Smycroftscsibus* at aic?
1571.53Smycroftbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1581.53Smycroftbha1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1591.53Smycroftbha*	at eisa? slot ?
1601.54Smycroftbha*	at pci? dev ? function ?
1611.53Smycroftscsibus* at bha?
1621.30Scgdncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
1631.22Smycroftscsibus* at ncr?
1641.22Smycroftsea0	at isa? iomem 0xc8000 irq 5
1651.22Smycroftscsibus* at sea?
1661.22Smycroftuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1671.22Smycroftuha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1681.53Smycroftuha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
1691.22Smycroftscsibus* at uha?
1701.39Smycroftwds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
1711.39Smycroftwds1	at isa? port 0x358 irq 11 drq 5
1721.39Smycroftscsibus* at wds?
1731.73Scgdisp*	at pci? dev ? function ?	# Qlogic ISP 10x0 SCSI controllers
1741.73Scgdscsibus* at isp?
1751.16Scgd
1761.1Smycroftsd*	at scsibus? target ? lun ?	# SCSI disk drives
1771.1Smycroftst*	at scsibus? target ? lun ?	# SCSI tape drives
1781.1Smycroftcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1791.1Smycroftch*	at scsibus? target ? lun ?	# SCSI autochangers
1801.55Smycroftss*	at scsibus? target ? lun ?	# SCSI scanners
1811.55Smycroftuk*	at scsibus? target ? lun ?	# SCSI unknown
1821.1Smycroft
1831.1Smycroftfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1841.1Smycroft#fdc1	at isa? port 0x370 irq ? drq ?
1851.1Smycroftfd*	at fdc? drive ?
1861.1Smycroft
1871.86Sperry#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
1881.1Smycroft
1891.1Smycroftwdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1901.75Smycroftwdc1	at isa? port 0x170 irq 15
1911.1Smycroftwd*	at wdc? drive ?
1921.97Sbouyeratapibus* at wdc?
1931.97Sbouyercd* at atapibus? drive ?
1941.1Smycroft
1951.74Sperry# note: the wt driver conflicts unpleasantly with ed devices at the
1961.74Sperry# same I/O address. The probe reprograms their eeproms. Don't
1971.74Sperry# uncomment it unless you are actually using it.
1981.74Sperry#wt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
1991.1Smycroft
2001.4Smycrofted0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
2011.4Smycrofted1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
2021.4Smycrofted2	at isa? port 0x300 iomem 0xcc000 irq 10
2031.1Smycroft#eg0	at isa? ...				# 3C505 ethernet cards
2041.19Smycroftel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
2051.1Smycroftep0	at isa? port ? irq ?			# 3C509 ethernet cards
2061.88Smikelep*	at isapnp?
2071.44Sscottrie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN and 3C507
2081.44Sscottrie1	at isa? port 0x300 irq 10		# EtherExpress
2091.1Smycroft#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
2101.87Smattlc0	at isa? port ? iomem ? irq ?		# DEC EtherWORKS III (LEMAC)
2111.42Sthorpejep*	at eisa? slot ?				# 3C579 ethernet cards
2121.46Sthorpejfea*	at eisa? slot ?				# DEC DEFEA FDDI cards
2131.30Scgdle*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
2141.30Scgdde*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
2151.83Scjsep*	at pci? dev ? function ?		# 3C59x/3C90x ethernet cards
2161.45Sthorpejfpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
2171.78Sthorpejfxp*	at pci? dev ? function ?		# Intel EEPRO 10/100B
2181.99Smycroftfe0	at isa? port 0x2a0 irq ?		# AT1700
2191.15Sbrezak
2201.96Saugustsspss0	at isa? port 0x220 irq 7 drq 6  	# Personal Sound System
2211.96Saugustsssp0	at pss0 port 0x530 irq 10 drq 0		# 	sound port driver
2221.92Saugustssaudio*	at sp0
2231.1Smycroft
2241.96Saugustsssb0	at isa? port 0x220 irq 7 drq 1 drq2 5	# SoundBlaster
2251.88Smikelsb*	at isapnp?
2261.92Saugustssaudio*	at sb?
2271.96Saugustsswss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
2281.92Saugustssaudio*	at wss0
2291.96Saugustsspas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
2301.92Saugustssaudio*	at pas0
2311.96Saugustssgus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
2321.92Saugustssaudio*	at gus0
2331.100Saugustssguspnp*	at isapnp?				# Gravis Ultra Sound PnP
2341.100Saugustssaudio*	at guspnp?
2351.37Sjtk#spkr0	at pckbd? port 0x61
2361.40Sperry
2371.40Sperry# Joystick driver. Probe is a little strange; add only if you have one.
2381.40Sperry#joy0	at isa? port 0x201
2391.88Smikeljoy*	at isapnp?
2401.68Schristos
2411.84Shpeyerl# Planetconnect Satellite receiver driver.
2421.84Shpeyerl#satlink0 at isa? port 0x300 drq 1
2431.84Shpeyerl
2441.57Smycroftinclude	"arch/i386/conf/GENERIC.local"
2451.1Smycroft
2461.1Smycroftpseudo-device	loop	1		# network loopback
2471.1Smycroftpseudo-device	bpfilter 8		# packet filter
2481.1Smycroftpseudo-device	sl	2		# CSLIP
2491.1Smycroftpseudo-device	ppp	2		# PPP
2501.1Smycroftpseudo-device	tun	2		# network tunneling over tty
2511.88Smikel#pseudo-device	ipfilter		# IP filter
2521.1Smycroft
2531.1Smycroftpseudo-device	pty	64		# pseudo-terminals
2541.1Smycroftpseudo-device	tb	1		# tablet line discipline
2551.11Scgdpseudo-device	vnd	4		# paging to files
2561.27Sneilpseudo-device	ccd	4		# concatenated disk devices
257