GENERIC revision 1.106
11.106Senami#	$NetBSD: GENERIC,v 1.106 1997/10/17 07:07:26 enami 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.102Smycroft#options 	VM86		# virtual 8086 emulation
141.102Smycroftoptions 	USER_LDT	# user-settable LDT; used by WINE
151.32Sthorpej
161.101Smycroft# The following options override the memory sizes passed in from the boot
171.101Smycroft# block.  Use them *only* if the boot block is unable to determine the correct
181.101Smycroft# values.  Note that the BIOS may *correctly* report less that 640k of base
191.101Smycroft# memory if the extended BIOS data area is located at the top of base memory
201.101Smycroft# (as is the case on most recent systems).
211.101Smycroft#options 	REALBASEMEM=...	# size of base memory
221.101Smycroft#options 	REALEXTMEM=...	# size of extended memory
231.1Smycroft
241.82Smellon#options 	DUMMY_NOPS	# speed hack; recommended
251.82Smellonoptions 	XSERVER,UCONSOLE
261.82Smellonoptions 	INSECURE	# insecure; allow /dev/mem writing for X
271.1Smycroft
281.1Smycroftmaxusers	32		# estimated number of users
291.82Smellonoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
301.82Smellon#options 	NTP		# NTP phase/frequency locked loop
311.1Smycroft
321.82Smellonoptions 	DDB		# in-kernel debugger
331.90Sdrochner#options 	KGDB		# remote debugger
341.94Sdrochner#options 	"KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
351.8Smycroft#makeoptions	DEBUG="-g"	# compile full symbol table
361.82Smellonoptions 	DIAGNOSTIC	# internal consistency checks
371.98Smikeloptions 	KTRACE		# system call tracing via ktrace(1)
381.98Smikeloptions 	KMEMSTATS	# kernel memory statistics (vmstat -m)
391.1Smycroft
401.82Smellonoptions 	SYSVMSG		# System V-like message queues
411.82Smellonoptions 	SYSVSEM		# System V-like semaphores
421.82Smellonoptions 	SYSVSHM		# System V-like memory sharing
431.82Smellon#options 	SHMMAXPGS=1024	# 1024 pages is the default
441.82Smellon
451.82Smellonoptions 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
461.82Smellonoptions 	COMPAT_09	# NetBSD 0.9,
471.82Smellonoptions 	COMPAT_10	# NetBSD 1.0,
481.82Smellonoptions 	COMPAT_11	# NetBSD 1.1,
491.55Smycroftoptions 	COMPAT_12	# NetBSD 1.2,
501.82Smellonoptions 	COMPAT_43	# and 4.3BSD
511.82Smellonoptions 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
521.1Smycroft
531.82Smellonoptions 	COMPAT_SVR4	# binary compatibility with SVR4
541.82Smellonoptions 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
551.82Smellonoptions 	COMPAT_LINUX	# binary compatibility with Linux
561.82Smellonoptions 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
571.59Smycroft
581.82Smellonoptions 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
591.1Smycroft
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.106Senamicd*	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.104Sthorpejed0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC and 3C503
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.104Sthorpejne0	at isa? port 0x280 irq 9		# NE[12]000 ethernet cards
2121.104Sthorpejne1	at isa? port 0x300 irq 10
2131.42Sthorpejep*	at eisa? slot ?				# 3C579 ethernet cards
2141.46Sthorpejfea*	at eisa? slot ?				# DEC DEFEA FDDI cards
2151.30Scgdle*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
2161.30Scgdde*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
2171.83Scjsep*	at pci? dev ? function ?		# 3C59x/3C90x ethernet cards
2181.45Sthorpejfpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
2191.78Sthorpejfxp*	at pci? dev ? function ?		# Intel EEPRO 10/100B
2201.99Smycroftfe0	at isa? port 0x2a0 irq ?		# AT1700
2211.104Sthorpejne*	at pci? dev ? function ?		# NE2000-compatible eth cards
2221.15Sbrezak
2231.96Saugustsspss0	at isa? port 0x220 irq 7 drq 6  	# Personal Sound System
2241.96Saugustsssp0	at pss0 port 0x530 irq 10 drq 0		# 	sound port driver
2251.92Saugustssaudio*	at sp0
2261.1Smycroft
2271.96Saugustsssb0	at isa? port 0x220 irq 7 drq 1 drq2 5	# SoundBlaster
2281.88Smikelsb*	at isapnp?
2291.92Saugustssaudio*	at sb?
2301.96Saugustsswss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
2311.92Saugustssaudio*	at wss0
2321.96Saugustsspas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
2331.92Saugustssaudio*	at pas0
2341.96Saugustssgus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
2351.92Saugustssaudio*	at gus0
2361.100Saugustssguspnp*	at isapnp?				# Gravis Ultra Sound PnP
2371.100Saugustssaudio*	at guspnp?
2381.37Sjtk#spkr0	at pckbd? port 0x61
2391.40Sperry
2401.40Sperry# Joystick driver. Probe is a little strange; add only if you have one.
2411.40Sperry#joy0	at isa? port 0x201
2421.88Smikeljoy*	at isapnp?
2431.68Schristos
2441.84Shpeyerl# Planetconnect Satellite receiver driver.
2451.84Shpeyerl#satlink0 at isa? port 0x300 drq 1
2461.105Sthorpej
2471.105Sthorpej# PCMCIA controllers, sockets, and devices.
2481.105Sthorpej
2491.105Sthorpejpcic0	at isa? port 0x3E0 iomem 0xd0000 iosiz 0x4000
2501.105Sthorpejpcic1	at isa? port 0x3E2 iomem 0xd4000 iosiz 0x4000
2511.105Sthorpej
2521.105Sthorpejpcmcia*	at pcic? controller ? socket ?
2531.105Sthorpej
2541.105Sthorpejep*	at pcmcia? function ?
2551.105Sthorpejne*	at pcmcia? function ?
2561.105Sthorpejsm*	at pcmcia? function ?
2571.105Sthorpejcom*	at pcmcia? function ?
2581.105Sthorpejaic*	at pcmcia? function ?
2591.84Shpeyerl
2601.57Smycroftinclude	"arch/i386/conf/GENERIC.local"
2611.1Smycroft
2621.1Smycroftpseudo-device	loop	1		# network loopback
2631.1Smycroftpseudo-device	bpfilter 8		# packet filter
2641.1Smycroftpseudo-device	sl	2		# CSLIP
2651.1Smycroftpseudo-device	ppp	2		# PPP
2661.1Smycroftpseudo-device	tun	2		# network tunneling over tty
2671.88Smikel#pseudo-device	ipfilter		# IP filter
2681.1Smycroft
2691.1Smycroftpseudo-device	pty	64		# pseudo-terminals
2701.1Smycroftpseudo-device	tb	1		# tablet line discipline
2711.11Scgdpseudo-device	vnd	4		# paging to files
2721.27Sneilpseudo-device	ccd	4		# concatenated disk devices
2731.103Sexplorer#pseudo-device	rnd			# /dev/random and in-kernel generator
274