files revision 1.1204
11.1204Smaxv#	$NetBSD: files,v 1.1204 2018/08/20 15:04:52 maxv Exp $
21.60Scgd#	@(#)files.newconf	7.5 (Berkeley) 5/10/93
31.60Scgd
41.1184Schristosversion 	20171118
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.1139Suebayasidefparam opt_param.h		MAXUSERS
211.474Slukemdefflag				INSECURE
221.474Slukemdefflag				KTRACE
231.781Skardeldefflag				MBUFTRACE
241.1166Spgoyettedefflag	opt_ptrace.h		PTRACE PTRACE_HOOKS
251.799Smattdefflag				COREDUMP
261.1099Sjnemethdefflag	opt_modular.h		MODULAR
271.1099Sjnemethdefflag	opt_modular.h		MODULAR_DEFAULT_AUTOLOAD
281.953Smbalmerdefflag				KEYLOCK
291.1136Suebayasidefparam opt_syslimits.h	CHILD_MAX OPEN_MAX
301.1144Suebayasidefflag opt_diagnostic.h	_DIAGNOSTIC
311.1193Smaxvdefflag				GPROF
321.1204Smaxvdefflag				KASAN
331.799Smatt
341.1140Suebayasidefparam opt_copy_symtab.h	makeoptions_COPY_SYMTAB
351.1140Suebayasi
361.781Skardeldefparam			DEFCORENAME
371.781Skardeldefparam			HZ
381.474Slukemdefparam			MAXUPRC
391.474Slukemdefparam			RTC_OFFSET
401.494Sjdolecekdefflag	opt_pipe.h		PIPE_SOCKETPAIR PIPE_NODIRECT
411.573Sjunyoung
421.926Saddefflag				AIO
431.926Saddefflag				MQUEUE
441.1168Spgoyettedefflag				SEMAPHORE
451.926Sad
461.733Syamtdefflag				BUFQ_DISKSORT
471.733Syamtdefflag				BUFQ_FCFS
481.698Syamtdefflag				BUFQ_PRIOCSCAN
491.698Syamtdefflag				BUFQ_READPRIO
501.698Syamtdefflag				NEW_BUFQ_STRATEGY	# same as BUFQ_READPRIO
511.524Sthorpej
521.845Syamtdefflag	opt_sched.h		SCHED_4BSD
531.868Srminddefflag	opt_sched.h		SCHED_M2
541.845Syamt
551.616Senamidefparam			SOMAXKVA
561.524Sthorpejdefflag	opt_sock_counters.h	SOSEND_COUNTERS
571.547Sthorpejdefflag	opt_sosend_loan.h	SOSEND_NO_LOAN
581.840Sdyoungdefflag	opt_route.h		RTCACHE_DEBUG RTFLUSH_DEBUG
591.247Sthorpej
601.474Slukemdefflag				MULTIPROCESSOR
611.1125Sozakidefflag				NET_MPSAFE
621.486Satatat
631.486Satatatdefflag	opt_config.h		INCLUDE_CONFIG_FILE INCLUDE_JUST_CONFIG
641.459Senami
651.597Satatatdefparam opt_dump.h		DUMP_ON_PANIC
661.597Satatat
671.474Slukemdefflag	opt_callout.h		CALLWHEEL_STATS
681.250Stron
691.891Smartindefflag				CPU_IN_CKSUM
701.891Smartin
711.976Sdarrandefflag opt_dtrace.h		KDTRACE_HOOKS
721.976Sdarran
731.474Slukemdefflag	opt_sysv.h		SYSVMSG SYSVSEM	SYSVSHM
741.470Slukemdefparam opt_sysvparam.h	SHMMAXPGS SEMMNI SEMMNS SEMUME SEMMNU
751.181Sjonathan
761.1071Skardeldefflag	opt_ntp.h		PPS_SYNC PPS_DEBUG NTP
771.129Sthorpej
781.694Schristosdefflag	opt_ptm.h		NO_DEV_PTM COMPAT_BSDPTY
791.676Schristos
801.707Spetrovdefparam opt_kmempages.h	NKMEMPAGES NKMEMPAGES_MIN NKMEMPAGES_MAX
811.431Sfvdl
821.474Slukemdefflag	opt_revcache.h		NAMECACHE_ENTER_REVERSE
831.189Sscottr
841.1025Sjmcneilldefflag	opt_exec.h		DEBUG_EXEC
851.1025Sjmcneill
861.474Slukemdefflag	opt_execfmt.h		EXEC_AOUT EXEC_COFF EXEC_ECOFF EXEC_ELF32
871.1008Sjoerg				EXEC_ELF64 EXEC_SCRIPT
881.503Sjdolecek				EXEC_ELF_NOTELESS
891.199Sthorpej
901.686Sthorpejdefflag	opt_dkwedge.h		DKWEDGE_AUTODISCOVER
911.691Sthorpej				DKWEDGE_METHOD_BSDLABEL
921.688Sthorpej				DKWEDGE_METHOD_GPT
931.693Sthorpej				DKWEDGE_METHOD_MBR
941.1047Schristos				DKWEDGE_METHOD_APPLE
951.1171Srin				DKWEDGE_METHOD_RDB
961.686Sthorpej
971.1181Ssevandefflag	opt_veriexec.h		VERIFIED_EXEC_FP_SHA256
981.725Schristos				VERIFIED_EXEC_FP_SHA384
991.725Schristos				VERIFIED_EXEC_FP_SHA512
1001.725Schristos
1011.794Sdsl# Per system call number counts and times
1021.794Sdsldefflag opt_syscall_stats.h	SYSCALL_STATS
1031.1076Sjakllschdefflag opt_syscall_stats.h	SYSCALL_TIMES: SYSCALL_STATS
1041.794Sdsl# Assume cpu_hascounter() returns true - to use disabled rdtsc() (for soekris)
1051.1076Sjakllschdefflag opt_syscall_stats.h	SYSCALL_TIMES_HASCOUNTER: SYSCALL_TIMES
1061.794Sdslfile kern/subr_syscall_stats.c	syscall_stats
1071.794Sdsl
1081.774Seladdefparam opt_pax.h		PAX_MPROTECT
1091.1154Schristos				PAX_MPROTECT_DEBUG
1101.817Selad				PAX_SEGVGUARD
1111.879Schristos 				PAX_ASLR
1121.879Schristos 				PAX_ASLR_DELTA_MMAP_LSB
1131.879Schristos 				PAX_ASLR_DELTA_MMAP_LEN
1141.879Schristos 				PAX_ASLR_DELTA_STACK_LSB
1151.879Schristos 				PAX_ASLR_DELTA_STACK_LEN
1161.879Schristos 				PAX_ASLR_DELTA_PROG_LEN
1171.983Schristos				PAX_ASLR_DEBUG
1181.774Selad
1191.789Seladdefflag	opt_fileassoc.h		FILEASSOC
1201.789Selad
1211.803Sdyoungdefflag	opt_gre.h		GRE_DEBUG
1221.803Sdyoung
1231.1170Sknakahardefparam opt_l2tp.h		L2TP_ID_HASH_SIZE
1241.1170Sknakahar
1251.911Ssimonb# Write Ahead Physical Block Logging
1261.911Ssimonbdefflag opt_wapbl.h		WAPBL WAPBL_DEBUG
1271.911Ssimonbdefparam opt_wapbl.h		WAPBL_DEBUG_PRINT
1281.911Ssimonb
1291.1096Stls# printf entropy source
1301.1096Stlsdefflag opt_rnd_printf.h	RND_PRINTF
1311.1096Stls
1321.1124Sjmcneilldefflag opt_todr.h		TODR_DEBUG
1331.1124Sjmcneill
1341.199Sthorpej# compatibility options
1351.473Slukem#
1361.926Saddefflag opt_compat_netbsd.h	COMPAT_NETBSD
1371.1192Smrgdefflag	opt_compat_netbsd.h	COMPAT_80: COMPAT_NETBSD
1381.1192Smrgdefflag	opt_compat_netbsd.h	COMPAT_70: COMPAT_80, COMPAT_NETBSD
1391.1097Sapbdefflag	opt_compat_netbsd.h	COMPAT_60: COMPAT_70, COMPAT_NETBSD
1401.1059Sdrochnerdefflag	opt_compat_netbsd.h	COMPAT_50: COMPAT_60, COMPAT_NETBSD
1411.1044Srminddefflag	opt_compat_netbsd.h	COMPAT_40: COMPAT_50, COMPAT_NETBSD
1421.926Saddefflag	opt_compat_netbsd.h	COMPAT_30: COMPAT_40, COMPAT_NETBSD
1431.926Saddefflag	opt_compat_netbsd.h	COMPAT_20: COMPAT_30, COMPAT_NETBSD
1441.926Saddefflag	opt_compat_netbsd.h	COMPAT_16: COMPAT_20, COMPAT_NETBSD
1451.926Saddefflag	opt_compat_netbsd.h	COMPAT_15: COMPAT_16, COMPAT_NETBSD
1461.926Saddefflag	opt_compat_netbsd.h	COMPAT_14: COMPAT_15, COMPAT_NETBSD
1471.926Saddefflag	opt_compat_netbsd.h	COMPAT_13: COMPAT_14, COMPAT_NETBSD
1481.926Saddefflag	opt_compat_netbsd.h	COMPAT_12: COMPAT_13, COMPAT_NETBSD
1491.926Saddefflag	opt_compat_netbsd.h	COMPAT_11: COMPAT_12, COMPAT_NETBSD
1501.926Saddefflag	opt_compat_netbsd.h	COMPAT_10: COMPAT_11, COMPAT_NETBSD
1511.926Saddefflag	opt_compat_netbsd.h	COMPAT_09: COMPAT_10, COMPAT_NETBSD
1521.589Schristosdefflag				COMPAT_OSSAUDIO
1531.786Smartindefflag				COMPAT_FREEBSD: COMPAT_30
1541.474Slukemdefflag				COMPAT_IBCS2
1551.1188Smaxvdefflag				COMPAT_LINUX: COMPAT_NETBSD
1561.474Slukemdefflag				COMPAT_OSF1
1571.787Smartindefflag				COMPAT_SUNOS: COMPAT_30
1581.474Slukemdefflag	opt_compat_svr4.h	COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2
1591.937Shedefflag				COMPAT_ULTRIX: COMPAT_50
1601.474Slukemdefflag				COMPAT_NETBSD32
1611.1165Spgoyettedefflag				COMPAT_LINUX32 : COMPAT_LINUX, COMPAT_NETBSD32
1621.852Shedefflag				COMPAT_AOUT_M68K: COMPAT_40
1631.474Slukemdefflag				COMPAT_M68K4K
1641.474Slukemdefflag				COMPAT_VAX1K
1651.474Slukemdefflag				COMPAT_43
1661.633Smattdefflag	opt_compat_netbsd.h	COMPAT_NOMID
1671.221Sjonathan
1681.1109Suebayasidefine	machdep
1691.1109Suebayasidefflag	opt_machdep.h		MACHDEP
1701.1109Suebayasi
1711.473Slukem#
1721.570Sthorpej# Cryptography support.  Include this early, since several things
1731.570Sthorpej# use it.
1741.624Sjonathan
1751.624Sjonathan# Individual crypto transforms
1761.570Sthorpejinclude "crypto/arc4/files.arc4"
1771.570Sthorpejinclude "crypto/des/files.des"
1781.570Sthorpejinclude "crypto/blowfish/files.blowfish"
1791.570Sthorpejinclude "crypto/cast128/files.cast128"
1801.570Sthorpejinclude "crypto/rijndael/files.rijndael"
1811.644Stlsinclude "crypto/skipjack/files.skipjack"
1821.1011Sdrochnerinclude "crypto/camellia/files.camellia"
1831.626Sthorpej# General-purpose crypto processing framework.
1841.626Sthorpejinclude "opencrypto/files.opencrypto"
1851.626Sthorpej
1861.1032Stls# NIST SP800.90 CTR DRBG
1871.1032Stlsinclude "crypto/nist_ctr_drbg/files.nist_ctr_drbg"
1881.1032Stls
1891.1096Stls# ChaCha-based fast PRNG
1901.1096Stlsinclude "crypto/cprng_fast/files.cprng_fast"
1911.1096Stls
1921.570Sthorpej#
1931.1014Smrg# Kernel history/tracing. Old UVMHIST depends upon this.
1941.1014Smrg#
1951.1014Smrgdefflag opt_kernhist.h			KERNHIST KERNHIST_PRINT
1961.1083Smattdefparam opt_kernhist.h			KERNHIST_DELAY
1971.1014Smrgfile	kern/kern_history.c		kernhist
1981.1014Smrg
1991.1014Smrg#
2001.1160Sskrll# These are here for the benefit of kern_history.c so that
2011.1160Sskrll# UVMHIST can be built in kernels without usb.
2021.1160Sskrll#
2031.1160Sskrll# top level usb debug defines
2041.1160Sskrlldefflag	opt_usb.h			USB_DEBUG: KERNHIST
2051.1160Sskrlldefparam opt_usb.h			USBHIST_SIZE
2061.1160Sskrll
2071.1160Sskrll#
2081.1168Spgoyette# Options for BIOHIST
2091.1168Spgoyette#
2101.1168Spgoyettedefflag opt_biohist.h           BIOHIST: KERNHIST
2111.1168Spgoyettedefflag opt_biohist.h           BIOHIST_PRINT: KERNHIST_PRINT
2121.1168Spgoyettedefparam opt_biohist.h          BIOHIST_SIZE
2131.1168Spgoyette
2141.1168Spgoyette#
2151.618Sthorpej# System monitoring framework
2161.618Sthorpej#
2171.618Sthorpejinclude "dev/sysmon/files.sysmon"
2181.618Sthorpej
2191.618Sthorpej#
2201.563Sthorpej# Networking protocols
2211.563Sthorpej#
2221.971Spooka
2231.971Spooka# Attribute used by various things that need BPF's virtual machine
2241.971Spooka#
2251.971Spookadefine	bpf_filter
2261.971Spookadefparam opt_bpf.h	BPF_BUFSIZE
2271.971Spooka
2281.1123Suebayasidefflag	opt_bpf.h	BPFJIT
2291.1060Salnsn
2301.1060Salnsnfile	net/bpfjit.c	sljit & bpfjit
2311.1060Salnsn
2321.743Sthorpejinclude "net80211/files.net80211"
2331.563Sthorpejinclude "netatalk/files.netatalk"
2341.782Sgdamoreinclude "netbt/files.netbt"
2351.1172Sbouyerinclude "netcan/files.netcan"
2361.565Sthorpejinclude "netinet/files.netinet"
2371.565Sthorpejinclude "netinet6/files.netinet6"
2381.632Sitojuninclude "netipsec/files.netipsec"
2391.991Skefreninclude "netmpls/files.netmpls"
2401.567Sthorpejinclude "netnatm/files.netnatm"
2411.600Sjdolecekinclude "netsmb/files.netsmb"
2421.994Srmind
2431.994Srmindinclude "net/npf/files.npf"
2441.994Srmindinclude "netinet/files.ipfilter"
2451.677Sitojuninclude "net/files.pf"
2461.563Sthorpej
2471.795Smattobsolete defflag		CCITT		# obsolete
2481.795Smattobsolete defflag		HDLC		# obsolete
2491.795Smattobsolete defflag		LLC		# obsolete
2501.795Smattobsolete defflag opt_ns.h	NS NSIP		# obsolete
2511.795Smattobsolete defflag		IPX		# obsolete
2521.939Sjymobsolete defparam opt_md.h	MEMORY_RBFLAGS	# superseded by
2531.939Sjym						# MEMORY_DISK_RBFLAGS
2541.939Sjym
2551.603Sperseantdefflag	opt_bridge_ipf.h	BRIDGE_IPF	# bridge(4) use inet_pfil_hooks
2561.474Slukemdefflag	opt_ppp.h		PPP_DEFLATE PPP_BSDCOMP PPP_FILTER
2571.474Slukem						# Include deflate or bsd
2581.474Slukem						# compression, enable pppd
2591.474Slukem						# packet filtering support
2601.1162Schristosdefflag opt_pppoe.h		PPPOE_SERVER PPPOE_DEBUG
2611.189Sscottr
2621.189Sscottr# networking options
2631.473Slukem#
2641.474Slukemdefflag				GATEWAY
2651.748Syamtdefparam opt_nmbclusters.h	NMBCLUSTERS
2661.474Slukemdefparam			SB_MAX
2671.171Smrg
2681.189Sscottr# file system options
2691.473Slukem#
2701.1004Sbouyerdefflag	opt_quota.h		QUOTA QUOTA2		# XXX files.ufs?
2711.685Sthorpejdefflag				VNODE_LOCKDEBUG
2721.759Schsdefflag				MAGICLINKS
2731.353Soster
2741.276Sscottr# buffer cache size options
2751.473Slukem#
2761.474Slukemdefparam opt_bufcache.h		BUFCACHE BUFPAGES
2771.276Sscottr
2781.449Sgmcgarry# userconf
2791.473Slukem#
2801.474Slukemdefflag				USERCONF
2811.449Sgmcgarry
2821.663Satatat# sysctl related
2831.663Satatat#
2841.663Satatatdefflag opt_sysctl.h		SYSCTL_DISALLOW_CREATE SYSCTL_DISALLOW_KWRITE
2851.663Satatat				SYSCTL_DEBUG_SETUP SYSCTL_DEBUG_CREATE
2861.665Satatat				SYSCTL_INCLUDE_DESCR
2871.663Satatat
2881.473Slukem#
2891.289Slukem# Not entirely MI, but present on multiple arch's
2901.473Slukem#
2911.289Slukem
2921.276Sscottr# PC-style MBR handling
2931.473Slukem#
2941.474Slukemdefflag	opt_mbr.h		COMPAT_386BSD_MBRPART
2951.209Sjonathan
2961.745Sthorpej#
2971.209Sjonathan# debugging options
2981.473Slukem#
2991.745Sthorpejinclude "ddb/files.ddb"		# in-kernel dynamic debugger
3001.745Sthorpej
3011.474Slukemdefflag	opt_kgdb.h		KGDB
3021.613Smartindefparam opt_kgdb.h		KGDB_DEV KGDB_DEVNAME KGDB_DEVPORT
3031.474Slukem				KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
3041.474Slukemdefflag				LOCKDEBUG
3051.474Slukemdefflag				SYSCALL_DEBUG
3061.540Syamtdefflag	opt_kstack.h		KSTACK_CHECK_MAGIC
3071.271Sjonathan
3081.271Sjonathan# memory (ram) disk options
3091.473Slukem#
3101.474Slukemdefflag	opt_md.h		MEMORY_DISK_HOOKS MEMORY_DISK_IS_ROOT
3111.474Slukem				MEMORY_DISK_DYNAMIC
3121.851Sdsldefparam opt_md.h		MEMORY_DISK_SERVER=1 MEMORY_DISK_ROOT_SIZE
3131.939Sjym				MEMORY_DISK_RBFLAGS
3141.1143Suebayasidefparam opt_memory_disk_image.h	makeoptions_MEMORY_DISK_IMAGE
3151.159Sdrochner
3161.842Smanudefflag opt_tftproot.h		TFTPROOT TFTPROOT_DEBUG
3171.842Smanu
3181.936Schristosdefflag	opt_wlan.h		WLAN
3191.936Schristos
3201.819Swiz# Machine-independent device majors assignements
3211.640Sjdolecekinclude "conf/majors"
3221.543Sbriggs
3231.60Scgd# generic attributes
3241.473Slukem#
3251.915Sjmcneilldefine	videobus	{ }
3261.638Sbouyerdefine	ata	        {[channel = -1]}
3271.674Sthorpejdefine	sata
3281.947Sjakllschdefine	sata_fis
3291.1054Sbouyerdefine	sata_pmp
3301.558Sthorpejdefine	scsi_core
3311.558Sthorpejdefine	scsi		{[channel = -1]}: scsi_core
3321.638Sbouyerdefine	ata_hl		{[drive = -1]}
3331.637Sbouyerdefine	atapi		{ }
3341.489Sdrochnerdefine	radiodev	{ }
3351.614Sgmcgarrydefine	gpibdev		{[address = -1]}
3361.734Sjmcneilldefine	gpiobus		{ }
3371.769Srizdefine	onewirebus	{ }
3381.659Sbjh21define 	pckbport	{[slot = -1]}
3391.659Sbjh21define	pckbport_machdep_cnattach
3401.754Sthorpejdefine	firmload
3411.67Scgd
3421.1167Schristos# speaker devices, attaches to audio or pcppi drivers
3431.1176Snatdevice	spkr: wsbelldev
3441.1177Spgoyettefile	dev/spkr.c			spkr
3451.1167Schristos
3461.1114Suebayasiinclude "dev/files.audio"
3471.650Sbjh21
3481.1129Sjmcneill# High definition audio
3491.1129Sjmcneillinclude "dev/hdaudio/files.hdaudio"
3501.1129Sjmcneill
3511.1105Schristos# Base verbose vendor/product printing support
3521.1105Schristosfile	dev/dev_verbose.c
3531.1105Schristos
3541.915Sjmcneill# video devices, attaches to video hardware driver
3551.915Sjmcneill#
3561.915Sjmcneilldevice	video
3571.915Sjmcneillattach	video at videobus
3581.915Sjmcneill
3591.1024Sjmcneill# DTV subsystem
3601.1024Sjmcneill#
3611.1024Sjmcneillinclude "dev/dtv/files.dtv"
3621.1024Sjmcneill
3631.1130Sjmcneill# HDMI CEC
3641.1130Sjmcneill#
3651.1130Sjmcneillinclude "dev/hdmicec/files.hdmicec"
3661.1130Sjmcneill
3671.922Spgoyette# National Semiconductor LM7[89]
3681.922Spgoyette#
3691.922Spgoyette# (included here so files.i2c can define an attachment)
3701.922Spgoyette
3711.922Spgoyettedevice	lm: sysmon_envsys
3721.922Spgoyettefile	dev/ic/nslm7x.c			lm			needs-flag
3731.922Spgoyette
3741.984Spgoyette# JEDEC standard SPD EPROM
3751.984Spgoyette#
3761.984Spgoyette# (included here so files.i2c can define an attachment)
3771.984Spgoyette
3781.984Spgoyettedevice	spdmem
3791.984Spgoyettefile	dev/ic/spdmem.c			spdmem
3801.984Spgoyette
3811.1186Sbouyer# Generic HID support (used by USB, bluetooth and i2c)
3821.1186Sbouyerinclude "dev/hid/files.hid"
3831.1186Sbouyer
3841.635Sthorpej# I2C device support
3851.635Sthorpejinclude "dev/i2c/files.i2c"
3861.635Sthorpej
3871.1199Sjmcneill# PWM device support
3881.1199Sjmcneillinclude "dev/pwm/files.pwm"
3891.1199Sjmcneill
3901.813Sgdamore# SPI device support
3911.813Sgdamoreinclude "dev/spi/files.spi"
3921.813Sgdamore
3931.559Sthorpej# IR device support
3941.559Sthorpejinclude	"dev/ir/files.ir"
3951.559Sthorpej
3961.651Sjdolecek# Parallel Port Bus support
3971.651Sjdolecekinclude "dev/ppbus/files.ppbus"
3981.651Sjdolecek
3991.363Sthorpej# raster operations attributes
4001.473Slukem#
4011.426Slukemdefine	rasops1
4021.426Slukemdefine	rasops2
4031.426Slukemdefine	rasops4
4041.426Slukemdefine	rasops8
4051.426Slukemdefine	rasops15
4061.426Slukemdefine	rasops16
4071.426Slukemdefine	rasops24
4081.426Slukemdefine	rasops32
4091.829Soberdefine	rasops_rotation
4101.60Scgd
4111.997Sjmcneill# image decoding support
4121.997Sjmcneillinclude "dev/stbi/files.stbi"
4131.997Sjmcneill
4141.760Sjmcneill# splash screen support
4151.760Sjmcneillinclude "dev/splash/files.splash"
4161.760Sjmcneill
4171.768Sgdamore# videomode support
4181.768Sgdamoreinclude "dev/videomode/files.videomode"
4191.768Sgdamore
4201.67Scgd# net device attributes - we have generic code for arc(net), ether(net),
4211.1196Smaxv# fddi, token ring, and atm.
4221.473Slukem#
4231.874Scubedefine	arcnet
4241.88Schuckdefine	atm
4251.60Scgddefine	ether
4261.67Scgddefine	fddi
4271.185Skmldefine	hippi
4281.399Sonoedefine	ieee1394
4291.282Sbaddefine	token
4301.284Sexplorerdefine	sppp
4311.1032Stlsdefine	wlan
4321.294Sitojundefine	crypto
4331.100Sws
4341.1039Schristos# TPM
4351.1039Schristosdevice	tpm
4361.1039Schristosfile	dev/ic/tpm.c			tpm			needs-flag
4371.1039Schristos
4381.119Sis# devices ARPing IPv4 pull this in:
4391.473Slukem#
4401.119Sisdefine	arp
4411.119Sis
4421.515Sthorpej#
4431.515Sthorpej# ALTQ network traffic shaping subsystem
4441.515Sthorpej#
4451.515Sthorpejinclude "altq/files.altq"
4461.515Sthorpej
4471.404Sad# Logical disk
4481.473Slukem#
4491.404Saddevice	ld: disk
4501.426Slukemfile	dev/ld.c			ld			needs-flag
4511.513Sthorpej
4521.513Sthorpej#
4531.513Sthorpej# MII/PHY support for network devices
4541.513Sthorpej#
4551.513Sthorpejinclude "dev/mii/files.mii"
4561.375Sthorpej
4571.473Slukem#
4581.512Sthorpej# RAIDframe
4591.512Sthorpej#
4601.512Sthorpejinclude "dev/raidframe/files.raidframe"
4611.639Sgrog
4621.639Sgrog#
4631.542Sthorpej# Hardware-assisted data mover API
4641.542Sthorpej#
4651.542Sthorpejinclude "dev/dmover/files.dmover"
4661.512Sthorpej
4671.512Sthorpej#
4681.83Sthorpej# "Chipset" drivers.  These are the bus-independent routines which
4691.83Sthorpej# contain the cfdrivers.  Attachments are provided by files.<bus>
4701.473Slukem#
4711.145Schristos
4721.145Schristos# Adaptec AIC-6[32]60 ICs
4731.473Slukem#
4741.173Sthorpejdevice	aic: scsi
4751.145Schristosfile	dev/ic/aic6360.c		aic
4761.346Sthorpej
4771.346Sthorpej# SMC 93Cx6 Serial EEPROM devices
4781.473Slukem#
4791.346Sthorpejdefine	smc93cx6
4801.346Sthorpejfile	dev/ic/smc93cx6.c		smc93cx6
4811.83Sthorpej
4821.86Smycroft# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
4831.473Slukem#
4841.474Slukemdefparam opt_ahc.h		AHC_DEBUG
4851.474Slukemdefflag	opt_ahc.h		AHC_NO_TAGS
4861.173Sthorpejdevice	ahc: scsi
4871.345Sthorpejdefine	ahc_seeprom
4881.354Sfvdldefine	ahc_aic77xx
4891.142Senamifile	dev/ic/aic7xxx.c		ahc
4901.609Sfvdlfile	dev/ic/aic7xxx_osm.c		ahc
4911.345Sthorpejfile	dev/ic/aic7xxx_seeprom.c	ahc_seeprom
4921.354Sfvdlfile	dev/ic/aic77xx.c		ahc_aic77xx
4931.609Sfvdl
4941.609Sfvdl# Adaptec aic79xx SCSI controllers
4951.609Sfvdldefflag	opt_ahd.h		AHD_DEBUG
4961.609Sfvdldevice	ahd: scsi
4971.609Sfvdlfile	dev/ic/aic79xx.c		ahd
4981.609Sfvdlfile	dev/ic/aic79xx_osm.c		ahd
4991.318Sad
5001.318Sad# DPT EATA SCSI controllers
5011.473Slukem#
5021.318Saddevice	dpt: scsi
5031.318Sadfile	dev/ic/dpt.c			dpt
5041.355Sad
5051.355Sad# Compaq Smart ARRAY controllers
5061.473Slukem#
5071.355Saddevice	cac {unit = -1}
5081.355Sadfile	dev/ic/cac.c			cac
5091.355Sad
5101.404Sadattach	ld at cac with ld_cac
5111.404Sadfile	dev/ic/ld_cac.c			ld_cac
5121.419Sad
5131.764She# HP/Compaq Command Interface for SCSI-3 Support
5141.764She#
5151.1194Sjoergdefflag	opt_ciss.h			CISS_NO_INTERRUPT_HACK
5161.764Shedevice ciss: scsi
5171.764Shefile	dev/ic/ciss.c			ciss
5181.764She
5191.419Sad# Mylex DAC960 RAID controllers
5201.473Slukem#
5211.419Saddevice	mlx {unit = -1}
5221.419Sadfile	dev/ic/mlx.c			mlx			needs-flag
5231.419Sad
5241.419Sadattach	ld at mlx with ld_mlx
5251.419Sadfile	dev/ic/ld_mlx.c			ld_mlx
5261.521Sad
5271.521Sad# ICP-Vortex/Intel RAID controllers
5281.521Sad#
5291.521Saddevice	icp {unit = -1}
5301.521Sadfile	dev/ic/icp.c			icp			needs-flag
5311.611Sthorpejfile	dev/ic/icp_ioctl.c		icp
5321.521Sad
5331.521Sadattach	ld at icp with ld_icp
5341.521Sadfile	dev/ic/ld_icp.c			ld_icp
5351.521Sad
5361.521Saddevice	icpsp: scsi
5371.521Sadfile	dev/ic/icpsp.c			icpsp
5381.521Sadattach	icpsp at icp
5391.523Sad
5401.523Sad# Adaptec FSA RAID controllers
5411.523Sad#
5421.523Saddevice	aac {unit = -1}
5431.523Sadfile	dev/ic/aac.c			aac
5441.523Sad
5451.523Sadattach	ld at aac with ld_aac
5461.523Sadfile	dev/ic/ld_aac.c			ld_aac
5471.238Sdante
5481.238Sdante# AdvanSys 1200A, 1200B and ULTRA SCSI controllers
5491.473Slukem#
5501.238Sdantedevice	adv: scsi
5511.238Sdantefile	dev/ic/adv.c			adv
5521.428Sthorpejfile	dev/ic/advlib.c			adv
5531.428Sthorpejfile	dev/ic/advmcode.c		adv
5541.248Sdante
5551.248Sdante# AdvanSys ULTRA WIDE SCSI controllers
5561.473Slukem#
5571.248Sdantedevice	adw: scsi
5581.248Sdantefile	dev/ic/adw.c			adw
5591.194Sjonathan
5601.130Sjonathan# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
5611.130Sjonathan# (Must be declared before AHA to ensure bha probes before aha.
5621.130Sjonathan#  Probing AHA first configures bhas as aha, via their AHA
5631.130Sjonathan#  hardware-compatibility mode.)
5641.473Slukem#
5651.173Sthorpejdevice	bha: scsi
5661.142Senamifile	dev/ic/bha.c			bha
5671.130Sjonathan
5681.113Smycroft# Adaptec AHA-154x and AHA-164x controllers
5691.130Sjonathan# (must be after bha, see above)
5701.473Slukem#
5711.173Sthorpejdevice	aha: scsi
5721.142Senamifile	dev/ic/aha.c			aha
5731.445Stsutsui
5741.445Stsutsui# Initio INIC-940/950 SCSI controllers
5751.473Slukem#
5761.445Stsutsuidevice	iha: scsi
5771.445Stsutsuifile	dev/ic/iha.c			iha
5781.118Scgd
5791.118Scgd# Qlogic ISP 10x0 SCSI Controllers
5801.473Slukem#
5811.474Slukemdefflag	opt_isp.h		ISP_DISABLE_1020_SUPPORT
5821.474Slukem				ISP_DISABLE_1080_SUPPORT
5831.474Slukem				ISP_DISABLE_2100_SUPPORT
5841.474Slukem				ISP_DISABLE_2200_SUPPORT
5851.846Smjacob				ISP_DISABLE_2300_SUPPORT
5861.894Smjacob				ISP_DISABLE_2322_SUPPORT
5871.846Smjacob				ISP_DISABLE_2400_SUPPORT
5881.846Smjacob				ISP_DISABLE_FW
5891.846Smjacob				ISP_TARGET_MODE
5901.474Slukemdefparam opt_isp.h		ISP_LOGDEFAULT
5911.894Smjacob				ISP_VPORTS
5921.173Sthorpejdevice	isp: scsi
5931.142Senamifile	dev/ic/isp.c			isp
5941.846Smjacobfile	dev/ic/isp_library.c		isp
5951.223Smjacobfile	dev/ic/isp_netbsd.c		isp
5961.711Sdrochnerfile	dev/ic/isp_target.c		isp & isp_target_mode
5971.821Sbouyer# LSILogic MegaRAID SAS
5981.821Sbouyer#
5991.821Sbouyerdevice	mfi: scsi
6001.821Sbouyerfile	dev/ic/mfi.c			mfi
6011.821Sbouyer
6021.528Smatt# LSILogic Fusion-MPT I/O Processor SCSI/FC Controllers
6031.528Smatt#
6041.608Sthorpejdevice	mpt: scsi
6051.608Sthorpejfile	dev/ic/mpt.c			mpt
6061.608Sthorpejfile	dev/ic/mpt_debug.c		mpt
6071.608Sthorpejfile	dev/ic/mpt_netbsd.c		mpt
6081.605Stsutsui
6091.682Sitohy# Workbit NinjaSCSI-32 controllers
6101.682Sitohydevice	njs: scsi
6111.682Sitohyfile	dev/ic/ninjascsi32.c		njs
6121.682Sitohy
6131.605Stsutsui# Symbios/NCR 53c700 SCSI controllers
6141.605Stsutsuidevice	oosiop: scsi
6151.605Stsutsuifile	dev/ic/oosiop.c			oosiop
6161.436Stsutsui
6171.436Stsutsui# Symbios/NCR 53c710 SCSI controllers
6181.473Slukem#
6191.436Stsutsuidevice	osiop: scsi
6201.436Stsutsuifile	dev/ic/osiop.c			osiop
6211.364Sbouyer
6221.368Sbouyer# common stuff for siop and esiop
6231.473Slukem#
6241.426Slukemdefine	siop_common
6251.426Slukemfile	dev/ic/siop_common.c		siop_common
6261.368Sbouyer
6271.364Sbouyer# Symbios/NCR 53c720/53c8xx SCSI controllers
6281.473Slukem#
6291.426Slukemdevice	siop: scsi,siop_common
6301.898Sskrllfile	dev/ic/siop.c			siop & (siop_pci | siop_gedoens)
6311.517Sbouyerdefflag	opt_siop.h			SIOP_SYMLED
6321.518Sbouyer
6331.518Sbouyerdevice	esiop: scsi,siop_common
6341.518Sbouyerfile	dev/ic/esiop.c			esiop
6351.94Smycroft
6361.94Smycroft# UltraStor SCSI controllers
6371.473Slukem#
6381.173Sthorpejdevice	uha: scsi
6391.142Senamifile	dev/ic/uha.c			uha
6401.409Sonoe
6411.878Sgarbled# 3Com common probe code
6421.878Sgarbleddefine  elink
6431.878Sgarbledfile    dev/isa/elink.c                 elink
6441.878Sgarbled
6451.409Sonoe# Aironet PC4500/PC4800
6461.473Slukem#
6471.653Stsarnadevice	an: arp, wlan, ifnet
6481.409Sonoefile	dev/ic/an.c			an
6491.86Smycroft
6501.376Sonoe# AMD 79c930-based 802.11 cards
6511.473Slukem#
6521.376Sonoedevice	awi: arp, wlan, ifnet
6531.376Sonoefile	dev/ic/awi.c			awi
6541.376Sonoefile	dev/ic/am79c930.c		awi
6551.438Sichiro
6561.438Sichiro# Lucent & Intersil WaveLan IEEE (802.11)
6571.473Slukem#
6581.656Sjunyoungdevice	wi: arp, wlan, ifnet
6591.438Sichirofile	dev/ic/wi.c			wi
6601.617Sdyoung
6611.930Salc# Atheros HAL
6621.930Salc#
6631.930Salcinclude "external/isc/atheros_hal/conf/files.ath_hal"
6641.930Salc
6651.641Sdyoung# Atheros 5210/5211/5212 multi-mode 802.11
6661.641Sdyoung#
6671.656Sjunyoungdevice	ath: arp, wlan, ifnet
6681.1066Schristosfile	dev/ic/ath.c			ath
6691.1066Schristosfile	dev/ic/ath_netbsd.c		ath
6701.1066Schristosfile	dev/ic/athrate-sample.c		ath
6711.641Sdyoung
6721.617Sdyoung# ADMtek ADM8211 802.11
6731.617Sdyoung#
6741.656Sjunyoungdevice	atw: arp, wlan, ifnet, smc93cx6
6751.617Sdyoungfile	dev/ic/atw.c			atw
6761.376Sonoe
6771.687Sdyoung# Realtek RTL8180 802.11
6781.687Sdyoung#
6791.687Sdyoungdevice rtw: arp, wlan, ifnet, smc93cx6
6801.687Sdyoungfile	dev/ic/rtw.c			rtw
6811.687Sdyoungfile	dev/ic/rtwphy.c			rtw
6821.687Sdyoungfile	dev/ic/rtwphyio.c		rtw
6831.687Sdyoung
6841.1157Schristos# Ralink RT2500/RT2600/RT2860 802.11
6851.779Smartindevice	ral: arp, ether, ifnet, wlan, firmload
6861.778Sdogcowfile	dev/ic/rt2560.c			ral
6871.778Sdogcowfile	dev/ic/rt2661.c			ral
6881.1157Schristosfile	dev/ic/rt2860.c			ral
6891.722Sdrochner
6901.1053Sdegroote# Marvell Libertas Open
6911.1053Sdegrootedevice  malo: arp, ether, ifnet, wlan, firmload
6921.1053Sdegrootefile    dev/ic/malo.c           malo
6931.1053Sdegroote
6941.83Sthorpej# 3Com Etherlink-III Ethernet controller
6951.473Slukem#
6961.333Sthorpejdevice	ep: arp, ether, ifnet, mii, mii_bitbang
6971.142Senamifile	dev/ic/elink3.c			ep
6981.253Sfvdl
6991.253Sfvdl# 3Com EtherLink XL Controller
7001.473Slukem#
7011.331Sthorpejdevice	ex: arp, ether, ifnet, mii, mii_bitbang
7021.253Sfvdlfile	dev/ic/elinkxl.c		ex
7031.131Smatt
7041.131Smatt# DEC EtherWORKS III (LEMAC) Ethernet controllers
7051.473Slukem#
7061.173Sthorpejdevice	lc: arp, ether, ifnet
7071.142Senamifile	dev/ic/lemac.c			lc
7081.84Smycroft
7091.84Smycroft# LANCE and PCnet Ethernet controllers
7101.473Slukem#
7111.173Sthorpejdevice	le: arp, ether, ifnet
7121.426Slukemdefine	le24
7131.426Slukemdefine	le32
7141.227Sexplorerfile	dev/ic/am7990.c			le24
7151.225Sdrochnerfile	dev/ic/am79900.c		le32
7161.225Sdrochnerfile	dev/ic/lance.c			le24 | le32
7171.383Sthorpej
7181.383Sthorpej# DEC DEPCA-family of LANCE Ethernet controllers
7191.473Slukem#
7201.383Sthorpejdevice	depca { }: le24
7211.383Sthorpejfile	dev/ic/depca.c			depca
7221.383Sthorpejattach	le at depca with le_depca
7231.122Sscottr
7241.290Smrg# Sun HME Ethernet controllers
7251.473Slukem#
7261.293Spkdevice	hme: arp, ether, ifnet, mii
7271.293Spkfile	dev/ic/hme.c			hme
7281.461Seeh
7291.461Seeh# Sun GEM Ethernet controllers
7301.473Slukem#
7311.461Seehdevice	gem: arp, ether, ifnet, mii
7321.461Seehfile	dev/ic/gem.c			gem
7331.290Smrg
7341.1103Smartin# Synopsis Designware GMAC core, as found on allwinner a20
7351.1103Smartin# and other SoCs
7361.1103Smartindevice	awge: arp, ether, ifnet, mii
7371.1103Smartinfile	dev/ic/dwc_gmac.c		awge
7381.1103Smartin
7391.122Sscottr# 8390-family Ethernet controllers
7401.473Slukem#
7411.122Sscottrdefine	dp8390nic
7421.1202Smartinfile	dev/ic/dp8390.c			dp8390nic
7431.485Sbjh21
7441.485Sbjh21# National Semiconductor DP83905 AT/LANTIC Ethernet media support
7451.485Sbjh21#
7461.485Sbjh21define	dp83905
7471.485Sbjh21file	dev/ic/dp83905.c		dp83905
7481.484Sbjh21
7491.484Sbjh21# Macronix MX98905 Ethernet controller
7501.484Sbjh21# (use as an attribute for an "ne" bus attachment)
7511.484Sbjh21#
7521.484Sbjh21define	mx98905
7531.484Sbjh21file	dev/ic/mx98905.c		mx98905
7541.77Scgd
7551.282Sbad# TROPIC Token-Ring controller
7561.473Slukem#
7571.282Sbaddevice	tr: arp, token, ifnet
7581.282Sbadfile	dev/ic/tropic.c			tr
7591.282Sbad
7601.91Scgd# NCR 5380 SCSI Bus Controller
7611.473Slukem#
7621.91Scgddefine	ncr5380sbc
7631.142Senamifile	dev/ic/ncr5380sbc.c		ncr5380sbc
7641.356Spkdevice	nca: scsi, ncr5380sbc
7651.91Scgd
7661.434Sfredette# Sun sc PAL SCSI Bus Controller
7671.473Slukem#
7681.434Sfredettedefine	sunscpal
7691.434Sfredettefile	dev/ic/sunscpal.c		sunscpal
7701.434Sfredettedevice	ssc: scsi, sunscpal
7711.434Sfredette
7721.91Scgd# DEC FDDI Chipset
7731.473Slukem#
7741.91Scgddefine	pdq
7751.142Senamifile	dev/ic/pdq.c			pdq
7761.142Senamifile	dev/ic/pdq_ifsubr.c		pdq
7771.98Schristos
7781.474Slukem# Cyclades Cyclom-8/16/32
7791.473Slukem#
7801.173Sthorpejdevice	cy: tty
7811.142Senamifile	dev/ic/cy.c			cy			needs-flag
7821.103Sthorpej
7831.103Sthorpej# Efficient Networks, Inc. ATM interface
7841.473Slukem#
7851.173Sthorpejdevice	en: atm, ifnet
7861.142Senamifile	dev/ic/midway.c			en
7871.117Sthorpej
7881.117Sthorpej# NCR 53x9x or Emulex ESP SCSI Controller
7891.473Slukem#
7901.117Sthorpejdefine	ncr53c9x
7911.359Smycroftdevice	esp: scsi, ncr53c9x
7921.142Senamifile	dev/ic/ncr53c9x.c		ncr53c9x
7931.227Sexplorer
7941.679Smycroft# Fujitsu MB87030/MB89352 SCSI Protocol Controller
7951.679Smycroftdevice	spc: scsi
7961.679Smycroftfile	dev/ic/mb89352.c		spc
7971.679Smycroft
7981.796Sbjh21# Western Digital WD33C93/WD33C93A SCSI Bus Interface Controller
7991.796Sbjh21define	wd33c93
8001.796Sbjh21file	dev/ic/wd33c93.c		wd33c93
8011.796Sbjh21
8021.590Ssoren# Hitachi HD44780 LCD panel controller
8031.590Ssorendefine	hd44780
8041.590Ssorenfile	dev/ic/hd44780_subr.c		hd44780
8051.590Ssorenfile	dev/ic/lcdkp_subr.c		hd44780
8061.590Ssoren
8071.710Sjoff# Matrix keypad
8081.710Sjoffdefine	matrixkp
8091.710Sjofffile	dev/ic/matrixkp_subr.c		matrixkp
8101.710Sjoff
8111.227Sexplorer# Hitachi HD64570 serial controller
8121.473Slukem#
8131.359Smycroftdefine	hd64570
8141.227Sexplorerfile	dev/ic/hd64570.c		hd64570
8151.339Schopps
8161.339Schopps# Riscom/N2 ISA/PCI Sync Serial Controller
8171.473Slukem#
8181.339Schoppsdevice	ntwoc: ifnet, hd64570
8191.128Spk
8201.128Spk# Intel 82586 Ethernet Controller
8211.473Slukem#
8221.128Spkdefine	i82586
8231.142Senamifile	dev/ic/i82586.c			i82586
8241.291Sthorpej
8251.658Sjkunz# Intel 82596 Ethernet Controller
8261.658Sjkunz#
8271.658Sjkunzdefine	i82596
8281.658Sjkunzfile	dev/ic/i82596.c			i82596
8291.658Sjkunz
8301.291Sthorpej# Intel 82557/82558/82559 Ethernet Controller
8311.473Slukem#
8321.291Sthorpejdevice	fxp: ether, ifnet, arp, mii
8331.291Sthorpejfile	dev/ic/i82557.c			fxp
8341.389Sbjh21
8351.389Sbjh21# SEEQ 8005 Advanced Ethernet Data Link Controller
8361.473Slukem#
8371.389Sbjh21define	seeq8005
8381.389Sbjh21file	dev/ic/seeq8005.c		seeq8005
8391.137Sthorpej
8401.137Sthorpej# SMC 91Cxx Ethernet Controller
8411.473Slukem#
8421.379Sbriggsdevice	sm: arp, ether, ifnet, mii, mii_bitbang
8431.142Senamifile	dev/ic/smc91cxx.c		sm
8441.188Sthorpej
8451.188Sthorpej# SMC 83C170 EPIC/100 Fast Ethernet Controller
8461.473Slukem#
8471.230Sthorpejdevice	epic: arp, ether, ifnet, mii
8481.188Sthorpejfile	dev/ic/smc83c170.c		epic
8491.309Sragge
8501.309Sragge# DEC SGEC Second Generation Ethernet Controller
8511.473Slukem#
8521.309Sraggedefine	sgec
8531.309Sraggefile	dev/ic/sgec.c			sgec
8541.177Senami
8551.715Sjdolecek# MB86950 Ethernet Controller
8561.715Sjdolecek#
8571.715Sjdolecekdefine	mb86950
8581.715Sjdolecekfile	dev/ic/mb86950.c		mb86950
8591.715Sjdolecek
8601.177Senami# MB8696x Ethernet Controller
8611.473Slukem#
8621.177Senamidefine	mb86960
8631.177Senamifile	dev/ic/mb86960.c		mb86960
8641.177Senami
8651.177Senami# Generic MB8696x Ethernet Controller driver
8661.473Slukem#
8671.177Senamidevice	mbe: arp, ether, ifnet, mb86960
8681.146Saugustss
8691.146Saugustss# Interwave Am78C201 audio driver
8701.473Slukem#
8711.146Saugustssdefine	interwave
8721.146Saugustssfile	dev/ic/interwave.c		interwave
8731.154Sis
8741.154Sis# TMS 320av110 MPEG2/audio driver
8751.473Slukem#
8761.154Sisdefine	tms320av110
8771.154Sisfile	dev/ic/tms320av110.c		tms320av110
8781.152Sthorpej
8791.152Sthorpej# Novell NE2000-compatible Ethernet cards, based on the
8801.152Sthorpej# National Semiconductor DS8390.
8811.473Slukem#
8821.423Sthorpejdevice	ne: ether, ifnet, arp, dp8390nic, mii
8831.1202Smartinfile	dev/ic/ne2000.c			ne
8841.153Sthorpej
8851.153Sthorpej# 8250/16[45]50-based "com" ports
8861.668Sthorpej#
8871.749Schsdefflag	opt_com.h		COM_DEBUG
8881.153Sthorpej# XXX In a perfect world, this would be done with attributes
8891.1078Skiyoharadefflag	opt_com.h		COM_16650 COM_16750
8901.1078Skiyohara				COM_HAYESP COM_PXA2X0 COM_AU1X00
8911.1198Sjmcneill				COM_REGMAP COM_FUNCMAP
8921.1016Smattdefparam opt_com.h		COM_TOLERANCE
8931.392Seehdevice	com { } : tty
8941.426Slukemfile	dev/ic/com.c			com			needs-flag
8951.336Sthorpej
8961.336Sthorpej# PC-like keyboard controller
8971.473Slukem#
8981.659Sbjh21device	pckbc: pckbport
8991.660Sbjh21file	dev/ic/pckbc.c			pckbc			needs-flag
9001.274Sscw
9011.714Scubedevice	attimer
9021.714Scubefile	dev/ic/attimer.c		attimer			needs-flag
9031.714Scube
9041.274Sscw# Cirrus Logic CD240[01] 4-port Multi-Protocol Communications Controller
9051.473Slukem#
9061.274Sscwdevice	clmpcc: tty
9071.426Slukemfile	dev/ic/clmpcc.c			clmpcc			needs-flag
9081.385Sbjh21
9091.843Sxtraeme# Abit uGuru
9101.843Sxtraeme#
9111.843Sxtraemedevice	ug: sysmon_envsys
9121.843Sxtraemefile	dev/ic/ug.c			ug			needs-flag
9131.843Sxtraeme
9141.185Skml# Essential Communications Corp. HIPPI Interface
9151.473Slukem#
9161.426Slukemdevice	esh: hippi, ifnet
9171.426Slukemfile	dev/ic/rrunner.c		esh			needs-flag
9181.242Sis
9191.242Sis# SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver
9201.473Slukem#
9211.874Scubedevice	bah: ifnet, arcnet, arp
9221.426Slukemfile	dev/ic/smc90cx6.c		bah
9231.234Saugustss
9241.234Saugustss# OPL2/OPL3 FM synth driver
9251.473Slukem#
9261.235Saugustssdevice	opl: midibus, midisyn
9271.234Saugustssfile	dev/ic/opl.c			opl
9281.234Saugustssfile	dev/ic/oplinstrs.c		opl
9291.305Saugustss
9301.305Saugustss# MPU401 MIDI UART compatibles
9311.473Slukem#
9321.305Saugustssdevice	mpu: midibus
9331.426Slukemfile	dev/ic/mpu.c			mpu			needs-flag
9341.236Spk
9351.236Spk# AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
9361.473Slukem#
9371.236Spkdefine	ad1848
9381.236Spkfile	dev/ic/ad1848.c			ad1848
9391.290Smrg
9401.290Smrg# AMD 7930 audio/ISDN codec
9411.473Slukem#
9421.366Saugustssdefine	am7930
9431.366Saugustssfile	dev/ic/am7930.c			am7930
9441.290Smrg
9451.1100Stsutsui# Siemens PSB2160 audio codec, as found in HP systems
9461.1100Stsutsuidevice	arcofi: audiobus, auconv, mulaw
9471.1100Stsutsuifile	dev/ic/arcofi.c			arcofi
9481.1100Stsutsui
9491.290Smrg# SPARC `SUNW,audiocs'
9501.473Slukem#
9511.519Saugustssdevice	audiocs: audiobus, auconv, ad1848
9521.290Smrgfile	dev/ic/cs4231.c			audiocs
9531.326Saugustss
9541.326Saugustss# AC-97 CODECs
9551.473Slukem#
9561.326Saugustssdefine	ac97
9571.326Saugustssfile	dev/ic/ac97.c			ac97
9581.437Sminoura
9591.1040Snisimura# UDA1341 CODEC support
9601.1040Snisimuradefine	uda1341
9611.1040Snisimurafile	dev/ic/uda1341.c		uda1341
9621.1040Snisimura
9631.437Sminoura# Oki MSM6258 support code
9641.473Slukem#
9651.437Sminouradefine msm6258
9661.437Sminourafile	dev/ic/msm6258.c		msm6258
9671.240Spk
9681.240Spk# LSI64854 DMA controller back-end
9691.473Slukem#
9701.240Spkdefine	lsi64854
9711.240Spkfile	dev/ic/lsi64854.c		lsi64854
9721.465Smrg
9731.465Smrg# Cirrus Logic CL-CD180/1864/1865 multi port serial controller back-end
9741.473Slukem#
9751.465Smrgdefine	cd18xx
9761.465Smrgfile	dev/ic/cd18xx.c			cd18xx
9771.240Spk
9781.654Swiz# Realtek 8019/8029 NE2000-compatible network interface subroutines
9791.473Slukem#
9801.252Sthorpejdefine	rtl80x9
9811.980Stsutsuifile	dev/ic/rtl80x9.c		rtl80x9			needs-flag
9821.360Shaya
9831.654Swiz# Realtek 8129/8139 Ethernet controllers
9841.473Slukem#
9851.362Shayadevice	rtk: ether, ifnet, arp, mii
9861.675Ssekiyafile	dev/ic/rtl81x9.c		rtk | re
9871.185Skml
9881.673Stoshii# Realtek 8169 Ethernet controllers
9891.673Stoshii#
9901.673Stoshiidevice	re: ether, ifnet, arp, mii
9911.709Syamtfile	dev/ic/rtl8169.c		re
9921.673Stoshii
9931.1200Sjakllsch# Virtual I/O Device (VIRTIO) bus controller and devices
9941.1200Sjakllsch#
9951.1200Sjakllschinclude "dev/virtio/files.virtio"
9961.1200Sjakllsch
9971.258Spk# Common code for ESDI/IDE/etc. controllers
9981.473Slukem#
9991.680Sthorpejdefine	wdc_common
10001.809Sitohydefine	ata_dma
10011.809Sitohydefine	ata_udma
10021.809Sitohydefine	ata_piobm
10031.680Sthorpejdevice	wdc: ata, wdc_common
10041.637Sbouyer
10051.1079Sjmcneilldefflag opt_ata.h	ATADEBUG
10061.1079Sjmcneilldefparam opt_ata.h	ATADEBUG_MASK
10071.1079Sjmcneilldefflag opt_wdc.h	WDC_NO_IDS
10081.835Sdyoung
10091.656Sjunyoungdevice	atabus: atapi,ata_hl
10101.656Sjunyoungattach	atabus at ata
10111.809Sitohy# The strange expression is to dump ata_* definitions to ata_dma.h.
10121.809Sitohyfile	dev/ic/wdc.c			(ata_dma | ata_udma | ata_piobm | atabus) & atabus & wdc_common	needs-flag
10131.386Sbjh21
10141.810Sitohy# Workbit NinjaATA-32 IDE controllers
10151.810Sitohydevice	njata: ata, ata_piobm, wdc_common
10161.810Sitohyfile	dev/ic/ninjaata32.c		njata
10171.810Sitohy
10181.386Sbjh21# CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller
10191.473Slukem#
10201.386Sbjh21device	upc { [offset = -1] }
10211.386Sbjh21attach	wdc at upc with wdc_upc
10221.386Sbjh21attach	com at upc with com_upc
10231.651Sjdolecekattach	lpt at upc with lpt_upc
10241.426Slukemfile	dev/ic/upc.c			upc
10251.426Slukemfile	dev/ic/wdc_upc.c		wdc_upc
10261.426Slukemfile	dev/ic/com_upc.c		com_upc
10271.651Sjdolecekfile	dev/ic/lpt_upc.c		lpt_upc
10281.327Smatt
10291.844Sbouyer# AHCI-compatible SATA controllers
10301.844Sbouyerdefine ahcisata_core
10311.844Sbouyerfile dev/ic/ahcisata_core.c ahcisata_core
10321.1054Sbouyerdevice ahcisata: ata, ata_dma, ata_udma, sata, sata_fis, sata_pmp, ahcisata_core
10331.844Sbouyer
10341.956Sjakllsch# Silicon Image SteelVine SATA-II controllers
10351.956Sjakllschdefine	siisata
10361.956Sjakllschfile	dev/ic/siisata.c		siisata
10371.1054Sbouyerdevice	siisata: ata, ata_dma, ata_udma, sata, sata_fis, sata_pmp, siisata
10381.956Sjakllsch
10391.957Sjakllsch# Marvell Serial-ATA Host Controller
10401.951Skiyoharadefine mvsata
10411.951Skiyoharafile dev/ic/mvsata.c			mvsata
10421.1182Skredevice mvsata: ata, ata_dma, ata_udma, wdc_common, sata, sata_fis, sata_pmp, mvsata
10431.951Skiyoharadefflag opt_mvsata.h		MVSATA_WITHOUTDMA
10441.951Skiyohara
10451.314Sthorpej# DECchip 21x4x Ethernet controller family, and assorted clones.
10461.473Slukem#
10471.333Sthorpejdevice	tlp: arp, ether, ifnet, mii, mii_bitbang
10481.314Sthorpejfile	dev/ic/tulip.c			tlp
10491.322Sthorpej
10501.322Sthorpej# Adaptec AIC-6915 Ethernet interface
10511.473Slukem#
10521.322Sthorpejdevice	sf: arp, ether, ifnet, mii
10531.322Sthorpejfile	dev/ic/aic6915.c		sf
10541.378Spk
10551.378Spk# Mostek time-of-day clock and NVRAM
10561.473Slukem#
10571.378Spkdefine	mk48txx
10581.507Spkfile	dev/ic/mk48txx.c		mk48txx
10591.378Spk
10601.1061Srkujawa# OKI MSM6242B
10611.1061Srkujawa#
10621.1061Srkujawadefine	msm6242b
10631.1061Srkujawafile	dev/ic/msm6242b.c		msm6242b
10641.1061Srkujawa
10651.378Spk# Intersil 7170 time-of-day clock
10661.473Slukem#
10671.378Spkdefine	intersil7170
10681.378Spkfile	dev/ic/intersil7170.c		intersil7170
10691.434Sfredette
10701.434Sfredette# National Semiconductor MM58167 time-of-day clock
10711.473Slukem#
10721.434Sfredettedefine	mm58167
10731.434Sfredettefile	dev/ic/mm58167.c		mm58167
10741.643Stsutsui
10751.643Stsutsui# Motorola mc146818 (and compatible) time-of-day clock
10761.643Stsutsui#
10771.643Stsutsuidefine	mc146818
10781.643Stsutsuifile	dev/ic/mc146818.c		mc146818
10791.422Sthorpej
10801.808Suwe# Ricoh RS5C313 time of-day-clock
10811.808Suwe#
10821.808Suwedefine	rs5c313
10831.808Suwefile	dev/ic/rs5c313.c		rs5c313
10841.808Suwe
10851.422Sthorpej# D-Link DL10019/10022 NE2000-compatible network interface subroutines
10861.473Slukem#
10871.422Sthorpejdefine	dl10019
10881.422Sthorpejfile	dev/ic/dl10019.c		dl10019
10891.453Senami
10901.453Senami# ASIX AX88190 NE2000-compatible network interface subroutines
10911.473Slukem#
10921.453Senamidefine	ax88190
10931.453Senamifile	dev/ic/ax88190.c		ax88190
10941.429Sjdolecek
10951.429Sjdolecek# WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
10961.473Slukem#
10971.429Sjdolecekdevice	we: ether, ifnet, arp, dp8390nic
10981.429Sjdolecekfile	dev/ic/we.c			we
10991.432Sjdolecek
11001.432Sjdolecek# Allied-Telesis Ethernet driver based on Fujitsu MB8696xA controllers
11011.473Slukem#
11021.432Sjdolecekdevice	ate: arp, ether, ifnet, mb86960
11031.557Stsutsui
11041.557Stsutsui# Fujitsu FMV-18x Ethernet driver based on Fujitsu MB8696xA controllers
11051.557Stsutsui#
11061.557Stsutsuidevice	fmv: arp, ether, ifnet, mb86960
11071.557Stsutsuifile	dev/ic/fmv.c			fmv
11081.471Syamt
11091.471Syamt# Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
11101.473Slukem#
11111.471Syamtdevice	cs: arp, ether, ifnet
11121.704Sjoffdevice	tscs: arp, ether, ifnet
11131.704Sjofffile	dev/ic/cs89x0.c			cs | tscs
11141.487Saugustss
11151.487Saugustss# Radio device attributes
11161.487Saugustss#
11171.487Saugustssdefine	tea5757
11181.656Sjunyoungfile	dev/ic/tea5757.c		tea5757
11191.487Saugustssdefine	lm700x
11201.656Sjunyoungfile	dev/ic/lm700x.c			lm700x
11211.179Sdrochner
11221.837Stnn# Philips PCF8584 i2c controller
11231.837Stnndefine	pcf8584
11241.837Stnnfile	dev/ic/pcf8584.c		pcf8584
11251.837Stnn
11261.985Snonaka# PCA9564 i2c controller
11271.985Snonakadefine	pca9564
11281.985Snonakafile	dev/ic/pca9564.c		pca9564
11291.985Snonaka
11301.1187Sbouyer# Synopsys DesignWare I2C controller
11311.1187Sbouyerdefine	dwiic
11321.1187Sbouyerdevice dwiic: dwiic, i2cbus
11331.1187Sbouyerfile	dev/ic/dwiic.c			dwiic
11341.1187Sbouyer
11351.784Sdrochner# ACPI power management timer (hardware access, independent of ACPI)
11361.784Sdrochner#
11371.784Sdrochnerdefine acpipmtimer
11381.784Sdrochnerfile	dev/ic/acpipmtimer.c	acpipmtimer
11391.784Sdrochner
11401.834Snjolydevice 	hpet
11411.834Snjolyfile 	dev/ic/hpet.c		hpet			needs-flag
11421.834Snjoly
11431.1126Sjmcneill# DesignWare timer
11441.1126Sjmcneilldevice	dwctmr
11451.1126Sjmcneillfile	dev/ic/dwc_tmr.c	dwctmr
11461.1126Sjmcneill
11471.952Skiyohara# SMSC LAN9118 Family Ethernet Controller
11481.952Skiyohara#
11491.965Skiyoharadevice	smsh: arp, ether, ifnet, mii
11501.952Skiyoharafile	dev/ic/lan9118.c		smsh
11511.952Skiyohara
11521.1088Sriastrad# Apple System Management Controller
11531.1088Sriastrad#
11541.1089Sriastraddefine	applesmcbus	{ }
11551.1090Sriastraddevice	applesmc: applesmcbus
11561.1088Sriastradfile	dev/ic/apple_smc.c		applesmc
11571.1088Sriastrad
11581.1088Sriastrad# Apple SMC fan sensors and control
11591.1090Sriastraddevice	applesmcfan: applesmcbus, sysmon_envsys
11601.1090Sriastradattach	applesmcfan at applesmcbus with apple_smc_fan
11611.1088Sriastradfile	dev/ic/apple_smc_fan.c		applesmcfan
11621.1088Sriastrad
11631.1088Sriastrad# Apple SMC temperature sensors
11641.1090Sriastraddevice	applesmctemp: applesmcbus, sysmon_envsys
11651.1090Sriastradattach	applesmctemp at applesmcbus with apple_smc_temp
11661.1088Sriastradfile	dev/ic/apple_smc_temp.c		applesmctemp
11671.1088Sriastrad
11681.1089Sriastrad# Apple SMC accelerometer (not yet implemented!)
11691.1090Sriastrad#device	applesmcaccel: applesmcbus, sysmon_envsys
11701.1090Sriastrad#attach	applesmcaccel at applesmcbus with apple_smc_accel
11711.1088Sriastrad#file	dev/ic/apple_smc_accel.c	applesmcaccel
11721.1088Sriastrad
11731.836Sdrochner# DRM - Direct Rendering Infrastructure: dev/drm
11741.836Sdrochnerdefine drm {}
11751.949Smrginclude "external/bsd/drm/conf/files.drm"
11761.1002Sjmcneillinclude "dev/drm/files.drm"
11771.836Sdrochner
11781.1153Sskrll# Linux API support
11791.1153Sskrllinclude "external/bsd/common/conf/files.linux"
11801.1153Sskrll
11811.1086Sriastrad# DRM/KMS - Newer direct rendering manager with kernel mode-switching
11821.1086Sriastradinclude "external/bsd/drm2/drm/files.drmkms"
11831.1086Sriastrad
11841.1039Schristos
11851.179Sdrochner# Definitions for wscons
11861.179Sdrochner# device attributes: display, display with emulator, keyboard, and mouse
11871.473Slukem#
11881.479Saugustssdefine	wsdisplaydev		{[kbdmux = 1]}
11891.479Saugustssdefine	wsemuldisplaydev	{[console = -1], [kbdmux = 1]}
11901.479Saugustssdefine	wskbddev		{[console = -1], [mux = 1]}
11911.479Saugustssdefine	wsmousedev		{[mux = 0]}
11921.1176Snatdefine	wsbelldev		{[console = -1], [mux = 1]}
11931.761Smacallandefine	vcons
11941.179Sdrochner# attribute to pull in raster support
11951.473Slukem#
11961.179Sdrochnerdefine	wsrasteremulops
11971.187Sdrochner# common PC display functions
11981.473Slukem#
11991.474Slukemdefflag	opt_pcdisplay.h		PCDISPLAY_SOFTCURSOR
12001.426Slukemdefine	pcdisplayops
12011.187Sdrochnerfile	dev/ic/pcdisplay_subr.c	pcdisplayops
12021.207Sdrochnerfile	dev/ic/pcdisplay_chars.c	pcdisplayops
12031.777Smartin# an attribute used by arch specific config files to include /dev/fb* (or
12041.777Smartin# equivalent) support - on most archs this is just a NOP (untill, maybe
12051.777Smartin# someday when we might make /dev/fb* support MI)
12061.777Smartindefine	fb
12071.179Sdrochner# VGA graphics
12081.473Slukem#
12091.541Sdrochnerdefparam opt_vga.h		VGA_CONSOLE_SCREENTYPE
12101.538Sdrochnerdefflag opt_vga.h 		VGA_CONSOLE_ATI_BROKEN_FONTSEL
12111.572Sjunyoungdefflag opt_vga.h		VGA_RASTERCONSOLE
12121.593Stsutsuidefflag opt_vga.h		VGA_RESET
12131.876Sjmcneilldevice	vga: displaydev, wsemuldisplaydev, pcdisplayops, drm
12141.572Sjunyoungfile	dev/ic/vga.c		vga & !vga_rasterconsole	needs-flag
12151.572Sjunyoungfile	dev/ic/vga_raster.c	vga_rasterconsole		needs-flag
12161.572Sjunyoungfile	dev/ic/vga_subr.c	vga | vga_rasterconsole
12171.572Sjunyoungfile	dev/ic/vga_common.c	vga | vga_rasterconsole
12181.998Smacallan
12191.508Suwe# Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode)
12201.473Slukem#
12211.1042Smacallandevice	igsfb: wsemuldisplaydev, rasops8, vcons, videomode
12221.615Suwefile	dev/ic/igsfb.c			igsfb			needs-flag
12231.551Suwefile	dev/ic/igsfb_subr.c		igsfb
12241.91Scgd
12251.1169Smacallandevice	chipsfb: wsemuldisplaydev, rasops8, vcons, videomode, glyphcache
12261.998Smacallanfile	dev/ic/ct65550.c		chipsfb
12271.998Smacallandefflag	opt_chipsfb.h	CHIPSFB_DEBUG
12281.998Smacallandefflag	opt_chipsfb.h	CHIPSFB_WAIT
12291.998Smacallan
12301.683Sjkunz# STI (hp graphics)
12311.683Sjkunzdevice	sti: wsemuldisplaydev
12321.1005Stsutsuifile	dev/ic/sti.c		sti
12331.683Sjkunz
12341.892Sdrochnerinclude "dev/wscons/files.wscons"
12351.892Sdrochnerinclude "dev/rasops/files.rasops"
12361.892Sdrochnerinclude "dev/wsfont/files.wsfont"
12371.892Sdrochnerinclude "dev/wsfb/files.wsfb"
12381.892Sdrochner
12391.77Scgd# Attributes which machine-independent bus support can be attached to.
12401.77Scgd# These should be defined here, because some of these busses can have
12411.77Scgd# devices which provide these attributes, and we'd like to avoid hairy
12421.77Scgd# ordering constraints on inclusion of the busses' "files" files.
12431.473Slukem#
12441.474Slukemdefine	isabus	{ }			# ISA attachment
12451.474Slukemdefine	eisabus	{ }			# EISA attachment
12461.474Slukemdefine	pcibus	{[bus = -1]}		# PCI attachment
12471.474Slukemdefine	mcabus	{ }			# MicroChannel attachment
12481.474Slukemdefine	usbus	{ }			# USB attachment
12491.724Skiyoharadefine	fwbus	{ }			# IEEE 1394 attachment
12501.474Slukemdefine	vmebus	{ }			# VME bus attachment
12511.474Slukemdefine	acpibus	{ }			# ACPI "bus" attachment
12521.259Spkdefine	pcmciabus { [controller = -1], [socket = -1]}	# PCMCIA bus attachment
12531.909Sdrochnerdefine	cbbus	{ }			# CardBus attachment
12541.909Sdrochnerdefine	pcmciaslot { }			# PCMCIA slot itself
12551.945Snonakadefine	sdmmcbus { }			# SD/MMC attachment
12561.222Saugustss
12571.222Saugustss# We need the USB bus controllers here so different busses can
12581.222Saugustss# use them in an 'attach-with'.
12591.473Slukem#
12601.703Sfvdl
12611.890Sdrochnerdefine	usbroothub
12621.1155Sskrllfile	dev/usb/usbroothub.c	usbroothub
12631.890Sdrochner
12641.1005Stsutsuidefine	usb_dma
12651.1005Stsutsui
12661.1075Sjakllsch# UHCI USB controller
12671.1075Sjakllsch#
12681.1005Stsutsuidevice	uhci: usbus, usbroothub, usb_dma
12691.426Slukemfile	dev/usb/uhci.c			uhci			needs-flag
12701.222Saugustss
12711.222Saugustss# OHCI USB controller
12721.473Slukem#
12731.1005Stsutsuidevice	ohci: usbus, usbroothub, usb_dma
12741.426Slukemfile	dev/usb/ohci.c			ohci			needs-flag
12751.412Saugustss
12761.1057Smatt# EHCI USB2 controller
12771.473Slukem#
12781.1005Stsutsuidevice	ehci: usbus, usbroothub, usb_dma
12791.426Slukemfile	dev/usb/ehci.c			ehci			needs-flag
12801.545Sisaki
12811.1075Sjakllsch# xHCI USB3 controller
12821.1057Smatt#
12831.1057Smattdevice	xhci: usbus, usbroothub, usb_dma
12841.1057Smattfile	dev/usb/xhci.c			xhci			needs-flag
12851.1057Smatt
12861.1094Sbouyer# Mentor graphics OTG IP
12871.1155Sskrlldevice	motg: usbus, usbroothub
12881.1094Sbouyerfile	dev/usb/motg.c			motg			needs-flag
12891.1094Sbouyer
12901.545Sisaki# SL811HS/T USB controller
12911.1156Sskrlldefflag	opt_slhci.h	SLHCI_TRY_LSVH SLHCI_PROFILE_TRANSFER
12921.893Sisakidevice	slhci: usbus, usbroothub
12931.545Sisakifile	dev/ic/sl811hs.c		slhci			needs-flag
12941.579Smartin
12951.1062Sskrll# DesignWare OTG host controller
12961.1062Sskrll#
12971.1080Sskrllinclude "external/bsd/dwc2/conf/files.dwc2"
12981.1080Sskrll
12991.945Snonaka# SD Host controller
13001.1087Snonakadevice	sdhc: sdmmcbus
13011.945Snonakafile	dev/sdmmc/sdhc.c		sdhc			needs-flag
13021.945Snonaka
13031.958Sjmcneill# Winbond Integrated Media Reader
13041.958Sjmcneilldevice	wb: sdmmcbus
13051.958Sjmcneillfile	dev/ic/w83l518d.c		wb
13061.958Sjmcneillfile	dev/ic/w83l518d_sdmmc.c		wb
13071.958Sjmcneill
13081.1087Snonaka# Realtek RTS5209/RTS5229 Card Reader
13091.1087Snonakadevice	rtsx: sdmmcbus
13101.1087Snonakafile	dev/ic/rtsx.c			rtsx
13111.1087Snonaka
13121.1122Sjmcneill# DesignWare SD/MMC host controller
13131.1122Sjmcneilldefflag	opt_dwc_mmc.h	DWC_MMC_DEBUG
13141.1122Sjmcneilldevice	dwcmmc: sdmmcbus
13151.1122Sjmcneillfile	dev/ic/dwc_mmc.c		dwcmmc
13161.1122Sjmcneill
13171.1175Sjmcneill# ARM PrimeCell PL031 (RTC) real time clock
13181.1175Sjmcneilldevice	plrtc
13191.1175Sjmcneillfile	dev/ic/pl031.c			plrtc
13201.1175Sjmcneill
13211.1174Sjmcneill# ARM PrimeCell PL041 (AACI) Advanced Audio CODEC interface
13221.1174Sjmcneilldevice	aaci: audiobus, auconv, aurateconv, mulaw, ac97
13231.1174Sjmcneillfile	dev/ic/pl041.c			aaci
13241.1174Sjmcneill
13251.1173Sjmcneill# ARM PrimeCell PL050 (KMI) PS2 keyboard/mouse interface
13261.1173Sjmcneilldevice	plkmi: pckbport
13271.1173Sjmcneillfile	dev/ic/pl050.c			plkmi
13281.1173Sjmcneill
13291.1127Sskrll# ARM PrimeCell PL181 (MMCI) host controller
13301.1127Sskrlldevice	plmmc: sdmmcbus
13311.1127Sskrllfile	dev/ic/pl181.c			plmmc
13321.1127Sskrll
13331.579Smartin# Myson MTD803 3-in-1 Fast Ethernet Controller
13341.579Smartindevice	mtd: arp, ether, ifnet, mii
13351.579Smartinfile	dev/ic/mtd803.c			mtd
13361.369Smatt
13371.487Saugustss# radio devices, attaches to radio hardware driver
13381.487Saugustssdevice	radio
13391.489Sdrochnerattach	radio at radiodev
13401.498Sjmc
13411.402Smatt# IEEE 1394 controllers
13421.402Smatt# (These need to be here since it will have both PCI and CardBus attachments)
13431.473Slukem#
13441.369Smattdevice	fwohci: fwbus
13451.520Saugustss
13461.520Saugustss# Sony Programmable I/O Controller
13471.520Saugustssdevice	spic: wsmousedev
13481.520Saugustssfile	dev/ic/spic.c			spic
13491.529Saugustss
13501.529Saugustss# IBM CPC700 PowerPC bridge
13511.529Saugustssdefine	cpcbus { addr, [irq=-1] }
13521.529Saugustssdevice	cpc: cpcbus, pcibus
13531.529Saugustssfile	dev/ic/cpc700.c			cpc
13541.529Saugustss
13551.529Saugustssattach	com at cpcbus with com_cpcbus
13561.529Saugustssfile	dev/ic/com_cpcbus.c		com_cpcbus
13571.529Saugustss
13581.529Saugustssdevice	cpctim
13591.529Saugustssattach	cpctim at cpcbus
13601.529Saugustssfile	dev/ic/timer_cpcbus.c		cpctim
13611.529Saugustss
13621.530Saugustssdevice	cpciic
13631.530Saugustssattach	cpciic at cpcbus with iic_cpcbus
13641.529Saugustssfile	dev/ic/iic_cpcbus.c		iic_cpcbus
13651.529Saugustss
13661.60Scgd
13671.415Smartin# Attributes used by the ISDN subsystem
13681.473Slukem#
13691.502Smartindefine	isdndev		# the ISDN subsystem
13701.458Senamidefine	passive_isdn	# files needed by passive cards (XXX - protocol
13711.458Senami			# specific)
13721.634Spookadefine	isdncapi	# ISDN CAPI (http://www.capi.org/)
13731.415Smartin
13741.575Sleo# The isac found on the Fritz V2.0 Card.
13751.575Sleodefine	nisacsx
13761.575Sleofile	dev/ic/isacsx.c			nisacsx	needs-flag
13771.575Sleo
13781.575Sleo# The 'standard' isac
13791.575Sleodefine	nisac
13801.575Sleofile	dev/ic/isac.c			nisac	needs-flag
13811.575Sleo
13821.415Smartin# ISDN cards based on the Siemens ISAC/HSCX chipset (or lookalikes)
13831.473Slukem#
13841.575Sleodevice	isic: isdndev, passive_isdn, nisac
13851.415Smartin
13861.426Slukemfile	dev/ic/isic.c			isic
13871.575Sleofile	dev/ic/isic_l1.c		isic|ifpci|ifritz
13881.575Sleofile	dev/ic/isic_l1fsm.c		isic|ifpci|ifritz
13891.426Slukemfile	dev/ic/hscx.c			isic
13901.426Slukemfile	dev/ic/isic_bchan.c		isic
13911.415Smartin
13921.415Smartin# (old) Diehl active ISDN cards
13931.473Slukem#
13941.823Scube#device	daic: isdndev
13951.823Scube#file	dev/ic/daic.c			daic
13961.415Smartin
13971.634Spooka# AWM B1/T1
13981.634Spooka# XXX: passive_isdn
13991.634Spookadevice	iavc: isdndev, isdncapi, passive_isdn
14001.634Spookafile	dev/ic/iavc.c			iavc
14011.634Spooka
14021.934Smacallan# Broadcom AirForce / Apple Airport Extreme
14031.934Smacallandevice	bwi: arp, ifnet, firmload, wlan
14041.934Smacallanfile	dev/ic/bwi.c			bwi
14051.934Smacallan
14061.995Sahoka# DM9000 Ethernet controllers
14071.995Sahoka#
14081.995Sahokadevice	dme: arp, ether, ifnet
14091.995Sahokafile	dev/ic/dm9000.c			dme
14101.995Sahoka
14111.1158Snonaka# NVM Express Controller
14121.1158Snonaka#
14131.1158Snonakadevice	nvme {nsid = -1}
14141.1158Snonakafile	dev/ic/nvme.c			nvme
14151.1158Snonaka
14161.1158Snonakaattach	ld at nvme with ld_nvme
14171.1158Snonakafile	dev/ic/ld_nvme.c		ld_nvme
14181.1158Snonaka
14191.1183Sjmcneill# Broadcom FullMAC 802.11 driver
14201.1183Sjmcneilldevice	bwfm: arp, ifnet, wlan
14211.1183Sjmcneillfile	dev/ic/bwfm.c			bwfm
14221.1183Sjmcneill
14231.1185Sjmcneill# QEMU Firmware Configuration (fw_cfg) device
14241.1185Sjmcneilldevice	qemufwcfg
14251.1185Sjmcneillfile	dev/ic/qemufwcfg.c		qemufwcfg
14261.1185Sjmcneill
14271.60Scgd# legitimate pseudo-devices
14281.473Slukem#
14291.907Sdrochnerdefpseudodev vnd:	disk
14301.726Shubertfdefflag opt_vnd.h	VND_COMPRESSION
14311.474Slukemdefpseudo ccd:		disk
14321.1032Stlsdefpseudodev cgd:	disk, des, blowfish, cast128
14331.907Sdrochnerdefpseudodev md:	disk
14341.916Shannkendefpseudodev fss:	disk
14351.298Sthorpej
14361.474Slukemdefpseudo pty:		tty
14371.298Sthorpejdefpseudo rnd
14381.610Sraggedefpseudo ksyms
14391.642Scdidefpseudo nullcons
14401.807Saddefpseudo lockstat
14411.839Sbouyerdefpseudo bio:		sysmon_envsys
14421.298Sthorpej
14431.474Slukemdefpseudo loop:		ifnet
14441.474Slukemdefpseudo sl:		ifnet
14451.474Slukemdefpseudo ppp:		ifnet, bpf_filter
14461.474Slukemdefpseudo pppoe:	ifnet, ether, sppp
14471.474Slukemdefpseudo tun:		ifnet
14481.474Slukemdefpseudo vlan:		ifnet, ether
14491.474Slukemdefpseudo bridge:	ifnet, ether
14501.474Slukemdefpseudo bpfilter:	ifnet, bpf_filter
14511.474Slukemdefpseudo strip:	ifnet
14521.474Slukemdefpseudo gre:		ifnet
14531.474Slukemdefpseudo gif:		ifnet
14541.474Slukemdefpseudo faith:	ifnet
14551.1161Schristosdefpseudo mpls:		ifnet
14561.826Smousedefpseudo srt:		ifnet
14571.474Slukemdefpseudo stf:		ifnet
14581.969Spookadefpseudodev tap:	ifnet, ether, arp
14591.969Spookadefpseudo carp:		ifnet, ether, arp
14601.1170Sknakahardefpseudodev l2tp:	ifnet, ether, arp
14611.1172Sbouyerdefpseudo canloop:	ifnet
14621.1191Sknakahardefpseudo ipsecif:	ifnet		# avoid to confuse ipsec itself option
14631.60Scgd
14641.298Sthorpejdefpseudo sequencer
14651.462Smanudefpseudo clockctl
14661.228Saugustss
14671.912Stls#
14681.912Stls# Accept filters.  XXX should use another registration/initialization method.
14691.912Stls#
14701.912Stlsdefpseudo accf_data
14711.912Stlsdefpseudo accf_http
14721.912Stls
14731.415Smartin# ISDN userland pseudo devices
14741.473Slukem#
14751.502Smartindefpseudo isdntrc:	isdndev, tty
14761.502Smartindefpseudo isdnbchan:	isdndev, tty
14771.502Smartindefpseudo isdntel:	isdndev, tty
14781.502Smartindefpseudo isdnctl:	isdndev, tty
14791.502Smartindefpseudo isdn:		isdndev, tty
14801.502Smartin
14811.502Smartin# ISDN network interfaces
14821.502Smartindefpseudo irip:		isdndev, ifnet
14831.607Sdrochnerdefflag opt_irip.h	IRIP_VJ
14841.502Smartindefpseudo ippp:		isdndev, sppp, ifnet
14851.539Sthorpej
14861.539Sthorpej# KTTCP network throughput testing pseudo-device
14871.539Sthorpejdefpseudo kttcp
14881.539Sthorpejfile	dev/kttcp.c			kttcp		needs-flag
14891.576Sblymn
14901.790Selad# Veriexec
14911.717Sblymndefpseudo veriexec
14921.1128Smaxvfile	kern/kern_veriexec.c	veriexec
14931.1152Smaxvfile	dev/veriexec.c		veriexec	needs-flag
14941.415Smartin
14951.681Sdrochner# driver attach / detach user interface
14961.681Sdrochnerdefpseudo drvctl
14971.906Sjmcneillfile	kern/kern_drvctl.c		drvctl		needs-flag
14981.681Sdrochner
14991.857Sad# cpu control
15001.857Saddefpseudo cpuctl
15011.1037Sdrochnerdefflag				CPU_UCODE: firmload
15021.857Sad
15031.870Spooka# pass-to-userspace transporter
15041.870Spookadefpseudo putter
15051.873Spookafile	dev/putter/putter.c		putter
15061.870Spooka
15071.875Spooka# userspace block/char device drivers
15081.875Spookadefpseudo pud
15091.875Spookafile	dev/pud/pud.c			pud
15101.875Spookafile	dev/pud/pud_dev.c		pud
15111.875Spooka
15121.931Shaad# device-mapper driver for LVM
15131.931Shaadinclude "dev/dm/files.dm"
15141.931Shaad
15151.1180Sjmcneill# LED framework
15161.1180Sjmcneillfile	dev/led.c			leds
15171.1180Sjmcneill
15181.516Sthorpej#
15191.516Sthorpej# File systems
15201.516Sthorpej#
15211.696Sjdolecekinclude "coda/files.coda"
15221.583Sjdolecekinclude "fs/adosfs/files.adosfs"
15231.696Sjdolecekinclude "fs/cd9660/files.cd9660"
15241.848Srumbleinclude "fs/efs/files.efs"
15251.584Sjdolecekinclude "fs/filecorefs/files.filecorefs"
15261.833Sdilloinclude "fs/hfs/files.hfs"
15271.696Sjdolecekinclude "fs/msdosfs/files.msdosfs"
15281.950Sreinoudinclude "fs/nilfs/files.nilfs"
15291.696Sjdolecekinclude "fs/ntfs/files.ntfs"
15301.696Sjdolecekinclude "fs/ptyfs/files.ptyfs"
15311.815Spookainclude "fs/puffs/files.puffs"
15321.756Sreinoudinclude "fs/udf/files.udf"
15331.516Sthorpejinclude "fs/smbfs/files.smbfs"
15341.750Stsutsuiinclude "fs/sysvbfs/files.sysvbfs"
15351.730Sjmmvinclude "fs/tmpfs/files.tmpfs"
15361.696Sjdolecekinclude "fs/union/files.union"
15371.1018Suchinclude "fs/v7fs/files.v7fs"
15381.1190Schristosinclude "fs/autofs/files.autofs"
15391.516Sthorpejinclude "miscfs/fdesc/files.fdesc"
15401.516Sthorpejinclude "miscfs/kernfs/files.kernfs"
15411.516Sthorpejinclude "miscfs/nullfs/files.nullfs"
15421.516Sthorpejinclude "miscfs/overlay/files.overlay"
15431.516Sthorpejinclude "miscfs/procfs/files.procfs"
15441.516Sthorpejinclude "miscfs/umapfs/files.umapfs"
15451.516Sthorpejinclude "nfs/files.nfs"
15461.516Sthorpejinclude "ufs/files.ufs"
15471.1168Spgoyetteinclude "fs/nfs/files.newnfs"
15481.516Sthorpej
15491.516Sthorpej#
15501.1013Smrg# UVM (virtual memory)
15511.1012Smrg#
15521.1013Smrginclude "uvm/files.uvm"
15531.1012Smrg
15541.1012Smrg#
15551.811Selad# Security models
15561.811Selad#
15571.811Seladinclude "secmodel/files.secmodel"
15581.811Selad
15591.1120Suebayasiinclude "kern/files.kern"
15601.979Suebayasi
15611.1135Suebayasiinclude "dev/files.dev"
15621.1135Suebayasi
15631.1119Suebayasiinclude "net/files.net"
15641.493Sjdolecek
15651.493Sjdolecek# Game adapter (joystick)
15661.493Sjdolecekdevice	joy
15671.493Sjdolecekfile	dev/ic/joy.c			joy needs-flag
15681.582Shaya
15691.1029Ssjg# process monitor for make(1)
15701.1029Ssjg# normally built as module
15711.1029Ssjgdefpseudo filemon
15721.1029Ssjgfile	dev/filemon/filemon.c		filemon
15731.1029Ssjgfile	dev/filemon/filemon_wrapper.c	filemon
15741.1029Ssjg
15751.734Sjmcneill#
15761.734Sjmcneill# General Purpose Input/Output framework
15771.734Sjmcneill#
15781.769Srizdefine	onewire_bitbang
15791.734Sjmcneillinclude	"dev/gpio/files.gpio"
15801.769Sriz
15811.769Srizinclude "dev/onewire/files.onewire"
15821.872Sjmcneill
15831.872Sjmcneill#
15841.872Sjmcneill# Pseudo audio device
15851.872Sjmcneill#
15861.872Sjmcneillinclude "dev/pad/files.pad"
15871.877Sjoerg
15881.877Sjoerg#
15891.877Sjoerg# Intel 386 Real Mode emulator
15901.877Sjoerg#
15911.877Sjoerginclude "lib/libx86emu/files.x86emu"
15921.882Syamt
15931.882Syamt#
15941.882Syamt# "tprof" profiler.
15951.882Syamt#
15961.882Syamtinclude	"dev/tprof/files.tprof"
15971.944Sjmcneill
15981.944Sjmcneill#
15991.944Sjmcneill# alternate memory device
16001.944Sjmcneill#
16011.944Sjmcneillinclude "dev/altmem/files.altmem"
16021.1003Sahoka
16031.1003Sahoka#
16041.1003Sahoka# Flash subsystem
16051.1003Sahoka#
16061.1003Sahokainclude "dev/flash/files.flash"
16071.1003Sahoka
16081.1003Sahoka#
16091.1003Sahoka# NAND subsytem
16101.1003Sahoka#
16111.1003Sahokainclude "dev/nand/files.nand"
16121.1003Sahoka
16131.1019Sjmcneill#
16141.1020Scliff# NOR subsytem
16151.1020Scliff#
16161.1020Scliffinclude "dev/nor/files.nor"
16171.1031Sriz
16181.1031Sriz#
16191.1031Sriz# iscsi
16201.1031Sriz#
16211.1031Srizinclude "dev/iscsi/files.iscsi"
16221.1066Schristos
16231.1115Suebayasi#
16241.1115Suebayasi# athn
16251.1115Suebayasi#
16261.1115Suebayasiinclude "dev/ic/files.athn"
16271.1151Sjmcneill
16281.1151Sjmcneill#
16291.1151Sjmcneill# MI clk api
16301.1151Sjmcneill#
16311.1151Sjmcneillinclude "dev/clk/files.clk"
16321.1189Sskrll
16331.1189Sskrll#
16341.1189Sskrll# Flattened Device Tree (FDT) support
16351.1189Sskrll#
16361.1189Sskrllinclude "dev/ofw/files.ofw"
16371.1189Sskrllinclude "dev/fdt/files.fdt"
1638