INSTALL revision 1.46
1#	$NetBSD: INSTALL,v 1.46 1997/08/27 04:56:38 mikel Exp $
2#
3#	INSTALL -- an installation kernel config.
4#	This kernel should be derived from GENERIC with ramdisk
5#	support added and some features commented out.
6#
7#	Install kernels no longer support X, soundcards, or non-NetBSD
8#	emulation.
9
10include "arch/i386/conf/std.i386"
11
12options 	I386_CPU	# CPU classes; at least one is REQUIRED
13options 	I486_CPU
14options 	I586_CPU
15options 	I686_CPU
16options 	MATH_EMULATE	# floating point emulation
17#options 	VM86		# Virtual 8086 emulation
18
19# Some BIOSes don't get the size of extended memory right.  If you
20# have a broken BIOS, uncomment the following and set the value
21# properly for your system.
22#options 	BIOSEXTMEM=...	# size of extended memory
23
24#options 	DUMMY_NOPS	# speed hack; recommended
25#options 	XSERVER,UCONSOLE
26#options 	INSECURE	# insecure; allow /dev/mem writing for X
27
28maxusers	32		# estimated number of users
29options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
30#options 	NTP		# NTP phase/frequency locked loop
31
32# Enable the hooks used for initializing the memory-disk.
33options 	MEMORY_DISK_HOOKS
34options 	MEMORY_DISK_IS_ROOT     # Force root on memory-disk
35options 	MEMORY_DISK_SERVER=0	# No user space hooks
36options 	MINIROOTSIZE=3074
37#options 	MINIROOTSIZE=2880	# 1.44M, same as a floppy
38
39#options 	DDB		# in-kernel debugger
40#options 	KGDB		# remote debugger
41#options 	"KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
42#makeoptions	DEBUG="-g"	# compile full symbol table
43#options 	DIAGNOSTIC	# internal consistency checks
44#options 	KTRACE		# system call tracing, a la ktrace(1)
45
46#options 	SYSVMSG		# System V-like message queues
47#options 	SYSVSEM		# System V-like semaphores
48#options 	SYSVSHM		# System V-like memory sharing
49#options 	SHMMAXPGS=1024	# 1024 pages is the default
50
51#options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
52#options 	COMPAT_09	# NetBSD 0.9,
53options 	COMPAT_10	# NetBSD 1.0,
54options 	COMPAT_11	# NetBSD 1.1,
55options 	COMPAT_12	# NetBSD 1.2,
56#options 	COMPAT_43	# and 4.3BSD
57#options 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
58
59#options 	COMPAT_SVR4	# binary compatibility with SVR4
60#options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
61#options 	COMPAT_LINUX	# binary compatibility with Linux
62#options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
63
64#options 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
65
66#options 	USER_LDT	# user-settable LDT; used by WINE
67options 	LKM		# loadable kernel modules
68
69file-system 	FFS		# UFS
70#file-system 	EXT2FS		# second extended file system (linux)
71#file-system 	LFS		# log-structured file system
72file-system 	MFS		# memory file system
73file-system 	NFS		# Network File System client
74file-system 	CD9660		# ISO 9660 + Rock Ridge file system
75file-system 	MSDOSFS		# MS-DOS file system
76file-system 	FDESC		# /dev/fd
77file-system 	KERNFS		# /kern
78#file-system 	NULLFS		# loopback file system
79#file-system 	PORTAL		# portal filesystem (still experimental)
80#file-system 	PROCFS		# /proc
81#file-system 	UMAPFS		# NULLFS + uid and gid remapping
82#file-system 	UNION		# union file system
83
84#options 	QUOTA		# UFS quotas
85#options 	NFSSERVER	# Network File System server
86options 	FIFO		# FIFOs; RECOMMENDED
87#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
88				# immutable) behave as system flags.
89
90#options 	GATEWAY		# packet forwarding
91options 	INET		# IP + ICMP + TCP + UDP
92#options 	MROUTING	# IP multicast routing
93#options 	NS		# XNS
94#options 	NSIP		# XNS tunneling over IP
95#options 	ISO,TPIP	# OSI
96#options 	EON		# OSI tunneling over IP
97#options 	CCITT,LLC,HDLC	# X.25
98#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
99
100config		netbsd	root on ? type ?
101#options 	"CONSDEVNAME=\"com\"",CONADDR=0x3f8,CONSPEED=9600
102
103#options 	EISAVERBOSE	# verbose EISA device messages
104#options 	PCIVERBOSE	# verbose PCI device messages
105#options	SCSIVERBOSE	# Verbose SCSI errors
106
107mainbus0 at root
108
109pci0	at mainbus0 bus ?
110eisa0	at mainbus0
111
112ppb*	at pci? dev ? function ?	# PCI-PCI bridges
113pci*	at ppb? bus ?
114pchb*	at pci? dev ? function ?	# PCI-Host bridges
115pci*	at pchb?
116pcib*	at pci? dev ? function ?	# PCI-ISA bridges
117
118isa*	at pcib?			# ISA on PCI-ISA bridge
119isa*	at mainbus0			# all other ISA
120#isapnp0	at isa?				# ISA Plug-and-Play
121
122#apm0	at mainbus0			# Advanced power management
123
124npx0	at isa? port 0xf0 irq 13	# math coprocessor
125
126pc0	at isa? port 0x60 irq 1		# generic PC console device
127#vt0	at isa? port 0x60 irq 1
128
129#options 	COM_HAYESP		# adds Hayes ESP serial board support
130com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
131com1	at isa? port 0x2f8 irq 3
132com2	at isa? port 0x3e8 irq 5
133#com3	at isa? port 0x2e8 irq 9
134#ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
135#com*	at ast? slave ?
136#boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
137#com*	at boca? slave ?
138#rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
139#com*	at rtfps? slave ?
140#cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
141#cy*	at pci? dev ? function ?	# Cyclades serial cards
142
143lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
144lpt1	at isa? port 0x278
145lpt2	at isa? port 0x3bc
146
147#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
148#lms1	at isa? port 0x238 irq 5
149#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
150#mms1	at isa? port 0x238 irq 5
151#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
152
153aha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
154aha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
155scsibus* at aha?
156ahb*	at eisa? slot ?			# Adaptec 174[024] SCSI controllers
157scsibus* at ahb?
158ahc0	at isa? port ? irq ?		# Adaptec 284x SCSI controllers
159ahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI controllers
160ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI controllers
161scsibus* at ahc?
162aic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI controllers
163scsibus* at aic?
164bha0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
165bha1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
166bha*	at eisa? slot ?
167bha*	at pci? dev ? function ?
168scsibus* at bha?
169ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
170scsibus* at ncr?
171sea0	at isa? iomem 0xc8000 irq 5
172scsibus* at sea?
173uha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
174uha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
175uha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
176scsibus* at uha?
177# temporarily commented out, pending bus_dma fixes for this driver.
178#wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
179#wds1	at isa? port 0x358 irq 11 drq 5
180#scsibus* at wds?
181isp*	at pci? dev ? function ?	# Qlogic ISP 10x0 SCSI controllers
182scsibus* at isp?
183
184sd*	at scsibus? target ? lun ?	# SCSI disk drives
185st*	at scsibus? target ? lun ?	# SCSI tape drives
186cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
187ch*	at scsibus? target ? lun ?	# SCSI autochangers
188#ss*	at scsibus? target ? lun ?	# SCSI scanners
189#uk*	at scsibus? target ? lun ?	# SCSI unknown
190
191fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
192#fdc1	at isa? port 0x370 irq ? drq ?
193fd*	at fdc? drive ?
194
195#mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
196
197wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
198wdc1	at isa? port 0x170 irq 15
199wd*	at wdc? drive ?
200
201# note: the wt driver conflicts unpleasantly with ed devices at the
202# same I/O address. The probe reprograms their eeproms. Don't
203# uncomment it unless you are actually using it.
204#wt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
205
206ed0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
207ed1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
208ed2	at isa? port 0x300 iomem 0xcc000 irq 10
209#eg0	at isa? ...				# 3C505 ethernet cards
210el0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
211ep0	at isa? port ? irq ?			# 3C509 ethernet cards
212#ep*	at isapnp?
213ie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN and 3C507
214ie1	at isa? port 0x300 irq 10		# EtherExpress
215#le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
216lc0	at isa? port ? iomem ? irq ?		# DEC EtherWORKS III (LEMAC)
217ep*	at eisa? slot ?				# 3C579 ethernet cards
218fea*	at eisa? slot ?				# DEC DEFEA FDDI cards
219le*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
220de*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
221ep*	at pci? dev ? function ?		# 3C59x/3C90x ethernet cards
222fpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
223fxp*	at pci? dev ? function ?		# Intel EEPRO 10/100B
224
225#pss0	at isa? port 0x220 irq 7 drq 6  # Personal Sound System
226#sp0	at pss0 port 0x530 irq 10 drq 0	# 	sound port driver
227#audio*	at sp0
228
229#sb0	at isa? port 0x220 irq 7 drq 1	# SoundBlaster
230#sb*	at isapnp?
231#audio*	at sb?
232#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
233#audio*	at wss0
234#pas0	at isa? port 0x220 irq 7 drq 1	# ProAudio Spectrum
235#audio*	at pas0
236#gus0	at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound
237#audio*	at gus0
238#spkr0	at pckbd? port 0x61
239
240# Joystick driver. Probe is a little strange; add only if you have one.
241#joy0	at isa? port 0x201
242#joy*	at isapnp?
243
244# Planetconnect Satellite receiver driver.
245#satlink0 at isa? port 0x300 drq 1
246
247include	"arch/i386/conf/GENERIC.local"
248
249# memory-disk (root for install floppy)
250pseudo-device	md	1		# memory-disk
251
252pseudo-device	loop	1		# network loopback
253#pseudo-device	bpfilter 8		# packet filter
254pseudo-device	sl	2		# CSLIP
255#pseudo-device	ppp	2		# PPP
256#pseudo-device	tun	2		# network tunneling over tty
257#pseudo-device	ipfilter		# IP filter
258
259pseudo-device	pty	64		# pseudo-terminals
260#pseudo-device	tb	1		# tablet line discipline
261#pseudo-device	vnd	4		# paging to files
262#pseudo-device	ccd	4		# concatenated disk devices
263