INSTALL revision 1.5
1#	$NetBSD: INSTALL,v 1.5 2001/06/20 22:14:34 chris Exp $
2#
3#	CATSINST -- CHALTECH CATS Install kernel
4#
5
6include	"arch/cats/conf/std.cats"
7
8# estimated number of users
9
10maxusers	8
11
12# Standard system options
13
14#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
15options 	INSECURE	# disable kernel securelevel
16
17options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
18#options 	NTP		# NTP phase/frequency locked loop
19
20# CPU options
21
22# For StrongARM systems
23options 	CPU_SA110	# Support the SA110 core
24makeoptions	COPTS="-Os -march=armv4 -mtune=strongarm" # optimise for space
25
26# Architecture options
27options 	FOOTBRIDGE	# We have DC21285 'Footbridge' core logic
28
29# FPA options
30
31#options 	ARMFPE		# ARM Ltd FPE
32
33# File systems
34
35file-system	FFS		# UFS
36#file-system	LFS		# log-structured file system
37file-system	MFS		# memory file system
38file-system	NFS		# Network file system
39#file-system 	ADOSFS		# AmigaDOS-compatible file system
40#file-system 	EXT2FS		# second extended file system (linux)
41file-system	CD9660		# ISO 9660 + Rock Ridge file system
42file-system	MSDOSFS		# MS-DOS file system
43#file-system	FDESC		# /dev/fd
44file-system	KERNFS		# /kern
45#file-system	NULLFS		# loopback file system
46#file-system 	OVERLAY		# overlay filesystem
47#file-system	PORTAL		# portal filesystem (still experimental)
48#file-system	PROCFS		# /proc
49#file-system	UMAPFS		# NULLFS + uid and gid remapping
50#file-system	UNION		# union file system
51#file-system	CODA		# Coda File System; also needs vcode (below)
52
53# File system options
54#options 	QUOTA		# UFS quotas
55#options 	FFS_EI		# FFS Endian Independant support
56#options 	NFSSERVER
57#options 	SOFTDEP		# FFS soft updates support
58options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
59
60# Networking options
61
62#options 	GATEWAY		# packet forwarding
63options 	INET		# IP + ICMP + TCP + UDP
64options 	INET6		# IPV6
65#options 	IPSEC		# IP security
66#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
67#options 	IPSEC_DEBUG	# debug for IP security
68#options 	MROUTING	# IP multicast routing
69#options 	NS		# XNS
70#options 	NSIP		# XNS tunneling over IP
71#options 	ISO,TPIP	# OSI
72#options 	EON		# OSI tunneling over IP
73#options 	CCITT,LLC,HDLC	# X.25
74#options 	NETATALK	# AppleTalk networking
75#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
76#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
77#options 	PPP_DEFLATE	# Deflate compression support for PPP
78#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
79
80options 	NFS_BOOT_BOOTP
81options 	NFS_BOOT_DHCP
82#options 	NFS_BOOT_BOOTPARAM
83
84# Compatibility options
85
86#options 	COMPAT_43	# 4.3BSD compatibility.
87options 	COMPAT_14	# NetBSD 1.4 compatibility.
88options 	COMPAT_13	# NetBSD 1.3 compatibility.
89#options 	COMPAT_12	# NetBSD 1.2 compatibility.
90#options 	COMPAT_11	# NetBSD 1.1 compatibility.
91#options 	COMPAT_10	# NetBSD 1.0 compatibility.
92#options 	COMPAT_09	# NetBSD 0.9 compatibility.
93#options 	TCP_COMPAT_42   # TCP bug compatibility with 4.2BSD
94
95# Shared memory options
96
97#options 	SYSVMSG		# System V-like message queues
98#options 	SYSVSEM		# System V-like semaphores
99#options 	SYSVSHM		# System V-like memory sharing
100#options 	SHMMAXPGS=1024	# 1024 pages is the default
101
102# Device options
103
104options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
105#options 	MEMORY_DISK_SIZE=0	# Size in blocks
106options 	MINIROOTSIZE=3800	# Size in blocks
107options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
108options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
109
110# Miscellaneous kernel options
111#options 	KTRACE		# system call tracing, a la ktrace(1)
112#options 	IRQSTATS	# manage IRQ statistics
113#options 	LKM		# loadable kernel modules
114#options 	KMEMSTATS	# kernel memory statistics
115#options 	SCSIVERBOSE	# Verbose SCSI errors
116#options 	PCIVERBOSE	# Verbose PCI descriptions
117#options 	MIIVERBOSE	# verbose PHY autoconfig messages
118#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
119#options 	USBVERBOSE	# verbose USB device autoconfig messages
120#options 	DDB_KEYCODE=0x40
121options		PMAP_STATIC_L1S=128
122
123# wscons options
124#options 	WSEMUL_SUN		# sun terminal emulation
125options 	WSEMUL_VT100		# VT100 / VT220 emulation
126# different kernel output - see dev/wscons/wsdisplayvar.h
127options 	WS_KERNEL_FG=WSCOL_GREEN
128options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
129options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
130options 	WSDISPLAY_COMPAT_USL		# VT handling
131options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
132# see dev/wscons/wskbdmap_mfii.h for implemented layouts
133#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
134
135# Development and Debugging options
136
137#options 	ARM700BUGTRACK	# track the ARM700 swi bug
138#options 	PORTMASTER	# Enable PortMaster only options
139#options 	DIAGNOSTIC	# internally consistency checks
140#options  	PMAP_DEBUG	# Enable pmap_debug_level code
141#options 	IPKDB		# remote kernel debugging
142options 	DDB		# in-kernel debugger
143options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
144#makeoptions	DEBUG="-g"	# compile full symbol table
145
146config		netbsd	root on ? type ?
147
148# The main bus device
149mainbus0 at root
150
151# The boot cpu
152cpu0 at mainbus?
153
154# Core logic
155footbridge0	at mainbus?
156
157# footbridge uart
158fcom0	at footbridge?
159
160# system clock via footbridge
161#clock*	at footbridge?
162
163# time-of-day device via footbridge or RTC
164todclock0	at todservice?
165
166# PCI bus support
167# PCI bus via footbridge
168pci0	at footbridge?			# PCI bus
169
170pci*	at ppb? bus ?
171
172# PCI bridges
173ppb*	at pci? dev ? function ?	# PCI-PCI bridges
174# XXX 'puc's aren't really bridges, but there's no better place for them here
175#puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
176
177# PCI serial interfaces
178#com*	at puc? port ?			# 16x50s on "universal" comm boards
179#cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
180
181# PCI parallel printer interfaces
182#lpt*	at puc? port ?			# || ports on "universal" comm boards
183
184# PCI SCSI Controllers and Buses
185adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], ULTRA SCSI
186scsibus* at adv?
187#adw*	at pci? dev ? function ?	# AdvanSys 9xxUW SCSI
188#scsibus* at adw?
189ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI controllers
190scsibus* at ahc?
191#bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
192#scsibus* at bha?
193iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
194scsibus* at iha?
195isp*	at pci? dev ? function ?	# Qlogic ISP 10x0 SCSI controllers
196scsibus* at isp?
197pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
198scsibus* at pcscp?
199siop*	at pci? dev ? function ?	# NCR 53c8xx SCSI
200scsibus* at siop?
201
202# SCSI devices
203sd*	at scsibus? target ? lun ?	# SCSI disk drives
204st*	at scsibus? target ? lun ?	# SCSI tape drives
205cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
206#ch*	at scsibus? target ? lun ?	# SCSI auto-changers
207#uk*	at scsibus? target ? lun ?	# SCSI unknown device
208#ss*	at scsibus? target ? lun ?	# SCSI scanner
209
210# PCI IDE Controllers and Devices
211# PCI IDE controllers - see pciide(4) for supported hardware.
212# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
213# how to set up DMA modes for this chip. This may work, or may cause
214# a machine hang with some controllers.
215pciide* at pci? dev ? function ? flags 0x0000
216
217# IDE drives
218# Flags are used only with controllers that support DMA operations
219# and mode settings (e.g. some pciide controllers)
220# The lowest order four bits (rightmost digit) of the flags define the PIO
221# mode to use, the next set of four bits the DMA mode and the third set the
222# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
223# to use, and the last bit must be 1 for this setting to be used.
224# For DMA and UDMA, 0xf (1111) means 'disable'.
225# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
226# (0xc=1100, 0xa=1010, 0xf=1111)
227# 0x0000 means "use whatever the drive claims to support".
228wd*	at pciide? channel ? drive ? flags 0x0000	# the drives themselves
229
230# ATAPI bus support
231atapibus* at pciide? channel ?
232
233# ATAPI devices
234cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
235sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
236#uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
237
238# PCI network interfaces
239de*	at pci? dev ? function ?	# DC21X4X-based ethernet cards
240#en*	at pci? dev ? function ?	# ENI/Adaptec ATM
241#ep*	at pci? dev ? function ?	# 3C590 ethernet cards
242ex*	at pci? dev ? function ?	# 3Com 90x[B]
243epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
244#esh*	at pci? dev ? function ?	# Essential HIPPI card
245#fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
246fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
247#le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
248ne*	at pci? dev ? function ?	# NE2000 compat ethernet
249#ntwoc*	at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
250sip*	at pci? dev ? function ?	# SiS 900 Ethernet
251#tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet
252tlp*	at pci? dev ? function ?	# DECchip 21x4x (and clones) Ethernet
253#options 	TLP_MATCH_21040
254#options 	TLP_MATCH_21041
255#options 	TLP_MATCH_21140
256#options 	TLP_MATCH_21142
257vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
258#lmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
259rtk*	at pci? dev ? function ?	# Realtek 8129/8139
260
261# MII/PHY support
262exphy*	at mii? phy ?			# 3Com internal PHYs
263#icsphy* at mii? phy ?			# Integrated Circuit Systems ICS1890
264inphy*	at mii? phy ?			# Intel 82555 PHYs
265#iophy*	at mii? phy ?			# Intel 82553 PHYs
266#lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
267nsphy*	at mii? phy ?			# NS83840 PHYs
268#nsphyter* at mii? phy ?		# NS83843 PHYs
269qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
270#sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
271#tlphy*	at mii? phy ?			# ThunderLAN PHYs
272#tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
273ukphy*	at mii? phy ?			# generic unknown PHYs
274
275# USB Controller and Devices
276
277# PCI USB controllers
278#uhci*	at pci?				# Universal Host Controller (Intel)
279ohci*	at pci?				# Open Host Controller
280
281# USB bus support
282#usb*	at uhci?
283usb*	at ohci?
284
285# USB Hubs
286uhub*	at usb?
287uhub*	at uhub? port ? configuration ? interface ?
288
289# USB Mice
290ums*	at uhub? port ? configuration ? interface ?
291wsmouse*	at ums?
292
293# USB Keyboards
294ukbd*	at uhub? port ? configuration ? interface ?
295wskbd*	at ukbd? console ?
296
297# USB Generic HID devices
298#uhid*	at uhub? port ? configuration ? interface ?
299
300# USB Printer
301#ulpt*	at uhub? port ? configuration ? interface ?
302
303# USB Modem
304#umodem*	at uhub? port ? configuration ?
305#ucom*	at umodem?
306
307# USB Mass Storage
308umass*	at uhub? port ? configuration ? interface ?
309atapibus* at umass? channel ?
310scsibus* at umass? channel ?
311
312# USB audio
313#uaudio*	at uhub? port ? configuration ?
314#audio*	at uaudio?
315
316# USB Ethernet adapters
317aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
318cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
319kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
320
321# USB Generic driver
322#ugen* at uhub? port ?
323
324# Audio Devices
325
326# PCI audio devices
327#eap*	at pci? dev ? function ?	# Ensoniq AudioPCI
328#sv*	at pci? dev ? function ?	# S3 SonicVibes
329
330# Audio support
331#audio*	at eap?
332#audio*	at sv?
333
334vga*		at pci?
335wsdisplay*	at vga? console ?
336
337# ISA bus bridging
338
339pcib*	at pci? dev ? function ?	# PCI-ISA bridge
340isa*	at pcib?			# ISA bus
341
342# ISA Plug-and-Play bus support
343isapnp0	at isa?
344
345# wscons
346pckbc0	at isa?			# pc keyboard controller
347pckbd*	at pckbc?		# PC keyboard
348pms*		at pckbc?		# PS/2 mouse for wsmouse
349pmsi*		at pckbc?	# PS/2 "Intelli"mouse for wsmouse
350wskbd*		at pckbd? console ?
351wsmouse*	at pms?
352wsmouse*	at pmsi?
353
354pcppi0	at isa?
355sysbeep0	at pcppi?
356
357# ISA Plug-and-Play serial interfaces
358com*	at isapnp?			# Modems and serial boards
359
360# ISA Plug-and-Play network interfaces
361ep*	at isapnp?			# 3Com 3c509 Ethernet
362
363# ISA serial interfaces
364com0	at isa? port 0x3f8 irq 4	# Standard PC serial ports
365com1	at isa? port 0x2f8 irq 3
366#com2	at isa? port 0x3e8 irq 9
367#com3	at isa? port 0x2e8 irq 10
368
369# ISA parallel printer interfaces
370lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
371lpt1	at isa? port 0x278 irq 5
372#lpt2	at isa? port 0x3bc
373
374# ISA floppy
375#fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
376#fdc1	at isa? port 0x370 irq ? drq ?
377#fd*	at fdc? drive ?			# the drives themselves
378
379# ISA network interface
380#ne0	at isa? port 0x280 irq 9
381#ne1	at isa? port 0x300 irq 10
382#ep*	at isa? port ? irq ?
383
384# The spkr driver provides a simple tone interface to the built in speaker.
385spkr0	at pcppi?			# PC speaker
386
387dsrtc0	at isa? port 0x72		# Dallas RTC
388
389# ISA Plug-and-Play audio devices
390#ess*	at isapnp?			# ESS Tech ES1887, ES1888, ES888 audio
391#sb*	at isapnp?			# SoundBlaster-compatible audio
392#wss*	at isapnp?			# Windows Sound System
393
394# OPL[23] FM syntheziers
395#opl*	at ess?
396#opl*	at sb?
397
398# Audio support
399#audio*	at ess?
400#audio*	at sb?
401#audio*	at wss?
402
403# MPU 401 UARTs
404#mpu*	at sb?
405
406# MIDI support
407#midi*	at pcppi?		# MIDI interface to the PC speaker
408#midi*	at sb?			# SB MPU401 port
409#midi*	at opl?			# OPL FM synth
410#midi*	at mpu?			# MPU 401
411
412# Joysticks
413
414# ISA Plug-and-Play joysticks
415#joy*	at isapnp?			# Game ports (usually on audio cards)
416
417# ISA joysticks. Probe is a little strange; add only if you have one.
418#joy0	at isa? port 0x201
419
420# Pseudo-Devices
421
422# disk/mass storage pseudo-devices
423pseudo-device	ccd		2	# concatenated/striped disk devices
424pseudo-device	md		1	# memory disk device (ramdisk)
425#pseudo-device	vnd		4	# disk-like interface to files
426
427# network pseudo-devices
428pseudo-device	bpfilter	4	# Berkeley packet filter
429#pseudo-device	ipfilter		# IP filter (firewall) and NAT
430pseudo-device	loop			# network loopback
431pseudo-device	ppp		2	# Point-to-Point Protocol
432pseudo-device	sl		2	# Serial Line IP
433#pseudo-device	strip		2	# Starmode Radio IP (Metricom)
434#pseudo-device	tun		2	# network tunneling over tty
435
436# miscellaneous pseudo-devices
437pseudo-device	pty			# pseudo-terminals
438#pseudo-device	tb		1	# tablet line discipline
439#pseudo-device	sequencer	1	# MIDI sequencer
440#pseudo-device	rnd			# /dev/random and in-kernel generator
441#options 	RND_COM			# use "com" randomness as well (BROKEN)
442#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
443
444# mouse & keyboard multiplexor pseudo-devices
445pseudo-device	wsmux		2
446
447# for IPv6
448#pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
449#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
450