INSTALL revision 1.7
11.7Sthorpej#	$NetBSD: INSTALL,v 1.7 1996/03/05 01:32:20 thorpej 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.7Sthorpej
171.7Sthorpej# Some BIOSes don't get the size of extended memory right.  If you
181.7Sthorpej# have a broken BIOS, uncomment the following and set the value
191.7Sthorpej# properly for your system.
201.7Sthorpej#options	EXTMEM_SIZE=... # size of extended memory
211.2Stls
221.2Stls#options	DUMMY_NOPS	# speed hack; recommended
231.2Stlsoptions		MACHINE_NONCONTIG
241.2Stls
251.2Stlsmaxusers	32		# estimated number of users
261.2Stlsoptions		TIMEZONE=0	# time zone to adjust RTC time by
271.2Stlsoptions		DST=0		# daylight savings time used by RTC
281.2Stls
291.2Stlsoptions		SWAPPAGER	# paging; REQUIRED
301.2Stlsoptions		VNODEPAGER	# mmap() of files
311.2Stlsoptions		DEVPAGER	# mmap() of devices
321.2Stls
331.2Stls#makeoptions	DEBUG="-g"	# compile full symbol table
341.2Stlsoptions		DIAGNOSTIC	# internally consistency checks
351.2Stlsoptions		KTRACE		# system call tracing, a la ktrace(1)
361.2Stls
371.2Stlsoptions		COMPAT_10	# NetBSD 1.0,
381.2Stls
391.2Stlsoptions		LKM		# loadable kernel modules
401.2Stls
411.2Stlsoptions		FFS		# UFS
421.2Stls
431.2Stlsoptions		NFSCLIENT	# Network File System client
441.2Stls
451.2Stlsoptions		CD9660		# ISO 9660 + Rock Ridge file system
461.2Stlsoptions		MSDOSFS		# MS-DOS file system
471.2Stlsoptions		FDESC		# /dev/fd
481.2Stlsoptions		FIFO		# FIFOs; RECOMMENDED
491.2Stlsoptions		KERNFS		# /kern
501.2Stls
511.2Stlsoptions		INET		# IP + ICMP + TCP + UDP
521.2Stls
531.2Stlsconfig		netbsd	swap generic
541.2Stlsoptions		GENERIC
551.2Stls
561.6Scgdmainbus0 at root
571.6Scgd
581.6Scgdisa0	at mainbus0
591.6Scgdeisa0	at mainbus0
601.6Scgdpci0	at mainbus0
611.2Stls
621.5Scgdppb*	at pci? dev ? function ?	# PCI-PCI bridges
631.5Scgdpci*	at ppb? bus ?
641.5Scgd
651.2Stlsnpx0	at isa? port 0xf0 irq 13	# math coprocessor
661.2Stls
671.2Stlspc0	at isa? port 0x60 irq 1		# generic PC console device
681.2Stls#vt0	at isa? port 0x60 irq 1
691.2Stls
701.2Stlscom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
711.2Stlscom1	at isa? port 0x2f8 irq 3
721.2Stlscom2	at isa? port 0x3e8 irq 5
731.2Stls#com3	at isa? port 0x2e8 irq 9
741.2Stls#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
751.2Stls#com*	at ast? slave ? flags 1
761.2Stls#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
771.2Stls#com*	at boca? slave ?
781.2Stls#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
791.2Stls#com*	at rtfps? slave ?
801.2Stls
811.2Stls#cy0	at isa? ...
821.2Stls
831.2Stlslpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
841.2Stlslpt1	at isa? port 0x278
851.2Stlslpt2	at isa? port 0x3bc
861.2Stls
871.2Stlsbt0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
881.2Stlsbt1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
891.2Stlsbt2	at isa? port ? irq ?
901.2Stlsscsibus* at bt?
911.5Scgdncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
921.2Stlsscsibus* at ncr?
931.2Stlssea0	at isa? iomem 0xc8000 irq 5
941.2Stlsscsibus* at sea?
951.2Stlsuha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
961.2Stlsuha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
971.2Stlsuha2	at isa? port ? irq ?		# UltraStor 24f SCSI controllers
981.2Stlsscsibus* at uha?
991.2Stls
1001.2Stlssd*	at scsibus? target ? lun ?	# SCSI disk drives
1011.2Stlsst*	at scsibus? target ? lun ?	# SCSI tape drives
1021.2Stlscd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1031.2Stlsch*	at scsibus? target ? lun ?	# SCSI autochangers
1041.2Stls
1051.2Stlsfdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
1061.2Stls#fdc1	at isa? port 0x370 irq ? drq ?
1071.2Stlsfd*	at fdc? drive ?
1081.2Stls
1091.2Stlswdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
1101.2Stls#wdc1	at isa? port 0x170 irq ?
1111.2Stlswd*	at wdc? drive ?
1121.2Stls
1131.2Stlswt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
1141.2Stls
1151.2Stlsed0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
1161.2Stlsed1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
1171.2Stlsed2	at isa? port 0x300 iomem 0xcc000 irq 10
1181.2Stls#eg0	at isa? ...				# 3C505 ethernet cards
1191.2Stlsel0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
1201.2Stlsep0	at isa? port ? irq ?			# 3C509 ethernet cards
1211.2Stlsie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN, 3C507, and Etherexpress
1221.2Stls#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
1231.5Scgdle*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
1241.5Scgdde*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
1251.5Scgdep*	at pci? dev ? function ?		# 3C590 ethernet cards
1261.2Stls
1271.2Stlspseudo-device	loop	1		# network loopback
1281.2Stlspseudo-device	sl	2		# CSLIP
1291.2Stls
1301.2Stlspseudo-device	pty	64		# pseudo-terminals
131