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