files revision 1.1129
11.1129Sjmcneill#	$NetBSD: files,v 1.1129 2015/03/28 14:09:58 jmcneill Exp $
21.60Scgd#	@(#)files.newconf	7.5 (Berkeley) 5/10/93
31.60Scgd
41.1121Suebayasiversion 	20141030
51.798Scube
61.565Sthorpej#
71.565Sthorpej# device classes
81.565Sthorpej#
91.565Sthorpejdevclass disk
101.565Sthorpejdevclass tape
111.565Sthorpejdevclass ifnet
121.565Sthorpejdevclass tty
131.876Sjmcneilldevclass audiodev
141.876Sjmcneilldevclass displaydev
151.876Sjmcneilldevclass bus
161.565Sthorpej
171.112Sthorpej# options understood by the machine-independent part of the kernel
181.112Sthorpej# (note, these are case-sensitive)
191.473Slukem#
201.474Slukemdefflag				INSECURE
211.474Slukemdefflag				KMEMSTATS
221.474Slukemdefflag				KTRACE
231.781Skardeldefflag				MBUFTRACE
241.799Smattdefflag				PTRACE
251.799Smattdefflag				COREDUMP
261.1099Sjnemethdefflag	opt_modular.h		MODULAR
271.1099Sjnemethdefflag	opt_modular.h		MODULAR_DEFAULT_AUTOLOAD
281.953Smbalmerdefflag				KEYLOCK
291.799Smatt
301.781Skardeldefparam			DEFCORENAME
311.781Skardeldefparam			HZ
321.474Slukemdefparam			MAXUPRC
331.474Slukemdefparam			RTC_OFFSET
341.494Sjdolecekdefflag	opt_pipe.h		PIPE_SOCKETPAIR PIPE_NODIRECT
351.573Sjunyoung
361.926Saddefflag				AIO
371.926Saddefflag				MQUEUE
381.926Sad
391.733Syamtdefflag				BUFQ_DISKSORT
401.733Syamtdefflag				BUFQ_FCFS
411.698Syamtdefflag				BUFQ_PRIOCSCAN
421.698Syamtdefflag				BUFQ_READPRIO
431.698Syamtdefflag				NEW_BUFQ_STRATEGY	# same as BUFQ_READPRIO
441.524Sthorpej
451.845Syamtdefflag	opt_sched.h		SCHED_4BSD
461.868Srminddefflag	opt_sched.h		SCHED_M2
471.845Syamt
481.616Senamidefparam			SOMAXKVA
491.524Sthorpejdefflag	opt_sock_counters.h	SOSEND_COUNTERS
501.547Sthorpejdefflag	opt_sosend_loan.h	SOSEND_NO_LOAN
511.840Sdyoungdefflag	opt_route.h		RTCACHE_DEBUG RTFLUSH_DEBUG
521.247Sthorpej
531.474Slukemdefflag				MULTIPROCESSOR
541.1125Sozakidefflag				NET_MPSAFE
551.486Satatat
561.486Satatatdefflag	opt_config.h		INCLUDE_CONFIG_FILE INCLUDE_JUST_CONFIG
571.459Senami
581.597Satatatdefparam opt_dump.h		DUMP_ON_PANIC
591.597Satatat
601.474Slukemdefflag	opt_callout.h		CALLWHEEL_STATS
611.250Stron
621.891Smartindefflag				CPU_IN_CKSUM
631.891Smartin
641.976Sdarrandefflag opt_dtrace.h		KDTRACE_HOOKS
651.976Sdarran
661.474Slukemdefflag	opt_sysv.h		SYSVMSG SYSVSEM	SYSVSHM
671.470Slukemdefparam opt_sysvparam.h	SHMMAXPGS SEMMNI SEMMNS SEMUME SEMMNU
681.181Sjonathan
691.1071Skardeldefflag	opt_ntp.h		PPS_SYNC PPS_DEBUG NTP
701.129Sthorpej
711.694Schristosdefflag	opt_ptm.h		NO_DEV_PTM COMPAT_BSDPTY
721.676Schristos
731.707Spetrovdefparam opt_kmempages.h	NKMEMPAGES NKMEMPAGES_MIN NKMEMPAGES_MAX
741.431Sfvdl
751.474Slukemdefflag	opt_revcache.h		NAMECACHE_ENTER_REVERSE
761.189Sscottr
771.1025Sjmcneilldefflag	opt_exec.h		DEBUG_EXEC
781.1025Sjmcneill
791.474Slukemdefflag	opt_execfmt.h		EXEC_AOUT EXEC_COFF EXEC_ECOFF EXEC_ELF32
801.1008Sjoerg				EXEC_ELF64 EXEC_SCRIPT
811.503Sjdolecek				EXEC_ELF_NOTELESS
821.199Sthorpej
831.686Sthorpejdefflag	opt_dkwedge.h		DKWEDGE_AUTODISCOVER
841.691Sthorpej				DKWEDGE_METHOD_BSDLABEL
851.688Sthorpej				DKWEDGE_METHOD_GPT
861.693Sthorpej				DKWEDGE_METHOD_MBR
871.1047Schristos				DKWEDGE_METHOD_APPLE
881.686Sthorpej
891.791Seladdefflag	opt_veriexec.h		VERIFIED_EXEC_FP_SHA1
901.725Schristos				VERIFIED_EXEC_FP_SHA256
911.725Schristos				VERIFIED_EXEC_FP_SHA384
921.725Schristos				VERIFIED_EXEC_FP_SHA512
931.725Schristos				VERIFIED_EXEC_FP_MD5
941.725Schristos				VERIFIED_EXEC_FP_RMD160
951.725Schristos
961.794Sdsl# Per system call number counts and times
971.794Sdsldefflag opt_syscall_stats.h	SYSCALL_STATS
981.1076Sjakllschdefflag opt_syscall_stats.h	SYSCALL_TIMES: SYSCALL_STATS
991.794Sdsl# Assume cpu_hascounter() returns true - to use disabled rdtsc() (for soekris)
1001.1076Sjakllschdefflag opt_syscall_stats.h	SYSCALL_TIMES_HASCOUNTER: SYSCALL_TIMES
1011.794Sdslfile kern/subr_syscall_stats.c	syscall_stats
1021.794Sdsl
1031.774Seladdefparam opt_pax.h		PAX_MPROTECT
1041.817Selad				PAX_SEGVGUARD
1051.879Schristos 				PAX_ASLR
1061.879Schristos 				PAX_ASLR_DELTA_MMAP_LSB
1071.879Schristos 				PAX_ASLR_DELTA_MMAP_LEN
1081.879Schristos 				PAX_ASLR_DELTA_STACK_LSB
1091.879Schristos 				PAX_ASLR_DELTA_STACK_LEN
1101.879Schristos 				PAX_ASLR_DELTA_PROG_LEN
1111.983Schristos				PAX_ASLR_DEBUG
1121.774Selad
1131.789Seladdefflag	opt_fileassoc.h		FILEASSOC
1141.789Selad
1151.803Sdyoungdefflag	opt_gre.h		GRE_DEBUG
1161.803Sdyoung
1171.911Ssimonb# Write Ahead Physical Block Logging
1181.911Ssimonbdefflag opt_wapbl.h		WAPBL WAPBL_DEBUG
1191.911Ssimonbdefparam opt_wapbl.h		WAPBL_DEBUG_PRINT
1201.911Ssimonb
1211.1096Stls# printf entropy source
1221.1096Stlsdefflag opt_rnd_printf.h	RND_PRINTF
1231.1096Stls
1241.1124Sjmcneilldefflag opt_todr.h		TODR_DEBUG
1251.1124Sjmcneill
1261.199Sthorpej# compatibility options
1271.473Slukem#
1281.926Saddefflag opt_compat_netbsd.h	COMPAT_NETBSD
1291.1097Sapbdefflag	opt_compat_netbsd.h	COMPAT_70: COMPAT_NETBSD
1301.1097Sapbdefflag	opt_compat_netbsd.h	COMPAT_60: COMPAT_70, COMPAT_NETBSD
1311.1059Sdrochnerdefflag	opt_compat_netbsd.h	COMPAT_50: COMPAT_60, COMPAT_NETBSD
1321.1044Srminddefflag	opt_compat_netbsd.h	COMPAT_40: COMPAT_50, COMPAT_NETBSD
1331.926Saddefflag	opt_compat_netbsd.h	COMPAT_30: COMPAT_40, COMPAT_NETBSD
1341.926Saddefflag	opt_compat_netbsd.h	COMPAT_20: COMPAT_30, COMPAT_NETBSD
1351.926Saddefflag	opt_compat_netbsd.h	COMPAT_16: COMPAT_20, COMPAT_NETBSD
1361.926Saddefflag	opt_compat_netbsd.h	COMPAT_15: COMPAT_16, COMPAT_NETBSD
1371.926Saddefflag	opt_compat_netbsd.h	COMPAT_14: COMPAT_15, COMPAT_NETBSD
1381.926Saddefflag	opt_compat_netbsd.h	COMPAT_13: COMPAT_14, COMPAT_NETBSD
1391.926Saddefflag	opt_compat_netbsd.h	COMPAT_12: COMPAT_13, COMPAT_NETBSD
1401.926Saddefflag	opt_compat_netbsd.h	COMPAT_11: COMPAT_12, COMPAT_NETBSD
1411.926Saddefflag	opt_compat_netbsd.h	COMPAT_10: COMPAT_11, COMPAT_NETBSD
1421.926Saddefflag	opt_compat_netbsd.h	COMPAT_09: COMPAT_10, COMPAT_NETBSD
1431.589Schristosdefflag				COMPAT_OSSAUDIO
1441.786Smartindefflag				COMPAT_FREEBSD: COMPAT_30
1451.474Slukemdefflag				COMPAT_IBCS2
1461.938Schristosdefflag				COMPAT_LINUX: COMPAT_16
1471.992Schsdefflag				COMPAT_LINUX32 : COMPAT_LINUX
1481.474Slukemdefflag				COMPAT_OSF1
1491.787Smartindefflag				COMPAT_SUNOS: COMPAT_30
1501.474Slukemdefflag	opt_compat_svr4.h	COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2
1511.937Shedefflag				COMPAT_ULTRIX: COMPAT_50
1521.474Slukemdefflag				COMPAT_NETBSD32
1531.852Shedefflag				COMPAT_AOUT_M68K: COMPAT_40
1541.474Slukemdefflag				COMPAT_M68K4K
1551.474Slukemdefflag				COMPAT_VAX1K
1561.474Slukemdefflag				COMPAT_43
1571.633Smattdefflag	opt_compat_netbsd.h	COMPAT_NOMID
1581.221Sjonathan
1591.1109Suebayasidefine	machdep
1601.1109Suebayasidefflag	opt_machdep.h		MACHDEP
1611.1109Suebayasi
1621.473Slukem#
1631.570Sthorpej# Cryptography support.  Include this early, since several things
1641.570Sthorpej# use it.
1651.624Sjonathan
1661.624Sjonathan# Individual crypto transforms
1671.570Sthorpejinclude "crypto/arc4/files.arc4"
1681.570Sthorpejinclude "crypto/des/files.des"
1691.570Sthorpejinclude "crypto/blowfish/files.blowfish"
1701.570Sthorpejinclude "crypto/cast128/files.cast128"
1711.570Sthorpejinclude "crypto/rijndael/files.rijndael"
1721.644Stlsinclude "crypto/skipjack/files.skipjack"
1731.1011Sdrochnerinclude "crypto/camellia/files.camellia"
1741.626Sthorpej# General-purpose crypto processing framework.
1751.626Sthorpejinclude "opencrypto/files.opencrypto"
1761.626Sthorpej
1771.1032Stls# NIST SP800.90 CTR DRBG
1781.1032Stlsinclude "crypto/nist_ctr_drbg/files.nist_ctr_drbg"
1791.1032Stls
1801.1096Stls# ChaCha-based fast PRNG
1811.1096Stlsinclude "crypto/cprng_fast/files.cprng_fast"
1821.1096Stls
1831.570Sthorpej#
1841.1014Smrg# Kernel history/tracing. Old UVMHIST depends upon this.
1851.1014Smrg#
1861.1014Smrgdefflag opt_kernhist.h			KERNHIST KERNHIST_PRINT
1871.1083Smattdefparam opt_kernhist.h			KERNHIST_DELAY
1881.1014Smrgfile	kern/kern_history.c		kernhist
1891.1014Smrg
1901.1014Smrg#
1911.618Sthorpej# System monitoring framework
1921.618Sthorpej#
1931.618Sthorpejinclude "dev/sysmon/files.sysmon"
1941.618Sthorpej
1951.618Sthorpej#
1961.563Sthorpej# Networking protocols
1971.563Sthorpej#
1981.971Spooka
1991.971Spooka# Attribute used by various things that need BPF's virtual machine
2001.971Spooka#
2011.971Spookadefine	bpf_filter
2021.971Spookadefparam opt_bpf.h	BPF_BUFSIZE
2031.971Spooka
2041.1123Suebayasidefflag	opt_bpf.h	BPFJIT
2051.1060Salnsn
2061.1060Salnsnfile	net/bpfjit.c	sljit & bpfjit
2071.1060Salnsn
2081.743Sthorpejinclude "net80211/files.net80211"
2091.563Sthorpejinclude "netatalk/files.netatalk"
2101.782Sgdamoreinclude "netbt/files.netbt"
2111.565Sthorpejinclude "netinet/files.netinet"
2121.565Sthorpejinclude "netinet6/files.netinet6"
2131.632Sitojuninclude "netipsec/files.netipsec"
2141.991Skefreninclude "netmpls/files.netmpls"
2151.567Sthorpejinclude "netnatm/files.netnatm"
2161.600Sjdolecekinclude "netsmb/files.netsmb"
2171.994Srmind
2181.994Srmindinclude "net/npf/files.npf"
2191.994Srmindinclude "netinet/files.ipfilter"
2201.677Sitojuninclude "net/files.pf"
2211.563Sthorpej
2221.795Smattobsolete defflag		CCITT		# obsolete
2231.795Smattobsolete defflag		HDLC		# obsolete
2241.795Smattobsolete defflag		LLC		# obsolete
2251.795Smattobsolete defflag opt_ns.h	NS NSIP		# obsolete
2261.795Smattobsolete defflag		IPX		# obsolete
2271.939Sjymobsolete defparam opt_md.h	MEMORY_RBFLAGS	# superseded by
2281.939Sjym						# MEMORY_DISK_RBFLAGS
2291.939Sjym
2301.603Sperseantdefflag	opt_bridge_ipf.h	BRIDGE_IPF	# bridge(4) use inet_pfil_hooks
2311.474Slukemdefflag	opt_ppp.h		PPP_DEFLATE PPP_BSDCOMP PPP_FILTER
2321.474Slukem						# Include deflate or bsd
2331.474Slukem						# compression, enable pppd
2341.474Slukem						# packet filtering support
2351.793Spaveldefflag opt_pppoe.h		PPPOE_SERVER PPPOE_TERM_UNKNOWN_SESSIONS
2361.189Sscottr
2371.189Sscottr# networking options
2381.473Slukem#
2391.474Slukemdefflag				GATEWAY
2401.748Syamtdefparam opt_nmbclusters.h	NMBCLUSTERS
2411.474Slukemdefparam			SB_MAX
2421.171Smrg
2431.189Sscottr# file system options
2441.473Slukem#
2451.1004Sbouyerdefflag	opt_quota.h		QUOTA QUOTA2		# XXX files.ufs?
2461.685Sthorpejdefflag				VNODE_LOCKDEBUG
2471.759Schsdefflag				MAGICLINKS
2481.353Soster
2491.276Sscottr# buffer cache size options
2501.473Slukem#
2511.474Slukemdefparam opt_bufcache.h		BUFCACHE BUFPAGES
2521.276Sscottr
2531.449Sgmcgarry# userconf
2541.473Slukem#
2551.474Slukemdefflag				USERCONF
2561.449Sgmcgarry
2571.663Satatat# sysctl related
2581.663Satatat#
2591.663Satatatdefflag opt_sysctl.h		SYSCTL_DISALLOW_CREATE SYSCTL_DISALLOW_KWRITE
2601.663Satatat				SYSCTL_DEBUG_SETUP SYSCTL_DEBUG_CREATE
2611.665Satatat				SYSCTL_INCLUDE_DESCR
2621.663Satatat
2631.473Slukem#
2641.289Slukem# Not entirely MI, but present on multiple arch's
2651.473Slukem#
2661.289Slukem
2671.276Sscottr# PC-style MBR handling
2681.473Slukem#
2691.474Slukemdefflag	opt_mbr.h		COMPAT_386BSD_MBRPART
2701.209Sjonathan
2711.745Sthorpej#
2721.209Sjonathan# debugging options
2731.473Slukem#
2741.745Sthorpejinclude "ddb/files.ddb"		# in-kernel dynamic debugger
2751.745Sthorpej
2761.474Slukemdefflag	opt_kgdb.h		KGDB
2771.613Smartindefparam opt_kgdb.h		KGDB_DEV KGDB_DEVNAME KGDB_DEVPORT
2781.474Slukem				KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
2791.474Slukemdefflag				LOCKDEBUG
2801.474Slukemdefflag				SYSCALL_DEBUG
2811.540Syamtdefflag	opt_kstack.h		KSTACK_CHECK_MAGIC
2821.271Sjonathan
2831.271Sjonathan# memory (ram) disk options
2841.473Slukem#
2851.474Slukemdefflag	opt_md.h		MEMORY_DISK_HOOKS MEMORY_DISK_IS_ROOT
2861.474Slukem				MEMORY_DISK_DYNAMIC
2871.851Sdsldefparam opt_md.h		MEMORY_DISK_SERVER=1 MEMORY_DISK_ROOT_SIZE
2881.939Sjym				MEMORY_DISK_RBFLAGS
2891.159Sdrochner
2901.842Smanudefflag opt_tftproot.h		TFTPROOT TFTPROOT_DEBUG
2911.842Smanu
2921.543Sbriggs# Support for hardware performance monitoring counters
2931.543Sbriggs#
2941.543Sbriggsdefflag	opt_perfctrs.h		PERFCTRS
2951.636Sjdolecek
2961.936Schristosdefflag	opt_wlan.h		WLAN
2971.936Schristos
2981.819Swiz# Machine-independent device majors assignements
2991.640Sjdolecekinclude "conf/majors"
3001.543Sbriggs
3011.60Scgd# generic attributes
3021.473Slukem#
3031.915Sjmcneilldefine	videobus	{ }
3041.638Sbouyerdefine	ata	        {[channel = -1]}
3051.674Sthorpejdefine	sata
3061.947Sjakllschdefine	sata_fis
3071.1054Sbouyerdefine	sata_pmp
3081.558Sthorpejdefine	scsi_core
3091.558Sthorpejdefine	scsi		{[channel = -1]}: scsi_core
3101.638Sbouyerdefine	ata_hl		{[drive = -1]}
3111.637Sbouyerdefine	atapi		{ }
3121.489Sdrochnerdefine	radiodev	{ }
3131.614Sgmcgarrydefine	gpibdev		{[address = -1]}
3141.734Sjmcneilldefine	gpiobus		{ }
3151.769Srizdefine	onewirebus	{ }
3161.659Sbjh21define 	pckbport	{[slot = -1]}
3171.659Sbjh21define	pckbport_machdep_cnattach
3181.754Sthorpejdefine	firmload
3191.67Scgd
3201.1114Suebayasiinclude "dev/files.audio"
3211.650Sbjh21
3221.1129Sjmcneill# High definition audio
3231.1129Sjmcneillinclude "dev/hdaudio/files.hdaudio"
3241.1129Sjmcneill
3251.1105Schristos# Base verbose vendor/product printing support
3261.1105Schristosfile	dev/dev_verbose.c
3271.1105Schristos
3281.915Sjmcneill# video devices, attaches to video hardware driver
3291.915Sjmcneill#
3301.915Sjmcneilldevice	video
3311.915Sjmcneillattach	video at videobus
3321.915Sjmcneill
3331.1024Sjmcneill# DTV subsystem
3341.1024Sjmcneill#
3351.1024Sjmcneillinclude "dev/dtv/files.dtv"
3361.1024Sjmcneill
3371.922Spgoyette# National Semiconductor LM7[89]
3381.922Spgoyette#
3391.922Spgoyette# (included here so files.i2c can define an attachment)
3401.922Spgoyette
3411.922Spgoyettedevice	lm: sysmon_envsys
3421.922Spgoyettefile	dev/ic/nslm7x.c			lm			needs-flag
3431.922Spgoyette
3441.984Spgoyette# JEDEC standard SPD EPROM
3451.984Spgoyette#
3461.984Spgoyette# (included here so files.i2c can define an attachment)
3471.984Spgoyette
3481.984Spgoyettedevice	spdmem
3491.984Spgoyettefile	dev/ic/spdmem.c			spdmem
3501.984Spgoyette
3511.635Sthorpej# I2C device support
3521.635Sthorpejinclude "dev/i2c/files.i2c"
3531.635Sthorpej
3541.813Sgdamore# SPI device support
3551.813Sgdamoreinclude "dev/spi/files.spi"
3561.813Sgdamore
3571.559Sthorpej# IR device support
3581.559Sthorpejinclude	"dev/ir/files.ir"
3591.559Sthorpej
3601.651Sjdolecek# Parallel Port Bus support
3611.651Sjdolecekinclude "dev/ppbus/files.ppbus"
3621.651Sjdolecek
3631.363Sthorpej# raster operations attributes
3641.473Slukem#
3651.426Slukemdefine	rasops1
3661.426Slukemdefine	rasops2
3671.426Slukemdefine	rasops4
3681.426Slukemdefine	rasops8
3691.426Slukemdefine	rasops15
3701.426Slukemdefine	rasops16
3711.426Slukemdefine	rasops24
3721.426Slukemdefine	rasops32
3731.829Soberdefine	rasops_rotation
3741.60Scgd
3751.997Sjmcneill# image decoding support
3761.997Sjmcneillinclude "dev/stbi/files.stbi"
3771.997Sjmcneill
3781.760Sjmcneill# splash screen support
3791.760Sjmcneillinclude "dev/splash/files.splash"
3801.760Sjmcneill
3811.768Sgdamore# videomode support
3821.768Sgdamoreinclude "dev/videomode/files.videomode"
3831.768Sgdamore
3841.67Scgd# net device attributes - we have generic code for arc(net), ether(net),
3851.457Sbjh21# fddi, token ring, atm and eco(net).
3861.473Slukem#
3871.874Scubedefine	arcnet
3881.88Schuckdefine	atm
3891.457Sbjh21define	eco
3901.60Scgddefine	ether
3911.67Scgddefine	fddi
3921.185Skmldefine	hippi
3931.399Sonoedefine	ieee1394
3941.282Sbaddefine	token
3951.284Sexplorerdefine	sppp
3961.1032Stlsdefine	wlan
3971.294Sitojundefine	crypto
3981.100Sws
3991.1039Schristos# TPM
4001.1039Schristosdevice	tpm
4011.1039Schristosfile	dev/ic/tpm.c			tpm			needs-flag
4021.1039Schristos
4031.119Sis# devices ARPing IPv4 pull this in:
4041.473Slukem#
4051.119Sisdefine	arp
4061.119Sis
4071.515Sthorpej#
4081.515Sthorpej# ALTQ network traffic shaping subsystem
4091.515Sthorpej#
4101.515Sthorpejinclude "altq/files.altq"
4111.515Sthorpej
4121.473Slukem#
4131.560Sthorpej# IPKDB kernel debugger
4141.473Slukem#
4151.560Sthorpejinclude "ipkdb/files.ipkdb"
4161.102Sws
4171.404Sad# Logical disk
4181.473Slukem#
4191.404Saddevice	ld: disk
4201.426Slukemfile	dev/ld.c			ld			needs-flag
4211.513Sthorpej
4221.513Sthorpej#
4231.513Sthorpej# MII/PHY support for network devices
4241.513Sthorpej#
4251.513Sthorpejinclude "dev/mii/files.mii"
4261.375Sthorpej
4271.473Slukem#
4281.512Sthorpej# RAIDframe
4291.512Sthorpej#
4301.512Sthorpejinclude "dev/raidframe/files.raidframe"
4311.639Sgrog
4321.639Sgrog#
4331.542Sthorpej# Hardware-assisted data mover API
4341.542Sthorpej#
4351.542Sthorpejinclude "dev/dmover/files.dmover"
4361.512Sthorpej
4371.512Sthorpej#
4381.83Sthorpej# "Chipset" drivers.  These are the bus-independent routines which
4391.83Sthorpej# contain the cfdrivers.  Attachments are provided by files.<bus>
4401.473Slukem#
4411.145Schristos
4421.145Schristos# Adaptec AIC-6[32]60 ICs
4431.473Slukem#
4441.173Sthorpejdevice	aic: scsi
4451.145Schristosfile	dev/ic/aic6360.c		aic
4461.346Sthorpej
4471.346Sthorpej# SMC 93Cx6 Serial EEPROM devices
4481.473Slukem#
4491.346Sthorpejdefine	smc93cx6
4501.346Sthorpejfile	dev/ic/smc93cx6.c		smc93cx6
4511.83Sthorpej
4521.86Smycroft# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
4531.473Slukem#
4541.474Slukemdefparam opt_ahc.h		AHC_DEBUG
4551.474Slukemdefflag	opt_ahc.h		AHC_NO_TAGS
4561.173Sthorpejdevice	ahc: scsi
4571.345Sthorpejdefine	ahc_seeprom
4581.354Sfvdldefine	ahc_aic77xx
4591.142Senamifile	dev/ic/aic7xxx.c		ahc
4601.609Sfvdlfile	dev/ic/aic7xxx_osm.c		ahc
4611.345Sthorpejfile	dev/ic/aic7xxx_seeprom.c	ahc_seeprom
4621.354Sfvdlfile	dev/ic/aic77xx.c		ahc_aic77xx
4631.609Sfvdl
4641.609Sfvdl# Adaptec aic79xx SCSI controllers
4651.609Sfvdldefflag	opt_ahd.h		AHD_DEBUG
4661.609Sfvdldevice	ahd: scsi
4671.609Sfvdlfile	dev/ic/aic79xx.c		ahd
4681.609Sfvdlfile	dev/ic/aic79xx_osm.c		ahd
4691.318Sad
4701.318Sad# DPT EATA SCSI controllers
4711.473Slukem#
4721.318Saddevice	dpt: scsi
4731.318Sadfile	dev/ic/dpt.c			dpt
4741.355Sad
4751.355Sad# Compaq Smart ARRAY controllers
4761.473Slukem#
4771.355Saddevice	cac {unit = -1}
4781.355Sadfile	dev/ic/cac.c			cac
4791.355Sad
4801.404Sadattach	ld at cac with ld_cac
4811.404Sadfile	dev/ic/ld_cac.c			ld_cac
4821.419Sad
4831.764She# HP/Compaq Command Interface for SCSI-3 Support
4841.764She#
4851.764Shedevice ciss: scsi
4861.764Shefile	dev/ic/ciss.c			ciss
4871.764She
4881.419Sad# Mylex DAC960 RAID controllers
4891.473Slukem#
4901.419Saddevice	mlx {unit = -1}
4911.419Sadfile	dev/ic/mlx.c			mlx			needs-flag
4921.419Sad
4931.419Sadattach	ld at mlx with ld_mlx
4941.419Sadfile	dev/ic/ld_mlx.c			ld_mlx
4951.521Sad
4961.521Sad# ICP-Vortex/Intel RAID controllers
4971.521Sad#
4981.521Saddevice	icp {unit = -1}
4991.521Sadfile	dev/ic/icp.c			icp			needs-flag
5001.611Sthorpejfile	dev/ic/icp_ioctl.c		icp
5011.521Sad
5021.521Sadattach	ld at icp with ld_icp
5031.521Sadfile	dev/ic/ld_icp.c			ld_icp
5041.521Sad
5051.521Saddevice	icpsp: scsi
5061.521Sadfile	dev/ic/icpsp.c			icpsp
5071.521Sadattach	icpsp at icp
5081.523Sad
5091.523Sad# Adaptec FSA RAID controllers
5101.523Sad#
5111.523Saddevice	aac {unit = -1}
5121.523Sadfile	dev/ic/aac.c			aac
5131.523Sad
5141.523Sadattach	ld at aac with ld_aac
5151.523Sadfile	dev/ic/ld_aac.c			ld_aac
5161.238Sdante
5171.238Sdante# AdvanSys 1200A, 1200B and ULTRA SCSI controllers
5181.473Slukem#
5191.238Sdantedevice	adv: scsi
5201.238Sdantefile	dev/ic/adv.c			adv
5211.428Sthorpejfile	dev/ic/advlib.c			adv
5221.428Sthorpejfile	dev/ic/advmcode.c		adv
5231.248Sdante
5241.248Sdante# AdvanSys ULTRA WIDE SCSI controllers
5251.473Slukem#
5261.248Sdantedevice	adw: scsi
5271.248Sdantefile	dev/ic/adw.c			adw
5281.194Sjonathan
5291.130Sjonathan# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
5301.130Sjonathan# (Must be declared before AHA to ensure bha probes before aha.
5311.130Sjonathan#  Probing AHA first configures bhas as aha, via their AHA
5321.130Sjonathan#  hardware-compatibility mode.)
5331.473Slukem#
5341.173Sthorpejdevice	bha: scsi
5351.142Senamifile	dev/ic/bha.c			bha
5361.130Sjonathan
5371.113Smycroft# Adaptec AHA-154x and AHA-164x controllers
5381.130Sjonathan# (must be after bha, see above)
5391.473Slukem#
5401.173Sthorpejdevice	aha: scsi
5411.142Senamifile	dev/ic/aha.c			aha
5421.445Stsutsui
5431.445Stsutsui# Initio INIC-940/950 SCSI controllers
5441.473Slukem#
5451.445Stsutsuidevice	iha: scsi
5461.445Stsutsuifile	dev/ic/iha.c			iha
5471.118Scgd
5481.118Scgd# Qlogic ISP 10x0 SCSI Controllers
5491.473Slukem#
5501.474Slukemdefflag	opt_isp.h		ISP_DISABLE_1020_SUPPORT
5511.474Slukem				ISP_DISABLE_1080_SUPPORT
5521.474Slukem				ISP_DISABLE_2100_SUPPORT
5531.474Slukem				ISP_DISABLE_2200_SUPPORT
5541.846Smjacob				ISP_DISABLE_2300_SUPPORT
5551.894Smjacob				ISP_DISABLE_2322_SUPPORT
5561.846Smjacob				ISP_DISABLE_2400_SUPPORT
5571.846Smjacob				ISP_DISABLE_FW
5581.846Smjacob				ISP_TARGET_MODE
5591.474Slukemdefparam opt_isp.h		ISP_LOGDEFAULT
5601.894Smjacob				ISP_VPORTS
5611.173Sthorpejdevice	isp: scsi
5621.142Senamifile	dev/ic/isp.c			isp
5631.846Smjacobfile	dev/ic/isp_library.c		isp
5641.223Smjacobfile	dev/ic/isp_netbsd.c		isp
5651.711Sdrochnerfile	dev/ic/isp_target.c		isp & isp_target_mode
5661.821Sbouyer# LSILogic MegaRAID SAS
5671.821Sbouyer#
5681.821Sbouyerdevice	mfi: scsi
5691.821Sbouyerfile	dev/ic/mfi.c			mfi
5701.821Sbouyer
5711.528Smatt# LSILogic Fusion-MPT I/O Processor SCSI/FC Controllers
5721.528Smatt#
5731.608Sthorpejdevice	mpt: scsi
5741.608Sthorpejfile	dev/ic/mpt.c			mpt
5751.608Sthorpejfile	dev/ic/mpt_debug.c		mpt
5761.608Sthorpejfile	dev/ic/mpt_netbsd.c		mpt
5771.605Stsutsui
5781.682Sitohy# Workbit NinjaSCSI-32 controllers
5791.682Sitohydevice	njs: scsi
5801.682Sitohyfile	dev/ic/ninjascsi32.c		njs
5811.682Sitohy
5821.605Stsutsui# Symbios/NCR 53c700 SCSI controllers
5831.605Stsutsuidevice	oosiop: scsi
5841.605Stsutsuifile	dev/ic/oosiop.c			oosiop
5851.436Stsutsui
5861.436Stsutsui# Symbios/NCR 53c710 SCSI controllers
5871.473Slukem#
5881.436Stsutsuidevice	osiop: scsi
5891.436Stsutsuifile	dev/ic/osiop.c			osiop
5901.364Sbouyer
5911.368Sbouyer# common stuff for siop and esiop
5921.473Slukem#
5931.426Slukemdefine	siop_common
5941.426Slukemfile	dev/ic/siop_common.c		siop_common
5951.368Sbouyer
5961.364Sbouyer# Symbios/NCR 53c720/53c8xx SCSI controllers
5971.473Slukem#
5981.426Slukemdevice	siop: scsi,siop_common
5991.898Sskrllfile	dev/ic/siop.c			siop & (siop_pci | siop_gedoens)
6001.517Sbouyerdefflag	opt_siop.h			SIOP_SYMLED
6011.518Sbouyer
6021.518Sbouyerdevice	esiop: scsi,siop_common
6031.518Sbouyerfile	dev/ic/esiop.c			esiop
6041.94Smycroft
6051.94Smycroft# UltraStor SCSI controllers
6061.473Slukem#
6071.173Sthorpejdevice	uha: scsi
6081.142Senamifile	dev/ic/uha.c			uha
6091.409Sonoe
6101.878Sgarbled# 3Com common probe code
6111.878Sgarbleddefine  elink
6121.878Sgarbledfile    dev/isa/elink.c                 elink
6131.878Sgarbled
6141.409Sonoe# Aironet PC4500/PC4800
6151.473Slukem#
6161.653Stsarnadevice	an: arp, wlan, ifnet
6171.409Sonoefile	dev/ic/an.c			an
6181.86Smycroft
6191.376Sonoe# AMD 79c930-based 802.11 cards
6201.473Slukem#
6211.376Sonoedevice	awi: arp, wlan, ifnet
6221.376Sonoefile	dev/ic/awi.c			awi
6231.376Sonoefile	dev/ic/am79c930.c		awi
6241.438Sichiro
6251.438Sichiro# Lucent & Intersil WaveLan IEEE (802.11)
6261.473Slukem#
6271.656Sjunyoungdevice	wi: arp, wlan, ifnet
6281.438Sichirofile	dev/ic/wi.c			wi
6291.617Sdyoung
6301.930Salc# Atheros HAL
6311.930Salc#
6321.930Salcinclude "external/isc/atheros_hal/conf/files.ath_hal"
6331.930Salc
6341.641Sdyoung# Atheros 5210/5211/5212 multi-mode 802.11
6351.641Sdyoung#
6361.656Sjunyoungdevice	ath: arp, wlan, ifnet
6371.1066Schristosfile	dev/ic/ath.c			ath
6381.1066Schristosfile	dev/ic/ath_netbsd.c		ath
6391.1066Schristosfile	dev/ic/athrate-sample.c		ath
6401.641Sdyoung
6411.617Sdyoung# ADMtek ADM8211 802.11
6421.617Sdyoung#
6431.656Sjunyoungdevice	atw: arp, wlan, ifnet, smc93cx6
6441.617Sdyoungfile	dev/ic/atw.c			atw
6451.376Sonoe
6461.687Sdyoung# Realtek RTL8180 802.11
6471.687Sdyoung#
6481.687Sdyoungdevice rtw: arp, wlan, ifnet, smc93cx6
6491.687Sdyoungfile	dev/ic/rtw.c			rtw
6501.687Sdyoungfile	dev/ic/rtwphy.c			rtw
6511.687Sdyoungfile	dev/ic/rtwphyio.c		rtw
6521.687Sdyoung
6531.780Srpaulo# Ralink RT2500/RT2600 802.11
6541.779Smartindevice	ral: arp, ether, ifnet, wlan, firmload
6551.778Sdogcowfile	dev/ic/rt2560.c			ral
6561.778Sdogcowfile	dev/ic/rt2661.c			ral
6571.722Sdrochner
6581.1053Sdegroote# Marvell Libertas Open
6591.1053Sdegrootedevice  malo: arp, ether, ifnet, wlan, firmload
6601.1053Sdegrootefile    dev/ic/malo.c           malo
6611.1053Sdegroote
6621.83Sthorpej# 3Com Etherlink-III Ethernet controller
6631.473Slukem#
6641.333Sthorpejdevice	ep: arp, ether, ifnet, mii, mii_bitbang
6651.142Senamifile	dev/ic/elink3.c			ep
6661.253Sfvdl
6671.253Sfvdl# 3Com EtherLink XL Controller
6681.473Slukem#
6691.331Sthorpejdevice	ex: arp, ether, ifnet, mii, mii_bitbang
6701.253Sfvdlfile	dev/ic/elinkxl.c		ex
6711.131Smatt
6721.131Smatt# DEC EtherWORKS III (LEMAC) Ethernet controllers
6731.473Slukem#
6741.173Sthorpejdevice	lc: arp, ether, ifnet
6751.142Senamifile	dev/ic/lemac.c			lc
6761.84Smycroft
6771.84Smycroft# LANCE and PCnet Ethernet controllers
6781.473Slukem#
6791.173Sthorpejdevice	le: arp, ether, ifnet
6801.426Slukemdefine	le24
6811.426Slukemdefine	le32
6821.227Sexplorerfile	dev/ic/am7990.c			le24
6831.225Sdrochnerfile	dev/ic/am79900.c		le32
6841.225Sdrochnerfile	dev/ic/lance.c			le24 | le32
6851.383Sthorpej
6861.383Sthorpej# DEC DEPCA-family of LANCE Ethernet controllers
6871.473Slukem#
6881.383Sthorpejdevice	depca { }: le24
6891.383Sthorpejfile	dev/ic/depca.c			depca
6901.383Sthorpejattach	le at depca with le_depca
6911.122Sscottr
6921.290Smrg# Sun HME Ethernet controllers
6931.473Slukem#
6941.293Spkdevice	hme: arp, ether, ifnet, mii
6951.293Spkfile	dev/ic/hme.c			hme
6961.461Seeh
6971.461Seeh# Sun GEM Ethernet controllers
6981.473Slukem#
6991.461Seehdevice	gem: arp, ether, ifnet, mii
7001.461Seehfile	dev/ic/gem.c			gem
7011.290Smrg
7021.1103Smartin# Synopsis Designware GMAC core, as found on allwinner a20
7031.1103Smartin# and other SoCs
7041.1103Smartindevice	awge: arp, ether, ifnet, mii
7051.1103Smartinfile	dev/ic/dwc_gmac.c		awge
7061.1103Smartin
7071.122Sscottr# 8390-family Ethernet controllers
7081.473Slukem#
7091.569Sthorpejdefflag	opt_ipkdb.h		IPKDB_DP8390
7101.122Sscottrdefine	dp8390nic
7111.569Sthorpejfile	dev/ic/dp8390.c			dp8390nic | ipkdb_dp8390
7121.485Sbjh21
7131.485Sbjh21# National Semiconductor DP83905 AT/LANTIC Ethernet media support
7141.485Sbjh21#
7151.485Sbjh21define	dp83905
7161.485Sbjh21file	dev/ic/dp83905.c		dp83905
7171.484Sbjh21
7181.484Sbjh21# Macronix MX98905 Ethernet controller
7191.484Sbjh21# (use as an attribute for an "ne" bus attachment)
7201.484Sbjh21#
7211.484Sbjh21define	mx98905
7221.484Sbjh21file	dev/ic/mx98905.c		mx98905
7231.77Scgd
7241.282Sbad# TROPIC Token-Ring controller
7251.473Slukem#
7261.282Sbaddevice	tr: arp, token, ifnet
7271.282Sbadfile	dev/ic/tropic.c			tr
7281.282Sbad
7291.91Scgd# NCR 5380 SCSI Bus Controller
7301.473Slukem#
7311.91Scgddefine	ncr5380sbc
7321.142Senamifile	dev/ic/ncr5380sbc.c		ncr5380sbc
7331.356Spkdevice	nca: scsi, ncr5380sbc
7341.91Scgd
7351.434Sfredette# Sun sc PAL SCSI Bus Controller
7361.473Slukem#
7371.434Sfredettedefine	sunscpal
7381.434Sfredettefile	dev/ic/sunscpal.c		sunscpal
7391.434Sfredettedevice	ssc: scsi, sunscpal
7401.434Sfredette
7411.91Scgd# DEC FDDI Chipset
7421.473Slukem#
7431.91Scgddefine	pdq
7441.142Senamifile	dev/ic/pdq.c			pdq
7451.142Senamifile	dev/ic/pdq_ifsubr.c		pdq
7461.98Schristos
7471.474Slukem# Cyclades Cyclom-8/16/32
7481.473Slukem#
7491.173Sthorpejdevice	cy: tty
7501.142Senamifile	dev/ic/cy.c			cy			needs-flag
7511.103Sthorpej
7521.103Sthorpej# Efficient Networks, Inc. ATM interface
7531.473Slukem#
7541.173Sthorpejdevice	en: atm, ifnet
7551.142Senamifile	dev/ic/midway.c			en
7561.117Sthorpej
7571.117Sthorpej# NCR 53x9x or Emulex ESP SCSI Controller
7581.473Slukem#
7591.117Sthorpejdefine	ncr53c9x
7601.359Smycroftdevice	esp: scsi, ncr53c9x
7611.142Senamifile	dev/ic/ncr53c9x.c		ncr53c9x
7621.227Sexplorer
7631.679Smycroft# Fujitsu MB87030/MB89352 SCSI Protocol Controller
7641.679Smycroftdevice	spc: scsi
7651.679Smycroftfile	dev/ic/mb89352.c		spc
7661.679Smycroft
7671.796Sbjh21# Western Digital WD33C93/WD33C93A SCSI Bus Interface Controller
7681.796Sbjh21define	wd33c93
7691.796Sbjh21file	dev/ic/wd33c93.c		wd33c93
7701.796Sbjh21
7711.590Ssoren# Hitachi HD44780 LCD panel controller
7721.590Ssorendefine	hd44780
7731.590Ssorenfile	dev/ic/hd44780_subr.c		hd44780
7741.590Ssorenfile	dev/ic/lcdkp_subr.c		hd44780
7751.590Ssoren
7761.710Sjoff# Matrix keypad
7771.710Sjoffdefine	matrixkp
7781.710Sjofffile	dev/ic/matrixkp_subr.c		matrixkp
7791.710Sjoff
7801.227Sexplorer# Hitachi HD64570 serial controller
7811.473Slukem#
7821.359Smycroftdefine	hd64570
7831.227Sexplorerfile	dev/ic/hd64570.c		hd64570
7841.339Schopps
7851.339Schopps# Riscom/N2 ISA/PCI Sync Serial Controller
7861.473Slukem#
7871.339Schoppsdevice	ntwoc: ifnet, hd64570
7881.128Spk
7891.128Spk# Intel 82586 Ethernet Controller
7901.473Slukem#
7911.128Spkdefine	i82586
7921.142Senamifile	dev/ic/i82586.c			i82586
7931.291Sthorpej
7941.658Sjkunz# Intel 82596 Ethernet Controller
7951.658Sjkunz#
7961.658Sjkunzdefine	i82596
7971.658Sjkunzfile	dev/ic/i82596.c			i82596
7981.658Sjkunz
7991.291Sthorpej# Intel 82557/82558/82559 Ethernet Controller
8001.473Slukem#
8011.291Sthorpejdevice	fxp: ether, ifnet, arp, mii
8021.291Sthorpejfile	dev/ic/i82557.c			fxp
8031.389Sbjh21
8041.389Sbjh21# SEEQ 8005 Advanced Ethernet Data Link Controller
8051.473Slukem#
8061.389Sbjh21define	seeq8005
8071.389Sbjh21file	dev/ic/seeq8005.c		seeq8005
8081.137Sthorpej
8091.137Sthorpej# SMC 91Cxx Ethernet Controller
8101.473Slukem#
8111.379Sbriggsdevice	sm: arp, ether, ifnet, mii, mii_bitbang
8121.142Senamifile	dev/ic/smc91cxx.c		sm
8131.188Sthorpej
8141.188Sthorpej# SMC 83C170 EPIC/100 Fast Ethernet Controller
8151.473Slukem#
8161.230Sthorpejdevice	epic: arp, ether, ifnet, mii
8171.188Sthorpejfile	dev/ic/smc83c170.c		epic
8181.309Sragge
8191.309Sragge# DEC SGEC Second Generation Ethernet Controller
8201.473Slukem#
8211.309Sraggedefine	sgec
8221.309Sraggefile	dev/ic/sgec.c			sgec
8231.177Senami
8241.715Sjdolecek# MB86950 Ethernet Controller
8251.715Sjdolecek#
8261.715Sjdolecekdefine	mb86950
8271.715Sjdolecekfile	dev/ic/mb86950.c		mb86950
8281.715Sjdolecek
8291.177Senami# MB8696x Ethernet Controller
8301.473Slukem#
8311.177Senamidefine	mb86960
8321.177Senamifile	dev/ic/mb86960.c		mb86960
8331.177Senami
8341.177Senami# Generic MB8696x Ethernet Controller driver
8351.473Slukem#
8361.177Senamidevice	mbe: arp, ether, ifnet, mb86960
8371.146Saugustss
8381.146Saugustss# Interwave Am78C201 audio driver
8391.473Slukem#
8401.146Saugustssdefine	interwave
8411.146Saugustssfile	dev/ic/interwave.c		interwave
8421.154Sis
8431.154Sis# TMS 320av110 MPEG2/audio driver
8441.473Slukem#
8451.154Sisdefine	tms320av110
8461.154Sisfile	dev/ic/tms320av110.c		tms320av110
8471.152Sthorpej
8481.152Sthorpej# Novell NE2000-compatible Ethernet cards, based on the
8491.152Sthorpej# National Semiconductor DS8390.
8501.473Slukem#
8511.474Slukemdefflag	opt_ipkdb.h		IPKDB_NE			: IPKDB_DP8390
8521.423Sthorpejdevice	ne: ether, ifnet, arp, dp8390nic, mii
8531.569Sthorpejfile	dev/ic/ne2000.c			ne | ipkdb_ne
8541.153Sthorpej
8551.153Sthorpej# 8250/16[45]50-based "com" ports
8561.668Sthorpej#
8571.749Schsdefflag	opt_com.h		COM_DEBUG
8581.153Sthorpej# XXX In a perfect world, this would be done with attributes
8591.1078Skiyoharadefflag	opt_com.h		COM_16650 COM_16750
8601.1078Skiyohara				COM_HAYESP COM_PXA2X0 COM_AU1X00
8611.1078Skiyohara				COM_REGMAP COM_FUNCMAP
8621.1016Smattdefparam opt_com.h		COM_TOLERANCE
8631.392Seehdevice	com { } : tty
8641.426Slukemfile	dev/ic/com.c			com			needs-flag
8651.336Sthorpej
8661.336Sthorpej# PC-like keyboard controller
8671.473Slukem#
8681.659Sbjh21device	pckbc: pckbport
8691.660Sbjh21file	dev/ic/pckbc.c			pckbc			needs-flag
8701.274Sscw
8711.714Scubedevice	attimer
8721.714Scubefile	dev/ic/attimer.c		attimer			needs-flag
8731.714Scube
8741.274Sscw# Cirrus Logic CD240[01] 4-port Multi-Protocol Communications Controller
8751.473Slukem#
8761.274Sscwdevice	clmpcc: tty
8771.426Slukemfile	dev/ic/clmpcc.c			clmpcc			needs-flag
8781.385Sbjh21
8791.843Sxtraeme# Abit uGuru
8801.843Sxtraeme#
8811.843Sxtraemedevice	ug: sysmon_envsys
8821.843Sxtraemefile	dev/ic/ug.c			ug			needs-flag
8831.843Sxtraeme
8841.185Skml# Essential Communications Corp. HIPPI Interface
8851.473Slukem#
8861.426Slukemdevice	esh: hippi, ifnet
8871.426Slukemfile	dev/ic/rrunner.c		esh			needs-flag
8881.242Sis
8891.242Sis# SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver
8901.473Slukem#
8911.874Scubedevice	bah: ifnet, arcnet, arp
8921.426Slukemfile	dev/ic/smc90cx6.c		bah
8931.234Saugustss
8941.234Saugustss# OPL2/OPL3 FM synth driver
8951.473Slukem#
8961.235Saugustssdevice	opl: midibus, midisyn
8971.234Saugustssfile	dev/ic/opl.c			opl
8981.234Saugustssfile	dev/ic/oplinstrs.c		opl
8991.305Saugustss
9001.305Saugustss# MPU401 MIDI UART compatibles
9011.473Slukem#
9021.305Saugustssdevice	mpu: midibus
9031.426Slukemfile	dev/ic/mpu.c			mpu			needs-flag
9041.236Spk
9051.236Spk# AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
9061.473Slukem#
9071.236Spkdefine	ad1848
9081.236Spkfile	dev/ic/ad1848.c			ad1848
9091.290Smrg
9101.290Smrg# AMD 7930 audio/ISDN codec
9111.473Slukem#
9121.366Saugustssdefine	am7930
9131.366Saugustssfile	dev/ic/am7930.c			am7930
9141.290Smrg
9151.1100Stsutsui# Siemens PSB2160 audio codec, as found in HP systems
9161.1100Stsutsuidevice	arcofi: audiobus, auconv, mulaw
9171.1100Stsutsuifile	dev/ic/arcofi.c			arcofi
9181.1100Stsutsui
9191.290Smrg# SPARC `SUNW,audiocs'
9201.473Slukem#
9211.519Saugustssdevice	audiocs: audiobus, auconv, ad1848
9221.290Smrgfile	dev/ic/cs4231.c			audiocs
9231.326Saugustss
9241.326Saugustss# AC-97 CODECs
9251.473Slukem#
9261.326Saugustssdefine	ac97
9271.326Saugustssfile	dev/ic/ac97.c			ac97
9281.437Sminoura
9291.1040Snisimura# UDA1341 CODEC support
9301.1040Snisimuradefine	uda1341
9311.1040Snisimurafile	dev/ic/uda1341.c		uda1341
9321.1040Snisimura
9331.437Sminoura# Oki MSM6258 support code
9341.473Slukem#
9351.437Sminouradefine msm6258
9361.437Sminourafile	dev/ic/msm6258.c		msm6258
9371.240Spk
9381.240Spk# LSI64854 DMA controller back-end
9391.473Slukem#
9401.240Spkdefine	lsi64854
9411.240Spkfile	dev/ic/lsi64854.c		lsi64854
9421.465Smrg
9431.465Smrg# Cirrus Logic CL-CD180/1864/1865 multi port serial controller back-end
9441.473Slukem#
9451.465Smrgdefine	cd18xx
9461.465Smrgfile	dev/ic/cd18xx.c			cd18xx
9471.240Spk
9481.654Swiz# Realtek 8019/8029 NE2000-compatible network interface subroutines
9491.473Slukem#
9501.252Sthorpejdefine	rtl80x9
9511.980Stsutsuifile	dev/ic/rtl80x9.c		rtl80x9			needs-flag
9521.360Shaya
9531.654Swiz# Realtek 8129/8139 Ethernet controllers
9541.473Slukem#
9551.362Shayadevice	rtk: ether, ifnet, arp, mii
9561.675Ssekiyafile	dev/ic/rtl81x9.c		rtk | re
9571.185Skml
9581.673Stoshii# Realtek 8169 Ethernet controllers
9591.673Stoshii#
9601.673Stoshiidevice	re: ether, ifnet, arp, mii
9611.709Syamtfile	dev/ic/rtl8169.c		re
9621.673Stoshii
9631.258Spk# Common code for ESDI/IDE/etc. controllers
9641.473Slukem#
9651.680Sthorpejdefine	wdc_common
9661.809Sitohydefine	ata_dma
9671.809Sitohydefine	ata_udma
9681.809Sitohydefine	ata_piobm
9691.680Sthorpejdevice	wdc: ata, wdc_common
9701.637Sbouyer
9711.1079Sjmcneilldefflag opt_ata.h	ATADEBUG
9721.1079Sjmcneilldefparam opt_ata.h	ATADEBUG_MASK
9731.1079Sjmcneilldefflag opt_wdc.h	WDC_NO_IDS
9741.835Sdyoung
9751.656Sjunyoungdevice	atabus: atapi,ata_hl
9761.656Sjunyoungattach	atabus at ata
9771.809Sitohy# The strange expression is to dump ata_* definitions to ata_dma.h.
9781.809Sitohyfile	dev/ic/wdc.c			(ata_dma | ata_udma | ata_piobm | atabus) & atabus & wdc_common	needs-flag
9791.386Sbjh21
9801.810Sitohy# Workbit NinjaATA-32 IDE controllers
9811.810Sitohydevice	njata: ata, ata_piobm, wdc_common
9821.810Sitohyfile	dev/ic/ninjaata32.c		njata
9831.810Sitohy
9841.386Sbjh21# CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller
9851.473Slukem#
9861.386Sbjh21device	upc { [offset = -1] }
9871.386Sbjh21attach	wdc at upc with wdc_upc
9881.386Sbjh21attach	com at upc with com_upc
9891.651Sjdolecekattach	lpt at upc with lpt_upc
9901.426Slukemfile	dev/ic/upc.c			upc
9911.426Slukemfile	dev/ic/wdc_upc.c		wdc_upc
9921.426Slukemfile	dev/ic/com_upc.c		com_upc
9931.651Sjdolecekfile	dev/ic/lpt_upc.c		lpt_upc
9941.327Smatt
9951.844Sbouyer# AHCI-compatible SATA controllers
9961.844Sbouyerdefine ahcisata_core
9971.844Sbouyerfile dev/ic/ahcisata_core.c ahcisata_core
9981.1054Sbouyerdevice ahcisata: ata, ata_dma, ata_udma, sata, sata_fis, sata_pmp, ahcisata_core
9991.844Sbouyer
10001.956Sjakllsch# Silicon Image SteelVine SATA-II controllers
10011.956Sjakllschdefine	siisata
10021.956Sjakllschfile	dev/ic/siisata.c		siisata
10031.1054Sbouyerdevice	siisata: ata, ata_dma, ata_udma, sata, sata_fis, sata_pmp, siisata
10041.956Sjakllsch
10051.957Sjakllsch# Marvell Serial-ATA Host Controller
10061.951Skiyoharadefine mvsata
10071.951Skiyoharafile dev/ic/mvsata.c			mvsata
10081.1063Sjakllschdevice mvsata: ata, ata_dma, ata_udma, wdc_common, sata, sata_pmp, mvsata
10091.951Skiyoharadefflag opt_mvsata.h		MVSATA_WITHOUTDMA
10101.951Skiyohara
10111.314Sthorpej# DECchip 21x4x Ethernet controller family, and assorted clones.
10121.473Slukem#
10131.333Sthorpejdevice	tlp: arp, ether, ifnet, mii, mii_bitbang
10141.314Sthorpejfile	dev/ic/tulip.c			tlp
10151.322Sthorpej
10161.322Sthorpej# Adaptec AIC-6915 Ethernet interface
10171.473Slukem#
10181.322Sthorpejdevice	sf: arp, ether, ifnet, mii
10191.322Sthorpejfile	dev/ic/aic6915.c		sf
10201.378Spk
10211.378Spk# Mostek time-of-day clock and NVRAM
10221.473Slukem#
10231.378Spkdefine	mk48txx
10241.507Spkfile	dev/ic/mk48txx.c		mk48txx
10251.378Spk
10261.1061Srkujawa# OKI MSM6242B
10271.1061Srkujawa#
10281.1061Srkujawadefine	msm6242b
10291.1061Srkujawafile	dev/ic/msm6242b.c		msm6242b
10301.1061Srkujawa
10311.378Spk# Intersil 7170 time-of-day clock
10321.473Slukem#
10331.378Spkdefine	intersil7170
10341.378Spkfile	dev/ic/intersil7170.c		intersil7170
10351.434Sfredette
10361.434Sfredette# National Semiconductor MM58167 time-of-day clock
10371.473Slukem#
10381.434Sfredettedefine	mm58167
10391.434Sfredettefile	dev/ic/mm58167.c		mm58167
10401.643Stsutsui
10411.643Stsutsui# Motorola mc146818 (and compatible) time-of-day clock
10421.643Stsutsui#
10431.643Stsutsuidefine	mc146818
10441.643Stsutsuifile	dev/ic/mc146818.c		mc146818
10451.422Sthorpej
10461.808Suwe# Ricoh RS5C313 time of-day-clock
10471.808Suwe#
10481.808Suwedefine	rs5c313
10491.808Suwefile	dev/ic/rs5c313.c		rs5c313
10501.808Suwe
10511.422Sthorpej# D-Link DL10019/10022 NE2000-compatible network interface subroutines
10521.473Slukem#
10531.422Sthorpejdefine	dl10019
10541.422Sthorpejfile	dev/ic/dl10019.c		dl10019
10551.453Senami
10561.453Senami# ASIX AX88190 NE2000-compatible network interface subroutines
10571.473Slukem#
10581.453Senamidefine	ax88190
10591.453Senamifile	dev/ic/ax88190.c		ax88190
10601.429Sjdolecek
10611.429Sjdolecek# WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
10621.473Slukem#
10631.429Sjdolecekdevice	we: ether, ifnet, arp, dp8390nic
10641.429Sjdolecekfile	dev/ic/we.c			we
10651.432Sjdolecek
10661.432Sjdolecek# Allied-Telesis Ethernet driver based on Fujitsu MB8696xA controllers
10671.473Slukem#
10681.432Sjdolecekdevice	ate: arp, ether, ifnet, mb86960
10691.557Stsutsui
10701.557Stsutsui# Fujitsu FMV-18x Ethernet driver based on Fujitsu MB8696xA controllers
10711.557Stsutsui#
10721.557Stsutsuidevice	fmv: arp, ether, ifnet, mb86960
10731.557Stsutsuifile	dev/ic/fmv.c			fmv
10741.471Syamt
10751.471Syamt# Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
10761.473Slukem#
10771.471Syamtdevice	cs: arp, ether, ifnet
10781.704Sjoffdevice	tscs: arp, ether, ifnet
10791.704Sjofffile	dev/ic/cs89x0.c			cs | tscs
10801.487Saugustss
10811.487Saugustss# Radio device attributes
10821.487Saugustss#
10831.487Saugustssdefine	tea5757
10841.656Sjunyoungfile	dev/ic/tea5757.c		tea5757
10851.487Saugustssdefine	lm700x
10861.656Sjunyoungfile	dev/ic/lm700x.c			lm700x
10871.179Sdrochner
10881.837Stnn# Philips PCF8584 i2c controller
10891.837Stnndefine	pcf8584
10901.837Stnnfile	dev/ic/pcf8584.c		pcf8584
10911.837Stnn
10921.985Snonaka# PCA9564 i2c controller
10931.985Snonakadefine	pca9564
10941.985Snonakafile	dev/ic/pca9564.c		pca9564
10951.985Snonaka
10961.784Sdrochner# ACPI power management timer (hardware access, independent of ACPI)
10971.784Sdrochner#
10981.784Sdrochnerdefine acpipmtimer
10991.784Sdrochnerfile	dev/ic/acpipmtimer.c	acpipmtimer
11001.784Sdrochner
11011.834Snjolydevice 	hpet
11021.834Snjolyfile 	dev/ic/hpet.c		hpet			needs-flag
11031.834Snjoly
11041.1126Sjmcneill# DesignWare timer
11051.1126Sjmcneilldevice	dwctmr
11061.1126Sjmcneillfile	dev/ic/dwc_tmr.c	dwctmr
11071.1126Sjmcneill
11081.952Skiyohara# SMSC LAN9118 Family Ethernet Controller
11091.952Skiyohara#
11101.965Skiyoharadevice	smsh: arp, ether, ifnet, mii
11111.952Skiyoharafile	dev/ic/lan9118.c		smsh
11121.952Skiyohara
11131.1088Sriastrad# Apple System Management Controller
11141.1088Sriastrad#
11151.1089Sriastraddefine	applesmcbus	{ }
11161.1090Sriastraddevice	applesmc: applesmcbus
11171.1088Sriastradfile	dev/ic/apple_smc.c		applesmc
11181.1088Sriastrad
11191.1088Sriastrad# Apple SMC fan sensors and control
11201.1090Sriastraddevice	applesmcfan: applesmcbus, sysmon_envsys
11211.1090Sriastradattach	applesmcfan at applesmcbus with apple_smc_fan
11221.1088Sriastradfile	dev/ic/apple_smc_fan.c		applesmcfan
11231.1088Sriastrad
11241.1088Sriastrad# Apple SMC temperature sensors
11251.1090Sriastraddevice	applesmctemp: applesmcbus, sysmon_envsys
11261.1090Sriastradattach	applesmctemp at applesmcbus with apple_smc_temp
11271.1088Sriastradfile	dev/ic/apple_smc_temp.c		applesmctemp
11281.1088Sriastrad
11291.1089Sriastrad# Apple SMC accelerometer (not yet implemented!)
11301.1090Sriastrad#device	applesmcaccel: applesmcbus, sysmon_envsys
11311.1090Sriastrad#attach	applesmcaccel at applesmcbus with apple_smc_accel
11321.1088Sriastrad#file	dev/ic/apple_smc_accel.c	applesmcaccel
11331.1088Sriastrad
11341.836Sdrochner# DRM - Direct Rendering Infrastructure: dev/drm
11351.836Sdrochnerdefine drm {}
11361.949Smrginclude "external/bsd/drm/conf/files.drm"
11371.1002Sjmcneillinclude "dev/drm/files.drm"
11381.836Sdrochner
11391.1086Sriastrad# DRM/KMS - Newer direct rendering manager with kernel mode-switching
11401.1086Sriastradinclude "external/bsd/drm2/drm/files.drmkms"
11411.1086Sriastrad
11421.1039Schristos
11431.179Sdrochner# Definitions for wscons
11441.179Sdrochner# device attributes: display, display with emulator, keyboard, and mouse
11451.473Slukem#
11461.479Saugustssdefine	wsdisplaydev		{[kbdmux = 1]}
11471.479Saugustssdefine	wsemuldisplaydev	{[console = -1], [kbdmux = 1]}
11481.479Saugustssdefine	wskbddev		{[console = -1], [mux = 1]}
11491.479Saugustssdefine	wsmousedev		{[mux = 0]}
11501.761Smacallandefine	vcons
11511.179Sdrochner# attribute to pull in raster support
11521.473Slukem#
11531.179Sdrochnerdefine	wsrasteremulops
11541.187Sdrochner# common PC display functions
11551.473Slukem#
11561.474Slukemdefflag	opt_pcdisplay.h		PCDISPLAY_SOFTCURSOR
11571.426Slukemdefine	pcdisplayops
11581.187Sdrochnerfile	dev/ic/pcdisplay_subr.c	pcdisplayops
11591.207Sdrochnerfile	dev/ic/pcdisplay_chars.c	pcdisplayops
11601.777Smartin# an attribute used by arch specific config files to include /dev/fb* (or
11611.777Smartin# equivalent) support - on most archs this is just a NOP (untill, maybe
11621.777Smartin# someday when we might make /dev/fb* support MI)
11631.777Smartindefine	fb
11641.179Sdrochner# VGA graphics
11651.473Slukem#
11661.541Sdrochnerdefparam opt_vga.h		VGA_CONSOLE_SCREENTYPE
11671.538Sdrochnerdefflag opt_vga.h 		VGA_CONSOLE_ATI_BROKEN_FONTSEL
11681.572Sjunyoungdefflag opt_vga.h		VGA_RASTERCONSOLE
11691.593Stsutsuidefflag opt_vga.h		VGA_RESET
11701.876Sjmcneilldevice	vga: displaydev, wsemuldisplaydev, pcdisplayops, drm
11711.572Sjunyoungfile	dev/ic/vga.c		vga & !vga_rasterconsole	needs-flag
11721.572Sjunyoungfile	dev/ic/vga_raster.c	vga_rasterconsole		needs-flag
11731.572Sjunyoungfile	dev/ic/vga_subr.c	vga | vga_rasterconsole
11741.572Sjunyoungfile	dev/ic/vga_common.c	vga | vga_rasterconsole
11751.998Smacallan
11761.508Suwe# Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode)
11771.473Slukem#
11781.1042Smacallandevice	igsfb: wsemuldisplaydev, rasops8, vcons, videomode
11791.615Suwefile	dev/ic/igsfb.c			igsfb			needs-flag
11801.551Suwefile	dev/ic/igsfb_subr.c		igsfb
11811.91Scgd
11821.998Smacallandevice	chipsfb: wsemuldisplaydev, rasops8, vcons, videomode
11831.998Smacallanfile	dev/ic/ct65550.c		chipsfb
11841.998Smacallandefflag	opt_chipsfb.h	CHIPSFB_DEBUG
11851.998Smacallandefflag	opt_chipsfb.h	CHIPSFB_WAIT
11861.998Smacallan
11871.683Sjkunz# STI (hp graphics)
11881.683Sjkunzdevice	sti: wsemuldisplaydev
11891.1005Stsutsuifile	dev/ic/sti.c		sti
11901.683Sjkunz
11911.892Sdrochnerinclude "dev/wscons/files.wscons"
11921.892Sdrochnerinclude "dev/rasops/files.rasops"
11931.892Sdrochnerinclude "dev/wsfont/files.wsfont"
11941.892Sdrochnerinclude "dev/wsfb/files.wsfb"
11951.892Sdrochner
11961.77Scgd# Attributes which machine-independent bus support can be attached to.
11971.77Scgd# These should be defined here, because some of these busses can have
11981.77Scgd# devices which provide these attributes, and we'd like to avoid hairy
11991.77Scgd# ordering constraints on inclusion of the busses' "files" files.
12001.473Slukem#
12011.474Slukemdefine	isabus	{ }			# ISA attachment
12021.474Slukemdefine	eisabus	{ }			# EISA attachment
12031.474Slukemdefine	pcibus	{[bus = -1]}		# PCI attachment
12041.474Slukemdefine	tcbus	{ }			# TurboChannel attachment
12051.474Slukemdefine	mcabus	{ }			# MicroChannel attachment
12061.474Slukemdefine	usbus	{ }			# USB attachment
12071.724Skiyoharadefine	fwbus	{ }			# IEEE 1394 attachment
12081.474Slukemdefine	vmebus	{ }			# VME bus attachment
12091.474Slukemdefine	acpibus	{ }			# ACPI "bus" attachment
12101.259Spkdefine	pcmciabus { [controller = -1], [socket = -1]}	# PCMCIA bus attachment
12111.909Sdrochnerdefine	cbbus	{ }			# CardBus attachment
12121.909Sdrochnerdefine	pcmciaslot { }			# PCMCIA slot itself
12131.945Snonakadefine	sdmmcbus { }			# SD/MMC attachment
12141.222Saugustss
12151.222Saugustss# We need the USB bus controllers here so different busses can
12161.222Saugustss# use them in an 'attach-with'.
12171.473Slukem#
12181.703Sfvdl
12191.703Sfvdldefparam USB_MEM_RESERVE
12201.703Sfvdl
12211.890Sdrochnerdefine	usbroothub
12221.890Sdrochnerfile	dev/usb/usbroothub_subr.c	usbroothub
12231.890Sdrochner
12241.1005Stsutsuidefine	usb_dma
12251.1005Stsutsui
12261.1075Sjakllsch# UHCI USB controller
12271.1075Sjakllsch#
12281.1005Stsutsuidevice	uhci: usbus, usbroothub, usb_dma
12291.426Slukemfile	dev/usb/uhci.c			uhci			needs-flag
12301.222Saugustss
12311.222Saugustss# OHCI USB controller
12321.473Slukem#
12331.1005Stsutsuidevice	ohci: usbus, usbroothub, usb_dma
12341.426Slukemfile	dev/usb/ohci.c			ohci			needs-flag
12351.412Saugustss
12361.1057Smatt# EHCI USB2 controller
12371.473Slukem#
12381.1005Stsutsuidevice	ehci: usbus, usbroothub, usb_dma
12391.426Slukemfile	dev/usb/ehci.c			ehci			needs-flag
12401.545Sisaki
12411.1075Sjakllsch# xHCI USB3 controller
12421.1057Smatt#
12431.1057Smattdevice	xhci: usbus, usbroothub, usb_dma
12441.1057Smattfile	dev/usb/xhci.c			xhci			needs-flag
12451.1057Smatt
12461.1094Sbouyer# Mentor graphics OTG IP
12471.1104Sjmcneilldefflag	opt_motg.h	MOTG_ALLWINNER
12481.1094Sbouyerdevice	motg: usbus, usbroothub, usb_dma
12491.1094Sbouyerfile	dev/usb/motg.c			motg			needs-flag
12501.1094Sbouyer
12511.545Sisaki# SL811HS/T USB controller
12521.859Skiyoharadefflag	opt_slhci.h	SLHCI_DEBUG SLHCI_TRY_LSVH SLHCI_PROFILE_TRANSFER
12531.893Sisakidevice	slhci: usbus, usbroothub
12541.545Sisakifile	dev/ic/sl811hs.c		slhci			needs-flag
12551.579Smartin
12561.1062Sskrll# DesignWare OTG host controller
12571.1062Sskrll#
12581.1080Sskrllinclude "external/bsd/dwc2/conf/files.dwc2"
12591.1080Sskrll
12601.863Splunky# USB HID processing (as used by bluetooth and usb code)
12611.863Splunkydefine	hid
12621.863Splunkyfile	dev/usb/hid.c			hid
12631.863Splunky
12641.945Snonaka# SD Host controller
12651.1087Snonakadevice	sdhc: sdmmcbus
12661.945Snonakafile	dev/sdmmc/sdhc.c		sdhc			needs-flag
12671.945Snonaka
12681.958Sjmcneill# Winbond Integrated Media Reader
12691.958Sjmcneilldevice	wb: sdmmcbus
12701.958Sjmcneillfile	dev/ic/w83l518d.c		wb
12711.958Sjmcneillfile	dev/ic/w83l518d_sdmmc.c		wb
12721.958Sjmcneill
12731.1087Snonaka# Realtek RTS5209/RTS5229 Card Reader
12741.1087Snonakadevice	rtsx: sdmmcbus
12751.1087Snonakafile	dev/ic/rtsx.c			rtsx
12761.1087Snonaka
12771.1122Sjmcneill# DesignWare SD/MMC host controller
12781.1122Sjmcneilldefflag	opt_dwc_mmc.h	DWC_MMC_DEBUG
12791.1122Sjmcneilldevice	dwcmmc: sdmmcbus
12801.1122Sjmcneillfile	dev/ic/dwc_mmc.c		dwcmmc
12811.1122Sjmcneill
12821.1127Sskrll# ARM PrimeCell PL181 (MMCI) host controller
12831.1127Sskrlldevice	plmmc: sdmmcbus
12841.1127Sskrllfile	dev/ic/pl181.c			plmmc
12851.1127Sskrll
12861.579Smartin# Myson MTD803 3-in-1 Fast Ethernet Controller
12871.579Smartindevice	mtd: arp, ether, ifnet, mii
12881.579Smartinfile	dev/ic/mtd803.c			mtd
12891.369Smatt
12901.487Saugustss# radio devices, attaches to radio hardware driver
12911.487Saugustssdevice	radio
12921.489Sdrochnerattach	radio at radiodev
12931.498Sjmc
12941.402Smatt# IEEE 1394 controllers
12951.402Smatt# (These need to be here since it will have both PCI and CardBus attachments)
12961.473Slukem#
12971.369Smattdevice	fwohci: fwbus
12981.520Saugustss
12991.520Saugustss# Sony Programmable I/O Controller
13001.520Saugustssdevice	spic: wsmousedev
13011.520Saugustssfile	dev/ic/spic.c			spic
13021.529Saugustss
13031.529Saugustss# IBM CPC700 PowerPC bridge
13041.529Saugustssdefine	cpcbus { addr, [irq=-1] }
13051.529Saugustssdevice	cpc: cpcbus, pcibus
13061.529Saugustssfile	dev/ic/cpc700.c			cpc
13071.529Saugustss
13081.529Saugustssattach	com at cpcbus with com_cpcbus
13091.529Saugustssfile	dev/ic/com_cpcbus.c		com_cpcbus
13101.529Saugustss
13111.529Saugustssdevice	cpctim
13121.529Saugustssattach	cpctim at cpcbus
13131.529Saugustssfile	dev/ic/timer_cpcbus.c		cpctim
13141.529Saugustss
13151.530Saugustssdevice	cpciic
13161.530Saugustssattach	cpciic at cpcbus with iic_cpcbus
13171.529Saugustssfile	dev/ic/iic_cpcbus.c		iic_cpcbus
13181.529Saugustss
13191.60Scgd
13201.415Smartin# Attributes used by the ISDN subsystem
13211.473Slukem#
13221.502Smartindefine	isdndev		# the ISDN subsystem
13231.458Senamidefine	passive_isdn	# files needed by passive cards (XXX - protocol
13241.458Senami			# specific)
13251.634Spookadefine	isdncapi	# ISDN CAPI (http://www.capi.org/)
13261.415Smartin
13271.575Sleo# The isac found on the Fritz V2.0 Card.
13281.575Sleodefine	nisacsx
13291.575Sleofile	dev/ic/isacsx.c			nisacsx	needs-flag
13301.575Sleo
13311.575Sleo# The 'standard' isac
13321.575Sleodefine	nisac
13331.575Sleofile	dev/ic/isac.c			nisac	needs-flag
13341.575Sleo
13351.415Smartin# ISDN cards based on the Siemens ISAC/HSCX chipset (or lookalikes)
13361.473Slukem#
13371.575Sleodevice	isic: isdndev, passive_isdn, nisac
13381.415Smartin
13391.426Slukemfile	dev/ic/isic.c			isic
13401.575Sleofile	dev/ic/isic_l1.c		isic|ifpci|ifritz
13411.575Sleofile	dev/ic/isic_l1fsm.c		isic|ifpci|ifritz
13421.426Slukemfile	dev/ic/hscx.c			isic
13431.426Slukemfile	dev/ic/isic_bchan.c		isic
13441.415Smartin
13451.415Smartin# (old) Diehl active ISDN cards
13461.473Slukem#
13471.823Scube#device	daic: isdndev
13481.823Scube#file	dev/ic/daic.c			daic
13491.415Smartin
13501.634Spooka# AWM B1/T1
13511.634Spooka# XXX: passive_isdn
13521.634Spookadevice	iavc: isdndev, isdncapi, passive_isdn
13531.634Spookafile	dev/ic/iavc.c			iavc
13541.634Spooka
13551.934Smacallan# Broadcom AirForce / Apple Airport Extreme
13561.934Smacallandevice	bwi: arp, ifnet, firmload, wlan
13571.934Smacallanfile	dev/ic/bwi.c			bwi
13581.934Smacallan
13591.995Sahoka# DM9000 Ethernet controllers
13601.995Sahoka#
13611.995Sahokadevice	dme: arp, ether, ifnet
13621.995Sahokafile	dev/ic/dm9000.c			dme
13631.995Sahoka
13641.60Scgd# legitimate pseudo-devices
13651.473Slukem#
13661.907Sdrochnerdefpseudodev vnd:	disk
13671.726Shubertfdefflag opt_vnd.h	VND_COMPRESSION
13681.474Slukemdefpseudo ccd:		disk
13691.1032Stlsdefpseudodev cgd:	disk, des, blowfish, cast128
13701.907Sdrochnerdefpseudodev md:	disk
13711.916Shannkendefpseudodev fss:	disk
13721.298Sthorpej
13731.474Slukemdefpseudo pty:		tty
13741.298Sthorpejdefpseudo rnd
13751.610Sraggedefpseudo ksyms
13761.642Scdidefpseudo nullcons
13771.807Saddefpseudo lockstat
13781.839Sbouyerdefpseudo bio:		sysmon_envsys
13791.298Sthorpej
13801.474Slukemdefpseudo loop:		ifnet
13811.474Slukemdefpseudo sl:		ifnet
13821.474Slukemdefpseudo ppp:		ifnet, bpf_filter
13831.474Slukemdefpseudo pppoe:	ifnet, ether, sppp
13841.474Slukemdefpseudo sppp:		ifnet
13851.474Slukemdefpseudo tun:		ifnet
13861.474Slukemdefpseudo vlan:		ifnet, ether
13871.474Slukemdefpseudo bridge:	ifnet, ether
13881.474Slukemdefpseudo bpfilter:	ifnet, bpf_filter
13891.474Slukemdefpseudo strip:	ifnet
13901.474Slukemdefpseudo gre:		ifnet
13911.474Slukemdefpseudo gif:		ifnet
13921.474Slukemdefpseudo faith:	ifnet
13931.991Skefrendefpseudo ifmpls:	ifnet
13941.826Smousedefpseudo srt:		ifnet
13951.474Slukemdefpseudo stf:		ifnet
13961.969Spookadefpseudodev tap:	ifnet, ether, arp
13971.969Spookadefpseudo carp:		ifnet, ether, arp
13981.969Spookadefpseudodev etherip:	ifnet, ether, arp
13991.60Scgd
14001.298Sthorpejdefpseudo sequencer
14011.462Smanudefpseudo clockctl
14021.228Saugustss
14031.912Stls#
14041.912Stls# Accept filters.  XXX should use another registration/initialization method.
14051.912Stls#
14061.912Stlsdefpseudo accf_data
14071.912Stlsdefpseudo accf_http
14081.912Stls
14091.415Smartin# ISDN userland pseudo devices
14101.473Slukem#
14111.502Smartindefpseudo isdntrc:	isdndev, tty
14121.502Smartindefpseudo isdnbchan:	isdndev, tty
14131.502Smartindefpseudo isdntel:	isdndev, tty
14141.502Smartindefpseudo isdnctl:	isdndev, tty
14151.502Smartindefpseudo isdn:		isdndev, tty
14161.502Smartin
14171.502Smartin# ISDN network interfaces
14181.502Smartindefpseudo irip:		isdndev, ifnet
14191.607Sdrochnerdefflag opt_irip.h	IRIP_VJ
14201.502Smartindefpseudo ippp:		isdndev, sppp, ifnet
14211.539Sthorpej
14221.539Sthorpej# KTTCP network throughput testing pseudo-device
14231.539Sthorpejdefpseudo kttcp
14241.539Sthorpejfile	dev/kttcp.c			kttcp		needs-flag
14251.576Sblymn
14261.790Selad# Veriexec
14271.717Sblymndefpseudo veriexec
14281.1128Smaxvfile	kern/kern_veriexec.c	veriexec
14291.792Seladfile	dev/verified_exec.c		veriexec	needs-flag
14301.415Smartin
14311.582Shaya# isochronous pseudo device for IEEE 1394, i.LINK or FireWire
14321.582Shayadefpseudo fwiso:	ieee1394
14331.582Shaya
14341.681Sdrochner# driver attach / detach user interface
14351.681Sdrochnerdefpseudo drvctl
14361.906Sjmcneillfile	kern/kern_drvctl.c		drvctl		needs-flag
14371.681Sdrochner
14381.857Sad# cpu control
14391.857Saddefpseudo cpuctl
14401.1037Sdrochnerdefflag				CPU_UCODE: firmload
14411.857Sad
14421.870Spooka# pass-to-userspace transporter
14431.870Spookadefpseudo putter
14441.873Spookafile	dev/putter/putter.c		putter
14451.870Spooka
14461.875Spooka# userspace block/char device drivers
14471.875Spookadefpseudo pud
14481.875Spookafile	dev/pud/pud.c			pud
14491.875Spookafile	dev/pud/pud_dev.c		pud
14501.875Spooka
14511.931Shaad# device-mapper driver for LVM
14521.931Shaadinclude "dev/dm/files.dm"
14531.931Shaad
14541.516Sthorpej#
14551.516Sthorpej# File systems
14561.516Sthorpej#
14571.696Sjdolecekinclude "coda/files.coda"
14581.583Sjdolecekinclude "fs/adosfs/files.adosfs"
14591.696Sjdolecekinclude "fs/cd9660/files.cd9660"
14601.848Srumbleinclude "fs/efs/files.efs"
14611.584Sjdolecekinclude "fs/filecorefs/files.filecorefs"
14621.833Sdilloinclude "fs/hfs/files.hfs"
14631.696Sjdolecekinclude "fs/msdosfs/files.msdosfs"
14641.950Sreinoudinclude "fs/nilfs/files.nilfs"
14651.696Sjdolecekinclude "fs/ntfs/files.ntfs"
14661.696Sjdolecekinclude "fs/ptyfs/files.ptyfs"
14671.815Spookainclude "fs/puffs/files.puffs"
14681.756Sreinoudinclude "fs/udf/files.udf"
14691.516Sthorpejinclude "fs/smbfs/files.smbfs"
14701.750Stsutsuiinclude "fs/sysvbfs/files.sysvbfs"
14711.730Sjmmvinclude "fs/tmpfs/files.tmpfs"
14721.696Sjdolecekinclude "fs/union/files.union"
14731.1018Suchinclude "fs/v7fs/files.v7fs"
14741.516Sthorpejinclude "miscfs/fdesc/files.fdesc"
14751.516Sthorpejinclude "miscfs/kernfs/files.kernfs"
14761.516Sthorpejinclude "miscfs/nullfs/files.nullfs"
14771.516Sthorpejinclude "miscfs/overlay/files.overlay"
14781.516Sthorpejinclude "miscfs/procfs/files.procfs"
14791.516Sthorpejinclude "miscfs/umapfs/files.umapfs"
14801.516Sthorpejinclude "nfs/files.nfs"
14811.516Sthorpejinclude "ufs/files.ufs"
14821.516Sthorpej
14831.516Sthorpej#
14841.1013Smrg# UVM (virtual memory)
14851.1012Smrg#
14861.1013Smrginclude "uvm/files.uvm"
14871.1012Smrg
14881.1012Smrg#
14891.811Selad# Security models
14901.811Selad#
14911.811Seladinclude "secmodel/files.secmodel"
14921.811Selad
14931.1120Suebayasiinclude "kern/files.kern"
14941.979Suebayasi
14951.1119Suebayasiinclude "net/files.net"
14961.493Sjdolecek
14971.493Sjdolecek# Game adapter (joystick)
14981.493Sjdolecekdevice	joy
14991.493Sjdolecekfile	dev/ic/joy.c			joy needs-flag
15001.582Shaya
15011.1029Ssjg# process monitor for make(1)
15021.1029Ssjg# normally built as module
15031.1029Ssjgdefpseudo filemon
15041.1029Ssjgfile	dev/filemon/filemon.c		filemon
15051.1029Ssjgfile	dev/filemon/filemon_wrapper.c	filemon
15061.1029Ssjg
15071.734Sjmcneill#
15081.734Sjmcneill# General Purpose Input/Output framework
15091.734Sjmcneill#
15101.769Srizdefine	onewire_bitbang
15111.734Sjmcneillinclude	"dev/gpio/files.gpio"
15121.769Sriz
15131.769Srizinclude "dev/onewire/files.onewire"
15141.872Sjmcneill
15151.872Sjmcneill#
15161.872Sjmcneill# Pseudo audio device
15171.872Sjmcneill#
15181.872Sjmcneillinclude "dev/pad/files.pad"
15191.877Sjoerg
15201.877Sjoerg#
15211.877Sjoerg# Intel 386 Real Mode emulator
15221.877Sjoerg#
15231.877Sjoerginclude "lib/libx86emu/files.x86emu"
15241.882Syamt
15251.882Syamt#
15261.882Syamt# "tprof" profiler.
15271.882Syamt#
15281.882Syamtinclude	"dev/tprof/files.tprof"
15291.944Sjmcneill
15301.944Sjmcneill#
15311.944Sjmcneill# alternate memory device
15321.944Sjmcneill#
15331.944Sjmcneillinclude "dev/altmem/files.altmem"
15341.1003Sahoka
15351.1003Sahoka#
15361.1003Sahoka# Flash subsystem
15371.1003Sahoka#
15381.1003Sahokainclude "dev/flash/files.flash"
15391.1003Sahoka
15401.1003Sahoka#
15411.1003Sahoka# NAND subsytem
15421.1003Sahoka#
15431.1003Sahokainclude "dev/nand/files.nand"
15441.1003Sahoka
15451.1019Sjmcneill#
15461.1020Scliff# NOR subsytem
15471.1020Scliff#
15481.1020Scliffinclude "dev/nor/files.nor"
15491.1031Sriz
15501.1031Sriz#
15511.1031Sriz# iscsi
15521.1031Sriz#
15531.1031Srizinclude "dev/iscsi/files.iscsi"
15541.1066Schristos
15551.1115Suebayasi#
15561.1115Suebayasi# athn
15571.1115Suebayasi#
15581.1115Suebayasiinclude "dev/ic/files.athn"
1559