INSTALL revision 1.109
11.108Suebayasi# $NetBSD: INSTALL,v 1.109 2015/08/21 01:52:07 uebayasi Exp $
21.1Scjs#
31.1Scjs# Alpha INSTALL kernel.
41.1Scjs
51.92Stsutsuiinclude		"arch/alpha/conf/std.alpha"
61.64Satatat
71.64Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
81.1Scjs
91.57Slukemmakeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
101.44Sabs
111.1Scjsmaxusers 8
121.1Scjs
131.1Scjs# Enable the hooks used for initializing the ram-disk.
141.1Scjsoptions 	MEMORY_DISK_HOOKS
151.1Scjsoptions 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
161.61Slukemoptions 	MEMORY_DISK_ROOT_SIZE=9300	# 4 Megabytes
171.97Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
181.1Scjs
191.1Scjs# CPU Support
201.40Sthorpejoptions 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
211.1Scjsoptions 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
221.49Sthorpejoptions 	DEC_2100_A500	# Sable:	AlphaServer 2100
231.49Sthorpejoptions 	DEC_2100A_A500	# Lynx:		AlphaServer 2100A
241.4Scjsoptions 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
251.4Scjsoptions 	DEC_3000_300	# Pelican etc:	3000/300*
261.1Scjsoptions 	DEC_AXPPCI_33	# NoName:	AXPpci33, Multia, etc.
271.1Scjsoptions 	DEC_EB164	# EB164:	AlphaPC 164
281.1Scjsoptions 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
291.1Scjsoptions 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
301.4Scjsoptions 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
311.38Sthorpejoptions 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
321.16Sthorpejoptions 	DEC_550		# Miata:	Digital Personal Workstation
331.18Sthorpejoptions 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
341.18Sthorpejoptions 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
351.18Sthorpejoptions 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
361.18Sthorpejoptions 	DEC_EB66	# EB66:		21066 Evaluation Board
371.27Srossoptions 	DEC_6600	# EV6:		264DP OEM Board
381.39Sthorpejoptions 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
391.1Scjs
401.92Stsutsui# Diagnostic/debugging support options
411.92Stsutsuioptions 	DDB			# kernel debugger
421.109Suebayasipseudo-device	ksyms
431.92Stsutsui#makeoptions	DEBUG="-g"
441.92Stsutsui
451.1Scjs# File systems
461.1Scjsfile-system	FFS		# Fast file system
471.1Scjsfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
481.4Scjsfile-system	MSDOSFS		# MS-DOS-compatible file system
491.1Scjsfile-system	NFS		# Sun NFS-compatible file system client
501.45Sabs
511.92Stsutsui# File system options
521.93Syamt#options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
531.87Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
541.102Sdhollandoptions 	WAPBL		# File system journaling support
551.1Scjs
561.1Scjs# Networking options
571.92Stsutsuioptions 	INET		# IP + ICMP + TCP + UDP
581.1Scjs
591.1Scjs# 4.3BSD compatibility.  Should be optional, but necessary for now.
601.1Scjsoptions 	COMPAT_43
611.1Scjs
621.1Scjs# Binary compatibility with previous versions of NetBSD.
631.107Sdholland#options 	COMPAT_09	# NetBSD 0.9,
641.107Sdhollandoptions 	COMPAT_10	# NetBSD 1.0,
651.107Sdhollandoptions 	COMPAT_11	# NetBSD 1.1,
661.107Sdhollandoptions 	COMPAT_12	# NetBSD 1.2,
671.107Sdhollandoptions 	COMPAT_13	# NetBSD 1.3,
681.107Sdhollandoptions 	COMPAT_14	# NetBSD 1.4,
691.107Sdhollandoptions 	COMPAT_15	# NetBSD 1.5,
701.107Sdhollandoptions 	COMPAT_16	# NetBSD 1.6,
711.107Sdhollandoptions 	COMPAT_20	# NetBSD 2.0,
721.107Sdhollandoptions 	COMPAT_30	# NetBSD 3.0, and
731.107Sdhollandoptions 	COMPAT_40	# NetBSD 4.0 binary compatibility.
741.92Stsutsuioptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
751.4Scjs
761.4Scjs# Misc. options
771.18Sthorpej#options 	EISAVERBOSE		# recognize "unknown" EISA devices
781.18Sthorpej#options 	PCIVERBOSE		# recognize "unknown" PCI devices
791.37Saugustss#options 	MIIVERBOSE		# verbose PHY autoconfig messages
801.34Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
811.18Sthorpej#options 	SCSIVERBOSE		# Verbose SCSI errors
821.18Sthorpej#options 	TCVERBOSE		# recognize "unknown" TC devices
831.18Sthorpejoptions 	INSECURE		# disable `kernel security level'
841.67Slukemoptions 	USERCONF		# userconf(4) support
851.69Sitohyoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
861.80Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
871.69Sitohyoptions 	FONT_GALLANT12x22	# Console font for TC devices
881.4Scjs
891.4Scjs# The Alpha console firmware network boots using the BOOTP
901.8Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
911.8Scgd# in case we have NFS root.
921.8Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
931.1Scjs
941.24Sross# WS console uses SUN or VT100 terminal emulation
951.24Srossoptions 	WSEMUL_VT100
961.103Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
971.10Sdrochner
981.1Scjsconfig		netbsd	root on ? type ?
991.1Scjs
1001.1Scjsmainbus0 at	root
1011.1Scjscpu*	at	mainbus0
1021.1Scjs
1031.1Scjs# TurboLaser bus support and devices
1041.4Scjstlsb*	at	mainbus0
1051.4Scjsgbus*	at	tlsb? node ? offset ?
1061.4Scjstlsbmem* at	tlsb? node ? offset ?
1071.4Scjskft*	at	tlsb? node ? offset ?
1081.1Scjs
1091.1Scjs# Gbus Devices
1101.13Sthorpejmcclock* at	gbus? offset ?
1111.1Scjs
1121.18Sthorpej# MCBUS bus support
1131.18Sthorpejmcbus*	at	mainbus0
1141.18Sthorpejmcmem*	at	mcbus? mid ?
1151.18Sthorpej
1161.27Sross#EV6 Tsunami Core Logic
1171.27Sross
1181.27Srosstsc*	at	mainbus0
1191.27Sross
1201.40Sthorpej# DECpc AXP150 (Jensen) internal bus support
1211.40Sthorpejjensenio* at	mainbus0
1221.40Sthorpej
1231.40Sthorpejcom*	at	jensenio? port ?
1241.40Sthorpejlpt*	at	jensenio? port ?
1251.40Sthorpejmcclock* at	jensenio? port ?
1261.40Sthorpejpckbc*	at	jensenio? port ?
1271.40Sthorpej
1281.92Stsutsui# TURBOchannel host bus adapter support
1291.4Scjstcasic*	at	mainbus0
1301.1Scjs
1311.92Stsutsui# TURBOchannel bus support
1321.4Scjstc*	at	tcasic?
1331.1Scjs
1341.92Stsutsui# TURBOchannel devices
1351.4Scjsioasic*	at	tc? slot ? offset ?
1361.4Scjsmcclock* at	ioasic? offset ?
1371.4Scjsle*	at	ioasic? offset ?
1381.69Sitohyzsc0	at	ioasic? offset 0x100000
1391.69Sitohyzsc1	at	ioasic? offset 0x180000
1401.14Sthorpejtcds*	at	tc? slot ? offset ?
1411.14Sthorpejasc*	at	tcds? chip ?
1421.92Stsutsuiasc*	at	tc? slot ? offset ?
1431.4Scjsle*	at	tc? slot ? offset ?
1441.4Scjsfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
1451.68Sadcfb*	at	tc? slot ? offset ?
1461.68Sadmfb*	at	tc? slot ? offset ?
1471.68Sadtfb*	at	tc? slot ? offset ?
1481.68Sadsfb*	at	tc? slot ? offset ?
1491.68Sad#sfbp*	at	tc? slot ? offset ?
1501.68Sadpx*	at	tc? slot ? offset ?
1511.68Sadpxg*	at	tc? slot ? offset ?
1521.68Sad
1531.92Stsutsui# TURBOchannel serial attachments
1541.94Spavelzstty0  at      zsc0 channel ?                  # serial port on B channels
1551.94Spavel# /dev/ttyB1 has minor number 2 for historical reasons
1561.94Spavelzstty2  at      zsc1 channel ?                  # serial port on B channels
1571.92Stsutsuilkkbd0	at	zsc1 channel ?			# keyboard port on A channels
1581.92Stsutsuivsms0	at	zsc0 channel ?			# mouse port on A channels
1591.1Scjs
1601.1Scjs# PCI host bus adapter support
1611.1Scjsapecs*	at	mainbus?
1621.1Scjscia*	at	mainbus?
1631.39Sthorpejirongate* at	mainbus?
1641.1Scjslca*	at	mainbus?
1651.4Scjsdwlpx*	at	kft?
1661.18Sthorpejmcpcia*	at	mcbus? mid ?
1671.27Srosstsp*	at	tsc?
1681.49Sthorpejttwoga*	at	mainbus?
1691.40Sthorpej
1701.40Sthorpej# Sable PCI and STDIO bus and devices
1711.57Slukemttwopci* at	ttwoga? hose ?
1721.57Slukemsableio* at	ttwopci? bus ?
1731.57Slukemcom*	at	sableio? port ?
1741.57Slukemlpt*	at	sableio? port ?
1751.57Slukempckbc*	at	sableio? port ?
1761.49Sthorpejfdc*	at	sableio? port ?
1771.1Scjs
1781.1Scjs# PCI bus support
1791.1Scjspci*	at	apecs?
1801.1Scjspci*	at	cia?
1811.39Sthorpejpci*	at	irongate?
1821.1Scjspci*	at	lca?
1831.1Scjspci*	at	ppb?
1841.4Scjspci*	at	dwlpx?
1851.18Sthorpejpci*	at	mcpcia?
1861.27Srosspci*	at	tsp?
1871.49Sthorpejpci*	at	ttwopci?
1881.1Scjs
1891.108Suebayasi# AGP support
1901.108Suebayasiagp*	at	irongate?
1911.108Suebayasi
1921.1Scjs# PCI devices
1931.29Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
1941.29Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
1951.66Swiz#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
1961.66Swiz#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
1971.66Swiz#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
1981.1Scjsahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
1991.23Srossbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
2001.36Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
2011.30Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
2021.23Srossen*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
2031.1Scjsep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
2041.25Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
2051.56Shubertfex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
2061.1Scjsfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
2071.23Srossfxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
2081.54Sthorpejgsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
2091.53Slukemiha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
2101.1Scjsisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
2111.23Srossle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
2121.54Sthorpejsf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
2131.40Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
2141.50Sadmlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
2151.72Sthorpejmpt*	at	pci? dev ? function ?		# LSI Fusion SCSI/FC
2161.25Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
2171.1Scjspceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
2181.92Stsutsuipciide* at	pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
2191.92Stsutsuiacardide* at	pci? dev ? function ?		# Acard IDE controllers
2201.92Stsutsuiaceride* at	pci? dev ? function ?		# Acer Lab IDE controllers
2211.92Stsutsuiartsata* at	pci? dev ? function ?		# Intel i31244 SATA controller
2221.92Stsutsuicmdide* at	pci? dev ? function ?		# CMD tech IDE controllers
2231.92Stsutsuicypide* at	pci? dev ? function ?		# Cypress IDE controllers
2241.92Stsutsuihptide* at	pci? dev ? function ?		# Triones/HighPoint IDE controllers
2251.92Stsutsuioptiide* at	pci? dev ? function ?		# Opti IDE controllers
2261.92Stsutsuipdcide* at	pci? dev ? function ?		# Promise IDE controllers
2271.92Stsutsuipdcsata* at	pci? dev ? function ?		# Promise SATA150 controllers
2281.92Stsutsuisatalink* at	pci? dev ? function ?		# SiI SATALink controllers
2291.92Stsutsuisiside* at	pci? dev ? function ?		# SiS IDE controllers
2301.92Stsutsuislide*  at	pci? dev ? function ?		# Symphony Labs IDE controllers
2311.92Stsutsuiviaide* at	pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
2321.91Stsutsuipcn*	at	pci? dev ? function ?		# AMD PCnet-PCI Ethernet
2331.23Srosspcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
2341.1Scjsppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
2351.92Stsutsuire*	at	pci? dev ? function ?		# Realtek 8169 Ethernet
2361.79Swizrtk*	at	pci? dev ? function ?		# Realtek 8129/8139 Ethernet
2371.1Scjssio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
2381.31Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
2391.92Stsutsuistge*	at	pci? dev ? function ?		# Sundance/Tamarack TC9021 GigE
2401.1Scjstga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
2411.92Stsutsuiti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
2421.18Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
2431.31Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
2441.1Scjsvga*	at	pci? dev ? function ?		# PCI VGA Graphics
2451.25Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
2461.70Sgrantwi*	at	pci? dev ? function ?		# Lucent/Intersil WaveLAN/IEEE
2471.92Stsutsuiwm*	at	pci? dev ? function ?		# Intel 8254x Ethernet
2481.18Sthorpej
2491.18Sthorpej# MII/PHY support
2501.26Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
2511.59Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
2521.26Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
2531.26Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
2541.54Sthorpejgphyter* at mii? phy ?			# NS83861 Gig-E PHY
2551.91Stsutsuimakphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
2561.26Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
2571.54Sthorpejnsphyter* at mii? phy ?			# NS83843 PHYs
2581.26Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
2591.91Stsutsuirgephy*	at mii? phy ?			# Realtek 8169S internal PHYs
2601.91Stsutsuirlphy*	at mii? phy ?			# Realtek 8139 PHYs
2611.26Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2621.26Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
2631.26Schristosukphy*	at mii? phy ?			# generic unknown PHYs
2641.1Scjs
2651.1Scjs# ISA/EISA bus support
2661.40Sthorpejisa*	at	jensenio?
2671.40Sthorpejeisa*	at	jensenio?
2681.1Scjsisa*	at	pceb?
2691.1Scjseisa*	at	pceb?
2701.1Scjsisa*	at	sio?
2711.1Scjs
2721.1Scjs# ISA devices
2731.1Scjsmcclock* at	isa? port 0x70
2741.10Sdrochnerpckbc*	at	isa?				# PC keyboard controller
2751.10Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
2761.20Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
2771.1Scjscom*	at	isa? port 0x3f8 irq 4		# standard serial ports
2781.1Scjscom*	at	isa? port 0x2f8 irq 3
2791.1Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
2801.22Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
2811.92Stsutsuilc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2821.92Stsutsuilc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2831.92Stsutsuidepca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
2841.92Stsutsuidepca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
2851.92Stsutsuile*	at	depca?
2861.1Scjslpt*	at	isa? port 0x3bc irq 7		# standard parallel port
2871.1Scjsvga*	at	isa?				# ISA (EISA: XXX) VGA
2881.5Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
2891.5Sthorpejwdc1	at	isa? port 0x170 irq 15
2901.92Stsutsuiwe0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
2911.92Stsutsuiwe1	at	isa? port 0x300 iomem 0xcc000 irq 10
2921.1Scjs
2931.1Scjs# EISA devices
2941.23Srossahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
2951.1Scjsahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
2961.1Scjsbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
2971.4Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
2981.1Scjsfea*	at	eisa? slot ?			# DEC DEFEA FDDI
2991.52Sadmlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
3001.31Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
3011.41Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
3021.41Sthorpejle*	at	depca?
3031.23Srossuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
3041.1Scjs
3051.1Scjs# SCSI bus support
3061.92Stsutsuiscsibus* at	scsi?
3071.1Scjs
3081.1Scjs# SCSI devices
3091.1Scjscd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
3101.1Scjssd*	at	scsibus? target ? lun ?		# SCSI disk drives
3111.1Scjsst*	at	scsibus? target ? lun ?		# SCSI tape drives
3121.1Scjs
3131.76Slukem# ATA (IDE) bus support
3141.76Slukematabus* at ata?
3151.74Sbouyer
3161.76Slukem# IDE drives
3171.74Sbouyerwd*	at	atabus? drive ?
3181.5Sthorpej
3191.5Sthorpej# ATAPI bus support
3201.76Slukematapibus* at	atapi?
3211.5Sthorpej
3221.5Sthorpej# ATAPI devices
3231.5Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
3241.5Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
3251.22Sthorpej
3261.22Sthorpej# Floppy drives
3271.22Sthorpejfd*	at	fdc? drive ?
3281.36Sad
3291.36Sad# Hardware RAID devices
3301.48Sadld*	at	cac? unit ?
3311.51Sminourald*	at	mlx? unit ?
3321.1Scjs
3331.1Scjs# Workstation Console attachments
3341.68Sadwsdisplay*	at	cfb?
3351.68Sadwsdisplay*	at	mfb?
3361.68Sadwsdisplay*	at	tfb?
3371.68Sadwsdisplay*	at	sfb?
3381.68Sad#wsdisplay*	at	sfbp?
3391.68Sadwsdisplay*	at	px?
3401.68Sadwsdisplay*	at	pxg?
3411.92Stsutsuiwsdisplay*	at	vga?
3421.92Stsutsuiwsdisplay*	at	tga?
3431.92Stsutsuiwskbd*		at	lkkbd? console ?
3441.92Stsutsuiwsmouse*	at	vsms?
3451.12Sthorpejwskbd*		at	pckbd?
3461.20Sdrochnerwsmouse*	at	pms?
3471.1Scjs
3481.106Smartinpseudo-device	raid			# RAIDframe disk driver
3491.106Smartinoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3501.106Smartin
3511.105Stsutsuipseudo-device	bpfilter
3521.104Schristospseudo-device	loop
3531.100Shannkenpseudo-device	md		
3541.89Scubepseudo-device	ppp		
3551.104Schristospseudo-device	pty			# pseudo-terminals
3561.89Scubepseudo-device	sl		
3571.73Sitojun
3581.99Spooka#pseudo-device	fss			# file system snapshot device
359