P4032 revision 1.4
11.4Slukem#	$NetBSD: P4032,v 1.4 2001/11/20 12:56:18 lukem Exp $
21.1Sthorpej#
31.1Sthorpej# Algorithmics P-4032 kernel.
41.1Sthorpej#
51.1Sthorpej
61.1Sthorpejinclude	"arch/algor/conf/std.algor"
71.1Sthorpej
81.4Slukem#ident 		"P4032-$Revision: 1.4 $"
91.1Sthorpej
101.1Sthorpejmaxusers 32
111.1Sthorpej
121.1Sthorpej# Platform Support
131.1Sthorpejoptions 	ALGOR_P4032	# Algorithmics P-4032
141.1Sthorpej#options 	ALGOR_P5064	# Algorithmics P-5064
151.1Sthorpej#options 	ALGOR_P6032	# Algorithmics P-6032
161.1Sthorpej
171.2Sthorpej# Set these to the appropriate values, in case you have a buggy PMON
181.2Sthorpej# that doesn't provide environment variables properly.
191.2Sthorpej#options 	MEMSIZE=48		# memory size, in MB
201.2Sthorpej#options 	ETHADDR="\"00:40:bc:03:00:6c\""
211.2Sthorpej
221.1Sthorpejoptions 	MIPS3_L2CACHE_ABSENT	# No L2 cache on this machine
231.1Sthorpej
241.1Sthorpej# Standard system options
251.1Sthorpejoptions 	KTRACE			# System call tracing support
261.1Sthorpejoptions 	NTP			# kernel PLL for NTP
271.1Sthorpej
281.1Sthorpej# Diagnostic/debugging support options
291.1Sthorpejoptions 	DIAGNOSTIC		# Cheap kernel consistency checks
301.1Sthorpejoptions 	DDB			# kernel debugger
311.1Sthorpejmakeoptions	DEBUG="-g"
321.1Sthorpej#makeoptions	DEBUGLIST="pattern1 pattern2 ..."
331.1Sthorpej
341.1Sthorpej# File systems
351.1Sthorpejfile-system	FFS		# Fast file system
361.1Sthorpejfile-system	MFS		# Memory-based file system
371.1Sthorpejfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
381.1Sthorpejfile-system	MSDOSFS		# MS-DOS-compatible file system
391.1Sthorpejfile-system	NTFS		# Windows/NT file system (experimental)
401.1Sthorpejfile-system	NFS		# Sun NFS-compatible file system client
411.1Sthorpejfile-system	KERNFS		# Kernel variable file system (/kern)
421.1Sthorpejfile-system	PROCFS		# Process file system (/proc)
431.2Sthorpejfile-system	FDESC		# /dev/fd file system
441.1Sthorpej
451.1Sthorpej# File system options
461.1Sthorpejoptions 	NFSSERVER	# Sun NFS-compatible file system server
471.1Sthorpej#options 	FFS_EI		# FFS Endian Independant support
481.1Sthorpejoptions 	SOFTDEP		# FFS soft updates support.
491.1Sthorpej
501.1Sthorpej# Networking options
511.1Sthorpejoptions 	INET		# Internet protocol suite
521.1Sthorpejoptions 	INET6		# IPV6
531.1Sthorpejoptions 	IPSEC		# IP security
541.1Sthorpejoptions 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
551.1Sthorpej#options 	IPSEC_DEBUG	# debug for IP security
561.1Sthorpej
571.1Sthorpej# 4.3BSD compatibility.  Should be optional, but necessary for now.
581.1Sthorpejoptions 	COMPAT_43
591.1Sthorpej
601.1Sthorpej# Binary compatibility with previous versions of NetBSD.
611.1Sthorpej#options 	COMPAT_09
621.1Sthorpejoptions 	COMPAT_10
631.1Sthorpejoptions 	COMPAT_11
641.1Sthorpejoptions 	COMPAT_12
651.1Sthorpejoptions 	COMPAT_13
661.1Sthorpejoptions 	COMPAT_14
671.1Sthorpej
681.1Sthorpej# System V-like message queues
691.1Sthorpejoptions 	SYSVMSG
701.1Sthorpej
711.1Sthorpej# System V-like semaphores
721.1Sthorpejoptions 	SYSVSEM
731.1Sthorpej
741.1Sthorpej# System V-like shared memory
751.1Sthorpejoptions 	SYSVSHM
761.1Sthorpej#options 	SHMMAXPGS=1024		# 1024 pages is the default
771.1Sthorpej
781.1Sthorpej# Loadable Kernel Modules
791.1Sthorpejoptions 	LKM
801.1Sthorpej
811.1Sthorpej# Disable kernel security.
821.1Sthorpej#options 	INSECURE
831.1Sthorpej
841.1Sthorpej# Misc. options
851.1Sthorpej#options 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
861.1Sthorpejoptions 	PCIVERBOSE		# recognize "unknown" PCI devices
871.1Sthorpej#options 	MIIVERBOSE		# verbose PHY autoconfig messages
881.1Sthorpej#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
891.1Sthorpejoptions 	SCSIVERBOSE		# Verbose SCSI errors
901.1Sthorpejoptions 	UCONSOLE		# users can use TIOCCONS (for xconsole)
911.1Sthorpej#options 	PCMCIAVERBOSE
921.1Sthorpej
931.1Sthorpej# The Alpha console firmware network boots using the BOOTP
941.1Sthorpej# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
951.1Sthorpej# in case we have NFS root.
961.1Sthorpejoptions 	NFS_BOOT_DHCP		# superset of BOOTP
971.1Sthorpej
981.1Sthorpej# WS console uses SUN or VT100 terminal emulation
991.1Sthorpej#options 	WSEMUL_VT100
1001.1Sthorpej
1011.1Sthorpejconfig		netbsd	root on ? type ?
1021.1Sthorpej#config		netbsd	root on sd0 type ffs
1031.1Sthorpej#config		netbsd	root on ? type nfs
1041.1Sthorpej
1051.1Sthorpejmainbus0 at	root
1061.1Sthorpejcpu*	at	mainbus0
1071.1Sthorpej
1081.1Sthorpej# Devices on the P-4032 local I/O bus
1091.1Sthorpejmcclock*	at mainbus? addr ?
1101.1Sthorpejcom*		at mainbus? addr ?
1111.1Sthorpejlpt*		at mainbus? addr ?
1121.1Sthorpej#pckbc*		at mainbus? addr ?
1131.1Sthorpej#fdc*		at mainbus? addr ?
1141.1Sthorpej
1151.1Sthorpej# PCI host bus adapter support
1161.1Sthorpejvtpbc*	at	mainbus?
1171.1Sthorpej
1181.1Sthorpej# PCI bus support
1191.1Sthorpejpci*	at	vtpbc?
1201.1Sthorpej
1211.1Sthorpej# PCI devices
1221.1Sthorpej#adv*	at	pci? dev ? function ?		# AdvanSys SCSI
1231.1Sthorpej#adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
1241.1Sthorpej#options 	ADW_WDTR_DISABLE		# 	disable WDTR
1251.1Sthorpej#options 	ADW_SDTR_DISABLE		# 	disable SDTR
1261.1Sthorpej#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
1271.1Sthorpej#ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
1281.1Sthorpej#bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
1291.1Sthorpej#cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
1301.1Sthorpej#cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
1311.1Sthorpej#cz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
1321.1Sthorpej#de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
1331.1Sthorpej#dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
1341.1Sthorpej#eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
1351.1Sthorpej#en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
1361.1Sthorpej#ep*	at	pci? dev ? function ?		# 3COM 3c59x
1371.1Sthorpej#epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
1381.1Sthorpej#eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
1391.1Sthorpej#ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
1401.1Sthorpej#fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
1411.1Sthorpej#fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
1421.1Sthorpej#gsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
1431.1Sthorpej#isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
1441.1Sthorpej#le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
1451.1Sthorpej#pcib*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
1461.2Sthorpej#siop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
1471.1Sthorpej#mlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
1481.1Sthorpej#ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
1491.1Sthorpej#ohci*	at	pci? dev ? function ?		# USB Open Host Controller
1501.1Sthorpej#pciide* at	pci? dev ? function ?		# PCI IDE controllers
1511.1Sthorpej#pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
1521.1Sthorpejppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
1531.1Sthorpej#rtk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
1541.1Sthorpej#sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
1551.1Sthorpej#sv*	at	pci? dev ? function ?		# S3 SonicVibes
1561.1Sthorpej#tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
1571.1Sthorpej#ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
1581.1Sthorpej#tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
1591.1Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
1601.1Sthorpejoptions 	TLP_MATCH_21040
1611.1Sthorpejoptions 	TLP_MATCH_21041
1621.1Sthorpejoptions 	TLP_MATCH_21140
1631.1Sthorpejoptions 	TLP_MATCH_21142
1641.1Sthorpej#uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
1651.1Sthorpej#vga*	at	pci? dev ? function ?		# PCI VGA Graphics
1661.1Sthorpej#vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
1671.1Sthorpej#yds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
1681.1Sthorpej
1691.1Sthorpej#audio*	at	eap?
1701.1Sthorpej#audio*	at	eso?
1711.1Sthorpej#audio*	at	sv?
1721.1Sthorpej#audio*	at	yds?
1731.1Sthorpej
1741.1Sthorpej#opl*	at	eso?
1751.1Sthorpej#opl*	at	sv?
1761.1Sthorpej#opl*	at	yds?
1771.1Sthorpej
1781.1Sthorpej#mpu*	at	eso?
1791.1Sthorpej#mpu*	at	yds?
1801.1Sthorpej
1811.1Sthorpej# MII/PHY support
1821.1Sthorpej#exphy*	at mii? phy ?			# 3Com internal PHYs
1831.1Sthorpej#icsphy*	at mii? phy ?		# Integrated Circuit Systems ICS1890
1841.1Sthorpej#inphy*	at mii? phy ?			# Intel 82555 PHYs
1851.1Sthorpej#lxtphy*	at mii? phy ?		# Level One LXT-970 PHYs
1861.1Sthorpej#nsphy*	at mii? phy ?			# NS83840 PHYs
1871.1Sthorpejqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
1881.1Sthorpej#sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
1891.1Sthorpej#tlphy*	at mii? phy ?			# ThunderLAN PHYs
1901.1Sthorpejukphy*	at mii? phy ?			# generic unknown PHYs
1911.1Sthorpej
1921.1Sthorpej# SCSI bus support
1931.1Sthorpej#scsibus* at	adv?
1941.1Sthorpej#scsibus* at	adw?
1951.1Sthorpej#scsibus* at	ahc?
1961.1Sthorpej#scsibus* at	bha?
1971.1Sthorpej#scsibus* at	dpt?
1981.1Sthorpej#scsibus* at	isp?
1991.2Sthorpej#scsibus* at	siop?
2001.1Sthorpej#scsibus* at	pcscp?
2011.1Sthorpej
2021.1Sthorpej# SCSI devices
2031.2Sthorpej#cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
2041.2Sthorpej#sd*	at	scsibus? target ? lun ?		# SCSI disk drives
2051.1Sthorpej#st*	at	scsibus? target ? lun ?		# SCSI tape drives
2061.1Sthorpej
2071.1Sthorpej# ST506/ESDI/IDE devices
2081.1Sthorpej#wd*	at	pciide? channel ?
2091.1Sthorpej#wd*	at	wdc? drive ?
2101.1Sthorpej
2111.1Sthorpej# ATAPI bus support
2121.1Sthorpej#atapibus* at	pciide? channel ?
2131.1Sthorpej#atapibus* at	wdc?
2141.1Sthorpej
2151.1Sthorpej# ATAPI devices
2161.1Sthorpej#sd*	at	atapibus? drive ?		# ATAPI disk devices
2171.1Sthorpej#cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
2181.1Sthorpej
2191.1Sthorpej# Floppy drives
2201.1Sthorpej#fd*	at	fdc? drive ?
2211.1Sthorpej
2221.1Sthorpej# Hardware RAID devices
2231.1Sthorpej#ld*	at	cac? unit ?
2241.1Sthorpej#ld*	at	mlx? unit ?
2251.1Sthorpej
2261.1Sthorpej# USB bus support
2271.1Sthorpej#usb*	at uhci?
2281.1Sthorpej#usb*	at ohci?
2291.1Sthorpej
2301.1Sthorpej# USB Hubs
2311.1Sthorpej#uhub*	at usb?
2321.1Sthorpej#uhub*	at uhub? port ? configuration ? interface ?
2331.1Sthorpej
2341.1Sthorpej# USB Mice
2351.1Sthorpej#ums*	at uhub? port ? configuration ? interface ?
2361.1Sthorpej#wsmouse*	at ums?
2371.1Sthorpej
2381.1Sthorpej# USB Keyboards
2391.1Sthorpej#ukbd*	at uhub? port ? configuration ? interface ?
2401.1Sthorpej#wskbd*	at ukbd? console ?
2411.1Sthorpej
2421.1Sthorpej# USB Generic HID devices
2431.1Sthorpej#uhid*	at uhub? port ? configuration ? interface ?
2441.1Sthorpej
2451.1Sthorpej# USB Printer
2461.1Sthorpej#ulpt*	at uhub? port ? configuration ? interface ?
2471.1Sthorpej
2481.1Sthorpej# USB Modem
2491.1Sthorpej#umodem*	at uhub? port ? configuration ?
2501.1Sthorpej#ucom*	at umodem?
2511.1Sthorpej
2521.1Sthorpej# USB Mass Storage
2531.1Sthorpej#umass*	at uhub? port ? configuration ? interface ?
2541.1Sthorpej#atapibus* at umass? channel ?
2551.1Sthorpej#scsibus* at umass? channel ?
2561.1Sthorpej
2571.1Sthorpej# USB Ethernet adapters
2581.1Sthorpej#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
2591.1Sthorpej#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
2601.1Sthorpej#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
2611.1Sthorpej
2621.1Sthorpej# Serial adapters
2631.1Sthorpej# FTDI FT8U100AX serial adapter
2641.1Sthorpej#uftdi*	at uhub? port ?
2651.1Sthorpej#ucom*	at uftdi? portno ?
2661.1Sthorpej
2671.1Sthorpej# USB scanners
2681.1Sthorpej#uscanner* at uhub? port ?
2691.1Sthorpej
2701.1Sthorpej# Y@P firmware loader
2711.1Sthorpej#uyap* at uhub? port ?
2721.1Sthorpej
2731.1Sthorpej# USB Generic driver
2741.1Sthorpej#ugen*	at uhub? port ?
2751.1Sthorpej
2761.1Sthorpej# Workstation Console attachments
2771.1Sthorpej#wsdisplay*	at	vga?
2781.1Sthorpej#wskbd*		at	pckbd?
2791.1Sthorpej#wsmouse*	at	pms?
2801.1Sthorpej
2811.1Sthorpejpseudo-device	bpfilter	16
2821.1Sthorpejpseudo-device	ccd		4
2831.1Sthorpej#pseudo-device	raid		4		# RAIDframe disk driver
2841.4Slukem#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2851.1Sthorpejpseudo-device	ipfilter	1
2861.1Sthorpejpseudo-device	loop		1
2871.1Sthorpejpseudo-device	md		1
2881.1Sthorpejpseudo-device	ppp		4
2891.1Sthorpejpseudo-device	pty			# pseudo-terminals
2901.1Sthorpejpseudo-device	sl		4
2911.1Sthorpejpseudo-device	vnd		4
2921.1Sthorpej#pseudo-device	gre		2	# generic L3 over IP tunnel
2931.1Sthorpejpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
2941.1Sthorpej#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
2951.1Sthorpej#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
2961.1Sthorpejpseudo-device	vlan			# IEEE 802.1q encapsulation
2971.1Sthorpejpseudo-device	sequencer	1	# MIDI sequencer
2981.1Sthorpejpseudo-device	rnd			# /dev/random and in-kernel generator
2991.1Sthorpej#options 	RND_COM			# use "com" randomness too
300