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