GENERIC revision 1.108
11.108Scube# $NetBSD: GENERIC,v 1.108 2005/01/17 15:28:51 cube Exp $
21.1Sjonathan#
31.58Sgmcgarry# GENERIC machine description file
41.58Sgmcgarry# 
51.58Sgmcgarry# This machine description file is used to generate the default NetBSD
61.58Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.58Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Sjonathan#
91.58Sgmcgarry# The machine description file can be customised for your specific
101.58Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.58Sgmcgarry#
121.58Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.58Sgmcgarry# man page.
141.58Sgmcgarry#
151.58Sgmcgarry# For further information on hardware support for this architecture, see
161.58Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.58Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.58Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.58Sgmcgarry# device.
201.1Sjonathan
211.23Ssodainclude		"arch/arc/conf/std.arc"
221.24Ssoda
231.68Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.68Satatat
251.108Scube#ident		"GENERIC-$Revision: 1.108 $"
261.1Sjonathan
271.27Ssodamaxusers	32		# estimated number of users
281.27Ssoda
291.45Ssoda# Platform support
301.86Stsutsuioptions 	PLATFORM_ACER_PICA_61		# PICA, NEC ImageRISCstation
311.87Stsutsuioptions 	PLATFORM_DESKTECH_ARCSTATION_I	# DeskStation rPC44
321.87Stsutsuioptions 	PLATFORM_DESKTECH_TYNE		# DeskStation Tyne
331.45Ssodaoptions 	PLATFORM_MICROSOFT_JAZZ		# MIPS Magnum
341.77Stsutsuioptions 	PLATFORM_NEC_J96A		# NEC Express 5800/240 EISA R4K
351.45Ssodaoptions 	PLATFORM_NEC_JC94		# NEC Express 5800/230 PCI R4K
361.45Ssodaoptions 	PLATFORM_NEC_R94		# NEC RISCstation 2200 EISA
371.56Slukemoptions 	PLATFORM_NEC_R96	# NEC Express RISCserver, RISCserver 2200
381.45Ssodaoptions 	PLATFORM_NEC_RAX94		# NEC RISCstation 2200 PCI
391.45Ssodaoptions 	PLATFORM_NEC_RD94		# NEC RISCstation 2250
401.45Ssodaoptions 	PLATFORM_SNI_RM200PCI
411.45Ssoda
421.27Ssoda# Standard system options
431.1Sjonathan
441.23Ssodaoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
451.27Ssodaoptions 	NTP		# NTP phase/frequency locked loop
461.1Sjonathan
471.27Ssodaoptions 	KTRACE		# system call tracing via ktrace(1)
481.73Sprovosoptions 	SYSTRACE	# system call vetting via systrace(1)
491.1Sjonathan
501.10Slukemoptions 	SYSVMSG		# System V-like message queues
511.10Slukemoptions 	SYSVSEM		# System V-like semaphores
521.56Slukem#options 	SEMMNI=10	# number of semaphore identifiers
531.56Slukem#options 	SEMMNS=60	# number of semaphores in system
541.56Slukem#options 	SEMUME=10	# max number of undo entries per process
551.56Slukem#options 	SEMMNU=30	# number of undo structures in system
561.10Slukemoptions 	SYSVSHM		# System V-like memory sharing
571.27Ssoda#options 	SHMMAXPGS=1024	# 1024 pages is the default
581.103Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
591.27Ssoda
601.27Ssodaoptions 	LKM		# loadable kernel modules
611.61Sjdolecek
621.70Slukemoptions 	USERCONF	# userconf(4) support
631.81Stsutsui#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
641.104Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
651.75Sjunyoung
661.76Swiz# Enable experimental buffer queue strategy for better responsiveness under 
671.75Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
681.75Sjunyoung#options 	NEW_BUFQ_STRATEGY
691.27Ssoda
701.27Ssoda# Diagnostic/debugging support options
711.55Slukemoptions 	DIAGNOSTIC		# cheap kernel consistency checks
721.55Slukem#options 	DEBUG			# expensive debugging checks/support
731.55Slukem#options 	KMEMSTATS		# kernel memory statistics (vmstat -m)
741.55Slukemoptions 	DDB			# in-kernel debugger
751.27Ssoda#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
761.55Slukem#options 	KGDB			# remote gdb
771.55Slukem#options 	KGDB_DEVRATE=19200	# kernel gdb port rate (default 9600)
781.55Slukem#options 	KGDB_DEV="17*256+0"	# device for kernel gdb
791.55Slukem#makeoptions	DEBUG="-g"		# compile full symbol table
801.81Stsutsuioptions 	SYMTAB_SPACE=262144
811.27Ssoda
821.27Ssoda# Compatibility options
831.47Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
841.27Ssodaoptions 	COMPAT_10	# NetBSD 1.0,
851.27Ssodaoptions 	COMPAT_11	# NetBSD 1.1,
861.27Ssodaoptions 	COMPAT_12	# NetBSD 1.2,
871.27Ssodaoptions 	COMPAT_13	# NetBSD 1.3,
881.27Ssodaoptions 	COMPAT_14	# NetBSD 1.4,
891.92Stsutsuioptions 	COMPAT_16	# NetBSD 1.6,
901.27Ssodaoptions 	COMPAT_43	# and 4.3BSD
911.27Ssodaoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
921.106Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
931.27Ssoda
941.27Ssoda# mipsel specific
951.27Ssodaoptions 	COMPAT_ULTRIX	# Ultrix binary compatibility
961.27Ssodaoptions 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
971.1Sjonathan
981.27Ssoda# File systems
991.6Sthorpejfile-system 	FFS		# fast filesystem
1001.27Ssodafile-system 	EXT2FS		# second extended file system (linux)
1011.27Ssodafile-system 	LFS		# log-structured file system
1021.27Ssodafile-system 	MFS		# memory file system
1031.27Ssodafile-system 	NTFS		# Windows/NT file system (experimental)
1041.23Ssodafile-system 	CD9660		# ISO 9660 + Rock Ridge file system
1051.27Ssodafile-system 	MSDOSFS		# MS-DOS file system
1061.27Ssodafile-system 	NFS		# Network File System client
1071.27Ssodafile-system 	FDESC		# /dev/fd
1081.27Ssodafile-system 	KERNFS		# /kern
1091.27Ssodafile-system 	NULLFS		# loopback file system
1101.27Ssodafile-system 	OVERLAY		# overlay file system
1111.27Ssodafile-system 	PORTAL		# portal filesystem (still experimental)
1121.27Ssodafile-system 	PROCFS		# /proc
1131.27Ssodafile-system 	UMAPFS		# NULLFS + uid and gid remapping
1141.27Ssodafile-system 	UNION		# union file system
1151.27Ssoda#file-system	CODA		# Coda File System; also needs vcoda (below)
1161.6Sthorpej
1171.27Ssoda# File system options
1181.10Slukemoptions 	QUOTA		# FFS quotas
1191.27Ssoda#options 	FFS_EI		# FFS Endian Independent support
1201.34Sfvdloptions 	SOFTDEP		# FFS soft updates support.
1211.27Ssodaoptions 	NFSSERVER	# Network File System server
1221.27Ssoda#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1231.27Ssoda				# immutable) behave as system flags.
1241.20Sitojun
1251.1Sjonathan# Networking options
1261.23Ssoda#options 	GATEWAY		# IP packet forwarding
1271.27Ssodaoptions 	INET		# IP + ICMP + TCP + UDP
1281.27Ssodaoptions 	INET6		# IPV6
1291.20Sitojun#options 	IPSEC		# IP security
1301.20Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1311.20Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1321.27Ssoda#options 	MROUTING	# IP multicast routing
1331.105Smanu#options 	PIM		# Protocol Independent Multicast
1341.27Ssodaoptions 	NS		# XNS
1351.27Ssoda#options 	NSIP		# XNS tunneling over IP
1361.27Ssodaoptions 	ISO,TPIP	# OSI networking
1371.36Ssommerfe#options 	EON		# OSI tunneling over IP
1381.27Ssodaoptions 	CCITT,LLC,HDLC	# X.25
1391.27Ssodaoptions 	NETATALK	# AppleTalk networking protocols
1401.27Ssodaoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1411.27Ssodaoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1421.27Ssodaoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1431.27Ssodaoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1441.27Ssodaoptions 	IPFILTER_LOG	# ipmon(8) log support
1451.72Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1461.47Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1471.27Ssoda
1481.102Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1491.102Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1501.102Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1511.102Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1521.102Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1531.102Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1541.102Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1551.102Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1561.102Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1571.102Sabs#options 	ALTQ_RED	# Random Early Detection
1581.102Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1591.102Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1601.102Sabs
1611.27Ssoda# These options enable verbose messages for several subsystems.
1621.27Ssoda# Warning, these may compile large string tables into the kernel!
1631.27Ssoda#options 	EISAVERBOSE	# verbose EISA device autoconfig messages
1641.79Stsutsuioptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1651.31Ssodaoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1661.28Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1671.27Ssodaoptions 	SCSIVERBOSE	# human readable SCSI error messages
1681.37Sur
1691.37Sur# wscons terminal emulation
1701.37Suroptions 	WSEMUL_VT100	# VT100 emulation
1711.23Ssoda
1721.25Ssoda# Kernel root file system and dump configuration.
1731.27Ssodaoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
1741.27Ssodaconfig		netbsd	root on ? type ?
1751.27Ssoda#config		netbsd	root on sd0a type ffs
1761.27Ssoda#config		netbsd	root on ? type nfs
1771.1Sjonathan
1781.23Ssoda#
1791.27Ssoda# Device configuration
1801.23Ssoda#
1811.27Ssoda
1821.1Sjonathanmainbus0	at root
1831.1Sjonathancpu*		at mainbus0
1841.1Sjonathan
1851.41Sur#### Jazz-Internal bus devices
1861.23Ssoda
1871.45Ssoda# PLATFORM_ACER_PICA_61
1881.45Ssoda# PLATFORM_MICROSOFT_JAZZ
1891.77Stsutsui# PLATFORM_NEC_J96A
1901.45Ssoda# PLATFORM_NEC_JC94
1911.45Ssoda# PLATFORM_NEC_R94
1921.45Ssoda# PLATFORM_NEC_R96
1931.45Ssoda# PLATFORM_NEC_RAX94
1941.45Ssoda# PLATFORM_NEC_RD94
1951.45Ssodajazzio*		at mainbus0	# Jazz-Internal bus host bridge.
1961.45Ssoda
1971.45Ssodatimer0		at jazzio?
1981.45Ssodamcclock0 	at jazzio?
1991.41Sur#pc0		at jazzio?
2001.41Sur#opms0		at jazzio?
2011.41Survga0		at jazzio?	# Jazz localbus VGA
2021.41Surpckbc0		at jazzio?	# PC keyboard controller
2031.41Surcom0		at jazzio?
2041.41Surcom1		at jazzio?
2051.41Surlpt0		at jazzio?
2061.41Sursn0		at jazzio?
2071.1Sjonathan
2081.41Surfdc0		at jazzio?
2091.1Sjonathanfd*		at fdc? drive ?
2101.1Sjonathan
2111.85Stsutsuiasc0		at jazzio? flags 0x000000	# NCR53C9x SCSI
2121.83Stsutsuiosiop*		at jazzio? flags 0x00000	# NCR53C710 SCSI
2131.83Stsutsuioosiop* 	at jazzio?			# NCR53C700 SCSI
2141.33Ssoda
2151.27Ssoda#### ISA bus devices
2161.23Ssoda
2171.45Ssoda# PLATFORM_ACER_PICA_61
2181.45Ssoda# PLATFORM_MICROSOFT_JAZZ
2191.77Stsutsui# PLATFORM_NEC_J96A
2201.45Ssoda# PLATFORM_NEC_R94
2211.45Ssoda# PLATFORM_NEC_R96
2221.45Ssodajazzisabr*	at mainbus0	# Jazz-(E)ISA bus bridge.
2231.45Ssodaisa*		at jazzisabr?
2241.45Ssoda
2251.45Ssoda# PLATFORM_DESKTECH_ARCSTATION_I
2261.87Stsutsuiarcsisabr*	at mainbus0	# DeskStation rPC44 ISA host bridge.
2271.45Ssodaisa*		at arcsisabr?
2281.45Ssoda
2291.45Ssoda# PLATFORM_DESKTECH_TYNE
2301.87Stsutsuityneisabr*	at mainbus0	# DeskStation Tyne ISA host bridge.
2311.45Ssodaisa*		at tyneisabr?
2321.45Ssoda
2331.27Ssoda#isadma0 	at isa?
2341.23Ssoda
2351.90Stsutsuiisapnp0 	at isa?
2361.90Stsutsui
2371.45Ssodatimer0		at isa? port 0x40 irq 0
2381.45Ssodamcclock0 	at isa? port 0x70
2391.23Ssoda
2401.88Stsutsui#pc0		at isa? irq 1			# generic PC console device
2411.88Stsutsui#opms0		at isa? irq 12			# PS/2 auxiliary port mouse
2421.80Stsutsuivga0		at isa?
2431.80Stsutsui#options 	VGA_RASTERCONSOLE
2441.80Stsutsuioptions 	VGA_RESET
2451.88Stsutsuipckbc0		at isa?				# PC keyboard controller
2461.23Ssodacom0		at isa? port 0x3f8 irq 4
2471.23Ssodacom1		at isa? port 0x2f8 irq 3
2481.23Ssodacom2		at isa? port 0x3e8 irq 4
2491.23Ssodacom3		at isa? port 0x2e8 irq 3
2501.27Ssodaast0		at isa? port 0x1a0 irq 3	# AST 4-port serial cards
2511.27Ssodacom*		at ast? slave ?
2521.27Ssoda
2531.27Ssoda# Joystick driver. Probe is a little strange; add only if you have one.
2541.27Ssoda#joy0		at isa? port 0x201
2551.23Ssoda
2561.23Ssoda# ISA ST506, ESDI, and IDE controllers
2571.23Ssoda# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
2581.23Ssoda# fall back to 16bits I/O if 32bits I/O are not functional).
2591.23Ssoda# Some controllers pass the initial 32bit test, but will fail later.
2601.90Stsutsuiwdc0		at isa? port 0x1f0 irq 14 flags 0x00
2611.27Ssoda#wdc1		at isa? port 0x170 irq 15 flags 0x00
2621.90Stsutsuiwdc*		at isapnp?
2631.23Ssoda
2641.27Ssoda# ISA parallel printer interfaces
2651.27Ssodalpt0		at isa? port 0x378 irq 7
2661.27Ssoda
2671.27Ssoda# ISA network interfaces
2681.27Ssoda#ec0		at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
2691.90Stsutsuiep*		at isa? port ? irq ?		# 3C509 ethernet cards
2701.90Stsutsuiep*		at isapnp?			# 3C509B ethernet card
2711.90Stsutsuine0		at isa? port 0x280 irq 9	# NE[12]000 ethernet cards
2721.90Stsutsuine1		at isa? port 0x300 irq 10
2731.90Stsutsuine*		at isapnp?			# NE[12]000 PnP ethernet
2741.90Stsutsuiwe0		at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
2751.90Stsutsuiwe1		at isa? port 0x300 iomem 0xcc000 irq 10
2761.23Ssoda
2771.27Ssoda# XXX - should be configured
2781.27Ssoda#btl0		at isa? port 0x330 irq ? drq ?
2791.23Ssoda
2801.27Ssoda#### PCI bus devices
2811.23Ssoda
2821.45Ssoda# PLATFORM_NEC_JC94
2831.45Ssoda# PLATFORM_NEC_RAX94
2841.45Ssoda# PLATFORM_NEC_RD94
2851.31Ssodanecpb*		at mainbus0	# NEC RISCstation PCI host bridge.
2861.31Ssodapci*		at necpb?
2871.23Ssoda
2881.98Sjonathan# PCI cryptographic devices
2891.98Sjonathanhifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
2901.98Sjonathanubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
2911.98Sjonathan
2921.80Stsutsui#vga*	 	at pci? dev ? function ?
2931.43Stsutsuitga*		at pci? dev ? function ?	# DEC ZLXp-E[123] Graphics
2941.43Stsutsui
2951.43Stsutsuiahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
2961.44Stsutsuiiha*		at pci? dev ? function ?	# Initio INIC-940/950 SCSI
2971.52Stsutsuipcscp*		at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
2981.51Stsutsuisiop*		at pci? dev ? function ?	# NCR/Symbios 53c8xx SCSI
2991.91Sbouyeresiop*		at pci? dev ? function ?	# NCR/Symbios 53c875/95/1010
3001.53Stsutsuitrm*		at pci? dev ? function ?	# Tekram DC-395/315 SCSI
3011.31Ssoda
3021.31Ssoda# PCI IDE controllers - see pciide(4) for supported hardware.
3031.31Ssoda# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
3041.31Ssoda# how to set up DMA modes for this chip. This may work, or may cause
3051.31Ssoda# a machine hang with some controllers.
3061.94Sbouyerpciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
3071.94Sbouyeracardide*	at pci? dev ? function ?	# Acard IDE controllers
3081.95Stsutsui#aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
3091.97Sthorpejartsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
3101.94Sbouyercmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
3111.94Sbouyercypide* 	at pci? dev ? function ?	# Cypress IDE controllers
3121.94Sbouyerhptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
3131.94Sbouyeroptiide* 	at pci? dev ? function ?	# Opti IDE controllers
3141.95Stsutsui#piixide* 	at pci? dev ? function ?	# Intel IDE controllers
3151.94Sbouyerpdcide* 	at pci? dev ? function ?	# Promise IDE controllers
3161.107Sbouyerpdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
3171.96Sthorpejsatalink*	at pci? dev ? function ?	# SiI SATALink controllers
3181.95Stsutsui#siside* 	at pci? dev ? function ?	# SiS IDE controllers
3191.94Sbouyerslide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
3201.95Stsutsui#viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
3211.95Stsutsui
3221.95Stsutsuiepic*		at pci? dev ? function ?	# SMC EPIC/100 Ethernet
3231.95Stsutsuiex*		at pci? dev ? function ?	# 3Com 90x[BC]
3241.95Stsutsuifxp*		at pci? dev ? function ?	# Intel EtherExpress PRO
3251.95Stsutsuine*		at pci? dev ? function ?	# NE2000-compatible
3261.95Stsutsuipcn*		at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
3271.95Stsutsuirtk*		at pci? dev ? function ?	# Realtek 8129/8139
3281.95Stsutsuisip*		at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
3291.95Stsutsuitlp*		at pci? dev ? function ?	# DECchip 21x4x and clones
3301.31Ssoda
3311.31Ssoda#### MII/PHY support
3321.31Ssoda
3331.31Ssodaexphy*		at mii? phy ?		# 3Com internal PHYs
3341.62Swizicsphy*		at mii? phy ?		# Integrated Circuit Systems ICS189x
3351.31Ssodainphy*		at mii? phy ?		# Intel 82555 PHYs
3361.31Ssodaiophy*		at mii? phy ?		# Intel 82553 PHYs
3371.31Ssodalxtphy*		at mii? phy ?		# Level One LXT-970 PHYs
3381.31Ssodansphy*		at mii? phy ?		# NS83840 PHYs
3391.31Ssodansphyter*	at mii? phy ?		# NS83843 PHYs
3401.31Ssodaqsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
3411.31Ssodasqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
3421.31Ssodatlphy*		at mii? phy ?		# ThunderLAN PHYs
3431.31Ssodatqphy*		at mii? phy ?		# TDK Semiconductor PHYs
3441.31Ssodaukphy*		at mii? phy ?		# generic unknown PHYs
3451.31Ssoda
3461.95Stsutsui# SCSI bus support
3471.95Stsutsuiscsibus*	at scsi?
3481.95Stsutsui
3491.27Ssoda#### SCSI bus devices
3501.23Ssoda
3511.1Sjonathansd*		at scsibus? target ? lun ?
3521.1Sjonathanst*		at scsibus? target ? lun ?
3531.1Sjonathancd*		at scsibus? target ? lun ?
3541.23Ssodach*		at scsibus? target ? lun ?
3551.23Ssodass*		at scsibus? target ? lun ?
3561.23Ssodauk*		at scsibus? target ? lun ?
3571.95Stsutsui
3581.95Stsutsui# ATA (IDE) bus support
3591.95Stsutsuiatabus* 	at ata?
3601.95Stsutsui
3611.95Stsutsui# IDE drives
3621.95Stsutsui# Flags are used only with controllers that support DMA operations
3631.95Stsutsui# and mode settings (e.g. some pciide controllers)
3641.95Stsutsui# The lowest order four bits (rightmost digit) of the flags define the PIO
3651.95Stsutsui# mode to use, the next set of four bits the DMA mode and the third set the
3661.95Stsutsui# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
3671.95Stsutsui# to use, and the last bit must be 1 for this setting to be used.
3681.95Stsutsui# For DMA and UDMA, 0xf (1111) means 'disable'.
3691.95Stsutsui# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
3701.95Stsutsui# (0xc=1100, 0xa=1010, 0xf=1111)
3711.95Stsutsui# 0x0000 means "use whatever the drive claims to support".
3721.95Stsutsuiwd*		at atabus? drive ? flags 0x0000
3731.95Stsutsui
3741.95Stsutsui# ATAPI bus support
3751.95Stsutsuiatapibus*	at atapi?
3761.31Ssoda
3771.31Ssoda#### ATAPI bus devices
3781.31Ssoda
3791.31Ssoda# flags have the same meaning as for IDE drives.
3801.31Ssodacd*		at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
3811.31Ssodasd*		at atapibus? drive ? flags 0x0000	# ATAPI disk drives
3821.31Ssodauk*		at atapibus? drive ? flags 0x0000	# ATAPI unknown
3831.33Ssoda
3841.33Ssoda#### Workstation Console attachments
3851.33Ssoda
3861.33Ssodawsdisplay*	at vga?
3871.33Ssodawsdisplay*	at tga?
3881.33Ssodapckbd*		at pckbc?	# PC keyboard (kbd port)
3891.33Ssodawskbd*		at pckbd?
3901.33Ssodapms*		at pckbc?	# PS/2-style mouse (aux port)
3911.33Ssodawsmouse*	at pms?
3921.23Ssoda
3931.27Ssoda#### Pseudo devices
3941.1Sjonathan
3951.98Sjonathanpseudo-device 	crypto			# opencrypto framework
3961.98Sjonathan
3971.27Ssoda# disk/mass storage pseudo-devices
3981.27Ssodapseudo-device	ccd		4	# concatenated/striped disk devices
3991.74Selric#pseudo-device	cgd		4	# cryptographic disk devices
4001.60Sosterpseudo-device	raid		8	# RAIDframe disk driver
4011.60Soster# Options to enable various other RAIDframe RAID types.
4021.81Stsutsui#options 	RF_INCLUDE_EVENODD=1
4031.81Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
4041.81Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
4051.81Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
4061.81Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
4071.81Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
4081.81Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
4091.27Ssodapseudo-device	md		1	# memory disk device (ramdisk)
4101.27Ssodapseudo-device	vnd		4	# disk-like interface to files
4111.27Ssoda
4121.27Ssoda# network pseudo-devices
4131.27Ssodapseudo-device	bpfilter	8	# Berkeley packet filter
4141.27Ssodapseudo-device	ipfilter		# IP filter (firewall) and NAT
4151.27Ssodapseudo-device	loop		1	# network loopback
4161.27Ssodapseudo-device	ppp		2	# Point-to-Point Protocol
4171.59Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
4181.27Ssodapseudo-device	sl		2	# Serial Line IP
4191.27Ssoda#pseudo-device	strip		2	# Starmode Radio IP (Metricom)
4201.27Ssodapseudo-device	tun		2	# network tunneling over tty
4211.108Scubepseudo-device	tap			# virtual Ethernet
4221.23Ssoda#pseudo-device	gre		2	# generic L3 over IP tunnel
4231.20Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
4241.20Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
4251.29Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
4261.40Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
4271.57Satatatpseudo-device	bridge			# simple inter-network bridging
4281.82Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
4291.23Ssoda
4301.27Ssoda# miscellaneous pseudo-devices
4311.39Sjdolecekpseudo-device	pty			# pseudo-terminals
4321.27Ssodapseudo-device	tb		1	# tablet line discipline
4331.27Ssoda#pseudo-device	sequencer	1	# MIDI sequencer
4341.27Ssoda# rnd works; RND_COM does not on port arc yet.
4351.27Ssodapseudo-device	rnd			# /dev/random and in-kernel generator
4361.27Ssoda#options 	RND_COM			# use "com" randomness as well (BROKEN)
4371.69Slukempseudo-device	clockctl		# user control of clock subsystem
4381.27Ssoda
4391.27Ssoda# a pseudo device needed for Coda	# also needs CODA (above)
4401.27Ssoda#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
4411.27Ssoda
4421.27Ssoda# mouse & keyboard multiplexor pseudo-devices
4431.54Saugustss#pseudo-device	wsmux
4441.84Sraggepseudo-device	ksyms			# /dev/ksyms
4451.101Sitojun#pseudo-device	pf			# PF packet filter
4461.101Sitojun#pseudo-device	pflog			# PF log if
447