P6032 revision 1.6
1#	$NetBSD: P6032,v 1.6 2002/02/10 17:36:52 wiz Exp $
2#
3# Algorithmics P-6032 kernel.
4#
5
6include	"arch/algor/conf/std.algor"
7
8#ident 		"P6032-$Revision: 1.6 $"
9
10maxusers 32
11
12# Platform Support
13#options 	ALGOR_P4032	# Algorithmics P-4032
14#options 	ALGOR_P5064	# Algorithmics P-5064
15options 	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# The Alpha console firmware network boots using the BOOTP
90# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
91# in case we have NFS root.
92options 	NFS_BOOT_DHCP		# superset of BOOTP
93
94# WS console uses SUN or VT100 terminal emulation
95#options 	WSEMUL_VT100
96
97config		netbsd	root on ? type ?
98#config		netbsd	root on sd0 type ffs
99#config		netbsd	root on ? type nfs
100
101mainbus0 at	root
102cpu*	at	mainbus0
103
104# PCI host bus adapter support
105bonito*	at	mainbus?
106
107# PCI bus support
108pci*	at	bonito?
109
110# PCI devices
111#adv*	at	pci? dev ? function ?		# AdvanSys SCSI
112#adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
113#options 	ADW_WDTR_DISABLE		# 	disable WDTR
114#options 	ADW_SDTR_DISABLE		# 	disable SDTR
115#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
116#ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
117#bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
118#cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
119#cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
120#cz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
121#de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
122#dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
123#eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
124#en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
125#ep*	at	pci? dev ? function ?		# 3COM 3c59x
126#epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
127#eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
128#ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
129#fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
130#fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
131#gsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
132#isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
133pcn*	at	pci? dev ? function ?		# AMD PCnet-PCI Ethernet
134pcib*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
135#siop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
136#mlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
137#ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
138#ohci*	at	pci? dev ? function ?		# USB Open Host Controller
139pciide*	at	pci? dev ? function ?		# PCI IDE controllers
140#pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
141ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
142#rtk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
143#sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
144#sv*	at	pci? dev ? function ?		# S3 SonicVibes
145#tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
146#ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
147#tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
148#tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
149#options 	TLP_MATCH_21040
150#options 	TLP_MATCH_21041
151#options 	TLP_MATCH_21140
152#options 	TLP_MATCH_21142
153#uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
154#vga*	at	pci? dev ? function ?		# PCI VGA Graphics
155#vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
156#yds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
157
158#audio*	at	eap?
159#audio*	at	eso?
160#audio*	at	sv?
161#audio*	at	yds?
162
163#opl*	at	eso?
164#opl*	at	sv?
165#opl*	at	yds?
166
167#mpu*	at	eso?
168#mpu*	at	yds?
169
170# MII/PHY support
171acphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
172amhphy*	at mii? phy ?			# AMD 79c901 10BASE-T PHY
173#bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
174#brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
175#dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
176#exphy*	at mii? phy ?			# 3Com internal PHYs
177#glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
178#gphyter* at mii? phy ?			# NS83861 Gig-E PHY
179#icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
180#inphy*	at mii? phy ?			# Intel 82555 PHYs
181#iophy*	at mii? phy ?			# Intel 82553 PHYs
182lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
183#makphy* at mii? phy ?			# Margell Semiconductor 88E1000 PHYs
184nsphy*	at mii? phy ?			# NS83840 PHYs
185#nsphyter* at mii? phy ?			# NS83843 PHYs
186#qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
187pnaphy*	at mii? phy ?			# generic HomePNA PHYs
188#nsphy*	at mii? phy ?			# NS83840 PHYs
189#sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
190#tlphy*	at mii? phy ?			# ThunderLAN PHYs
191#tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
192ukphy*	at mii? phy ?			# generic unknown PHYs
193
194# ISA/EISA bus support
195isa*	at	pcib?
196#isapnp*	at	isa?
197
198# ISA devices
199mcclock* at	isa? port 0x70
200#pckbc*	at	isa?				# PC keyboard controller
201#pckbd*	at	pckbc?				# PC keyboard (kbd port)
202#pms*	at	pckbc?				# PS/2-style mouse (aux port)
203#pcppi*	at	isa?				# PC prog. periph. interface
204#spkr0	at	pcppi?				# IBM BASIC emulation
205#isabeep0 at	pcppi?				# "keyboard" beep
206#midi*	at	pcppi?
207com*	at	isa? port 0x3f8 irq 4		# standard serial ports
208com*	at	isa? port 0x2f8 irq 3
209#cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
210#ec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
211#ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
212#ep*	at	isapnp?
213#ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
214#iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
215fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
216#lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
217#lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
218#depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
219#depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
220#le*	at	depca?
221#lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
222#vga*	at	isa?				# ISA (EISA: XXX) VGA
223#wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
224#wdc1	at	isa? port 0x170 irq 15
225#wdc*	at	isapnp?
226#we0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
227#we1	at	isa? port 0x300 iomem 0xcc000 irq 10
228#wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
229#wss*	at	isapnp?
230#audio*	at	wss?
231#midi*	at	wss?
232#sb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
233#sb*	at	isapnp?
234#audio*	at	sb?
235#adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
236#aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
237#aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
238#bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
239#bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
240#uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
241#uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
242#pcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
243#pcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
244#pcmcia*	at	pcic? controller ? socket ?
245
246# PCMCIA device
247#aic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
248#com*	at	pcmcia? function ?		# Modems and serial cards
249#wdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
250#ep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
251#mbe*	at	pcmcia? function ?		# MB8696x based Ethernet
252#ne*	at	pcmcia? function ?		# NE2000-compatible Eth.
253#sm*	at	pcmcia? function ?		# Megahertz Ethernet
254#ray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
255#wi*	at	pcmcia? function ?		# Lucent WaveLAN/IEEE
256
257# SCSI bus support
258#scsibus* at	adv?
259#scsibus* at	adw?
260#scsibus* at	aha?
261#scsibus* at	ahb?
262#scsibus* at	ahc?
263#scsibus* at	aic?
264#scsibus* at	bha?
265#scsibus* at	dpt?
266#scsibus* at	isp?
267#scsibus* at	siop?
268#scsibus* at	pcscp?
269#scsibus* at	uha?
270
271# SCSI devices
272#cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
273#sd*	at	scsibus? target ? lun ?		# SCSI disk drives
274#st*	at	scsibus? target ? lun ?		# SCSI tape drives
275
276# ST506/ESDI/IDE devices
277wd*	at	pciide? channel ?
278#wd*	at	wdc? drive ?
279
280# ATAPI bus support
281atapibus* at	pciide? channel ?
282#atapibus* at	wdc?
283
284# ATAPI devices
285sd*	at	atapibus? drive ?		# ATAPI disk devices
286cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
287
288# Floppy drives
289fd*	at	fdc? drive ?
290
291# Hardware RAID devices
292#ld*	at	cac? unit ?
293#ld*	at	mlx? unit ?
294
295# USB bus support
296#usb*	at uhci?
297#usb*	at ohci?
298
299# USB Hubs
300#uhub*	at usb?
301#uhub*	at uhub? port ? configuration ? interface ?
302
303# USB HID device
304#uhidev*	at uhub? port ? configuration ? interface ?
305
306# USB Mice
307#ums*	at uhidev? reportid ?
308#wsmouse*	at ums?
309
310# USB Keyboards
311#ukbd*	at uhidev? reportid ?
312#wskbd*	at ukbd? console ?
313
314# USB Generic HID devices
315#uhid*	at uhidev? reportid ?
316
317# USB Printer
318#ulpt*	at uhub? port ? configuration ? interface ?
319
320# USB Modem
321#umodem*	at uhub? port ? configuration ?
322#ucom*	at umodem?
323
324# USB Mass Storage
325#umass*	at uhub? port ? configuration ? interface ?
326#atapibus* at umass? channel ?
327#scsibus* at umass? channel ?
328
329# USB Ethernet adapters
330#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
331#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
332#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
333
334# Serial adapters
335# FTDI FT8U100AX serial adapter
336#uftdi*	at uhub? port ?
337#ucom*	at uftdi? portno ?
338
339# USB scanners
340#uscanner* at uhub? port ?
341
342# Y@P firmware loader
343#uyap* at uhub? port ?
344
345# USB Generic driver
346#ugen*	at uhub? port ?
347
348# Workstation Console attachments
349#wsdisplay*	at	vga?
350#wskbd*		at	pckbd?
351#wsmouse*	at	pms?
352
353pseudo-device	bpfilter	16
354pseudo-device	ccd		4
355#pseudo-device	raid		4		# RAIDframe disk driver
356#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
357pseudo-device	ipfilter	1
358pseudo-device	loop		1
359pseudo-device	md		1
360pseudo-device	ppp		4
361pseudo-device	pty			# pseudo-terminals
362pseudo-device	sl		4
363pseudo-device	vnd		4
364#pseudo-device	gre		2	# generic L3 over IP tunnel
365pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
366#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
367#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
368pseudo-device	vlan			# IEEE 802.1q encapsulation
369pseudo-device	sequencer	1	# MIDI sequencer
370pseudo-device	rnd			# /dev/random and in-kernel generator
371#options 	RND_COM			# use "com" randomness too
372