P4032 revision 1.2
1#	$NetBSD: P4032,v 1.2 2001/06/22 14:15:56 thorpej Exp $
2#
3# Algorithmics P-4032 kernel.
4#
5
6include	"arch/algor/conf/std.algor"
7
8#ident 		"P4032-$Revision: 1.2 $"
9
10maxusers 32
11
12# Platform Support
13options 	ALGOR_P4032	# Algorithmics P-4032
14#options 	ALGOR_P5064	# Algorithmics P-5064
15#options 	ALGOR_P6032	# Algorithmics P-6032
16
17# Set these to the appropriate values, in case you have a buggy PMON
18# that doesn't provide environment variables properly.
19#options 	MEMSIZE=48		# memory size, in MB
20#options 	ETHADDR="\"00:40:bc:03:00:6c\""
21
22options 	MIPS3_L2CACHE_ABSENT	# No L2 cache on this machine
23
24# Standard system options
25options 	KTRACE			# System call tracing support
26options 	NTP			# kernel PLL for NTP
27
28# Diagnostic/debugging support options
29options 	DIAGNOSTIC		# Cheap kernel consistency checks
30options 	DDB			# kernel debugger
31makeoptions	DEBUG="-g"
32#makeoptions	DEBUGLIST="pattern1 pattern2 ..."
33
34# File systems
35file-system	FFS		# Fast file system
36file-system	MFS		# Memory-based file system
37file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
38file-system	MSDOSFS		# MS-DOS-compatible file system
39file-system	NTFS		# Windows/NT file system (experimental)
40file-system	NFS		# Sun NFS-compatible file system client
41file-system	KERNFS		# Kernel variable file system (/kern)
42file-system	PROCFS		# Process file system (/proc)
43file-system	FDESC		# /dev/fd file system
44
45# File system options
46options 	NFSSERVER	# Sun NFS-compatible file system server
47#options 	FFS_EI		# FFS Endian Independant support
48options 	SOFTDEP		# FFS soft updates support.
49
50# Networking options
51options 	INET		# Internet protocol suite
52options 	INET6		# IPV6
53options 	IPSEC		# IP security
54options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
55#options 	IPSEC_DEBUG	# debug for IP security
56
57# 4.3BSD compatibility.  Should be optional, but necessary for now.
58options 	COMPAT_43
59
60# Binary compatibility with previous versions of NetBSD.
61#options 	COMPAT_09
62options 	COMPAT_10
63options 	COMPAT_11
64options 	COMPAT_12
65options 	COMPAT_13
66options 	COMPAT_14
67
68# System V-like message queues
69options 	SYSVMSG
70
71# System V-like semaphores
72options 	SYSVSEM
73
74# System V-like shared memory
75options 	SYSVSHM
76#options 	SHMMAXPGS=1024		# 1024 pages is the default
77
78# Loadable Kernel Modules
79options 	LKM
80
81# Disable kernel security.
82#options 	INSECURE
83
84# Misc. options
85#options 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
86options 	PCIVERBOSE		# recognize "unknown" PCI devices
87#options 	MIIVERBOSE		# verbose PHY autoconfig messages
88#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
89options 	SCSIVERBOSE		# Verbose SCSI errors
90options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
91#options 	PCMCIAVERBOSE
92
93# The Alpha console firmware network boots using the BOOTP
94# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
95# in case we have NFS root.
96options 	NFS_BOOT_DHCP		# superset of BOOTP
97
98# WS console uses SUN or VT100 terminal emulation
99#options 	WSEMUL_VT100
100
101config		netbsd	root on ? type ?
102#config		netbsd	root on sd0 type ffs
103#config		netbsd	root on ? type nfs
104
105mainbus0 at	root
106cpu*	at	mainbus0
107
108# Devices on the P-4032 local I/O bus
109mcclock*	at mainbus? addr ?
110com*		at mainbus? addr ?
111lpt*		at mainbus? addr ?
112#pckbc*		at mainbus? addr ?
113#fdc*		at mainbus? addr ?
114
115# PCI host bus adapter support
116vtpbc*	at	mainbus?
117
118# PCI bus support
119pci*	at	vtpbc?
120
121# PCI devices
122#adv*	at	pci? dev ? function ?		# AdvanSys SCSI
123#adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
124#options 	ADW_WDTR_DISABLE		# 	disable WDTR
125#options 	ADW_SDTR_DISABLE		# 	disable SDTR
126#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
127#ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
128#bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
129#cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
130#cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
131#cz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
132#de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
133#dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
134#eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
135#en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
136#ep*	at	pci? dev ? function ?		# 3COM 3c59x
137#epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
138#eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
139#ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
140#fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
141#fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
142#gsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
143#isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
144#le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
145#ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
146#pcib*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
147#siop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
148#mlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
149#ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
150#ohci*	at	pci? dev ? function ?		# USB Open Host Controller
151#pciide* at	pci? dev ? function ?		# PCI IDE controllers
152#pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
153ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
154#rtk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
155#sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
156#sv*	at	pci? dev ? function ?		# S3 SonicVibes
157#tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
158#ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
159#tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
160tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
161options 	TLP_MATCH_21040
162options 	TLP_MATCH_21041
163options 	TLP_MATCH_21140
164options 	TLP_MATCH_21142
165#uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
166#vga*	at	pci? dev ? function ?		# PCI VGA Graphics
167#vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
168#yds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
169
170#audio*	at	eap?
171#audio*	at	eso?
172#audio*	at	sv?
173#audio*	at	yds?
174
175#opl*	at	eso?
176#opl*	at	sv?
177#opl*	at	yds?
178
179#mpu*	at	eso?
180#mpu*	at	yds?
181
182# MII/PHY support
183#exphy*	at mii? phy ?			# 3Com internal PHYs
184#icsphy*	at mii? phy ?		# Integrated Circuit Systems ICS1890
185#inphy*	at mii? phy ?			# Intel 82555 PHYs
186#lxtphy*	at mii? phy ?		# Level One LXT-970 PHYs
187#nsphy*	at mii? phy ?			# NS83840 PHYs
188qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
189#sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
190#tlphy*	at mii? phy ?			# ThunderLAN PHYs
191ukphy*	at mii? phy ?			# generic unknown PHYs
192
193# SCSI bus support
194#scsibus* at	adv?
195#scsibus* at	adw?
196#scsibus* at	ahc?
197#scsibus* at	bha?
198#scsibus* at	dpt?
199#scsibus* at	isp?
200#scsibus* at	siop?
201#scsibus* at	pcscp?
202
203# SCSI devices
204#cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
205#sd*	at	scsibus? target ? lun ?		# SCSI disk drives
206#st*	at	scsibus? target ? lun ?		# SCSI tape drives
207
208# ST506/ESDI/IDE devices
209#wd*	at	pciide? channel ?
210#wd*	at	wdc? drive ?
211
212# ATAPI bus support
213#atapibus* at	pciide? channel ?
214#atapibus* at	wdc?
215
216# ATAPI devices
217#sd*	at	atapibus? drive ?		# ATAPI disk devices
218#cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
219
220# Floppy drives
221#fd*	at	fdc? drive ?
222
223# Hardware RAID devices
224#ld*	at	cac? unit ?
225#ld*	at	mlx? unit ?
226
227# USB bus support
228#usb*	at uhci?
229#usb*	at ohci?
230
231# USB Hubs
232#uhub*	at usb?
233#uhub*	at uhub? port ? configuration ? interface ?
234
235# USB Mice
236#ums*	at uhub? port ? configuration ? interface ?
237#wsmouse*	at ums?
238
239# USB Keyboards
240#ukbd*	at uhub? port ? configuration ? interface ?
241#wskbd*	at ukbd? console ?
242
243# USB Generic HID devices
244#uhid*	at uhub? port ? configuration ? interface ?
245
246# USB Printer
247#ulpt*	at uhub? port ? configuration ? interface ?
248
249# USB Modem
250#umodem*	at uhub? port ? configuration ?
251#ucom*	at umodem?
252
253# USB Mass Storage
254#umass*	at uhub? port ? configuration ? interface ?
255#atapibus* at umass? channel ?
256#scsibus* at umass? channel ?
257
258# USB Ethernet adapters
259#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
260#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
261#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
262
263# Serial adapters
264# FTDI FT8U100AX serial adapter
265#uftdi*	at uhub? port ?
266#ucom*	at uftdi? portno ?
267
268# USB scanners
269#uscanner* at uhub? port ?
270
271# Y@P firmware loader
272#uyap* at uhub? port ?
273
274# USB Generic driver
275#ugen*	at uhub? port ?
276
277# Workstation Console attachments
278#wsdisplay*	at	vga?
279#wskbd*		at	pckbd?
280#wsmouse*	at	pms?
281
282pseudo-device	bpfilter	16
283pseudo-device	ccd		4
284#pseudo-device	raid		4		# RAIDframe disk driver
285#options 	RAID_AUTOCONFIG      # auto-configuration of RAID components
286pseudo-device	ipfilter	1
287pseudo-device	loop		1
288pseudo-device	md		1
289pseudo-device	ppp		4
290pseudo-device	pty			# pseudo-terminals
291pseudo-device	sl		4
292pseudo-device	vnd		4
293#pseudo-device	gre		2	# generic L3 over IP tunnel
294pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
295#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
296#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
297pseudo-device	vlan			# IEEE 802.1q encapsulation
298pseudo-device	sequencer	1	# MIDI sequencer
299pseudo-device	rnd			# /dev/random and in-kernel generator
300#options 	RND_COM			# use "com" randomness too
301