INSTALL revision 1.47
11.47Smikel#	$NetBSD: INSTALL,v 1.47 1997/08/28 08:00:15 mikel Exp $
21.2Stls#
31.29Sjonathan#	INSTALL -- an installation kernel config.
41.37Sperry#	This kernel should be derived from GENERIC with ramdisk
51.37Sperry#	support added and some features commented out.
61.2Stls#
71.37Sperry#	Install kernels no longer support X, soundcards, or non-NetBSD
81.37Sperry#	emulation.
91.2Stls
101.25Sfvdlinclude "arch/i386/conf/std.i386"
111.2Stls
121.39Smellonoptions 	I386_CPU	# CPU classes; at least one is REQUIRED
131.39Smellonoptions 	I486_CPU
141.39Smellonoptions 	I586_CPU
151.39Smellonoptions 	I686_CPU
161.39Smellonoptions 	MATH_EMULATE	# floating point emulation
171.39Smellon#options 	VM86		# Virtual 8086 emulation
181.7Sthorpej
191.7Sthorpej# Some BIOSes don't get the size of extended memory right.  If you
201.7Sthorpej# have a broken BIOS, uncomment the following and set the value
211.7Sthorpej# properly for your system.
221.43Smikel#options 	BIOSEXTMEM=...	# size of extended memory
231.2Stls
241.39Smellon#options 	DUMMY_NOPS	# speed hack; recommended
251.39Smellon#options 	XSERVER,UCONSOLE
261.39Smellon#options 	INSECURE	# insecure; allow /dev/mem writing for X
271.2Stls
281.2Stlsmaxusers	32		# estimated number of users
291.39Smellonoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
301.39Smellon#options 	NTP		# NTP phase/frequency locked loop
311.2Stls
321.37Sperry# Enable the hooks used for initializing the memory-disk.
331.39Smellonoptions 	MEMORY_DISK_HOOKS
341.39Smellonoptions 	MEMORY_DISK_IS_ROOT     # Force root on memory-disk
351.39Smellonoptions 	MEMORY_DISK_SERVER=0	# No user space hooks
361.39Smellonoptions 	MINIROOTSIZE=3074
371.43Smikel#options 	MINIROOTSIZE=2880	# 1.44M, same as a floppy
381.37Sperry
391.39Smellon#options 	DDB		# in-kernel debugger
401.46Smikel#options 	KGDB		# remote debugger
411.46Smikel#options 	"KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
421.2Stls#makeoptions	DEBUG="-g"	# compile full symbol table
431.39Smellon#options 	DIAGNOSTIC	# internal consistency checks
441.47Smikel#options 	KTRACE		# system call tracing via ktrace(1)
451.47Smikel#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
461.2Stls
471.39Smellon#options 	SYSVMSG		# System V-like message queues
481.39Smellon#options 	SYSVSEM		# System V-like semaphores
491.39Smellon#options 	SYSVSHM		# System V-like memory sharing
501.39Smellon#options 	SHMMAXPGS=1024	# 1024 pages is the default
511.39Smellon
521.39Smellon#options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
531.39Smellon#options 	COMPAT_09	# NetBSD 0.9,
541.39Smellonoptions 	COMPAT_10	# NetBSD 1.0,
551.39Smellonoptions 	COMPAT_11	# NetBSD 1.1,
561.39Smellonoptions 	COMPAT_12	# NetBSD 1.2,
571.39Smellon#options 	COMPAT_43	# and 4.3BSD
581.39Smellon#options 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
591.39Smellon
601.39Smellon#options 	COMPAT_SVR4	# binary compatibility with SVR4
611.39Smellon#options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
621.39Smellon#options 	COMPAT_LINUX	# binary compatibility with Linux
631.39Smellon#options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
641.23Smycroft
651.39Smellon#options 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
661.2Stls
671.39Smellon#options 	USER_LDT	# user-settable LDT; used by WINE
681.39Smellonoptions 	LKM		# loadable kernel modules
691.2Stls
701.32Sthorpejfile-system 	FFS		# UFS
711.37Sperry#file-system 	EXT2FS		# second extended file system (linux)
721.43Smikel#file-system 	LFS		# log-structured file system
731.32Sthorpejfile-system 	MFS		# memory file system
741.32Sthorpejfile-system 	NFS		# Network File System client
751.32Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
761.32Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
771.32Sthorpejfile-system 	FDESC		# /dev/fd
781.32Sthorpejfile-system 	KERNFS		# /kern
791.43Smikel#file-system 	NULLFS		# loopback file system
801.43Smikel#file-system 	PORTAL		# portal filesystem (still experimental)
811.43Smikel#file-system 	PROCFS		# /proc
821.43Smikel#file-system 	UMAPFS		# NULLFS + uid and gid remapping
831.43Smikel#file-system 	UNION		# union file system
841.2Stls
851.39Smellon#options 	QUOTA		# UFS quotas
861.39Smellon#options 	NFSSERVER	# Network File System server
871.39Smellonoptions 	FIFO		# FIFOs; RECOMMENDED
881.37Sperry#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
891.37Sperry				# immutable) behave as system flags.
901.2Stls
911.39Smellon#options 	GATEWAY		# packet forwarding
921.39Smellonoptions 	INET		# IP + ICMP + TCP + UDP
931.39Smellon#options 	MROUTING	# IP multicast routing
941.39Smellon#options 	NS		# XNS
951.39Smellon#options 	NSIP		# XNS tunneling over IP
961.39Smellon#options 	ISO,TPIP	# OSI
971.39Smellon#options 	EON		# OSI tunneling over IP
981.39Smellon#options 	CCITT,LLC,HDLC	# X.25
991.43Smikel#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1001.2Stls
1011.32Sthorpejconfig		netbsd	root on ? type ?
1021.46Smikel#options 	"CONSDEVNAME=\"com\"",CONADDR=0x3f8,CONSPEED=9600
1031.2Stls
1041.43Smikel#options 	EISAVERBOSE	# verbose EISA device messages
1051.43Smikel#options 	PCIVERBOSE	# verbose PCI device messages
1061.47Smikel#options	SCSIVERBOSE	# verbose SCSI error messages
1071.43Smikel
1081.6Scgdmainbus0 at root
1091.6Scgd
1101.27Sthorpejpci0	at mainbus0 bus ?
1111.6Scgdeisa0	at mainbus0
1121.2Stls
1131.5Scgdppb*	at pci? dev ? function ?	# PCI-PCI bridges
1141.5Scgdpci*	at ppb? bus ?
1151.27Sthorpejpchb*	at pci? dev ? function ?	# PCI-Host bridges
1161.37Sperrypci*	at pchb?
1171.27Sthorpejpcib*	at pci? dev ? function ?	# PCI-ISA bridges
1181.27Sthorpej
1191.27Sthorpejisa*	at pcib?			# ISA on PCI-ISA bridge
1201.27Sthorpejisa*	at mainbus0			# all other ISA
1211.43Smikel#isapnp0	at isa?				# ISA Plug-and-Play
1221.27Sthorpej
1231.27Sthorpej#apm0	at mainbus0			# Advanced power management
1241.5Scgd
1251.2Stlsnpx0	at isa? port 0xf0 irq 13	# math coprocessor
1261.2Stls
1271.2Stlspc0	at isa? port 0x60 irq 1		# generic PC console device
1281.2Stls#vt0	at isa? port 0x60 irq 1
1291.2Stls
1301.46Smikel#options 	COM_HAYESP		# adds Hayes ESP serial board support
1311.2Stlscom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
1321.2Stlscom1	at isa? port 0x2f8 irq 3
1331.2Stlscom2	at isa? port 0x3e8 irq 5
1341.2Stls#com3	at isa? port 0x2e8 irq 9
1351.2Stls#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
1361.8Scgd#com*	at ast? slave ?
1371.2Stls#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
1381.2Stls#com*	at boca? slave ?
1391.2Stls#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
1401.2Stls#com*	at rtfps? slave ?
1411.43Smikel#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
1421.43Smikel#cy*	at pci? dev ? function ?	# Cyclades serial cards
1431.2Stls
1441.2Stlslpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1451.2Stlslpt1	at isa? port 0x278
1461.2Stlslpt2	at isa? port 0x3bc
1471.2Stls
1481.20Smycroft#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1491.20Smycroft#lms1	at isa? port 0x238 irq 5
1501.20Smycroft#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1511.20Smycroft#mms1	at isa? port 0x238 irq 5
1521.20Smycroft#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
1531.20Smycroft
1541.29Sjonathanaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1551.29Sjonathanaha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1561.29Sjonathanscsibus* at aha?
1571.29Sjonathanahb*	at eisa? slot ?			# Adaptec 174[024] SCSI controllers
1581.29Sjonathanscsibus* at ahb?
1591.29Sjonathanahc0	at isa? port ? irq ?		# Adaptec 284x SCSI controllers
1601.29Sjonathanahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI controllers
1611.29Sjonathanahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI controllers
1621.29Sjonathanscsibus* at ahc?
1631.29Sjonathanaic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI controllers
1641.29Sjonathanscsibus* at aic?
1651.17Smycroftbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1661.17Smycroftbha1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1671.17Smycroftbha*	at eisa? slot ?
1681.18Smycroftbha*	at pci? dev ? function ?
1691.17Smycroftscsibus* at bha?
1701.5Scgdncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
1711.2Stlsscsibus* at ncr?
1721.2Stlssea0	at isa? iomem 0xc8000 irq 5
1731.2Stlsscsibus* at sea?
1741.2Stlsuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1751.2Stlsuha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1761.17Smycroftuha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
1771.2Stlsscsibus* at uha?
1781.38Sperry# temporarily commented out, pending bus_dma fixes for this driver.
1791.38Sperry#wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
1801.38Sperry#wds1	at isa? port 0x358 irq 11 drq 5
1811.38Sperry#scsibus* at wds?
1821.33Scgdisp*	at pci? dev ? function ?	# Qlogic ISP 10x0 SCSI controllers
1831.33Scgdscsibus* at isp?
1841.2Stls
1851.2Stlssd*	at scsibus? target ? lun ?	# SCSI disk drives
1861.2Stlsst*	at scsibus? target ? lun ?	# SCSI tape drives
1871.2Stlscd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1881.2Stlsch*	at scsibus? target ? lun ?	# SCSI autochangers
1891.20Smycroft#ss*	at scsibus? target ? lun ?	# SCSI scanners
1901.20Smycroft#uk*	at scsibus? target ? lun ?	# SCSI unknown
1911.2Stls
1921.2Stlsfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1931.2Stls#fdc1	at isa? port 0x370 irq ? drq ?
1941.2Stlsfd*	at fdc? drive ?
1951.2Stls
1961.20Smycroft#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
1971.20Smycroft
1981.2Stlswdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1991.34Smycroftwdc1	at isa? port 0x170 irq 15
2001.2Stlswd*	at wdc? drive ?
2011.47Smikelatapibus* at wdc?
2021.47Smikelcd* at atapibus? drive ?
2031.2Stls
2041.41Sperry# note: the wt driver conflicts unpleasantly with ed devices at the
2051.41Sperry# same I/O address. The probe reprograms their eeproms. Don't
2061.41Sperry# uncomment it unless you are actually using it.
2071.41Sperry#wt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
2081.2Stls
2091.2Stlsed0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
2101.2Stlsed1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
2111.2Stlsed2	at isa? port 0x300 iomem 0xcc000 irq 10
2121.2Stls#eg0	at isa? ...				# 3C505 ethernet cards
2131.2Stlsel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
2141.2Stlsep0	at isa? port ? irq ?			# 3C509 ethernet cards
2151.43Smikel#ep*	at isapnp?
2161.13Sscottrie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN and 3C507
2171.13Sscottrie1	at isa? port 0x300 irq 10		# EtherExpress
2181.2Stls#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
2191.42Smattlc0	at isa? port ? iomem ? irq ?		# DEC EtherWORKS III (LEMAC)
2201.12Sthorpejep*	at eisa? slot ?				# 3C579 ethernet cards
2211.20Smycroftfea*	at eisa? slot ?				# DEC DEFEA FDDI cards
2221.5Scgdle*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
2231.5Scgdde*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
2241.43Smikelep*	at pci? dev ? function ?		# 3C59x/3C90x ethernet cards
2251.20Smycroftfpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
2261.36Sthorpejfxp*	at pci? dev ? function ?		# Intel EEPRO 10/100B
2271.20Smycroft
2281.20Smycroft#pss0	at isa? port 0x220 irq 7 drq 6  # Personal Sound System
2291.20Smycroft#sp0	at pss0 port 0x530 irq 10 drq 0	# 	sound port driver
2301.44Saugustss#audio*	at sp0
2311.20Smycroft
2321.20Smycroft#sb0	at isa? port 0x220 irq 7 drq 1	# SoundBlaster
2331.43Smikel#sb*	at isapnp?
2341.44Saugustss#audio*	at sb?
2351.20Smycroft#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
2361.44Saugustss#audio*	at wss0
2371.20Smycroft#pas0	at isa? port 0x220 irq 7 drq 1	# ProAudio Spectrum
2381.44Saugustss#audio*	at pas0
2391.46Smikel#gus0	at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound
2401.44Saugustss#audio*	at gus0
2411.20Smycroft#spkr0	at pckbd? port 0x61
2421.20Smycroft
2431.20Smycroft# Joystick driver. Probe is a little strange; add only if you have one.
2441.20Smycroft#joy0	at isa? port 0x201
2451.43Smikel#joy*	at isapnp?
2461.43Smikel
2471.43Smikel# Planetconnect Satellite receiver driver.
2481.43Smikel#satlink0 at isa? port 0x300 drq 1
2491.21Smycroft
2501.22Smycroftinclude	"arch/i386/conf/GENERIC.local"
2511.37Sperry
2521.37Sperry# memory-disk (root for install floppy)
2531.37Sperrypseudo-device	md	1		# memory-disk
2541.2Stls
2551.2Stlspseudo-device	loop	1		# network loopback
2561.20Smycroft#pseudo-device	bpfilter 8		# packet filter
2571.2Stlspseudo-device	sl	2		# CSLIP
2581.20Smycroft#pseudo-device	ppp	2		# PPP
2591.20Smycroft#pseudo-device	tun	2		# network tunneling over tty
2601.43Smikel#pseudo-device	ipfilter		# IP filter
2611.2Stls
2621.2Stlspseudo-device	pty	64		# pseudo-terminals
2631.20Smycroft#pseudo-device	tb	1		# tablet line discipline
2641.20Smycroft#pseudo-device	vnd	4		# paging to files
2651.20Smycroft#pseudo-device	ccd	4		# concatenated disk devices
266