INSTALL revision 1.24
11.24Smycroft#	$NetBSD: INSTALL,v 1.24 1996/10/02 23:56:48 mycroft Exp $
21.2Stls#
31.2Stls#	INSTOTHER -- like GENERICOTHER.  This supports only non-Adaptec SCSI
41.2Stls#                     adapters.  This kernel is GENERICOTHER with lines
51.2Stls#                     deleted, not commented out, so it is easy to maintain.
61.2Stls#
71.2Stls#       Install kernels no longer support X.
81.2Stls#
91.2Stls
101.2Stlsmachine		i386		# architecture, used by config; REQUIRED
111.2Stls
121.2Stlsoptions		I386_CPU	# CPU classes; at least one is REQUIRED
131.2Stlsoptions		I486_CPU
141.2Stlsoptions		I586_CPU
151.2Stlsoptions		MATH_EMULATE	# floating point emulation
161.20Smycroft#options	VM86		# Virtual 8086 emulation
171.7Sthorpej
181.7Sthorpej# Some BIOSes don't get the size of extended memory right.  If you
191.7Sthorpej# have a broken BIOS, uncomment the following and set the value
201.7Sthorpej# properly for your system.
211.7Sthorpej#options	EXTMEM_SIZE=... # size of extended memory
221.2Stls
231.2Stls#options	DUMMY_NOPS	# speed hack; recommended
241.20Smycroft#options	XSERVER,UCONSOLE
251.20Smycroft#options	INSECURE	# insecure; allow /dev/mem writing for X
261.2Stlsoptions		MACHINE_NONCONTIG
271.2Stls
281.2Stlsmaxusers	32		# estimated number of users
291.2Stlsoptions		TIMEZONE=0	# time zone to adjust RTC time by
301.2Stlsoptions		DST=0		# daylight savings time used by RTC
311.24Smycroft#options	NTP		# NTP phase/frequency locked loop
321.2Stls
331.2Stlsoptions		SWAPPAGER	# paging; REQUIRED
341.2Stlsoptions		VNODEPAGER	# mmap() of files
351.2Stlsoptions		DEVPAGER	# mmap() of devices
361.2Stls
371.20Smycroft#options	DDB		# in-kernel debugger
381.2Stls#makeoptions	DEBUG="-g"	# compile full symbol table
391.20Smycroft#options	DIAGNOSTIC	# internal consistency checks
401.20Smycroft#options	KTRACE		# system call tracing, a la ktrace(1)
411.2Stls
421.20Smycroft#options	SYSVMSG		# System V-like message queues
431.20Smycroft#options	SYSVSEM		# System V-like semaphores
441.20Smycroft#options	SYSVSHM		# System V-like memory sharing
451.20Smycroft#options	SHMMAXPGS=1024	# 1024 pages is the default
461.20Smycroft
471.20Smycroft#options	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
481.20Smycroft#options	COMPAT_09	# NetBSD 0.9,
491.2Stlsoptions		COMPAT_10	# NetBSD 1.0,
501.10Sperryoptions		COMPAT_11	# NetBSD 1.1,
511.20Smycroftoptions		COMPAT_12	# NetBSD 1.2,
521.20Smycroft#options	COMPAT_43	# and 4.3BSD
531.20Smycroft#options	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
541.20Smycroft
551.20Smycroft#options	COMPAT_SVR4	# binary compatibility with SVR4
561.20Smycroft#options	COMPAT_IBCS2	# binary compatibility with SCO and ISC
571.20Smycroft#options	COMPAT_LINUX	# binary compatibility with Linux
581.20Smycroft#options	COMPAT_FREEBSD	# binary compatibility with FreeBSD
591.23Smycroft
601.23Smycroftoptions		EXEC_SCRIPT	# #! scripts
611.23Smycroftoptions		EXEC_AOUT	# a.out executables (native, BSD/OS, Linux, FreeBSD)
621.23Smycroft#options	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
631.2Stls
641.20Smycroft#options	USER_LDT	# user-settable LDT; used by WINE
651.2Stlsoptions		LKM		# loadable kernel modules
661.2Stls
671.2Stlsoptions		FFS		# UFS
681.20Smycroft#options	QUOTA		# UFS quotas
691.20Smycroft#options	LFS		# log-structured file system
701.20Smycroftoptions		MFS		# memory file system
711.2Stls
721.2Stlsoptions		NFSCLIENT	# Network File System client
731.20Smycroft#options	NFSSERVER	# Network File System server
741.2Stls
751.2Stlsoptions		CD9660		# ISO 9660 + Rock Ridge file system
761.2Stlsoptions		MSDOSFS		# MS-DOS file system
771.2Stlsoptions		FDESC		# /dev/fd
781.2Stlsoptions		FIFO		# FIFOs; RECOMMENDED
791.2Stlsoptions		KERNFS		# /kern
801.20Smycroft#options	NULLFS		# loopback file system
811.20Smycroft#options	PORTAL		# portal filesystem (still experimental)
821.20Smycroft#options	PROCFS		# /proc
831.20Smycroft#options	UMAPFS		# NULLFS + uid and gid remapping
841.20Smycroft#options	UNION		# union file system
851.2Stls
861.20Smycroft#options	GATEWAY		# packet forwarding
871.2Stlsoptions		INET		# IP + ICMP + TCP + UDP
881.24Smycroft#options	MROUTING	# IP multicast routing
891.20Smycroft#options	NS		# XNS
901.20Smycroft#options	NSIP		# XNS tunneling over IP
911.20Smycroft#options	ISO,TPIP	# OSI
921.20Smycroft#options	EON		# OSI tunneling over IP
931.20Smycroft#options	CCITT,LLC,HDLC	# X.25
941.2Stls
951.2Stlsconfig		netbsd	swap generic
961.2Stlsoptions		GENERIC
971.24Smycroft#options	COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
981.2Stls
991.6Scgdmainbus0 at root
1001.6Scgd
1011.6Scgdisa0	at mainbus0
1021.6Scgdeisa0	at mainbus0
1031.20Smycroftpci0	at mainbus0 bus ?
1041.20Smycroft
1051.20Smycroft#apm0	at mainbus0			# Advanced power management
1061.2Stls
1071.5Scgdppb*	at pci? dev ? function ?	# PCI-PCI bridges
1081.5Scgdpci*	at ppb? bus ?
1091.5Scgd
1101.2Stlsnpx0	at isa? port 0xf0 irq 13	# math coprocessor
1111.2Stls
1121.2Stlspc0	at isa? port 0x60 irq 1		# generic PC console device
1131.2Stls#vt0	at isa? port 0x60 irq 1
1141.2Stls
1151.2Stlscom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
1161.2Stlscom1	at isa? port 0x2f8 irq 3
1171.2Stlscom2	at isa? port 0x3e8 irq 5
1181.2Stls#com3	at isa? port 0x2e8 irq 9
1191.2Stls#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
1201.8Scgd#com*	at ast? slave ?
1211.2Stls#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
1221.2Stls#com*	at boca? slave ?
1231.2Stls#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
1241.2Stls#com*	at rtfps? slave ?
1251.2Stls
1261.2Stls#cy0	at isa? ...
1271.2Stls
1281.2Stlslpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1291.2Stlslpt1	at isa? port 0x278
1301.2Stlslpt2	at isa? port 0x3bc
1311.2Stls
1321.20Smycroft#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
1331.20Smycroft#lms1	at isa? port 0x238 irq 5
1341.20Smycroft#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
1351.20Smycroft#mms1	at isa? port 0x238 irq 5
1361.20Smycroft#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
1371.20Smycroft
1381.20Smycroft#aha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1391.20Smycroft#aha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
1401.20Smycroft#scsibus* at aha?
1411.20Smycroft#ahb*	at eisa? slot ?			# Adaptec 174[024] SCSI controllers
1421.20Smycroft#scsibus* at ahb?
1431.20Smycroft#ahc0	at isa? port ? irq ?		# Adaptec 284x SCSI controllers
1441.20Smycroft#ahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI controllers
1451.20Smycroft#ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI controllers
1461.20Smycroft#scsibus* at ahc?
1471.20Smycroft#aic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI controllers
1481.20Smycroft#scsibus* at aic?
1491.17Smycroftbha0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1501.17Smycroftbha1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
1511.17Smycroftbha*	at eisa? slot ?
1521.18Smycroftbha*	at pci? dev ? function ?
1531.17Smycroftscsibus* at bha?
1541.5Scgdncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
1551.2Stlsscsibus* at ncr?
1561.2Stlssea0	at isa? iomem 0xc8000 irq 5
1571.2Stlsscsibus* at sea?
1581.2Stlsuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1591.2Stlsuha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
1601.17Smycroftuha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
1611.2Stlsscsibus* at uha?
1621.11Smycroftwds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
1631.11Smycroftwds1	at isa? port 0x358 irq 11 drq 5
1641.11Smycroftscsibus* at wds?
1651.2Stls
1661.2Stlssd*	at scsibus? target ? lun ?	# SCSI disk drives
1671.2Stlsst*	at scsibus? target ? lun ?	# SCSI tape drives
1681.2Stlscd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1691.2Stlsch*	at scsibus? target ? lun ?	# SCSI autochangers
1701.20Smycroft#ss*	at scsibus? target ? lun ?	# SCSI scanners
1711.20Smycroft#uk*	at scsibus? target ? lun ?	# SCSI unknown
1721.2Stls
1731.2Stlsfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1741.2Stls#fdc1	at isa? port 0x370 irq ? drq ?
1751.2Stlsfd*	at fdc? drive ?
1761.2Stls
1771.20Smycroft#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
1781.20Smycroft
1791.2Stlswdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1801.2Stls#wdc1	at isa? port 0x170 irq ?
1811.2Stlswd*	at wdc? drive ?
1821.2Stls
1831.2Stlswt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
1841.2Stls
1851.2Stlsed0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
1861.2Stlsed1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
1871.2Stlsed2	at isa? port 0x300 iomem 0xcc000 irq 10
1881.2Stls#eg0	at isa? ...				# 3C505 ethernet cards
1891.2Stlsel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
1901.2Stlsep0	at isa? port ? irq ?			# 3C509 ethernet cards
1911.13Sscottrie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN and 3C507
1921.13Sscottrie1	at isa? port 0x300 irq 10		# EtherExpress
1931.2Stls#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
1941.12Sthorpejep*	at eisa? slot ?				# 3C579 ethernet cards
1951.20Smycroftfea*	at eisa? slot ?				# DEC DEFEA FDDI cards
1961.5Scgdle*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
1971.5Scgdde*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
1981.5Scgdep*	at pci? dev ? function ?		# 3C590 ethernet cards
1991.20Smycroftfpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
2001.20Smycroft
2011.20Smycroft#pss0	at isa? port 0x220 irq 7 drq 6  # Personal Sound System
2021.20Smycroft#sp0	at pss0 port 0x530 irq 10 drq 0	# 	sound port driver
2031.20Smycroft
2041.20Smycroft#sb0	at isa? port 0x220 irq 7 drq 1	# SoundBlaster
2051.20Smycroft#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
2061.20Smycroft#pas0	at isa? port 0x220 irq 7 drq 1	# ProAudio Spectrum
2071.20Smycroft#gus0	at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis Ultra Sound (flags is record drq for full-duplex)
2081.20Smycroft#spkr0	at pckbd? port 0x61
2091.20Smycroft
2101.20Smycroft# Joystick driver. Probe is a little strange; add only if you have one.
2111.20Smycroft#joy0	at isa? port 0x201
2121.21Smycroft
2131.22Smycroftinclude	"arch/i386/conf/GENERIC.local"
2141.2Stls
2151.2Stlspseudo-device	loop	1		# network loopback
2161.20Smycroft#pseudo-device	bpfilter 8		# packet filter
2171.2Stlspseudo-device	sl	2		# CSLIP
2181.20Smycroft#pseudo-device	ppp	2		# PPP
2191.20Smycroft#pseudo-device	tun	2		# network tunneling over tty
2201.2Stls
2211.2Stlspseudo-device	pty	64		# pseudo-terminals
2221.20Smycroft#pseudo-device	tb	1		# tablet line discipline
2231.20Smycroft#pseudo-device	vnd	4		# paging to files
2241.20Smycroft#pseudo-device	ccd	4		# concatenated disk devices
225