GENERIC32_IP3x revision 1.79
11.79Sjmcneill#	$NetBSD: GENERIC32_IP3x,v 1.79 2008/12/23 13:14:22 jmcneill Exp $
21.1Ssekiya#
31.3Spooka# GENERIC32_IP3x machine description file
41.1Ssekiya# 
51.1Ssekiya# This machine description file is used to generate the default NetBSD
61.1Ssekiya# kernel.  The generic kernel does not include all options, subsystems
71.1Ssekiya# and device drivers, but should be useful for most applications.
81.1Ssekiya#
91.1Ssekiya# The machine description file can be customised for your specific
101.1Ssekiya# machine to reduce the kernel size and improve its performance.
111.1Ssekiya#
121.1Ssekiya# For further information on compiling NetBSD kernels, see the config(8)
131.1Ssekiya# man page.
141.1Ssekiya#
151.1Ssekiya# For further information on hardware support for this architecture, see
161.1Ssekiya# the intro(4) man page.  For further information about kernel options
171.1Ssekiya# for this architecture, see the options(4) man page.  For an explanation
181.1Ssekiya# of each device driver in this file see the section 4 man page for the
191.1Ssekiya# device.
201.1Ssekiya#
211.1Ssekiya#
221.3Spooka# Currently this config file supports O2 (IP32).
231.3Spooka#
241.1Ssekiya
251.4Spookainclude 	"arch/sgimips/conf/std.sgimips"
261.4Spooka
271.4Spookamakeoptions	TEXTADDR="0x80069000"	# entry point
281.1Ssekiya
291.1Ssekiyaoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
301.1Ssekiya
311.79Sjmcneill#ident		"GENERIC32_IP3x-$Revision: 1.79 $"
321.1Ssekiya
331.1Ssekiyamaxusers	32
341.1Ssekiya
351.1Ssekiya# CPU related options
361.1Ssekiyaoptions 	MIPS3		# MIPS3 support
371.72Stsutsuioptions 	ENABLE_MIPS4_CACHE_R10K # enable R10000 cache ops
381.72Stsutsui#options 	BLINK		# blinkenlitzen
391.76Stsutsuimakeoptions	CPUFLAGS="-march=mips3 -mabi=32 -mtune=vr5000"
401.1Ssekiya
411.1Ssekiya# Standard system options
421.1Ssekiya#options 	INSECURE	# disable kernel security levels
431.1Ssekiya
441.1Ssekiya#options 	NTP		# NTP phase/frequence locked loop
451.1Ssekiyaoptions 	KTRACE		# system call tracing via ktrace(1)
461.1Ssekiya
471.1Ssekiyaoptions 	SYSVMSG		# System V message queues
481.1Ssekiyaoptions 	SYSVSEM		# System V semaphores
491.1Ssekiyaoptions 	SYSVSHM		# System V shared memory
501.10Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
511.1Ssekiya
521.1Ssekiya
531.1Ssekiyaoptions 	USERCONF	# userconf(4) support
541.1Ssekiya#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
551.13Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
561.1Ssekiya
571.1Ssekiya# Enable experimental buffer queue strategy for better responsiveness under 
581.1Ssekiya# high disk I/O load. Use it with caution - it's not proven to be stable yet.
591.25Stsutsui#options 	BUFQ_READPRIO
601.25Stsutsui#options 	BUFQ_PRIOCSCAN
611.1Ssekiya
621.1Ssekiya# Diagnostic/debugging support options
631.1Ssekiya#options 	DIAGNOSTIC	# expensive kernel consistency checks
641.1Ssekiya#options 	DEBUG		# expensive debugging checks/support
651.1Ssekiya#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
661.1Ssekiyaoptions 	DDB		# in-kernel debugger
671.1Ssekiyaoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
681.1Ssekiya#options 	KGDB		# remote debugger
691.1Ssekiya#options 	KGDB_DEV=0x2301		# KGDB port - this is Serial(1)
701.1Ssekiya#options 	KGDB_DEVRATE=19200	# KGDB Baud Rate
711.1Ssekiya#makeoptions	DEBUG="-g"	# compile full symbol table
721.1Ssekiya
731.1Ssekiya# Compatibility options
741.15Ssekiyaoptions 	COMPAT_15	# NetBSD 1.5
751.72Stsutsuioptions 	COMPAT_16	# NetBSD 1.6
761.72Stsutsuioptions 	COMPAT_20	# NetBSD 2.0
771.72Stsutsuioptions 	COMPAT_30	# NetBSD 3.0
781.72Stsutsuioptions 	COMPAT_40	# NetBSD 4.0 compatibility.
791.1Ssekiya#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
801.1Ssekiya
811.1Ssekiyaoptions 	COMPAT_IRIX	# binary compatibility with IRIX
821.72Stsutsui#options 	COMPAT_LINUX	# binary compatibility with Linux
831.72Stsutsui#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix 
841.72Stsutsuioptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
851.1Ssekiya
861.1Ssekiya# File systems
871.1Ssekiyafile-system 	FFS		# UFS
881.1Ssekiyafile-system 	EXT2FS		# second extended file system (linux)
891.1Ssekiyafile-system 	LFS		# log-structured file system
901.1Ssekiyafile-system 	MFS		# memory file system
911.1Ssekiyafile-system 	NFS		# Network File System client
921.1Ssekiyafile-system 	NTFS		# Windows/NT file system (experimental)
931.1Ssekiyafile-system 	CD9660		# ISO 9660 + Rock Ridge file system
941.1Ssekiyafile-system 	MSDOSFS		# MS-DOS file system
951.1Ssekiyafile-system 	FDESC		# /dev/fd
961.1Ssekiyafile-system 	KERNFS		# /kern
971.1Ssekiyafile-system 	NULLFS		# loopback file system
981.1Ssekiyafile-system 	OVERLAY		# overlay file system
991.1Ssekiyafile-system 	PORTAL		# portal filesystem (still experimental)
1001.1Ssekiyafile-system 	PROCFS		# /proc
1011.1Ssekiyafile-system 	UMAPFS		# NULLFS + uid and gid remapping
1021.1Ssekiyafile-system 	UNION		# union file system
1031.1Ssekiyafile-system	CODA		# Coda File System; also needs vcoda (below)
1041.34Schristosfile-system	PTYFS		# /dev/pts/N support
1051.71Stnnfile-system	TMPFS		# Efficient memory file-system
1061.45Stsutsui#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1071.64Srumblefile-system	EFS		# Silicon Graphics Extent File System
1081.1Ssekiya
1091.1Ssekiya# File system options
1101.1Ssekiyaoptions 	QUOTA		# UFS quotas
1111.1Ssekiya#options 	FFS_EI		# FFS Endian Independent support
1121.73Ssimonboptions 	WAPBL		# File system journaling support - Experimental
1131.72Stsutsui#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1141.1Ssekiyaoptions 	NFSSERVER	# Network File System server
1151.42Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1161.1Ssekiya#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1171.1Ssekiya				# immutable) behave as system flags.
1181.1Ssekiya
1191.1Ssekiya# Networking options
1201.1Ssekiya#options 	GATEWAY		# packet forwarding
1211.1Ssekiyaoptions 	INET		# IP + ICMP + TCP + UDP
1221.1Ssekiyaoptions 	INET6		# IPV6
1231.1Ssekiya#options 	IPSEC		# IP security
1241.1Ssekiya#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1251.27Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1261.1Ssekiya#options 	IPSEC_DEBUG	# debug for IP security
1271.1Ssekiya#options 	MROUTING	# IP multicast routing
1281.14Smanu#options 	PIM		# Protocol Independent Multicast
1291.66Sadrianp#options 	ISO,TPIP	# OSI
1301.1Ssekiya#options 	EON		# OSI tunneling over IP
1311.1Ssekiyaoptions 	NETATALK	# AppleTalk networking protocols
1321.1Ssekiyaoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1331.1Ssekiyaoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1341.1Ssekiyaoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1351.1Ssekiyaoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1361.1Ssekiyaoptions 	IPFILTER_LOG	# ipmon(8) log support
1371.56Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
1381.1Ssekiya#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1391.1Ssekiya#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1401.1Ssekiya
1411.9Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1421.9Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1431.9Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1441.9Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1451.9Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1461.9Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1471.9Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1481.9Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1491.9Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1501.9Sabs#options 	ALTQ_RED	# Random Early Detection
1511.9Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1521.9Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1531.9Sabs
1541.1Ssekiya# These options enable verbose messages for several subsystems.
1551.1Ssekiya# Warning, these may compile large string tables into the kernel!
1561.1Ssekiyaoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1571.1Ssekiyaoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1581.1Ssekiya#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1591.1Ssekiyaoptions 	SCSIVERBOSE	# human readable SCSI error messages
1601.1Ssekiya
1611.1Ssekiyaoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
1621.1Ssekiya
1631.1Ssekiya#options 	MEMORY_DISK_HOOKS
1641.1Ssekiya#options 	MEMORY_DISK_IS_ROOT
1651.1Ssekiya#options 	MEMORY_DISK_SERVER=0
1661.1Ssekiya#options 	MINIROOTSIZE=8192
1671.1Ssekiya
1681.1Ssekiya#options 	SCSI_DELAY=5
1691.1Ssekiya
1701.1Ssekiya# Kernel root file system and dump configuration.
1711.1Ssekiyaconfig		netbsd	root on ? type ?
1721.1Ssekiya
1731.1Ssekiya# Main bus and CPU
1741.1Ssekiyamainbus0 	at root
1751.1Ssekiyacpu0 		at mainbus?
1761.1Ssekiya
1771.1Ssekiya# O2 busses
1781.1Ssekiyacrime0 		at mainbus0 addr 0x14000000
1791.61Sjmcneillcrmfb0		at mainbus0 addr 0x16000000
1801.61Sjmcneillwsdisplay* 	at crmfb? console ?
1811.1Ssekiyamace0 		at mainbus0 addr 0x1f000000
1821.74Stsutsui#options 	MACE_NEEDS_DELAYS
1831.1Ssekiyamacepci0 	at mace0 offset 0x080000 intr 7
1841.1Ssekiyapci0 		at macepci0 bus 0
1851.50Stsutsuipci*		at ppb? bus ?
1861.50Stsutsuioptions 	PCI_NETBSD_CONFIGURE
1871.1Ssekiya
1881.61Sjmcneilloptions 	WSEMUL_VT100
1891.61Sjmcneilloptions 	WS_KERNEL_FG=WSCOL_GREEN
1901.61Sjmcneilloptions 	WS_KERNEL_BG=WSCOL_BLACK
1911.61Sjmcneilloptions 	WS_DEFAULT_BG=WSCOL_BLACK
1921.61Sjmcneill
1931.1Ssekiya# MACE devices
1941.11Stsutsuimec0 		at mace0 offset 0x280000 intr 3
1951.62Sjmcneillmavb0		at mace0 offset 0x300000 intr 6
1961.61Sjmcneillmacekbc0	at mace0 offset 0x320000 intr 5
1971.12Stsutsuilpt0 		at mace0 offset 0x380000 intr 4 intrmask 0x000f0000
1981.1Ssekiyacom0 		at mace0 offset 0x390000 intr 4 intrmask 0x03f00000
1991.1Ssekiyacom1 		at mace0 offset 0x398000 intr 4 intrmask 0xfc000000
2001.1Ssekiyamcclock0	at mace0 offset 0x3a0000
2011.1Ssekiya
2021.50Stsutsui# PCI bridges
2031.50Stsutsuippb*	at pci? dev ? function ?	# PCI-PCI bridges
2041.50Stsutsui
2051.3Spooka# PCI cryptographic devices
2061.3Spookahifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
2071.3Spookaubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
2081.3Spooka
2091.1Ssekiya# PCI network devices
2101.1Ssekiya#an*     at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11)
2111.1Ssekiya#bge*    at pci? dev ? function ?        # Broadcom 570x gigabit Ethernet
2121.1Ssekiya#en*     at pci? dev ? function ?        # ENI/Adaptec ATM
2131.1Ssekiyaep*     at pci? dev ? function ?        # 3Com 3c59x
2141.1Ssekiyaepic*   at pci? dev ? function ?        # SMC EPIC/100 Ethernet
2151.1Ssekiyaesh*    at pci? dev ? function ?        # Essential HIPPI card
2161.1Ssekiyaex*     at pci? dev ? function ?        # 3Com 90x[BC]
2171.1Ssekiyafpa*    at pci? dev ? function ?        # DEC DEFPA FDDI
2181.1Ssekiyafxp*    at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
2191.51Spavelgsip*   at pci? dev ? function ?        # NS83820 Gigabit Ethernet
2201.1Ssekiya#hme*   at pci? dev ? function ?        # Sun Microelectronics STP2002-STQ
2211.1Ssekiyale*     at pci? dev ? function ?        # PCnet-PCI Ethernet
2221.1Ssekiyalmc*    at pci? dev ? function ?        # Lan Media Corp SSI/HSSI/DS3
2231.1Ssekiyamtd*    at pci? dev ? function ?        # Myson MTD803 3-in-1 Ethernet
2241.1Ssekiyane*     at pci? dev ? function ?        # NE2000-compatible Ethernet
2251.1Ssekiyantwoc*  at pci? dev ? function ?        # Riscom/N2 PCI Sync Serial
2261.1Ssekiyapcn*    at pci? dev ? function ?        # AMD PCnet-PCI Ethernet
2271.57Stsutsuire*     at pci? dev ? function ?        # Realtek 8139C+/8169/8169S/8110S
2281.1Ssekiyartk*    at pci? dev ? function ?        # Realtek 8129/8139
2291.1Ssekiyasf*     at pci? dev ? function ?        # Adaptec AIC-6915 Ethernet
2301.1Ssekiyasip*    at pci? dev ? function ?        # SiS 900/DP83815 Ethernet
2311.1Ssekiya#skc*   at pci? dev ? function ?        # SysKonnect SK9821 Gigabit Ethernet
2321.1Ssekiya#sk*    at skc?                         # SysKonnect SK9821 Gigabit Ethernet
2331.1Ssekiyaste*    at pci? dev ? function ?        # Sundance ST-201 Ethernet
2341.1Ssekiya#stge*   at pci? dev ? function ?        # Sundance/Tamarack TC9021 Gigabit
2351.1Ssekiyati*     at pci? dev ? function ?        # Alteon ACEnic gigabit Ethernet
2361.1Ssekiyatl*     at pci? dev ? function ?        # ThunderLAN-based Ethernet
2371.1Ssekiyatlp*    at pci? dev ? function ?        # DECchip 21x4x and clones
2381.1Ssekiyavr*     at pci? dev ? function ?        # VIA Rhine Fast Ethernet
2391.1Ssekiyawi*     at pci? dev ? function ?        # Intersil Prism Mini-PCI (802.11b)
2401.1Ssekiyawm*     at pci? dev ? function ?        # Intel 82543/82544 gigabit
2411.1Ssekiya
2421.1Ssekiya# MII/PHY support
2431.1Ssekiyaacphy*  at mii? phy ?                   # Altima AC101 and AMD Am79c874 PHYs
2441.1Ssekiyaamhphy* at mii? phy ?                   # AMD 79c901 Ethernet PHYs
2451.1Ssekiyabmtphy*	at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
2461.1Ssekiyabrgphy* at mii? phy ?                   # Broadcom BCM5400-family PHYs
2471.1Ssekiyadmphy*  at mii? phy ?                   # Davicom DM9101 PHYs
2481.1Ssekiyaexphy*	at mii? phy ?			# 3Com internal PHYs
2491.1Ssekiyagentbi* at mii? phy ?                   # Generic Ten-Bit 1000BASE-[CLS]X PHYs
2501.1Ssekiyaglxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
2511.1Ssekiyagphyter* at mii? phy ?			# NS83861 Gig-E PHY
2521.1Ssekiyaicsphy* at mii? phy ?                   # Integrated Circuit Systems ICS189x
2531.58Sbouyerikphy*	at mii? phy ?			# Intel 82563 PHYs
2541.1Ssekiyainphy*	at mii? phy ?			# Intel 82555 PHYs
2551.1Ssekiyaiophy*  at mii? phy ?                   # Intel 82553 PHYs
2561.1Ssekiyalxtphy* at mii? phy ?                   # Level One LXT-970 PHYs
2571.1Ssekiyamakphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
2581.1Ssekiyansphy*	at mii? phy ?			# NS83840 PHYs
2591.1Ssekiyansphyter* at mii? phy ?                 # NS83843 PHYs
2601.1Ssekiyapnaphy* at mii? phy ?                   # generic HomePNA PHYs
2611.1Ssekiyaqsphy*  at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
2621.57Stsutsuirgephy* at mii? phy ?                   # Realtek 8169S/8110S internal PHYs
2631.1Ssekiyasqphy*  at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
2641.1Ssekiyatlphy*  at mii? phy ?                   # ThunderLAN PHYs
2651.1Ssekiyatqphy*  at mii? phy ?                   # TDK Semiconductor PHYs
2661.1Ssekiyaukphy*	at mii? phy ?			# generic unknown PHYs
2671.1Ssekiyaurlphy* at mii? phy ?                   # Realtek RTL8150L internal PHYs
2681.1Ssekiya
2691.1Ssekiya# O2 SCSI
2701.49Stsutsuiadv* 		at pci? dev ? function ?
2711.1Ssekiyaahc* 		at pci? dev ? function ?
2721.35Stsutsuiesiop*		at pci? dev ? function ?
2731.38Stsutsuinjs*		at pci? dev ? function ?
2741.37Stsutsuipcscp*		at pci? dev ? function ?
2751.1Ssekiyascsibus* 	at scsi?
2761.1Ssekiya
2771.1Ssekiyasd*     at scsibus? target ? lun ?	# SCSI disks
2781.1Ssekiyast*     at scsibus? target ? lun ?	# SCSI tapes
2791.1Ssekiyacd*     at scsibus? target ? lun ?	# SCSI CD-ROMs
2801.1Ssekiyach*     at scsibus? target ? lun ?	# SCSI changer devices
2811.1Ssekiyass*     at scsibus? target ? lun ?	# SCSI scanners
2821.1Ssekiyases*    at scsibus? target ? lun ?	# SCSI SES/SAF-TE devices
2831.1Ssekiyauk*     at scsibus? target ? lun ?	# unknown SCSI
2841.1Ssekiya
2851.61Sjmcneillpckbd*		at macekbc?
2861.61Sjmcneillpms*		at macekbc?
2871.1Ssekiyawskbd*		at pckbd? console ?
2881.1Ssekiyawsmouse* 	at pms? mux 0
2891.1Ssekiya#wsdisplay* 	at foofb? console ?
2901.1Ssekiya
2911.1Ssekiya# USB Controller and Devices
2921.1Ssekiya
2931.1Ssekiya# PCI USB controllers
2941.1Ssekiyaehci*	at pci? dev ? function ?        # Enhanced Host Controller
2951.1Ssekiyaohci*   at pci? dev ? function ?        # Open Host Controller
2961.1Ssekiyauhci*   at pci? dev ? function ?        # Universal Host Controller (Intel)
2971.1Ssekiya
2981.1Ssekiya# USB bus support
2991.1Ssekiyausb*	at ehci?
3001.1Ssekiyausb*    at ohci?
3011.1Ssekiyausb*    at uhci?
3021.1Ssekiya
3031.1Ssekiya# USB Hubs
3041.1Ssekiyauhub*   at usb?
3051.60Sdrochneruhub*   at uhub? port ?
3061.1Ssekiya
3071.1Ssekiya# USB HID device
3081.1Ssekiyauhidev* at uhub? port ? configuration ? interface ?
3091.1Ssekiya
3101.1Ssekiya# USB Mice
3111.1Ssekiyaums*    at uhidev? reportid ?
3121.1Ssekiyawsmouse* at ums? mux 0
3131.1Ssekiya
3141.1Ssekiya# USB Keyboards
3151.1Ssekiyaukbd*   at uhidev? reportid ?
3161.1Ssekiyawskbd*  at ukbd? console ? mux 1
3171.1Ssekiya
3181.54Sskrll# USB serial adapter
3191.32Sskrllucycom*	at uhidev? reportid ?
3201.32Sskrll
3211.1Ssekiya# USB Generic HID devices
3221.1Ssekiyauhid*   at uhidev? reportid ?
3231.1Ssekiya
3241.1Ssekiya# USB Printer
3251.1Ssekiyaulpt*   at uhub? port ? configuration ? interface ?
3261.1Ssekiya
3271.1Ssekiya# USB Modem
3281.1Ssekiyaumodem* at uhub? port ? configuration ?
3291.1Ssekiyaucom*   at umodem?
3301.1Ssekiya
3311.1Ssekiya# USB Mass Storage
3321.1Ssekiyaumass*  at uhub? port ? configuration ? interface ?
3331.1Ssekiya#wd* at umass?
3341.1Ssekiya
3351.1Ssekiya# USB audio
3361.1Ssekiyauaudio* at uhub? port ? configuration ?
3371.1Ssekiya
3381.1Ssekiya# USB MIDI
3391.1Ssekiyaumidi* at uhub? port ? configuration ?
3401.1Ssekiya
3411.1Ssekiya# USB IrDA
3421.1Ssekiya# USB-IrDA bridge spec
3431.1Ssekiyauirda* at uhub? port ? configuration ? interface ?
3441.1Ssekiyairframe* at uirda?
3451.1Ssekiya
3461.1Ssekiya# SigmaTel STIr4200 USB/IrDA Bridge
3471.1Ssekiyaustir* at uhub? port ?
3481.1Ssekiyairframe* at ustir?
3491.1Ssekiya
3501.1Ssekiya# USB Ethernet adapters
3511.1Ssekiyaaue*    at uhub? port ?         # ADMtek AN986 Pegasus based adapters
3521.16Saugustssaxe*    at uhub? port ?         # ASIX AX88172 based adapters
3531.1Ssekiyacue*    at uhub? port ?         # CATC USB-EL1201A based adapters
3541.1Ssekiyakue*    at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
3551.1Ssekiyaurl*    at uhub? port ?         # Realtek RTL8150L based adapters
3561.1Ssekiyaudav*   at uhub? port ?         # Davicom DM9601 based adapters
3571.1Ssekiya
3581.1Ssekiya# Prolific PL2301/PL2302 host-to-host adapter
3591.1Ssekiyaupl*    at uhub? port ?
3601.1Ssekiya
3611.1Ssekiya# Serial adapters
3621.1Ssekiyaubsa*   at uhub? port ?         # Belkin serial adapter
3631.1Ssekiyaucom*   at ubsa? portno ?
3641.1Ssekiya
3651.1Ssekiyauftdi*  at uhub? port ?         # FTDI FT8U100AX serial adapter
3661.1Ssekiyaucom*   at uftdi? portno ?
3671.1Ssekiya
3681.1Ssekiyaumct*   at uhub? port ?         # MCT USB-RS232 serial adapter
3691.1Ssekiyaucom*   at umct? portno ?
3701.1Ssekiya
3711.1Ssekiyauplcom* at uhub? port ?         # I/O DATA USB-RSAQ2 serial adapter
3721.1Ssekiyaucom*   at uplcom? portno ?
3731.1Ssekiya
3741.1Ssekiyauvscom* at uhub? port ?         # SUNTAC Slipper U VS-10U serial adapter
3751.1Ssekiyaucom*   at uvscom? portno ?
3761.1Ssekiya
3771.1Ssekiya# Diamond Multimedia Rio 500
3781.1Ssekiyaurio*   at uhub? port ?
3791.1Ssekiya
3801.1Ssekiya# USB Handspring Visor
3811.1Ssekiyauvisor* at uhub? port ?
3821.1Ssekiyaucom*   at uvisor?
3831.1Ssekiya
3841.24Sitohy# Kyocera AIR-EDGE PHONE
3851.24Sitohyukyopon* at uhub? port ?
3861.24Sitohyucom*	at ukyopon? portno ?
3871.24Sitohy
3881.1Ssekiya# USB scanners
3891.1Ssekiyauscanner* at uhub? port ?
3901.1Ssekiya
3911.1Ssekiya# USB scanners that use SCSI emulation, e.g., HP5300
3921.1Ssekiyausscanner* at uhub? port ?
3931.1Ssekiya
3941.1Ssekiya# Y@P firmware loader
3951.1Ssekiyauyap* at uhub? port ?
3961.1Ssekiya
3971.1Ssekiya# D-Link DSB-R100 USB radio
3981.1Ssekiyaudsbr*  at uhub? port ?
3991.1Ssekiyaradio*  at udsbr?
4001.1Ssekiya
4011.1Ssekiya# USB Generic driver
4021.1Ssekiyaugen*   at uhub? port ?
4031.1Ssekiya
4041.28Skiyohara# PCI IEEE1394 controllers
4051.70Ssekiyafwohci* at pci? dev ? function ?	# IEEE1394 Open Host Controller
4061.28Skiyohara
4071.70Ssekiyaieee1394if* at fwohci?
4081.70Ssekiyafwip*	at ieee1394if?			# IP over IEEE1394
4091.70Ssekiyasbp*	at ieee1394if? euihi ? euilo ?
4101.28Skiyohara
4111.1Ssekiya# Audio support
4121.1Ssekiyaaudio*  at audiobus?
4131.1Ssekiya
4141.1Ssekiya# MIDI support
4151.1Ssekiyamidi*   at midibus?
4161.1Ssekiya
4171.1Ssekiya# Pseudo-Devices
4181.1Ssekiya
4191.40Sthorpejpseudo-device	crypto			# /dev/crypto device
4201.41Sthorpejpseudo-device	swcrypto		# software crypto implementation
4211.3Spooka
4221.1Ssekiya# disk/mass storage pseudo-devices
4231.1Ssekiyapseudo-device	ccd		4	# concatenated/striped disk devices
4241.1Ssekiya#pseudo-device	cgd		4	# cryptographic disk devices
4251.1Ssekiya#pseudo-device	raid		4	# RAIDframe disk driver
4261.1Ssekiya#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
4271.21Shannkenpseudo-device	fss		4	# file system snapshot device
4281.1Ssekiyapseudo-device	md		1	# memory disk device (ramdisk)
4291.47Scubepseudo-device	vnd			# disk-like interface to files
4301.29Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
4311.1Ssekiya
4321.1Ssekiya# network pseudo-devices
4331.46Srpaulopseudo-device	bpfilter		# Berkeley packet filter
4341.52Stsutsui#pseudo-device	carp			# Common Address Redundancy Protocol
4351.1Ssekiyapseudo-device	ipfilter		# IP filter (firewall) and NAT
4361.1Ssekiyapseudo-device	loop			# network loopback
4371.47Scubepseudo-device	ppp			# Point-to-Point Protocol
4381.47Scubepseudo-device	sl			# Serial Line IP
4391.47Scubepseudo-device	strip			# Starmode Radio IP (Metricom)
4401.47Scubepseudo-device	tun			# network tunneling over tty
4411.19Scubepseudo-device	tap			# virtual Ethernet
4421.47Scubepseudo-device	gre			# generic L3 over IP tunnel
4431.47Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
4441.47Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
4451.48Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
4461.1Ssekiyapseudo-device	vlan			# IEEE 802.1q encapsulation
4471.1Ssekiyapseudo-device	bridge			# simple inter-network bridging
4481.72Stsutsui#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
4491.63Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
4501.18Srumble#pseudo-device	pf			# PF packet filter
4511.18Srumble#pseudo-device	pflog			# PF log if
4521.75Stsutsuipseudo-device   accf_data		# "dataready" accept filter
4531.75Stsutsuipseudo-device   accf_http		# "httpready" accept filter
4541.1Ssekiya
4551.1Ssekiya# miscellaneous pseudo-devices
4561.1Ssekiyapseudo-device	pty			# pseudo-terminals
4571.1Ssekiyapseudo-device	sequencer	1	# MIDI sequencer
4581.1Ssekiyapseudo-device	rnd			# /dev/random and in-kernel generator
4591.1Ssekiyapseudo-device	clockctl		# user control of clock subsystem
4601.1Ssekiyapseudo-device	ksyms			# /dev/ksyms
4611.61Sjmcneill
4621.61Sjmcneill# wscons pseudo-devices
4631.61Sjmcneillpseudo-device	wsmux			# mouse & keyboard multiplexor
4641.61Sjmcneillpseudo-device	wsfont
4651.1Ssekiya
4661.79Sjmcneill# userland interface to drivers, including autoconf and properties retrieval
4671.79Sjmcneillpseudo-device	drvctl
4681.79Sjmcneill
4691.1Ssekiya# a pseudo device needed for Coda	# also needs CODA (above)
4701.1Ssekiyapseudo-device	vcoda		4	# coda minicache <-> venus comm.
4711.1Ssekiya
4721.1Ssekiya# pseudo devices used for IRIX binary compatibility
4731.1Ssekiyapseudo-device	irix_kmem		# IRIX /dev/kmem
4741.1Ssekiyapseudo-device	irix_usema		# IRIX /dev/usema
4751.43Stsutsui
4761.43Stsutsui# Veriexec
4771.43Stsutsui#
4781.43Stsutsui# a pseudo device needed for veriexec
4791.43Stsutsui#pseudo-device	veriexec		1
4801.43Stsutsui#
4811.43Stsutsui# Uncomment the fingerprint methods below that are desired. Note that
4821.43Stsutsui# removing fingerprint methods will have almost no impact on the kernel
4831.43Stsutsui# code size.
4841.43Stsutsui#
4851.43Stsutsui#options VERIFIED_EXEC_FP_RMD160
4861.43Stsutsui#options VERIFIED_EXEC_FP_SHA256
4871.43Stsutsui#options VERIFIED_EXEC_FP_SHA384
4881.43Stsutsui#options VERIFIED_EXEC_FP_SHA512
4891.43Stsutsui#options VERIFIED_EXEC_FP_SHA1
4901.43Stsutsui#options VERIFIED_EXEC_FP_MD5
491