INSTALL revision 1.53
1#	$NetBSD: INSTALL,v 1.53 1997/10/17 19:25:44 bouyer 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#options 	USER_LDT	# user-settable LDT; used by WINE
19
20# The following options override the memory sizes passed in from the boot
21# block.  Use them *only* if the boot block is unable to determine the correct
22# values.  Note that the BIOS may *correctly* report less that 640k of base
23# memory if the extended BIOS data area is located at the top of base memory
24# (as is the case on most recent systems).
25#options 	REALBASEMEM=...	# size of base memory
26#options 	REALEXTMEM=...	# size of extended memory
27
28#options 	DUMMY_NOPS	# speed hack; recommended
29#options 	XSERVER,UCONSOLE
30#options 	INSECURE	# insecure; allow /dev/mem writing for X
31
32maxusers	32		# estimated number of users
33options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
34#options 	NTP		# NTP phase/frequency locked loop
35
36# Enable the hooks used for initializing the memory-disk.
37options 	MEMORY_DISK_HOOKS
38options 	MEMORY_DISK_IS_ROOT     # Force root on memory-disk
39options 	MEMORY_DISK_SERVER=0	# No user space hooks
40options 	MINIROOTSIZE=3074
41#options 	MINIROOTSIZE=2880	# 1.44M, same as a floppy
42
43#options 	DDB		# in-kernel debugger
44#options 	KGDB		# remote debugger
45#options 	"KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
46#makeoptions	DEBUG="-g"	# compile full symbol table
47#options 	DIAGNOSTIC	# internal consistency checks
48#options 	KTRACE		# system call tracing via ktrace(1)
49#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
50
51#options 	SYSVMSG		# System V-like message queues
52#options 	SYSVSEM		# System V-like semaphores
53#options 	SYSVSHM		# System V-like memory sharing
54#options 	SHMMAXPGS=1024	# 1024 pages is the default
55
56#options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
57#options 	COMPAT_09	# NetBSD 0.9,
58options 	COMPAT_10	# NetBSD 1.0,
59options 	COMPAT_11	# NetBSD 1.1,
60options 	COMPAT_12	# NetBSD 1.2,
61#options 	COMPAT_43	# and 4.3BSD
62#options 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
63
64#options 	COMPAT_SVR4	# binary compatibility with SVR4
65#options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
66#options 	COMPAT_LINUX	# binary compatibility with Linux
67#options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
68
69#options 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
70
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 and 3C503
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)
223ne0	at isa? port 0x280 irq 9		# NE[12]000 ethernet cards
224ne1	at isa? port 0x300 irq 10
225ep*	at eisa? slot ?				# 3C579 ethernet cards
226fea*	at eisa? slot ?				# DEC DEFEA FDDI cards
227le*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
228de*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
229ep*	at pci? dev ? function ?		# 3C59x/3C90x ethernet cards
230fpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
231fxp*	at pci? dev ? function ?		# Intel EEPRO 10/100B
232ne*	at pci? dev ? function ?		# NE2000-compatible eth cards
233tl* at pci? dev ? function ?        # Thunderland-based ethernet card
234mii* at tl?
235
236# MII devices
237tlphy* at mii? dev ?
238nsphy* at mii? dev ?    
239
240#pss0	at isa? port 0x220 irq 7 drq 6  # Personal Sound System
241#sp0	at pss0 port 0x530 irq 10 drq 0	# 	sound port driver
242#audio*	at sp0
243
244#sb0	at isa? port 0x220 irq 7 drq 1	# SoundBlaster
245#sb*	at isapnp?
246#audio*	at sb?
247#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
248#audio*	at wss0
249#pas0	at isa? port 0x220 irq 7 drq 1	# ProAudio Spectrum
250#audio*	at pas0
251#gus0	at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound
252#audio*	at gus0
253#spkr0	at pckbd? port 0x61
254
255# Joystick driver. Probe is a little strange; add only if you have one.
256#joy0	at isa? port 0x201
257#joy*	at isapnp?
258
259# Planetconnect Satellite receiver driver.
260#satlink0 at isa? port 0x300 drq 1
261
262include	"arch/i386/conf/GENERIC.local"
263
264# memory-disk (root for install floppy)
265pseudo-device	md	1		# memory-disk
266
267pseudo-device	loop	1		# network loopback
268#pseudo-device	bpfilter 8		# packet filter
269pseudo-device	sl	2		# CSLIP
270#pseudo-device	ppp	2		# PPP
271#pseudo-device	tun	2		# network tunneling over tty
272#pseudo-device	ipfilter		# IP filter
273
274pseudo-device	pty	64		# pseudo-terminals
275#pseudo-device	tb	1		# tablet line discipline
276#pseudo-device	vnd	4		# paging to files
277#pseudo-device	ccd	4		# concatenated disk devices
278