P5064 revision 1.13
1#	$NetBSD: P5064,v 1.13 2002/04/17 02:22:41 mycroft Exp $
2#
3# Algorithmics P-5064 kernel.
4#
5
6include	"arch/algor/conf/std.algor"
7
8#ident 		"P5064-$Revision: 1.13 $"
9
10maxusers 32
11
12# Platform Support
13#options 	ALGOR_P4032	# Algorithmics P-4032
14options 	ALGOR_P5064	# Algorithmics P-5064
15#options 	ALGOR_P6032	# Algorithmics P-6032
16
17options 	MIPS3_L2CACHE_ABSENT	# No L2 cache on this machine
18
19# Standard system options
20options 	KTRACE			# System call tracing support
21options 	NTP			# kernel PLL for NTP
22
23# Diagnostic/debugging support options
24options 	DIAGNOSTIC		# Cheap kernel consistency checks
25options 	DDB			# kernel debugger
26makeoptions	DEBUG="-g"
27#makeoptions	DEBUGLIST="pattern1 pattern2 ..."
28
29# File systems
30file-system	FFS		# Fast file system
31file-system	MFS		# Memory-based file system
32file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
33file-system	MSDOSFS		# MS-DOS-compatible file system
34file-system	NTFS		# Windows/NT file system (experimental)
35file-system	NFS		# Sun NFS-compatible file system client
36file-system	KERNFS		# Kernel variable file system (/kern)
37file-system	PROCFS		# Process file system (/proc)
38file-system	FDESC		# /dev/fd file system
39
40# File system options
41options 	NFSSERVER	# Sun NFS-compatible file system server
42#options 	FFS_EI		# FFS Endian Independant support
43options 	SOFTDEP		# FFS soft updates support.
44
45# Networking options
46options 	INET		# Internet protocol suite
47options 	INET6		# IPV6
48options 	IPSEC		# IP security
49options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
50#options 	IPSEC_DEBUG	# debug for IP security
51
52# 4.3BSD compatibility.  Should be optional, but necessary for now.
53options 	COMPAT_43
54
55# Binary compatibility with previous versions of NetBSD.
56#options 	COMPAT_09
57options 	COMPAT_10
58options 	COMPAT_11
59options 	COMPAT_12
60options 	COMPAT_13
61options 	COMPAT_14
62
63# System V-like message queues
64options 	SYSVMSG
65
66# System V-like semaphores
67options 	SYSVSEM
68
69# System V-like shared memory
70options 	SYSVSHM
71#options 	SHMMAXPGS=1024		# 1024 pages is the default
72
73# Loadable Kernel Modules
74options 	LKM
75
76# Disable kernel security.
77#options 	INSECURE
78
79# Misc. options
80options 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
81options 	PCIVERBOSE		# recognize "unknown" PCI devices
82options 	MIIVERBOSE		# verbose PHY autoconfig messages
83#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
84options 	SCSIVERBOSE		# Verbose SCSI errors
85options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
86#options 	PCMCIAVERBOSE
87#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
88
89# Bitmask for enabling the PCI IDE channels in the southbridge.
90# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
91#
92# Do this if your firmware (usually PMON) doens't enable the IDE
93# channels for you (thus causing the NetBSD `pciide' driver to
94# ignore them).
95options 	PCI_NETBSD_ENABLE_IDE=0x1
96
97# The Alpha console firmware network boots using the BOOTP
98# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
99# in case we have NFS root.
100options 	NFS_BOOT_DHCP		# superset of BOOTP
101
102# WS console uses SUN or VT100 terminal emulation
103#options 	WSEMUL_VT100
104
105config		netbsd	root on ? type ?
106#config		netbsd	root on sd0 type ffs
107#config		netbsd	root on ? type nfs
108
109mainbus0 at	root
110cpu*	at	mainbus0
111
112# PCI host bus adapter support
113vtpbc*	at	mainbus?
114
115# PCI bus support
116pci*	at	vtpbc?
117
118# PCI devices
119#adv*	at	pci? dev ? function ?		# AdvanSys SCSI
120#adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
121#options 	ADW_WDTR_DISABLE		# 	disable WDTR
122#options 	ADW_SDTR_DISABLE		# 	disable SDTR
123#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
124#ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
125#bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
126#cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
127#cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
128#cz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
129#dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
130#eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
131#en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
132#ep*	at	pci? dev ? function ?		# 3COM 3c59x
133#epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
134#eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
135#ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
136#fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
137#fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
138#gsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
139#isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
140#le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
141pcib*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
142siop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
143#mlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
144#ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
145#ohci*	at	pci? dev ? function ?		# USB Open Host Controller
146pciide*	at	pci? dev ? function ?		# PCI IDE controllers
147#pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
148ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
149#rtk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
150#sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
151#sv*	at	pci? dev ? function ?		# S3 SonicVibes
152#tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
153#ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
154#tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
155tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
156#uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
157#vga*	at	pci? dev ? function ?		# PCI VGA Graphics
158#vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
159#yds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
160
161#audio*	at	eap?
162#audio*	at	eso?
163#audio*	at	sv?
164#audio*	at	yds?
165
166#opl*	at	eso?
167#opl*	at	sv?
168#opl*	at	yds?
169
170#mpu*	at	eso?
171#mpu*	at	yds?
172
173# MII/PHY support
174#exphy*	at mii? phy ?			# 3Com internal PHYs
175#icsphy*	at mii? phy ?		# Integrated Circuit Systems ICS189x
176#inphy*	at mii? phy ?			# Intel 82555 PHYs
177#lxtphy*	at mii? phy ?		# Level One LXT-970 PHYs
178#nsphy*	at mii? phy ?			# NS83840 PHYs
179qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
180#sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
181#tlphy*	at mii? phy ?			# ThunderLAN PHYs
182ukphy*	at mii? phy ?			# generic unknown PHYs
183
184# ISA/EISA bus support
185isa*	at	pcib?
186#isapnp*	at	isa?
187
188# ISA devices
189mcclock* at	isa? port 0x70
190#pckbc*	at	isa?				# PC keyboard controller
191#pckbd*	at	pckbc?				# PC keyboard (kbd port)
192#pms*	at	pckbc?				# PS/2-style mouse (aux port)
193#pcppi*	at	isa?				# PC prog. periph. interface
194#spkr0	at	pcppi?				# IBM BASIC emulation
195#isabeep0 at	pcppi?				# "keyboard" beep
196#midi*	at	pcppi?
197com*	at	isa? port 0x3f8 irq 4		# standard serial ports
198com*	at	isa? port 0x2f8 irq 3
199#cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
200#ec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
201#ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
202#ep*	at	isapnp?
203#ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
204#iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
205fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
206#lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
207#lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
208#depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
209#depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
210#le*	at	depca?
211#lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
212#vga*	at	isa?				# ISA (EISA: XXX) VGA
213#wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
214#wdc1	at	isa? port 0x170 irq 15
215#wdc*	at	isapnp?
216#we0	at 	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
217#we1	at 	isa? port 0x300 iomem 0xcc000 irq 10
218#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
219#wss*	at	isapnp?
220#audio*	at	wss?
221#midi*	at	wss?
222#sb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
223#sb*	at	isapnp?
224#audio*	at	sb?
225#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
226#aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
227#aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
228#bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
229#bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
230#uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
231#uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
232pcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
233pcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
234pcmcia*	at	pcic? controller ? socket ?
235
236# PCMCIA device
237aic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
238com*	at	pcmcia? function ?		# Modems and serial cards
239wdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
240ep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
241mbe*	at	pcmcia? function ?		# MB8696x based Ethernet
242ne*	at	pcmcia? function ?		# NE2000-compatible Eth.
243sm*	at	pcmcia? function ?		# Megahertz Ethernet
244ray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
245wi*	at	pcmcia? function ?		# Lucent WaveLAN/IEEE
246
247# SCSI bus support
248#scsibus* at	adv?
249#scsibus* at	adw?
250#scsibus* at	aha?
251#scsibus* at	ahb?
252#scsibus* at	ahc?
253scsibus* at	aic?
254#scsibus* at	bha?
255#scsibus* at	dpt?
256#scsibus* at	isp?
257scsibus* at	siop?
258#scsibus* at	pcscp?
259#scsibus* at	uha?
260
261# SCSI devices
262cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
263sd*	at	scsibus? target ? lun ?		# SCSI disk drives
264#st*	at	scsibus? target ? lun ?		# SCSI tape drives
265
266# ST506/ESDI/IDE devices
267wd*	at	pciide? channel ?
268wd*	at	wdc? drive ?
269
270# ATAPI bus support
271atapibus* at	pciide? channel ?
272atapibus* at	wdc?
273
274# ATAPI devices
275sd*	at	atapibus? drive ?		# ATAPI disk devices
276cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
277
278# Floppy drives
279fd*	at	fdc? drive ?
280
281# Hardware RAID devices
282#ld*	at	cac? unit ?
283#ld*	at	mlx? unit ?
284
285# USB bus support
286#usb*	at uhci?
287#usb*	at ohci?
288
289# USB Hubs
290#uhub*	at usb?
291#uhub*	at uhub? port ? configuration ? interface ?
292
293# USB HID device
294#uhidev*	at uhub? port ? configuration ? interface ?
295
296# USB Mice
297#ums*	at uhidev? reportid ?
298#wsmouse*	at ums?
299
300# USB Keyboards
301#ukbd*	at uhidev? reportid ?
302#wskbd*	at ukbd? console ?
303
304# USB Generic HID devices
305#uhid*	at uhidev? reportid ?
306
307# USB Printer
308#ulpt*	at uhub? port ? configuration ? interface ?
309
310# USB Modem
311#umodem*	at uhub? port ? configuration ?
312#ucom*	at umodem?
313
314# USB Mass Storage
315#umass*	at uhub? port ? configuration ? interface ?
316#atapibus* at umass? channel ?
317#scsibus* at umass? channel ?
318
319# USB Ethernet adapters
320#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
321#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
322#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
323
324# Serial adapters
325# FTDI FT8U100AX serial adapter
326#uftdi*	at uhub? port ?
327#ucom*	at uftdi? portno ?
328
329# USB scanners
330#uscanner* at uhub? port ?
331
332# Y@P firmware loader
333#uyap* at uhub? port ?
334
335# USB Generic driver
336#ugen*	at uhub? port ?
337
338# Workstation Console attachments
339#wsdisplay*	at	vga?
340#wskbd*		at	pckbd?
341#wsmouse*	at	pms?
342
343pseudo-device	bpfilter	16
344pseudo-device	ccd		4
345#pseudo-device	raid		4		# RAIDframe disk driver
346#options 	RAID_AUTOCONFIG	# auto-configuration of RAID components
347pseudo-device	ipfilter	1
348pseudo-device	loop		1
349pseudo-device	md		1
350pseudo-device	ppp		4
351pseudo-device	pty			# pseudo-terminals
352pseudo-device	sl		4
353pseudo-device	vnd		4
354#pseudo-device	gre		2	# generic L3 over IP tunnel
355pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
356#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
357#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
358pseudo-device	vlan			# IEEE 802.1q encapsulation
359pseudo-device	sequencer	1	# MIDI sequencer
360pseudo-device	rnd			# /dev/random and in-kernel generator
361#options 	RND_COM			# use "com" randomness too
362