INSTALL revision 1.46
11.46Smikel#	$NetBSD: INSTALL,v 1.46 1997/08/27 04:56:38 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.39Smellon#options 	KTRACE		# system call tracing, a la ktrace(1)
451.2Stls
461.39Smellon#options 	SYSVMSG		# System V-like message queues
471.39Smellon#options 	SYSVSEM		# System V-like semaphores
481.39Smellon#options 	SYSVSHM		# System V-like memory sharing
491.39Smellon#options 	SHMMAXPGS=1024	# 1024 pages is the default
501.39Smellon
511.39Smellon#options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
521.39Smellon#options 	COMPAT_09	# NetBSD 0.9,
531.39Smellonoptions 	COMPAT_10	# NetBSD 1.0,
541.39Smellonoptions 	COMPAT_11	# NetBSD 1.1,
551.39Smellonoptions 	COMPAT_12	# NetBSD 1.2,
561.39Smellon#options 	COMPAT_43	# and 4.3BSD
571.39Smellon#options 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
581.39Smellon
591.39Smellon#options 	COMPAT_SVR4	# binary compatibility with SVR4
601.39Smellon#options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
611.39Smellon#options 	COMPAT_LINUX	# binary compatibility with Linux
621.39Smellon#options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
631.23Smycroft
641.39Smellon#options 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
651.2Stls
661.39Smellon#options 	USER_LDT	# user-settable LDT; used by WINE
671.39Smellonoptions 	LKM		# loadable kernel modules
681.2Stls
691.32Sthorpejfile-system 	FFS		# UFS
701.37Sperry#file-system 	EXT2FS		# second extended file system (linux)
711.43Smikel#file-system 	LFS		# log-structured file system
721.32Sthorpejfile-system 	MFS		# memory file system
731.32Sthorpejfile-system 	NFS		# Network File System client
741.32Sthorpejfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
751.32Sthorpejfile-system 	MSDOSFS		# MS-DOS file system
761.32Sthorpejfile-system 	FDESC		# /dev/fd
771.32Sthorpejfile-system 	KERNFS		# /kern
781.43Smikel#file-system 	NULLFS		# loopback file system
791.43Smikel#file-system 	PORTAL		# portal filesystem (still experimental)
801.43Smikel#file-system 	PROCFS		# /proc
811.43Smikel#file-system 	UMAPFS		# NULLFS + uid and gid remapping
821.43Smikel#file-system 	UNION		# union file system
831.2Stls
841.39Smellon#options 	QUOTA		# UFS quotas
851.39Smellon#options 	NFSSERVER	# Network File System server
861.39Smellonoptions 	FIFO		# FIFOs; RECOMMENDED
871.37Sperry#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
881.37Sperry				# immutable) behave as system flags.
891.2Stls
901.39Smellon#options 	GATEWAY		# packet forwarding
911.39Smellonoptions 	INET		# IP + ICMP + TCP + UDP
921.39Smellon#options 	MROUTING	# IP multicast routing
931.39Smellon#options 	NS		# XNS
941.39Smellon#options 	NSIP		# XNS tunneling over IP
951.39Smellon#options 	ISO,TPIP	# OSI
961.39Smellon#options 	EON		# OSI tunneling over IP
971.39Smellon#options 	CCITT,LLC,HDLC	# X.25
981.43Smikel#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
991.2Stls
1001.32Sthorpejconfig		netbsd	root on ? type ?
1011.46Smikel#options 	"CONSDEVNAME=\"com\"",CONADDR=0x3f8,CONSPEED=9600
1021.2Stls
1031.43Smikel#options 	EISAVERBOSE	# verbose EISA device messages
1041.43Smikel#options 	PCIVERBOSE	# verbose PCI device messages
1051.45Smjacob#options	SCSIVERBOSE	# Verbose SCSI errors
1061.43Smikel
1071.6Scgdmainbus0 at root
1081.6Scgd
1091.27Sthorpejpci0	at mainbus0 bus ?
1101.6Scgdeisa0	at mainbus0
1111.2Stls
1121.5Scgdppb*	at pci? dev ? function ?	# PCI-PCI bridges
1131.5Scgdpci*	at ppb? bus ?
1141.27Sthorpejpchb*	at pci? dev ? function ?	# PCI-Host bridges
1151.37Sperrypci*	at pchb?
1161.27Sthorpejpcib*	at pci? dev ? function ?	# PCI-ISA bridges
1171.27Sthorpej
1181.27Sthorpejisa*	at pcib?			# ISA on PCI-ISA bridge
1191.27Sthorpejisa*	at mainbus0			# all other ISA
1201.43Smikel#isapnp0	at isa?				# ISA Plug-and-Play
1211.27Sthorpej
1221.27Sthorpej#apm0	at mainbus0			# Advanced power management
1231.5Scgd
1241.2Stlsnpx0	at isa? port 0xf0 irq 13	# math coprocessor
1251.2Stls
1261.2Stlspc0	at isa? port 0x60 irq 1		# generic PC console device
1271.2Stls#vt0	at isa? port 0x60 irq 1
1281.2Stls
1291.46Smikel#options 	COM_HAYESP		# adds Hayes ESP serial board support
1301.2Stlscom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
1311.2Stlscom1	at isa? port 0x2f8 irq 3
1321.2Stlscom2	at isa? port 0x3e8 irq 5
1331.2Stls#com3	at isa? port 0x2e8 irq 9
1341.2Stls#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
1351.8Scgd#com*	at ast? slave ?
1361.2Stls#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
1371.2Stls#com*	at boca? slave ?
1381.2Stls#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
1391.2Stls#com*	at rtfps? slave ?
1401.43Smikel#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
1411.43Smikel#cy*	at pci? dev ? function ?	# Cyclades serial cards
1421.2Stls
1431.2Stlslpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1441.2Stlslpt1	at isa? port 0x278
1451.2Stlslpt2	at isa? port 0x3bc
1461.2Stls
1471.20Smycroft#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1481.20Smycroft#lms1	at isa? port 0x238 irq 5
1491.20Smycroft#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1501.20Smycroft#mms1	at isa? port 0x238 irq 5
1511.20Smycroft#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
1521.20Smycroft
1531.29Sjonathanaha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1541.29Sjonathanaha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1551.29Sjonathanscsibus* at aha?
1561.29Sjonathanahb*	at eisa? slot ?			# Adaptec 174[024] SCSI controllers
1571.29Sjonathanscsibus* at ahb?
1581.29Sjonathanahc0	at isa? port ? irq ?		# Adaptec 284x SCSI controllers
1591.29Sjonathanahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI controllers
1601.29Sjonathanahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI controllers
1611.29Sjonathanscsibus* at ahc?
1621.29Sjonathanaic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI controllers
1631.29Sjonathanscsibus* at aic?
1641.17Smycroftbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1651.17Smycroftbha1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1661.17Smycroftbha*	at eisa? slot ?
1671.18Smycroftbha*	at pci? dev ? function ?
1681.17Smycroftscsibus* at bha?
1691.5Scgdncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
1701.2Stlsscsibus* at ncr?
1711.2Stlssea0	at isa? iomem 0xc8000 irq 5
1721.2Stlsscsibus* at sea?
1731.2Stlsuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1741.2Stlsuha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1751.17Smycroftuha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
1761.2Stlsscsibus* at uha?
1771.38Sperry# temporarily commented out, pending bus_dma fixes for this driver.
1781.38Sperry#wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
1791.38Sperry#wds1	at isa? port 0x358 irq 11 drq 5
1801.38Sperry#scsibus* at wds?
1811.33Scgdisp*	at pci? dev ? function ?	# Qlogic ISP 10x0 SCSI controllers
1821.33Scgdscsibus* at isp?
1831.2Stls
1841.2Stlssd*	at scsibus? target ? lun ?	# SCSI disk drives
1851.2Stlsst*	at scsibus? target ? lun ?	# SCSI tape drives
1861.2Stlscd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1871.2Stlsch*	at scsibus? target ? lun ?	# SCSI autochangers
1881.20Smycroft#ss*	at scsibus? target ? lun ?	# SCSI scanners
1891.20Smycroft#uk*	at scsibus? target ? lun ?	# SCSI unknown
1901.2Stls
1911.2Stlsfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1921.2Stls#fdc1	at isa? port 0x370 irq ? drq ?
1931.2Stlsfd*	at fdc? drive ?
1941.2Stls
1951.20Smycroft#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
1961.20Smycroft
1971.2Stlswdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1981.34Smycroftwdc1	at isa? port 0x170 irq 15
1991.2Stlswd*	at wdc? drive ?
2001.2Stls
2011.41Sperry# note: the wt driver conflicts unpleasantly with ed devices at the
2021.41Sperry# same I/O address. The probe reprograms their eeproms. Don't
2031.41Sperry# uncomment it unless you are actually using it.
2041.41Sperry#wt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
2051.2Stls
2061.2Stlsed0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
2071.2Stlsed1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
2081.2Stlsed2	at isa? port 0x300 iomem 0xcc000 irq 10
2091.2Stls#eg0	at isa? ...				# 3C505 ethernet cards
2101.2Stlsel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
2111.2Stlsep0	at isa? port ? irq ?			# 3C509 ethernet cards
2121.43Smikel#ep*	at isapnp?
2131.13Sscottrie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN and 3C507
2141.13Sscottrie1	at isa? port 0x300 irq 10		# EtherExpress
2151.2Stls#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
2161.42Smattlc0	at isa? port ? iomem ? irq ?		# DEC EtherWORKS III (LEMAC)
2171.12Sthorpejep*	at eisa? slot ?				# 3C579 ethernet cards
2181.20Smycroftfea*	at eisa? slot ?				# DEC DEFEA FDDI cards
2191.5Scgdle*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
2201.5Scgdde*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
2211.43Smikelep*	at pci? dev ? function ?		# 3C59x/3C90x ethernet cards
2221.20Smycroftfpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
2231.36Sthorpejfxp*	at pci? dev ? function ?		# Intel EEPRO 10/100B
2241.20Smycroft
2251.20Smycroft#pss0	at isa? port 0x220 irq 7 drq 6  # Personal Sound System
2261.20Smycroft#sp0	at pss0 port 0x530 irq 10 drq 0	# 	sound port driver
2271.44Saugustss#audio*	at sp0
2281.20Smycroft
2291.20Smycroft#sb0	at isa? port 0x220 irq 7 drq 1	# SoundBlaster
2301.43Smikel#sb*	at isapnp?
2311.44Saugustss#audio*	at sb?
2321.20Smycroft#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
2331.44Saugustss#audio*	at wss0
2341.20Smycroft#pas0	at isa? port 0x220 irq 7 drq 1	# ProAudio Spectrum
2351.44Saugustss#audio*	at pas0
2361.46Smikel#gus0	at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound
2371.44Saugustss#audio*	at gus0
2381.20Smycroft#spkr0	at pckbd? port 0x61
2391.20Smycroft
2401.20Smycroft# Joystick driver. Probe is a little strange; add only if you have one.
2411.20Smycroft#joy0	at isa? port 0x201
2421.43Smikel#joy*	at isapnp?
2431.43Smikel
2441.43Smikel# Planetconnect Satellite receiver driver.
2451.43Smikel#satlink0 at isa? port 0x300 drq 1
2461.21Smycroft
2471.22Smycroftinclude	"arch/i386/conf/GENERIC.local"
2481.37Sperry
2491.37Sperry# memory-disk (root for install floppy)
2501.37Sperrypseudo-device	md	1		# memory-disk
2511.2Stls
2521.2Stlspseudo-device	loop	1		# network loopback
2531.20Smycroft#pseudo-device	bpfilter 8		# packet filter
2541.2Stlspseudo-device	sl	2		# CSLIP
2551.20Smycroft#pseudo-device	ppp	2		# PPP
2561.20Smycroft#pseudo-device	tun	2		# network tunneling over tty
2571.43Smikel#pseudo-device	ipfilter		# IP filter
2581.2Stls
2591.2Stlspseudo-device	pty	64		# pseudo-terminals
2601.20Smycroft#pseudo-device	tb	1		# tablet line discipline
2611.20Smycroft#pseudo-device	vnd	4		# paging to files
2621.20Smycroft#pseudo-device	ccd	4		# concatenated disk devices
263