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