INSTALL revision 1.18
1#	$NetBSD: INSTALL,v 1.18 1996/08/31 20:43:59 mycroft Exp $
2#
3#	INSTOTHER -- like GENERICOTHER.  This supports only non-Adaptec SCSI
4#                     adapters.  This kernel is GENERICOTHER with lines
5#                     deleted, not commented out, so it is easy to maintain.
6#
7#       Install kernels no longer support X.
8#
9
10machine		i386		# architecture, used by config; REQUIRED
11
12options		I386_CPU	# CPU classes; at least one is REQUIRED
13options		I486_CPU
14options		I586_CPU
15options		MATH_EMULATE	# floating point emulation
16
17# Some BIOSes don't get the size of extended memory right.  If you
18# have a broken BIOS, uncomment the following and set the value
19# properly for your system.
20#options	EXTMEM_SIZE=... # size of extended memory
21
22#options	DUMMY_NOPS	# speed hack; recommended
23options		MACHINE_NONCONTIG
24
25maxusers	32		# estimated number of users
26options		TIMEZONE=0	# time zone to adjust RTC time by
27options		DST=0		# daylight savings time used by RTC
28
29options		SWAPPAGER	# paging; REQUIRED
30options		VNODEPAGER	# mmap() of files
31options		DEVPAGER	# mmap() of devices
32
33#makeoptions	DEBUG="-g"	# compile full symbol table
34
35options		COMPAT_10	# NetBSD 1.0,
36options		COMPAT_11	# NetBSD 1.1,
37options 	COMPAT_12
38
39options		LKM		# loadable kernel modules
40
41options		FFS		# UFS
42
43options		NFSCLIENT	# Network File System client
44
45options		CD9660		# ISO 9660 + Rock Ridge file system
46options		MSDOSFS		# MS-DOS file system
47options		FDESC		# /dev/fd
48options		FIFO		# FIFOs; RECOMMENDED
49options		KERNFS		# /kern
50
51options		INET		# IP + ICMP + TCP + UDP
52
53config		netbsd	swap generic
54options		GENERIC
55
56mainbus0 at root
57
58isa0	at mainbus0
59eisa0	at mainbus0
60pci0	at mainbus0
61
62ppb*	at pci? dev ? function ?	# PCI-PCI bridges
63pci*	at ppb? bus ?
64
65npx0	at isa? port 0xf0 irq 13	# math coprocessor
66
67pc0	at isa? port 0x60 irq 1		# generic PC console device
68#vt0	at isa? port 0x60 irq 1
69
70com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
71com1	at isa? port 0x2f8 irq 3
72com2	at isa? port 0x3e8 irq 5
73#com3	at isa? port 0x2e8 irq 9
74#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
75#com*	at ast? slave ?
76#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
77#com*	at boca? slave ?
78#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
79#com*	at rtfps? slave ?
80
81#cy0	at isa? ...
82
83lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
84lpt1	at isa? port 0x278
85lpt2	at isa? port 0x3bc
86
87bha0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
88bha1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
89bha*	at eisa? slot ?
90bha*	at pci? dev ? function ?
91scsibus* at bha?
92ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
93scsibus* at ncr?
94sea0	at isa? iomem 0xc8000 irq 5
95scsibus* at sea?
96uha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
97uha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
98uha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
99scsibus* at uha?
100wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
101wds1	at isa? port 0x358 irq 11 drq 5
102scsibus* at wds?
103
104sd*	at scsibus? target ? lun ?	# SCSI disk drives
105st*	at scsibus? target ? lun ?	# SCSI tape drives
106cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
107ch*	at scsibus? target ? lun ?	# SCSI autochangers
108
109fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
110#fdc1	at isa? port 0x370 irq ? drq ?
111fd*	at fdc? drive ?
112
113wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
114#wdc1	at isa? port 0x170 irq ?
115wd*	at wdc? drive ?
116
117wt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
118
119ed0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
120ed1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
121ed2	at isa? port 0x300 iomem 0xcc000 irq 10
122#eg0	at isa? ...				# 3C505 ethernet cards
123el0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
124ep0	at isa? port ? irq ?			# 3C509 ethernet cards
125ie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN and 3C507
126ie1	at isa? port 0x300 irq 10		# EtherExpress
127#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
128ep*	at eisa? slot ?				# 3C579 ethernet cards
129fea*	at eisa? slot ?				# DEC DEFEA FDDI cards
130le*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
131de*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
132ep*	at pci? dev ? function ?		# 3C590 ethernet cards
133fpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
134
135pseudo-device	loop	1		# network loopback
136pseudo-device	sl	2		# CSLIP
137
138pseudo-device	pty	64		# pseudo-terminals
139