P4032 revision 1.64
1#	$NetBSD: P4032,v 1.64 2012/08/17 20:11:37 abs Exp $
2#
3# Algorithmics P-4032 kernel.
4#
5
6include	"arch/algor/conf/std.algor"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10#ident 		"P4032-$Revision: 1.64 $"
11
12maxusers 32
13
14# Platform Support
15options 	ALGOR_P4032	# Algorithmics P-4032
16#options 	ALGOR_P5064	# Algorithmics P-5064
17#options 	ALGOR_P6032	# Algorithmics P-6032
18
19# Set these to the appropriate values, in case you have a buggy PMON
20# that doesn't provide environment variables properly.
21#options 	MEMSIZE=48		# memory size, in MB
22#options 	ETHADDR="\"00:40:bc:03:00:6c\""
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 ..."
33options 	SYMTAB_SPACE=425000
34
35# File systems
36file-system	FFS		# Fast file system
37file-system	MFS		# Memory-based file system
38file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
39file-system	MSDOSFS		# MS-DOS-compatible file system
40file-system	NTFS		# Windows/NT file system (experimental)
41file-system	NFS		# Sun NFS-compatible file system client
42file-system	KERNFS		# Kernel variable file system (/kern)
43file-system	PROCFS		# Process file system (/proc)
44file-system	FDESC		# /dev/fd file system
45file-system	PTYFS		# /dev/pts/N support
46
47# File system options
48options 	NFSSERVER	# Sun NFS-compatible file system server
49#options 	FFS_EI		# FFS Endian Independent support
50options 	WAPBL		# File system journaling support
51options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
52
53# Networking options
54options 	INET		# Internet protocol suite
55options 	INET6		# IPV6
56options 	IPSEC		# IP security
57options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
58options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
59#options 	IPSEC_DEBUG	# debug for IP security
60
61# 4.3BSD compatibility.  Should be optional, but necessary for now.
62options 	COMPAT_43
63
64# Binary compatibility with previous versions of NetBSD.
65#options 	COMPAT_09
66options 	COMPAT_10
67options 	COMPAT_11
68options 	COMPAT_12
69options 	COMPAT_13
70options 	COMPAT_14
71options 	COMPAT_15
72options 	COMPAT_16
73options 	COMPAT_20
74options 	COMPAT_30	# NetBSD 3.0 compatibility.
75options 	COMPAT_40	# NetBSD 4.0 compatibility.
76options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
77
78# System V-like message queues
79options 	SYSVMSG
80
81# System V-like semaphores
82options 	SYSVSEM
83
84# System V-like shared memory
85options 	SYSVSHM
86
87# Loadable Kernel Modules
88
89# Disable kernel security.
90#options 	INSECURE
91
92# Misc. options
93#options 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
94options 	PCIVERBOSE		# recognize "unknown" PCI devices
95#options 	MIIVERBOSE		# verbose PHY autoconfig messages
96#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
97options 	SCSIVERBOSE		# Verbose SCSI errors
98#options 	PCMCIAVERBOSE
99#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
100#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
101
102# The Alpha console firmware network boots using the BOOTP
103# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
104# in case we have NFS root.
105options 	NFS_BOOT_DHCP		# superset of BOOTP
106
107# WS console uses SUN or VT100 terminal emulation
108#options 	WSEMUL_VT100
109#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
110
111config		netbsd	root on ? type ?
112#config		netbsd	root on sd0 type ffs
113#config		netbsd	root on ? type nfs
114
115mainbus0 at	root
116cpu*	at	mainbus0
117
118# Devices on the P-4032 local I/O bus
119mcclock*	at mainbus? addr ?
120com*		at mainbus? addr ?
121lpt*		at mainbus? addr ?
122#pckbc*		at mainbus? addr ?
123#fdc*		at mainbus? addr ?
124
125# PCI host bus adapter support
126vtpbc*	at	mainbus?
127
128# PCI bus support
129pci*	at	vtpbc?
130
131# PCI devices
132#adv*	at	pci? dev ? function ?		# AdvanSys SCSI
133#adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
134#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
135#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
136#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
137#ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
138#bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
139#cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
140#cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
141#cz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
142#dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
143#eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
144#en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
145#ep*	at	pci? dev ? function ?		# 3COM 3c59x
146#epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
147#eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
148#ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
149#fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
150#fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
151#gsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
152#isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
153#le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
154#pcib*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
155#siop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
156#mlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
157#ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
158#ohci*	at	pci? dev ? function ?		# USB Open Host Controller
159#pciide* at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
160#acardide* at pci? dev ? function ?		# Acard IDE controllers
161#aceride* at pci? dev ? function ?		# Acer Lab IDE controllers
162#artsata* at pci? dev ? function ?		# Intel i31244 SATA controller
163#cmdide* at pci? dev ? function ?		# CMD tech IDE controllers
164#cypide* at pci? dev ? function ?		# Cypress IDE controllers
165#hptide* at pci? dev ? function ?		# Triones/HighPoint IDE controllers
166#optiide* at pci? dev ? function ?		# Opti IDE controllers
167#pdcide* at pci? dev ? function ?		# Promise IDE controllers
168#pdcsata* at pci? dev ? function ?		# Promise SATA150 controllers
169#satalink* at pci? dev ? function ?		# SiI SATALink controllers
170#siside* at pci? dev ? function ?		# SiS IDE controllers
171#slide* at pci? dev ? function ?		# Symphony Labs IDE controllers
172#viaide* at pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
173#pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
174ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
175#rtk*	at	pci? dev ? function ?		# Realtek 8129/8139 Ethernet
176#sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
177#sv*	at	pci? dev ? function ?		# S3 SonicVibes
178#tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
179#ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
180#tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
181tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
182#uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
183#vga*	at	pci? dev ? function ?		# PCI VGA Graphics
184#vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
185#yds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
186
187#audio*	at	eap?
188#audio*	at	eso?
189#audio*	at	sv?
190#audio*	at	yds?
191
192#opl*	at	eso?
193#opl*	at	sv?
194#opl*	at	yds?
195
196#mpu*	at	eso?
197#mpu*	at	yds?
198
199# MII/PHY support
200#exphy*	at mii? phy ?			# 3Com internal PHYs
201#icsphy*	at mii? phy ?		# Integrated Circuit Systems ICS189x
202#inphy*	at mii? phy ?			# Intel 82555 PHYs
203#lxtphy*	at mii? phy ?		# Level One LXT-970 PHYs
204#nsphy*	at mii? phy ?			# NS83840 PHYs
205qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
206#sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
207#tlphy*	at mii? phy ?			# ThunderLAN PHYs
208ukphy*	at mii? phy ?			# generic unknown PHYs
209
210# SCSI bus support
211#scsibus* at	adv?
212#scsibus* at	adw?
213#scsibus* at	ahc?
214#scsibus* at	bha?
215#scsibus* at	dpt?
216#scsibus* at	isp?
217#scsibus* at	siop?
218#scsibus* at	pcscp?
219
220# SCSI devices
221#cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
222#sd*	at	scsibus? target ? lun ?		# SCSI disk drives
223#st*	at	scsibus? target ? lun ?		# SCSI tape drives
224
225# ATA (IDE) bus support
226#atabus* at ata?
227
228# IDE drives
229#wd*	at	atabus? drive ?
230
231# ATAPI bus support
232#atapibus* at	atapi?
233
234# ATAPI devices
235#sd*	at	atapibus? drive ?		# ATAPI disk devices
236#cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
237
238# Floppy drives
239#fd*	at	fdc? drive ?
240
241# Hardware RAID devices
242#ld*	at	cac? unit ?
243#ld*	at	mlx? unit ?
244
245# USB bus support
246#usb*	at uhci?
247#usb*	at ohci?
248
249# USB Hubs
250#uhub*	at usb?
251#uhub*	at uhub? port ?
252
253# USB HID device
254#uhidev*	at uhub? port ? configuration ? interface ?
255
256# USB Mice
257#ums*	at uhidev? reportid ?
258#wsmouse*	at ums?
259
260# USB Keyboards
261#ukbd*	at uhidev? reportid ?
262#wskbd*	at ukbd? console ?
263
264# USB serial adapter
265#ucycom*	at uhidev? reportid ?
266
267# USB Generic HID devices
268#uhid*	at uhidev? reportid ?
269
270# USB Printer
271#ulpt*	at uhub? port ? configuration ? interface ?
272
273# USB Modem
274#umodem*	at uhub? port ? configuration ?
275#ucom*	at umodem?
276
277# Option N.V. Wireless WAN modems
278#uhso*	at uhub? port ? configuration ?
279
280# USB Mass Storage
281#umass*	at uhub? port ? configuration ? interface ?
282#atapibus* at umass?
283#scsibus* at umass? channel ?
284
285# USB Ethernet adapters
286#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
287#axe*	at uhub? port ?		# ASIX AX88172 based adapters
288#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
289#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
290#url*	at uhub? port ?		# Realtek RTL8150L based adapters
291
292# Serial adapters
293# FTDI FT8U100AX serial adapter
294#uftdi*	at uhub? port ?
295#ucom*	at uftdi? portno ?
296
297# Kyocera AIR-EDGE PHONE
298#ukyopon* at uhub? port ?
299#ucom*	at ukyopon? portno ?
300
301# USB scanners
302#uscanner* at uhub? port ?
303
304# Y@P firmware loader
305#uyap* at uhub? port ?
306
307# USB Generic driver
308#ugen*	at uhub? port ?
309
310# Workstation Console attachments
311#wsdisplay*	at	vga?
312#wskbd*		at	pckbd?
313#wsmouse*	at	pms?
314
315pseudo-device	bpfilter
316pseudo-device	ccd		4
317#pseudo-device	cgd		4	# cryptographic disk devices
318#pseudo-device	raid		4		# RAIDframe disk driver
319#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
320#pseudo-device	fss			# file system snapshot device
321pseudo-device	ipfilter	1
322pseudo-device	loop		1
323pseudo-device	md		
324pseudo-device	ppp		
325pseudo-device	pty			# pseudo-terminals
326pseudo-device	sl		
327pseudo-device	vnd		
328#pseudo-device	gre			# generic L3 over IP tunnel
329pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
330#pseudo-device	faith			# IPv[46] tcp relay translation i/f
331pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
332pseudo-device	vlan			# IEEE 802.1q encapsulation
333pseudo-device	sequencer	1	# MIDI sequencer
334#options 	RND_COM			# use "com" randomness too
335pseudo-device	clockctl		# user control of clock subsystem
336