GENERIC revision 1.128
11.128Swiz# $NetBSD: GENERIC,v 1.128 2002/04/25 15:21:59 wiz Exp $
21.1Stsubai#
31.116Sgmcgarry# GENERIC machine description file
41.116Sgmcgarry# 
51.116Sgmcgarry# This machine description file is used to generate the default NetBSD
61.116Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.116Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Stsubai#
91.116Sgmcgarry# The machine description file can be customised for your specific
101.116Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.116Sgmcgarry#
121.116Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.116Sgmcgarry# man page.
141.116Sgmcgarry#
151.116Sgmcgarry# For further information on hardware support for this architecture, see
161.116Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.116Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.116Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.116Sgmcgarry# device.
201.1Stsubai
211.11Sthorpejinclude		"arch/macppc/conf/std.macppc"
221.48Shubertf
231.127Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.127Satatat
251.128Swiz#ident 		"GENERIC-$Revision: 1.128 $"
261.1Stsubai
271.1Stsubaimaxusers	32
281.1Stsubai
291.1Stsubai# Standard system options
301.1Stsubai#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
311.1Stsubai#options 	INSECURE	# disable kernel security levels
321.98Swiz
331.98Swizoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
341.1Stsubai#options 	NTP		# NTP phase/frequency locked loop
351.20Stsubaioptions 	KTRACE		# system call tracing via ktrace(1)
361.1Stsubai
371.1Stsubaioptions 	SYSVMSG		# System V message queues
381.1Stsubaioptions 	SYSVSEM		# System V semaphores
391.104Stsubai#options 	SEMMNI=10	# number of semaphore identifiers
401.104Stsubai#options 	SEMMNS=60	# number of semaphores in system
411.104Stsubai#options 	SEMUME=10	# max number of undo entries per process
421.104Stsubai#options 	SEMMNU=30	# number of undo structures in system
431.1Stsubaioptions 	SYSVSHM		# System V shared memory
441.1Stsubai#options 	SHMMAXPGS=1024	# 1024 pages is the default
451.1Stsubai
461.1Stsubaioptions 	LKM		# loadable kernel modules
471.121Sjdolecek
481.125Sgmcgarry#options 	USERCONF	# userconf(4) support
491.128Swiz#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
501.1Stsubai
511.1Stsubai# Diagnostic/debugging support options
521.1Stsubaioptions 	DIAGNOSTIC	# cheap kernel consistency checks
531.1Stsubai#options 	DEBUG		# expensive debugging checks/support
541.1Stsubaioptions 	DDB		# in-kernel debugger
551.81Smycroftoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
561.1Stsubaioptions 	TRAP_PANICWAIT
571.1Stsubai
581.128Swiz#makeoptions 	DEBUG="-g"	# compile full symbol table
591.1Stsubai
601.1Stsubai# Compatibility options
611.1Stsubaioptions 	COMPAT_09	# NetBSD 0.9,
621.1Stsubaioptions 	COMPAT_10	# NetBSD 1.0,
631.1Stsubaioptions 	COMPAT_11	# NetBSD 1.1,
641.1Stsubaioptions 	COMPAT_12	# NetBSD 1.2,
651.1Stsubaioptions 	COMPAT_13	# NetBSD 1.3,
661.31Saugustssoptions 	COMPAT_14	# NetBSD 1.4,
671.1Stsubaioptions 	COMPAT_43	# and 4.3BSD
681.1Stsubai#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
691.110Smanu#options 	COMPAT_LINUX	# Linux binary compatibility
701.103Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
711.1Stsubai
721.1Stsubai# File systems
731.1Stsubaifile-system 	FFS		# UFS
741.1Stsubaifile-system 	EXT2FS		# second extended file system (linux)
751.1Stsubaifile-system 	LFS		# log-structured file system
761.1Stsubaifile-system 	MFS		# memory file system
771.1Stsubaifile-system 	NFS		# Network File System client
781.1Stsubaifile-system 	CD9660		# ISO 9660 + Rock Ridge file system
791.1Stsubaifile-system 	MSDOSFS		# MS-DOS file system
801.1Stsubaifile-system 	FDESC		# /dev/fd
811.1Stsubaifile-system 	KERNFS		# /kern
821.1Stsubaifile-system 	NULLFS		# loopback file system
831.47Swrstudenfile-system 	OVERLAY		# overlay file system
841.1Stsubaifile-system 	PORTAL		# portal filesystem (still experimental)
851.1Stsubaifile-system 	PROCFS		# /proc
861.1Stsubaifile-system 	UMAPFS		# NULLFS + uid and gid remapping
871.1Stsubaifile-system 	UNION		# union file system
881.1Stsubai
891.1Stsubai# File system options
901.1Stsubaioptions 	QUOTA		# UFS quotas
911.1Stsubai#options 	FFS_EI		# FFS Endian Independant support
921.104Stsubaioptions 	SOFTDEP		# FFS soft updates support.
931.1Stsubaioptions 	NFSSERVER	# Network File System server
941.1Stsubai#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
951.1Stsubai				# immutable) behave as system flags.
961.8Sthorpej
971.8Sthorpejoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
981.43Sitojun
991.1Stsubai# Networking options
1001.1Stsubai#options 	GATEWAY		# packet forwarding
1011.1Stsubaioptions 	INET		# IP + ICMP + TCP + UDP
1021.43Sitojunoptions 	INET6		# IPV6
1031.43Sitojun#options 	IPSEC		# IP security
1041.43Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1051.43Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1061.1Stsubai#options 	MROUTING	# IP multicast routing
1071.1Stsubai#options 	NS		# XNS
1081.1Stsubai#options 	NSIP		# XNS tunneling over IP
1091.1Stsubai#options 	ISO,TPIP	# OSI
1101.1Stsubai#options 	EON		# OSI tunneling over IP
1111.1Stsubai#options 	CCITT,LLC,HDLC	# X.25
1121.1Stsubaioptions 	NETATALK	# AppleTalk networking protocols
1131.30Schristosoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1141.30Schristosoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1151.30Schristosoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1161.30Schristosoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1171.30Schristosoptions 	IPFILTER_LOG	# ipmon(8) log support
1181.103Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1191.1Stsubai
1201.1Stsubai# These options enable verbose messages for several subsystems.
1211.1Stsubai# Warning, these may compile large string tables into the kernel!
1221.1Stsubaioptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1231.64Saugustssoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1241.58Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1251.1Stsubaioptions 	SCSIVERBOSE	# human readable SCSI error messages
1261.22Stsubaioptions 	USBVERBOSE	# verbose USB device autoconfig messages
1271.1Stsubai
1281.14Stsubai# wscons options
1291.14Stsubai#options 	WSEMUL_SUN		# sun terminal emulation
1301.14Stsubaioptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1311.53Stsubaioptions 	FONT_GALLANT12x22
1321.14Stsubai
1331.1Stsubai# Kernel root file system and dump configuration.
1341.1Stsubaiconfig		netbsd	root on ? type ?
1351.1Stsubai
1361.1Stsubai#
1371.1Stsubai# Device configuration
1381.1Stsubai#
1391.1Stsubai
1401.26Stsubaimainbus* at root
1411.1Stsubai
1421.26Stsubaicpu*	at mainbus?
1431.51Stsubaibandit*	at mainbus?
1441.51Stsubaigrackle* at mainbus?
1451.54Stsubaiuninorth* at mainbus?
1461.51Stsubai
1471.51Stsubaipci*	at bandit? bus ?
1481.51Stsubaipci*	at grackle? bus ?
1491.54Stsubaipci*	at uninorth? bus ?
1501.26Stsubaipci*	at ppb? bus ?
1511.1Stsubai
1521.1Stsubaipchb*	at pci? dev ? function ?	# PCI-Host bridges
1531.25Stsubaippb*	at pci? dev ? function ?	# PCI-PCI bridges
1541.6Stsubai
1551.37Smattfpa*	at pci? dev ? function ?	# DEC PCI FDDI (DEFPA) Controller
1561.26Stsubaiep*	at pci? dev ? function ?	# 3Com 3c59x
1571.66Stsutsuiepic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
1581.105Shubertfex*	at pci? dev ? function ?	# 3Com 90x[BC]
1591.65Stsutsuifxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
1601.106Seehlmc*	at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
1611.1Stsubaine*	at pci? dev ? function ?	# NE2000-compatible Ethernet
1621.63Stsubairtk*	at pci? dev ? function ?	# Realtek 8129/8139
1631.78Stsutsuisip*	at pci? dev ? function ?	# SiS 900/7016 Ethernet
1641.126Smycrofttlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
1651.16Sdanteadv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
1661.107Sbriggsadw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
1671.26Stsubaiahc*	at pci? dev ? function ?	# Adaptec 294x, aic78x0 SCSI
1681.29Swrstudenbha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
1691.99Stsutsuiiha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
1701.86Smjacobisp*	at pci? dev ? function ?	# Qlogic ISP 10x0/2xx0 SCSI/Fibre Chan
1711.111Stsutsuipcscp*	at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
1721.82Smattsiop*	at pci? dev ? function ?	# NCR 53c8xx SCSI
1731.111Stsutsuitrm*	at pci? dev ? function ?	# Tekram DC-395U/UW/F, DC-315/U SCSI
1741.26Stsubaiofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
1751.123Swiz#options 	OFB_ENABLE_CACHE	# Speed up console
1761.28Swrstudenpciide*	at pci? dev ? function ?
1771.52Stsubaicbb*	at pci? dev ? function ?	# PCI-CardBus bridge
1781.59Stsubaigm*	at pci? dev ? function ?	# gmac ethernet
1791.38Stsubaiobio0	at pci? dev ? function ?
1801.26Stsubai#macofcons0 at pci? dev ? function ?	# OpenFirmware console (for debugging)
1811.16Sdante
1821.104Stsubaibmtphy*	at mii? phy ?			# Broadcom BCM5201/BCM5202 PHYs
1831.114Smattbrgphy*	at mii? phy ?			# Broadcom BCM5400 PHYs
1841.50Stsubaiexphy*	at mii? phy ?			# 3Com internal PHYs
1851.122Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
1861.50Stsubaiinphy*	at mii? phy ?			# Intel 82555 PHYs
1871.50Stsubaiiophy*	at mii? phy ?			# Intel 82553 PHYs
1881.50Stsubailxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
1891.26Stsubainsphy*	at mii? phy ?			# NS83840 PHYs
1901.50Stsubainsphyter* at mii? phy ?			# NS83843 PHYs
1911.50Stsubaiqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
1921.50Stsubaisqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
1931.50Stsubaitlphy*	at mii? phy ?			# ThunderLAN PHYs
1941.50Stsubaitqphy*	at mii? phy ?			# TDK Semiconductor PHYs
1951.50Stsubaiukphy*	at mii? phy ?			# generic unknown PHYs
1961.67Swrstuden
1971.68Stsubai# PCI serial interfaces
1981.68Stsubaicy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
1991.67Swrstuden#cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
2001.13Stsubai
2011.26Stsubaibm*	at obio?			# bmac ethernet
2021.26Stsubaimc*	at obio?			# MACE ethernet
2031.26Stsubaiesp*	at obio? flags 0x00ff		# 53c9x SCSI
2041.26Stsubaimesh*	at obio? flags 0xffff		# MESH SCSI
2051.26Stsubainvram*	at obio?			# nvram
2061.26Stsubaiadb*	at obio?			# Apple Desktop Bus
2071.13Stsubaiaed*	at adb?				# ADB Event Device
2081.13Stsubaiakbd*	at adb?				# ADB keyboard
2091.13Stsubaiams*	at adb?				# ADB mouse
2101.52Stsubaiabtn*	at adb?
2111.26Stsubaizsc*	at obio?
2121.26Stsubaizstty*	at zsc? channel ?
2131.33Stsubaimediabay* at obio?
2141.33Stsubaiwdc*	at mediabay? flags 0
2151.79Smycroftawacs*	at obio?			# Apple audio device
2161.97Stsubaiwi*	at obio?			# AirMac
2171.38Stsubai
2181.38Stsubaicardslot* at cbb?
2191.38Stsubaicardbus* at cardslot?
2201.38Stsubaipcmcia*	at cardslot?
2211.38Stsubai
2221.39Stsubaicom*	at pcmcia? function ?		# Modems and serial cards
2231.38Stsubaiwdc*	at pcmcia? function ?		# PCMCIA IDE controllers
2241.38Stsubaiep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
2251.38Stsubaimbe*	at pcmcia? function ?		# MB8696x based Ethernet
2261.38Stsubaine*	at pcmcia? function ?		# NE2000-compatible Ethernet
2271.93Stsubaiawi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
2281.97Stsubaiwi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
2291.52Stsubaiex*	at cardbus? dev ? function ?	# 3Com 3C575TX
2301.52Stsubaitlp*	at cardbus? dev ? function ?	# DECchip 21143
2311.62Shayartk*	at cardbus? dev ? function ?	# Realtek 8129/8139
2321.13Stsubai
2331.26Stsubaiwsdisplay0 at ofb? console ?
2341.21Stsubaiwskbd0	at akbd? console ?
2351.41Smycroftwsmouse0 at ams?
2361.14Stsubai
2371.26Stsubaiscsibus* at adv?
2381.124Stsutsuiscsibus* at adw?
2391.26Stsubaiscsibus* at ahc?
2401.29Swrstudenscsibus* at bha?
2411.99Stsutsuiscsibus* at iha?
2421.86Smjacobscsibus* at isp?
2431.26Stsubaiscsibus* at esp?
2441.26Stsubaiscsibus* at mesh?
2451.26Stsubaiscsibus* at pcscp?
2461.82Smattscsibus* at siop?
2471.111Stsutsuiscsibus* at trm?
2481.1Stsubai
2491.1Stsubaisd*	at scsibus? target ? lun ?	# SCSI disks
2501.1Stsubaist*	at scsibus? target ? lun ?	# SCSI tape drives
2511.1Stsubaicd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2521.1Stsubaich*	at scsibus? target ? lun ?	# SCSI autochangers
2531.1Stsubaiss*	at scsibus? target ? lun ?	# SCSI scanners
2541.1Stsubaiuk*	at scsibus? target ? lun ?	# SCSI unknown
2551.20Stsubai
2561.69Stsubaiwdc*	at obio? flags 0x1
2571.28Swrstudenwd*	at pciide? channel ? drive ?
2581.20Stsubaiwd*	at wdc? channel ? drive ? flags 0x0000
2591.20Stsubai
2601.88Stsutsuiatapibus* at pciide? channel ?
2611.20Stsubaiatapibus* at wdc? channel ?
2621.20Stsubai
2631.20Stsubaicd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
2641.20Stsubaisd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
2651.20Stsubaiuk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
2661.22Stsubai
2671.22Stsubai# PCI USB controllers
2681.93Stsubaiohci*	at pci? dev ? function ?			# Open Host Controller
2691.22Stsubai
2701.93Stsubaiusb*	at ohci?					# USB bus support
2711.93Stsubaiuhub*	at usb?						# USB Hubs
2721.22Stsubaiuhub*	at uhub? port ? configuration ? interface ?
2731.22Stsubai
2741.118Saugustssuhidev*	at uhub? port ? configuration ? interface ?	# USB HID device
2751.118Saugustss
2761.118Saugustssums*	at uhidev? reportid ?				# USB Mice
2771.41Smycroftwsmouse* at ums?
2781.22Stsubai
2791.118Saugustssukbd*	at uhidev? reportid ?				# USB Keyboards
2801.41Smycroftwskbd*	at ukbd? console ?
2811.22Stsubai
2821.118Saugustssuhid*	at uhidev? reportid ?				# USB Generic HID
2831.118Saugustss
2841.93Stsubaiulpt*	at uhub? port ? configuration ? interface ?	# USB Printer
2851.34Saugustss
2861.93Stsubaiumodem*	at uhub? port ? configuration ?			# USB Modem
2871.49Saugustssucom*	at umodem?
2881.35Sthorpej
2891.93Stsubaiumass*	at uhub? port ? configuration ? interface ?	# USB Mass Storage
2901.60Saugustssatapibus* at umass? channel ?
2911.35Sthorpejscsibus* at umass? channel ?
2921.36Saugustss
2931.93Stsubaiuaudio*	at uhub? port ? configuration ?			# USB audio
2941.46Saugustss
2951.46Saugustss# USB Ethernet adapters
2961.46Saugustssaue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
2971.46Saugustsscue*	at uhub? port ?		# CATC USB-EL1201A based adapters
2981.46Saugustsskue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
2991.83Saugustss
3001.93Stsubaiuscanner* at uhub? port ?				# USB scanners
3011.93Stsubaiuyap* at uhub? port ?					# Y@P firmware loader
3021.93Stsubaiugen*	at uhub? port ? configuration ? interface ?	# USB Generic driver
3031.73Swrstuden
3041.84Smatt# PCI IEEE1394 controllers
3051.84Smattfwohci*	at pci? dev ? function ?	# IEEE1394 Open Host Controller
3061.85Skei#fwlynx* at pci? dev ? function ?	# IEEE1394 TI Lynx Controller
3071.84Smattfw*	at fwbus?			# IP over 1394
3081.84Smatt
3091.84Smatt# IEEE1394 nodes
3101.84Smatt#fwnode* at fwbus? oui ? devhi ? devlo ?
3111.84Smatt#scsibus* at fwnode?
3121.84Smatt
3131.73Swrstuden# Audio Devices
3141.73Swrstuden
3151.73Swrstuden# PCI audio devices
3161.73Swrstuden#clcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
3171.73Swrstuden#cmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
3181.73Swrstudeneap*	at pci? dev ? function ?	# Ensoniq AudioPCI
3191.73Swrstuden#eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
3201.73Swrstuden#fms*	at pci? dev ? function ?	# Forte Media FM801
3211.73Swrstuden#sv*	at pci? dev ? function ?	# S3 SonicVibes
3221.73Swrstuden
3231.73Swrstuden# OPL[23] FM synthesizers
3241.112Sitohy#opl*	at cmpci? flags 1
3251.73Swrstuden#opl*	at eso?
3261.73Swrstuden#opl*	at fms?
3271.73Swrstuden
3281.73Swrstuden# Audio support
3291.80Smycroftaudio* at awacs?
3301.73Swrstuden#audio*	at clcs?
3311.73Swrstuden#audio*	at cmpci?
3321.73Swrstudenaudio*	at eap?
3331.73Swrstuden#audio*	at eso?
3341.73Swrstuden#audio*	at fms?
3351.73Swrstuden#audio*	at sv?
3361.73Swrstudenaudio*	at uaudio?
3371.73Swrstuden
3381.73Swrstuden# MPU 401 UARTs
3391.112Sitohy#mpu*	at cmpci?
3401.73Swrstuden#mpu*	at eso?
3411.73Swrstuden#mpu*	at fms?
3421.73Swrstuden
3431.73Swrstuden# MIDI support
3441.73Swrstudenmidi*	at eap?			# 137[01] MIDI port
3451.73Swrstuden#midi*	at mpu?			# MPU 401
3461.1Stsubai
3471.1Stsubaipseudo-device	vnd		4	# disk-like interface to files
3481.1Stsubaipseudo-device	ccd		4	# concatenated/striped disk devices
3491.120Soster#pseudo-device	raid		8	# RAIDframe disk driver
3501.57Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3511.120Soster# Options to enable various other RAIDframe RAID types.
3521.128Swiz# options 	RF_INCLUDE_EVENODD=1
3531.128Swiz# options 	RF_INCLUDE_RAID5_RS=1
3541.128Swiz# options 	RF_INCLUDE_PARITYLOGGING=1
3551.128Swiz# options 	RF_INCLUDE_CHAINDECLUSTER=1
3561.128Swiz# options 	RF_INCLUDE_INTERDECLUSTER=1
3571.120Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
3581.128Swiz# options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3591.4Stsubaipseudo-device	md		1	# memory disk device
3601.1Stsubaipseudo-device	loop			# network loopback
3611.1Stsubaipseudo-device	bpfilter	8	# packet filter
3621.1Stsubaipseudo-device	ipfilter		# IP filter (firewall) and NAT
3631.1Stsubaipseudo-device	ppp		2	# Point-to-Point Protocol
3641.117Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3651.1Stsubaipseudo-device	sl		2	# Serial Line IP
3661.1Stsubaipseudo-device	tun		4	# network tunneling over tty
3671.19Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
3681.43Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
3691.43Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
3701.61Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
3711.87Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
3721.115Satatatpseudo-device	bridge			# simple inter-network bridging
3731.77Sjdolecekpseudo-device	pty			# pseudo-terminals
3741.75Stsubaipseudo-device	rnd			# /dev/random and in-kernel generator
3751.85Skeipseudo-device	openfirm		# /dev/openfirm
3761.113Saugustsspseudo-device	wsmux			# mouse and keyboard multiplexor
377