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