INSTALL revision 1.5
11.5Scgd#	$NetBSD: INSTALL,v 1.5 1996/02/28 02:02:37 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.5Scgdppb*	at pci? dev ? function ?	# PCI-PCI bridges
561.5Scgdpci*	at ppb? bus ?
571.5Scgd
581.2Stlsnpx0	at isa? port 0xf0 irq 13	# math coprocessor
591.2Stls
601.2Stlspc0	at isa? port 0x60 irq 1		# generic PC console device
611.2Stls#vt0	at isa? port 0x60 irq 1
621.2Stls
631.2Stlscom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
641.2Stlscom1	at isa? port 0x2f8 irq 3
651.2Stlscom2	at isa? port 0x3e8 irq 5
661.2Stls#com3	at isa? port 0x2e8 irq 9
671.2Stls#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
681.2Stls#com*	at ast? slave ? flags 1
691.2Stls#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
701.2Stls#com*	at boca? slave ?
711.2Stls#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
721.2Stls#com*	at rtfps? slave ?
731.2Stls
741.2Stls#cy0	at isa? ...
751.2Stls
761.2Stlslpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
771.2Stlslpt1	at isa? port 0x278
781.2Stlslpt2	at isa? port 0x3bc
791.2Stls
801.2Stlsbt0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
811.2Stlsbt1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
821.2Stlsbt2	at isa? port ? irq ?
831.2Stlsscsibus* at bt?
841.5Scgdncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
851.2Stlsscsibus* at ncr?
861.2Stlssea0	at isa? iomem 0xc8000 irq 5
871.2Stlsscsibus* at sea?
881.2Stlsuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
891.2Stlsuha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
901.2Stlsuha2	at isa? port ? irq ?		# UltraStor 24f SCSI controllers
911.2Stlsscsibus* at uha?
921.2Stls
931.2Stlssd*	at scsibus? target ? lun ?	# SCSI disk drives
941.2Stlsst*	at scsibus? target ? lun ?	# SCSI tape drives
951.2Stlscd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
961.2Stlsch*	at scsibus? target ? lun ?	# SCSI autochangers
971.2Stls
981.2Stlsfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
991.2Stls#fdc1	at isa? port 0x370 irq ? drq ?
1001.2Stlsfd*	at fdc? drive ?
1011.2Stls
1021.2Stlswdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1031.2Stls#wdc1	at isa? port 0x170 irq ?
1041.2Stlswd*	at wdc? drive ?
1051.2Stls
1061.2Stlswt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
1071.2Stls
1081.2Stlsed0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
1091.2Stlsed1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
1101.2Stlsed2	at isa? port 0x300 iomem 0xcc000 irq 10
1111.2Stls#eg0	at isa? ...				# 3C505 ethernet cards
1121.2Stlsel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
1131.2Stlsep0	at isa? port ? irq ?			# 3C509 ethernet cards
1141.2Stlsie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN, 3C507, and Etherexpress
1151.2Stls#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
1161.5Scgdle*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
1171.5Scgdde*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
1181.5Scgdep*	at pci? dev ? function ?		# 3C590 ethernet cards
1191.2Stls
1201.2Stlspseudo-device	loop	1		# network loopback
1211.2Stlspseudo-device	sl	2		# CSLIP
1221.2Stls
1231.2Stlspseudo-device	pty	64		# pseudo-terminals
124