INSTALL revision 1.4
11.4Scgd#	$NetBSD: INSTALL,v 1.4 1996/02/27 00:07:02 cgd 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.2Stls
171.2Stls#options	DUMMY_NOPS	# speed hack; recommended
181.2Stlsoptions		MACHINE_NONCONTIG
191.2Stls
201.2Stlsmaxusers	32		# estimated number of users
211.2Stlsoptions		TIMEZONE=0	# time zone to adjust RTC time by
221.2Stlsoptions		DST=0		# daylight savings time used by RTC
231.2Stls
241.2Stlsoptions		SWAPPAGER	# paging; REQUIRED
251.2Stlsoptions		VNODEPAGER	# mmap() of files
261.2Stlsoptions		DEVPAGER	# mmap() of devices
271.2Stls
281.2Stls#makeoptions	DEBUG="-g"	# compile full symbol table
291.2Stlsoptions		DIAGNOSTIC	# internally consistency checks
301.2Stlsoptions		KTRACE		# system call tracing, a la ktrace(1)
311.2Stls
321.2Stlsoptions		COMPAT_10	# NetBSD 1.0,
331.2Stls
341.2Stlsoptions		LKM		# loadable kernel modules
351.2Stls
361.2Stlsoptions		FFS		# UFS
371.2Stls
381.2Stlsoptions		NFSCLIENT	# Network File System client
391.2Stls
401.2Stlsoptions		CD9660		# ISO 9660 + Rock Ridge file system
411.2Stlsoptions		MSDOSFS		# MS-DOS file system
421.2Stlsoptions		FDESC		# /dev/fd
431.2Stlsoptions		FIFO		# FIFOs; RECOMMENDED
441.2Stlsoptions		KERNFS		# /kern
451.2Stls
461.2Stlsoptions		INET		# IP + ICMP + TCP + UDP
471.2Stls
481.2Stlsconfig		netbsd	swap generic
491.2Stlsoptions		GENERIC
501.2Stls
511.2Stlsisa0	at root
521.4Scgdeisa0	at root
531.2Stlspci0	at root
541.2Stls
551.2Stlsnpx0	at isa? port 0xf0 irq 13	# math coprocessor
561.2Stls
571.2Stlspc0	at isa? port 0x60 irq 1		# generic PC console device
581.2Stls#vt0	at isa? port 0x60 irq 1
591.2Stls
601.2Stlscom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
611.2Stlscom1	at isa? port 0x2f8 irq 3
621.2Stlscom2	at isa? port 0x3e8 irq 5
631.2Stls#com3	at isa? port 0x2e8 irq 9
641.2Stls#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
651.2Stls#com*	at ast? slave ? flags 1
661.2Stls#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
671.2Stls#com*	at boca? slave ?
681.2Stls#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
691.2Stls#com*	at rtfps? slave ?
701.2Stls
711.2Stls#cy0	at isa? ...
721.2Stls
731.2Stlslpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
741.2Stlslpt1	at isa? port 0x278
751.2Stlslpt2	at isa? port 0x3bc
761.2Stls
771.2Stlsbt0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
781.2Stlsbt1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
791.2Stlsbt2	at isa? port ? irq ?
801.2Stlsscsibus* at bt?
811.2Stlsncr*	at pci? bus ? dev ?		# NCR 538XX SCSI controllers
821.2Stlsscsibus* at ncr?
831.2Stlssea0	at isa? iomem 0xc8000 irq 5
841.2Stlsscsibus* at sea?
851.2Stlsuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
861.2Stlsuha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
871.2Stlsuha2	at isa? port ? irq ?		# UltraStor 24f SCSI controllers
881.2Stlsscsibus* at uha?
891.2Stls
901.2Stlssd*	at scsibus? target ? lun ?	# SCSI disk drives
911.2Stlsst*	at scsibus? target ? lun ?	# SCSI tape drives
921.2Stlscd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
931.2Stlsch*	at scsibus? target ? lun ?	# SCSI autochangers
941.2Stls
951.2Stlsfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
961.2Stls#fdc1	at isa? port 0x370 irq ? drq ?
971.2Stlsfd*	at fdc? drive ?
981.2Stls
991.2Stlswdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1001.2Stls#wdc1	at isa? port 0x170 irq ?
1011.2Stlswd*	at wdc? drive ?
1021.2Stls
1031.2Stlswt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
1041.2Stls
1051.2Stlsed0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
1061.2Stlsed1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
1071.2Stlsed2	at isa? port 0x300 iomem 0xcc000 irq 10
1081.2Stls#eg0	at isa? ...				# 3C505 ethernet cards
1091.2Stlsel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
1101.2Stlsep0	at isa? port ? irq ?			# 3C509 ethernet cards
1111.2Stlsie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN, 3C507, and Etherexpress
1121.2Stls#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
1131.3Stlsle*	at pci? bus ? dev ?			# PCnet-PCI based ethernet cards
1141.3Stlsde*	at pci? bus ? dev ?			# DC21X4X-based ethernet cards
1151.3Stlsep*	at pci? bus ? dev ?			# 3C590 ethernet cards
1161.2Stls
1171.2Stlspseudo-device	loop	1		# network loopback
1181.2Stlspseudo-device	sl	2		# CSLIP
1191.2Stls
1201.2Stlspseudo-device	pty	64		# pseudo-terminals
121