INSTALL revision 1.17
1#	$NetBSD: INSTALL,v 1.17 2002/04/25 15:06:36 atatat Exp $
2#
3#	INSTALL -- Installation kernel
4#
5
6include "arch/prep/conf/std.prep"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10makeoptions	COPTS="-Os -mmultiple"	# -Os -mmultiple to reduce size.
11
12# Enable the hooks used for initializing the ram-disk.
13options 	MEMORY_DISK_HOOKS
14options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
15options 	MEMORY_DISK_ROOT_SIZE=4096	# 2 Megabytes
16
17maxusers	8
18
19# Compatibility options
20#options 	COMPAT_13	# NetBSD 1.3,
21options 	COMPAT_14	# NetBSD 1.4,
22options 	COMPAT_43	# and 4.3BSD
23
24# File systems
25file-system 	FFS		# UFS
26file-system	EXT2FS		# second extended file system (linux)
27file-system 	MFS		# memory file system
28file-system 	NFS		# Network File System client
29file-system 	CD9660		# ISO 9660 + Rock Ridge file system
30file-system 	MSDOSFS		# MS-DOS file system
31
32# File system options
33options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
34#options 	FFS_EI		# FFS Endian Independant support
35#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
36 				# immutable) behave as system flags.
37
38#options 	USERCONF	# userconf(4) support
39#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
40
41# Networking options
42options 	INET		# IP + ICMP + TCP + UDP
43options 	NFS_BOOT_BOOTPARAM
44options 	NFS_BOOT_DHCP
45
46#
47# wscons options
48#
49# builtin terminal emulations
50options 	WSEMUL_VT100		# VT100 / VT220 emulation
51# different kernel output - see dev/wscons/wsdisplayvar.h
52options 	WS_KERNEL_FG=WSCOL_GREEN
53#options 	WS_KERNEL_BG=WSCOL_BLACK
54# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
55#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
56# allocate a number of virtual screens at autoconfiguration time
57#options 	WSDISPLAY_DEFAULTSCREENS=4
58# use a large software cursor that doesn't blink
59options 	PCDISPLAY_SOFTCURSOR
60
61# Kernel root file system and dump configuration.
62config	netbsd	root on ? type ?
63
64
65#
66# Device configuration
67#
68
69mainbus0 at root
70cpu0	at mainbus0
71
72
73# Basic Bus Support
74
75# PCI bus support
76pci0	at mainbus0 bus ?
77pci*	at pchb? bus ?
78
79options 	PCI_NETBSD_CONFIGURE
80
81# PCI bridges
82pchb*	at pci? dev ? function ?	# PCI-Host bridges
83pcib*	at pci? dev ? function ?	# PCI-ISA bridges
84
85# ISA bus support
86isa*	at pcib?			# ISA on PCI-ISA bridge
87
88# PCMCIA bus support
89pcmcia* at pcic? controller ? socket ?
90
91# ISA PCMCIA controllers
92pcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
93
94#options 	PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14
95#options 	PCIC_ISA_ALLOC_IOBASE=0x0400
96#options 	PCIC_ISA_ALLOC_IOSIZE=0x0100
97
98# ISA Plug-and-Play bus support
99isapnp0 at isa?
100
101# Console Devices
102
103# wscons
104pckbc0		at isa?			# pc keyboard controller
105pckbd*		at pckbc?		# PC keyboard
106pms*		at pckbc?		# PS/2 mouse for wsmouse
107vga*		at pci?
108wsdisplay*	at vga? console ?
109wskbd*		at pckbd? console ?
110wsmouse*	at pms? mux 0
111
112pcppi0	at isa?				# PC prog. periph. interface
113isabeep0 at pcppi?			# "keyboard" beep
114
115mcclock0 at isa? port 0x70		# mc146818 and compatible
116
117
118# Serial Devices
119
120# ISA serial interfaces
121com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
122com1	at isa? port 0x2f8 irq 3
123
124# Parallel Printer Interfaces
125
126# ISA parallel printer interfaces
127lpt0	at isa? port 0x3bc irq 7	# standard PC parallel ports
128
129
130# SCSI Controllers and Devices
131
132# PCI SCSI controllers
133adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
134ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
135iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
136pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
137siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
138
139# PCMCIA SCSI controllers
140aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
141
142# SCSI bus support
143scsibus* at adw?
144scsibus* at ahc?
145scsibus* at aic?
146scsibus* at iha?
147scsibus* at pcscp?
148scsibus* at siop?
149
150# SCSI devices
151sd*	at scsibus? target ? lun ?	# SCSI disk drives
152st*	at scsibus? target ? lun ?	# SCSI tape drives
153cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
154
155
156# IDE and related devices
157
158# PCMCIA IDE controllers
159wdc*	at pcmcia? function ?
160
161# IDE drives
162# Flags are used only with controllers that support DMA operations
163# and mode settings (e.g. some pciide controllers)
164# The lowest order four bits (rightmost digit) of the flags define the PIO
165# mode to use, the next set of four bits the DMA mode and the third set the
166# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
167# to use, and the last bit must be 1 for this setting to be used.
168# For DMA and UDMA, 0xf (1111) means 'disable'.
169# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
170# (0xc=1100, 0xa=1010, 0xf=1111)
171# 0x0000 means "use whatever the drive claims to support".
172wd*	at wdc? channel ? drive ? flags 0x0000
173
174# ATAPI bus support
175atapibus* at wdc? channel ?
176
177# ATAPI devices
178# flags have the same meaning as for IDE drives.
179cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
180sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
181
182# Miscellaneous mass storage devices
183
184# ISA floppy
185fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
186fd*	at fdc? drive ?
187
188# Network Interfaces
189
190# PCI network interfaces
191ep*	at pci? dev ? function ?	# 3Com 3c59x
192ex*	at pci? dev ? function ?	# 3Com 3c90x[BC]
193fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
194ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
195pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
196rtk*	at pci? dev ? function ?	# Realtek 8129/8139
197sip*	at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
198tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
199vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
200
201# ISA network interfaces
202ep*	at isa? port ? irq ?		# 3Com 3c509 Ethernet
203
204# ISA Plug-and-Play network intefaces
205ep*	at isapnp?			# 3Com 3c509 Ethernet
206ne*	at isapnp?			# NE2000-compatible Ethernet
207
208# PCMCIA network interfaces
209ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
210ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
211
212# MII/PHY support
213exphy*	at mii? phy ?			# 3Com internal PHYs
214inphy*	at mii? phy ?			# Intel 82555 PHYs
215nsphy*	at mii? phy ?			# NS83840 PHYs
216qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
217sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
218ukphy*	at mii? phy ?			# generic unknown PHYs
219
220
221# Pseudo-Devices
222
223# disk/mass storage pseudo-devices
224pseudo-device	md		1	# memory disk device (ramdisk)
225
226# network pseudo-devices
227pseudo-device	loop			# network loopback
228
229# miscellaneous pseudo-devices
230pseudo-device	pty			# pseudo-terminals
231pseudo-device	rnd			# /dev/random and in-kernel generator
232#options 	RND_COM			# use "com" randomness as well
233