files revision 1.1192
11.1192Smrg#	$NetBSD: files,v 1.1192 2018/01/18 00:32:48 mrg 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.799Smatt
321.1140Suebayasidefparam opt_copy_symtab.h	makeoptions_COPY_SYMTAB
331.1140Suebayasi
341.781Skardeldefparam			DEFCORENAME
351.781Skardeldefparam			HZ
361.474Slukemdefparam			MAXUPRC
371.474Slukemdefparam			RTC_OFFSET
381.494Sjdolecekdefflag	opt_pipe.h		PIPE_SOCKETPAIR PIPE_NODIRECT
391.573Sjunyoung
401.926Saddefflag				AIO
411.926Saddefflag				MQUEUE
421.1168Spgoyettedefflag				SEMAPHORE
431.926Sad
441.733Syamtdefflag				BUFQ_DISKSORT
451.733Syamtdefflag				BUFQ_FCFS
461.698Syamtdefflag				BUFQ_PRIOCSCAN
471.698Syamtdefflag				BUFQ_READPRIO
481.698Syamtdefflag				NEW_BUFQ_STRATEGY	# same as BUFQ_READPRIO
491.524Sthorpej
501.845Syamtdefflag	opt_sched.h		SCHED_4BSD
511.868Srminddefflag	opt_sched.h		SCHED_M2
521.845Syamt
531.616Senamidefparam			SOMAXKVA
541.524Sthorpejdefflag	opt_sock_counters.h	SOSEND_COUNTERS
551.547Sthorpejdefflag	opt_sosend_loan.h	SOSEND_NO_LOAN
561.840Sdyoungdefflag	opt_route.h		RTCACHE_DEBUG RTFLUSH_DEBUG
571.247Sthorpej
581.474Slukemdefflag				MULTIPROCESSOR
591.1125Sozakidefflag				NET_MPSAFE
601.486Satatat
611.486Satatatdefflag	opt_config.h		INCLUDE_CONFIG_FILE INCLUDE_JUST_CONFIG
621.459Senami
631.597Satatatdefparam opt_dump.h		DUMP_ON_PANIC
641.597Satatat
651.474Slukemdefflag	opt_callout.h		CALLWHEEL_STATS
661.250Stron
671.891Smartindefflag				CPU_IN_CKSUM
681.891Smartin
691.976Sdarrandefflag opt_dtrace.h		KDTRACE_HOOKS
701.976Sdarran
711.474Slukemdefflag	opt_sysv.h		SYSVMSG SYSVSEM	SYSVSHM
721.470Slukemdefparam opt_sysvparam.h	SHMMAXPGS SEMMNI SEMMNS SEMUME SEMMNU
731.181Sjonathan
741.1071Skardeldefflag	opt_ntp.h		PPS_SYNC PPS_DEBUG NTP
751.129Sthorpej
761.694Schristosdefflag	opt_ptm.h		NO_DEV_PTM COMPAT_BSDPTY
771.676Schristos
781.707Spetrovdefparam opt_kmempages.h	NKMEMPAGES NKMEMPAGES_MIN NKMEMPAGES_MAX
791.431Sfvdl
801.474Slukemdefflag	opt_revcache.h		NAMECACHE_ENTER_REVERSE
811.189Sscottr
821.1025Sjmcneilldefflag	opt_exec.h		DEBUG_EXEC
831.1025Sjmcneill
841.474Slukemdefflag	opt_execfmt.h		EXEC_AOUT EXEC_COFF EXEC_ECOFF EXEC_ELF32
851.1008Sjoerg				EXEC_ELF64 EXEC_SCRIPT
861.503Sjdolecek				EXEC_ELF_NOTELESS
871.199Sthorpej
881.686Sthorpejdefflag	opt_dkwedge.h		DKWEDGE_AUTODISCOVER
891.691Sthorpej				DKWEDGE_METHOD_BSDLABEL
901.688Sthorpej				DKWEDGE_METHOD_GPT
911.693Sthorpej				DKWEDGE_METHOD_MBR
921.1047Schristos				DKWEDGE_METHOD_APPLE
931.1171Srin				DKWEDGE_METHOD_RDB
941.686Sthorpej
951.1181Ssevandefflag	opt_veriexec.h		VERIFIED_EXEC_FP_SHA256
961.725Schristos				VERIFIED_EXEC_FP_SHA384
971.725Schristos				VERIFIED_EXEC_FP_SHA512
981.725Schristos
991.794Sdsl# Per system call number counts and times
1001.794Sdsldefflag opt_syscall_stats.h	SYSCALL_STATS
1011.1076Sjakllschdefflag opt_syscall_stats.h	SYSCALL_TIMES: SYSCALL_STATS
1021.794Sdsl# Assume cpu_hascounter() returns true - to use disabled rdtsc() (for soekris)
1031.1076Sjakllschdefflag opt_syscall_stats.h	SYSCALL_TIMES_HASCOUNTER: SYSCALL_TIMES
1041.794Sdslfile kern/subr_syscall_stats.c	syscall_stats
1051.794Sdsl
1061.774Seladdefparam opt_pax.h		PAX_MPROTECT
1071.1154Schristos				PAX_MPROTECT_DEBUG
1081.817Selad				PAX_SEGVGUARD
1091.879Schristos 				PAX_ASLR
1101.879Schristos 				PAX_ASLR_DELTA_MMAP_LSB
1111.879Schristos 				PAX_ASLR_DELTA_MMAP_LEN
1121.879Schristos 				PAX_ASLR_DELTA_STACK_LSB
1131.879Schristos 				PAX_ASLR_DELTA_STACK_LEN
1141.879Schristos 				PAX_ASLR_DELTA_PROG_LEN
1151.983Schristos				PAX_ASLR_DEBUG
1161.774Selad
1171.789Seladdefflag	opt_fileassoc.h		FILEASSOC
1181.789Selad
1191.803Sdyoungdefflag	opt_gre.h		GRE_DEBUG
1201.803Sdyoung
1211.1170Sknakahardefparam opt_l2tp.h		L2TP_ID_HASH_SIZE
1221.1170Sknakahar
1231.911Ssimonb# Write Ahead Physical Block Logging
1241.911Ssimonbdefflag opt_wapbl.h		WAPBL WAPBL_DEBUG
1251.911Ssimonbdefparam opt_wapbl.h		WAPBL_DEBUG_PRINT
1261.911Ssimonb
1271.1096Stls# printf entropy source
1281.1096Stlsdefflag opt_rnd_printf.h	RND_PRINTF
1291.1096Stls
1301.1124Sjmcneilldefflag opt_todr.h		TODR_DEBUG
1311.1124Sjmcneill
1321.199Sthorpej# compatibility options
1331.473Slukem#
1341.926Saddefflag opt_compat_netbsd.h	COMPAT_NETBSD
1351.1192Smrgdefflag	opt_compat_netbsd.h	COMPAT_80: COMPAT_NETBSD
1361.1192Smrgdefflag	opt_compat_netbsd.h	COMPAT_70: COMPAT_80, COMPAT_NETBSD
1371.1097Sapbdefflag	opt_compat_netbsd.h	COMPAT_60: COMPAT_70, COMPAT_NETBSD
1381.1059Sdrochnerdefflag	opt_compat_netbsd.h	COMPAT_50: COMPAT_60, COMPAT_NETBSD
1391.1044Srminddefflag	opt_compat_netbsd.h	COMPAT_40: COMPAT_50, COMPAT_NETBSD
1401.926Saddefflag	opt_compat_netbsd.h	COMPAT_30: COMPAT_40, COMPAT_NETBSD
1411.926Saddefflag	opt_compat_netbsd.h	COMPAT_20: COMPAT_30, COMPAT_NETBSD
1421.926Saddefflag	opt_compat_netbsd.h	COMPAT_16: COMPAT_20, COMPAT_NETBSD
1431.926Saddefflag	opt_compat_netbsd.h	COMPAT_15: COMPAT_16, COMPAT_NETBSD
1441.926Saddefflag	opt_compat_netbsd.h	COMPAT_14: COMPAT_15, COMPAT_NETBSD
1451.926Saddefflag	opt_compat_netbsd.h	COMPAT_13: COMPAT_14, COMPAT_NETBSD
1461.926Saddefflag	opt_compat_netbsd.h	COMPAT_12: COMPAT_13, COMPAT_NETBSD
1471.926Saddefflag	opt_compat_netbsd.h	COMPAT_11: COMPAT_12, COMPAT_NETBSD
1481.926Saddefflag	opt_compat_netbsd.h	COMPAT_10: COMPAT_11, COMPAT_NETBSD
1491.926Saddefflag	opt_compat_netbsd.h	COMPAT_09: COMPAT_10, COMPAT_NETBSD
1501.589Schristosdefflag				COMPAT_OSSAUDIO
1511.786Smartindefflag				COMPAT_FREEBSD: COMPAT_30
1521.474Slukemdefflag				COMPAT_IBCS2
1531.1188Smaxvdefflag				COMPAT_LINUX: COMPAT_NETBSD
1541.474Slukemdefflag				COMPAT_OSF1
1551.787Smartindefflag				COMPAT_SUNOS: COMPAT_30
1561.474Slukemdefflag	opt_compat_svr4.h	COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2
1571.937Shedefflag				COMPAT_ULTRIX: COMPAT_50
1581.474Slukemdefflag				COMPAT_NETBSD32
1591.1165Spgoyettedefflag				COMPAT_LINUX32 : COMPAT_LINUX, COMPAT_NETBSD32
1601.852Shedefflag				COMPAT_AOUT_M68K: COMPAT_40
1611.474Slukemdefflag				COMPAT_M68K4K
1621.474Slukemdefflag				COMPAT_VAX1K
1631.474Slukemdefflag				COMPAT_43
1641.633Smattdefflag	opt_compat_netbsd.h	COMPAT_NOMID
1651.221Sjonathan
1661.1109Suebayasidefine	machdep
1671.1109Suebayasidefflag	opt_machdep.h		MACHDEP
1681.1109Suebayasi
1691.473Slukem#
1701.570Sthorpej# Cryptography support.  Include this early, since several things
1711.570Sthorpej# use it.
1721.624Sjonathan
1731.624Sjonathan# Individual crypto transforms
1741.570Sthorpejinclude "crypto/arc4/files.arc4"
1751.570Sthorpejinclude "crypto/des/files.des"
1761.570Sthorpejinclude "crypto/blowfish/files.blowfish"
1771.570Sthorpejinclude "crypto/cast128/files.cast128"
1781.570Sthorpejinclude "crypto/rijndael/files.rijndael"
1791.644Stlsinclude "crypto/skipjack/files.skipjack"
1801.1011Sdrochnerinclude "crypto/camellia/files.camellia"
1811.626Sthorpej# General-purpose crypto processing framework.
1821.626Sthorpejinclude "opencrypto/files.opencrypto"
1831.626Sthorpej
1841.1032Stls# NIST SP800.90 CTR DRBG
1851.1032Stlsinclude "crypto/nist_ctr_drbg/files.nist_ctr_drbg"
1861.1032Stls
1871.1096Stls# ChaCha-based fast PRNG
1881.1096Stlsinclude "crypto/cprng_fast/files.cprng_fast"
1891.1096Stls
1901.570Sthorpej#
1911.1014Smrg# Kernel history/tracing. Old UVMHIST depends upon this.
1921.1014Smrg#
1931.1014Smrgdefflag opt_kernhist.h			KERNHIST KERNHIST_PRINT
1941.1083Smattdefparam opt_kernhist.h			KERNHIST_DELAY
1951.1014Smrgfile	kern/kern_history.c		kernhist
1961.1014Smrg
1971.1014Smrg#
1981.1160Sskrll# These are here for the benefit of kern_history.c so that
1991.1160Sskrll# UVMHIST can be built in kernels without usb.
2001.1160Sskrll#
2011.1160Sskrll# top level usb debug defines
2021.1160Sskrlldefflag	opt_usb.h			USB_DEBUG: KERNHIST
2031.1160Sskrlldefparam opt_usb.h			USBHIST_SIZE
2041.1160Sskrll
2051.1160Sskrll#
2061.1168Spgoyette# Options for BIOHIST
2071.1168Spgoyette#
2081.1168Spgoyettedefflag opt_biohist.h           BIOHIST: KERNHIST
2091.1168Spgoyettedefflag opt_biohist.h           BIOHIST_PRINT: KERNHIST_PRINT
2101.1168Spgoyettedefparam opt_biohist.h          BIOHIST_SIZE
2111.1168Spgoyette
2121.1168Spgoyette#
2131.618Sthorpej# System monitoring framework
2141.618Sthorpej#
2151.618Sthorpejinclude "dev/sysmon/files.sysmon"
2161.618Sthorpej
2171.618Sthorpej#
2181.563Sthorpej# Networking protocols
2191.563Sthorpej#
2201.971Spooka
2211.971Spooka# Attribute used by various things that need BPF's virtual machine
2221.971Spooka#
2231.971Spookadefine	bpf_filter
2241.971Spookadefparam opt_bpf.h	BPF_BUFSIZE
2251.971Spooka
2261.1123Suebayasidefflag	opt_bpf.h	BPFJIT
2271.1060Salnsn
2281.1060Salnsnfile	net/bpfjit.c	sljit & bpfjit
2291.1060Salnsn
2301.743Sthorpejinclude "net80211/files.net80211"
2311.563Sthorpejinclude "netatalk/files.netatalk"
2321.782Sgdamoreinclude "netbt/files.netbt"
2331.1172Sbouyerinclude "netcan/files.netcan"
2341.565Sthorpejinclude "netinet/files.netinet"
2351.565Sthorpejinclude "netinet6/files.netinet6"
2361.632Sitojuninclude "netipsec/files.netipsec"
2371.991Skefreninclude "netmpls/files.netmpls"
2381.567Sthorpejinclude "netnatm/files.netnatm"
2391.600Sjdolecekinclude "netsmb/files.netsmb"
2401.994Srmind
2411.994Srmindinclude "net/npf/files.npf"
2421.994Srmindinclude "netinet/files.ipfilter"
2431.677Sitojuninclude "net/files.pf"
2441.563Sthorpej
2451.795Smattobsolete defflag		CCITT		# obsolete
2461.795Smattobsolete defflag		HDLC		# obsolete
2471.795Smattobsolete defflag		LLC		# obsolete
2481.795Smattobsolete defflag opt_ns.h	NS NSIP		# obsolete
2491.795Smattobsolete defflag		IPX		# obsolete
2501.939Sjymobsolete defparam opt_md.h	MEMORY_RBFLAGS	# superseded by
2511.939Sjym						# MEMORY_DISK_RBFLAGS
2521.939Sjym
2531.603Sperseantdefflag	opt_bridge_ipf.h	BRIDGE_IPF	# bridge(4) use inet_pfil_hooks
2541.474Slukemdefflag	opt_ppp.h		PPP_DEFLATE PPP_BSDCOMP PPP_FILTER
2551.474Slukem						# Include deflate or bsd
2561.474Slukem						# compression, enable pppd
2571.474Slukem						# packet filtering support
2581.1162Schristosdefflag opt_pppoe.h		PPPOE_SERVER PPPOE_DEBUG
2591.189Sscottr
2601.189Sscottr# networking options
2611.473Slukem#
2621.474Slukemdefflag				GATEWAY
2631.748Syamtdefparam opt_nmbclusters.h	NMBCLUSTERS
2641.474Slukemdefparam			SB_MAX
2651.171Smrg
2661.189Sscottr# file system options
2671.473Slukem#
2681.1004Sbouyerdefflag	opt_quota.h		QUOTA QUOTA2		# XXX files.ufs?
2691.685Sthorpejdefflag				VNODE_LOCKDEBUG
2701.759Schsdefflag				MAGICLINKS
2711.353Soster
2721.276Sscottr# buffer cache size options
2731.473Slukem#
2741.474Slukemdefparam opt_bufcache.h		BUFCACHE BUFPAGES
2751.276Sscottr
2761.449Sgmcgarry# userconf
2771.473Slukem#
2781.474Slukemdefflag				USERCONF
2791.449Sgmcgarry
2801.663Satatat# sysctl related
2811.663Satatat#
2821.663Satatatdefflag opt_sysctl.h		SYSCTL_DISALLOW_CREATE SYSCTL_DISALLOW_KWRITE
2831.663Satatat				SYSCTL_DEBUG_SETUP SYSCTL_DEBUG_CREATE
2841.665Satatat				SYSCTL_INCLUDE_DESCR
2851.663Satatat
2861.473Slukem#
2871.289Slukem# Not entirely MI, but present on multiple arch's
2881.473Slukem#
2891.289Slukem
2901.276Sscottr# PC-style MBR handling
2911.473Slukem#
2921.474Slukemdefflag	opt_mbr.h		COMPAT_386BSD_MBRPART
2931.209Sjonathan
2941.745Sthorpej#
2951.209Sjonathan# debugging options
2961.473Slukem#
2971.745Sthorpejinclude "ddb/files.ddb"		# in-kernel dynamic debugger
2981.745Sthorpej
2991.474Slukemdefflag	opt_kgdb.h		KGDB
3001.613Smartindefparam opt_kgdb.h		KGDB_DEV KGDB_DEVNAME KGDB_DEVPORT
3011.474Slukem				KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
3021.474Slukemdefflag				LOCKDEBUG
3031.474Slukemdefflag				SYSCALL_DEBUG
3041.540Syamtdefflag	opt_kstack.h		KSTACK_CHECK_MAGIC
3051.271Sjonathan
3061.271Sjonathan# memory (ram) disk options
3071.473Slukem#
3081.474Slukemdefflag	opt_md.h		MEMORY_DISK_HOOKS MEMORY_DISK_IS_ROOT
3091.474Slukem				MEMORY_DISK_DYNAMIC
3101.851Sdsldefparam opt_md.h		MEMORY_DISK_SERVER=1 MEMORY_DISK_ROOT_SIZE
3111.939Sjym				MEMORY_DISK_RBFLAGS
3121.1143Suebayasidefparam opt_memory_disk_image.h	makeoptions_MEMORY_DISK_IMAGE
3131.159Sdrochner
3141.842Smanudefflag opt_tftproot.h		TFTPROOT TFTPROOT_DEBUG
3151.842Smanu
3161.543Sbriggs# Support for hardware performance monitoring counters
3171.543Sbriggs#
3181.543Sbriggsdefflag	opt_perfctrs.h		PERFCTRS
3191.636Sjdolecek
3201.936Schristosdefflag	opt_wlan.h		WLAN
3211.936Schristos
3221.819Swiz# Machine-independent device majors assignements
3231.640Sjdolecekinclude "conf/majors"
3241.543Sbriggs
3251.60Scgd# generic attributes
3261.473Slukem#
3271.915Sjmcneilldefine	videobus	{ }
3281.638Sbouyerdefine	ata	        {[channel = -1]}
3291.674Sthorpejdefine	sata
3301.947Sjakllschdefine	sata_fis
3311.1054Sbouyerdefine	sata_pmp
3321.558Sthorpejdefine	scsi_core
3331.558Sthorpejdefine	scsi		{[channel = -1]}: scsi_core
3341.638Sbouyerdefine	ata_hl		{[drive = -1]}
3351.637Sbouyerdefine	atapi		{ }
3361.489Sdrochnerdefine	radiodev	{ }
3371.614Sgmcgarrydefine	gpibdev		{[address = -1]}
3381.734Sjmcneilldefine	gpiobus		{ }
3391.769Srizdefine	onewirebus	{ }
3401.659Sbjh21define 	pckbport	{[slot = -1]}
3411.659Sbjh21define	pckbport_machdep_cnattach
3421.754Sthorpejdefine	firmload
3431.67Scgd
3441.1167Schristos# speaker devices, attaches to audio or pcppi drivers
3451.1176Snatdevice	spkr: wsbelldev
3461.1177Spgoyettefile	dev/spkr.c			spkr
3471.1167Schristos
3481.1114Suebayasiinclude "dev/files.audio"
3491.650Sbjh21
3501.1129Sjmcneill# High definition audio
3511.1129Sjmcneillinclude "dev/hdaudio/files.hdaudio"
3521.1129Sjmcneill
3531.1105Schristos# Base verbose vendor/product printing support
3541.1105Schristosfile	dev/dev_verbose.c
3551.1105Schristos
3561.915Sjmcneill# video devices, attaches to video hardware driver
3571.915Sjmcneill#
3581.915Sjmcneilldevice	video
3591.915Sjmcneillattach	video at videobus
3601.915Sjmcneill
3611.1024Sjmcneill# DTV subsystem
3621.1024Sjmcneill#
3631.1024Sjmcneillinclude "dev/dtv/files.dtv"
3641.1024Sjmcneill
3651.1130Sjmcneill# HDMI CEC
3661.1130Sjmcneill#
3671.1130Sjmcneillinclude "dev/hdmicec/files.hdmicec"
3681.1130Sjmcneill
3691.922Spgoyette# National Semiconductor LM7[89]
3701.922Spgoyette#
3711.922Spgoyette# (included here so files.i2c can define an attachment)
3721.922Spgoyette
3731.922Spgoyettedevice	lm: sysmon_envsys
3741.922Spgoyettefile	dev/ic/nslm7x.c			lm			needs-flag
3751.922Spgoyette
3761.984Spgoyette# JEDEC standard SPD EPROM
3771.984Spgoyette#
3781.984Spgoyette# (included here so files.i2c can define an attachment)
3791.984Spgoyette
3801.984Spgoyettedevice	spdmem
3811.984Spgoyettefile	dev/ic/spdmem.c			spdmem
3821.984Spgoyette
3831.1186Sbouyer# Generic HID support (used by USB, bluetooth and i2c)
3841.1186Sbouyerinclude "dev/hid/files.hid"
3851.1186Sbouyer
3861.635Sthorpej# I2C device support
3871.635Sthorpejinclude "dev/i2c/files.i2c"
3881.635Sthorpej
3891.813Sgdamore# SPI device support
3901.813Sgdamoreinclude "dev/spi/files.spi"
3911.813Sgdamore
3921.559Sthorpej# IR device support
3931.559Sthorpejinclude	"dev/ir/files.ir"
3941.559Sthorpej
3951.651Sjdolecek# Parallel Port Bus support
3961.651Sjdolecekinclude "dev/ppbus/files.ppbus"
3971.651Sjdolecek
3981.363Sthorpej# raster operations attributes
3991.473Slukem#
4001.426Slukemdefine	rasops1
4011.426Slukemdefine	rasops2
4021.426Slukemdefine	rasops4
4031.426Slukemdefine	rasops8
4041.426Slukemdefine	rasops15
4051.426Slukemdefine	rasops16
4061.426Slukemdefine	rasops24
4071.426Slukemdefine	rasops32
4081.829Soberdefine	rasops_rotation
4091.60Scgd
4101.997Sjmcneill# image decoding support
4111.997Sjmcneillinclude "dev/stbi/files.stbi"
4121.997Sjmcneill
4131.760Sjmcneill# splash screen support
4141.760Sjmcneillinclude "dev/splash/files.splash"
4151.760Sjmcneill
4161.768Sgdamore# videomode support
4171.768Sgdamoreinclude "dev/videomode/files.videomode"
4181.768Sgdamore
4191.67Scgd# net device attributes - we have generic code for arc(net), ether(net),
4201.457Sbjh21# fddi, token ring, atm and eco(net).
4211.473Slukem#
4221.874Scubedefine	arcnet
4231.88Schuckdefine	atm
4241.457Sbjh21define	eco
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.473Slukem#
4481.560Sthorpej# IPKDB kernel debugger
4491.473Slukem#
4501.560Sthorpejinclude "ipkdb/files.ipkdb"
4511.102Sws
4521.404Sad# Logical disk
4531.473Slukem#
4541.404Saddevice	ld: disk
4551.426Slukemfile	dev/ld.c			ld			needs-flag
4561.513Sthorpej
4571.513Sthorpej#
4581.513Sthorpej# MII/PHY support for network devices
4591.513Sthorpej#
4601.513Sthorpejinclude "dev/mii/files.mii"
4611.375Sthorpej
4621.473Slukem#
4631.512Sthorpej# RAIDframe
4641.512Sthorpej#
4651.512Sthorpejinclude "dev/raidframe/files.raidframe"
4661.639Sgrog
4671.639Sgrog#
4681.542Sthorpej# Hardware-assisted data mover API
4691.542Sthorpej#
4701.542Sthorpejinclude "dev/dmover/files.dmover"
4711.512Sthorpej
4721.512Sthorpej#
4731.83Sthorpej# "Chipset" drivers.  These are the bus-independent routines which
4741.83Sthorpej# contain the cfdrivers.  Attachments are provided by files.<bus>
4751.473Slukem#
4761.145Schristos
4771.145Schristos# Adaptec AIC-6[32]60 ICs
4781.473Slukem#
4791.173Sthorpejdevice	aic: scsi
4801.145Schristosfile	dev/ic/aic6360.c		aic
4811.346Sthorpej
4821.346Sthorpej# SMC 93Cx6 Serial EEPROM devices
4831.473Slukem#
4841.346Sthorpejdefine	smc93cx6
4851.346Sthorpejfile	dev/ic/smc93cx6.c		smc93cx6
4861.83Sthorpej
4871.86Smycroft# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
4881.473Slukem#
4891.474Slukemdefparam opt_ahc.h		AHC_DEBUG
4901.474Slukemdefflag	opt_ahc.h		AHC_NO_TAGS
4911.173Sthorpejdevice	ahc: scsi
4921.345Sthorpejdefine	ahc_seeprom
4931.354Sfvdldefine	ahc_aic77xx
4941.142Senamifile	dev/ic/aic7xxx.c		ahc
4951.609Sfvdlfile	dev/ic/aic7xxx_osm.c		ahc
4961.345Sthorpejfile	dev/ic/aic7xxx_seeprom.c	ahc_seeprom
4971.354Sfvdlfile	dev/ic/aic77xx.c		ahc_aic77xx
4981.609Sfvdl
4991.609Sfvdl# Adaptec aic79xx SCSI controllers
5001.609Sfvdldefflag	opt_ahd.h		AHD_DEBUG
5011.609Sfvdldevice	ahd: scsi
5021.609Sfvdlfile	dev/ic/aic79xx.c		ahd
5031.609Sfvdlfile	dev/ic/aic79xx_osm.c		ahd
5041.318Sad
5051.318Sad# DPT EATA SCSI controllers
5061.473Slukem#
5071.318Saddevice	dpt: scsi
5081.318Sadfile	dev/ic/dpt.c			dpt
5091.355Sad
5101.355Sad# Compaq Smart ARRAY controllers
5111.473Slukem#
5121.355Saddevice	cac {unit = -1}
5131.355Sadfile	dev/ic/cac.c			cac
5141.355Sad
5151.404Sadattach	ld at cac with ld_cac
5161.404Sadfile	dev/ic/ld_cac.c			ld_cac
5171.419Sad
5181.764She# HP/Compaq Command Interface for SCSI-3 Support
5191.764She#
5201.764Shedevice ciss: scsi
5211.764Shefile	dev/ic/ciss.c			ciss
5221.764She
5231.419Sad# Mylex DAC960 RAID controllers
5241.473Slukem#
5251.419Saddevice	mlx {unit = -1}
5261.419Sadfile	dev/ic/mlx.c			mlx			needs-flag
5271.419Sad
5281.419Sadattach	ld at mlx with ld_mlx
5291.419Sadfile	dev/ic/ld_mlx.c			ld_mlx
5301.521Sad
5311.521Sad# ICP-Vortex/Intel RAID controllers
5321.521Sad#
5331.521Saddevice	icp {unit = -1}
5341.521Sadfile	dev/ic/icp.c			icp			needs-flag
5351.611Sthorpejfile	dev/ic/icp_ioctl.c		icp
5361.521Sad
5371.521Sadattach	ld at icp with ld_icp
5381.521Sadfile	dev/ic/ld_icp.c			ld_icp
5391.521Sad
5401.521Saddevice	icpsp: scsi
5411.521Sadfile	dev/ic/icpsp.c			icpsp
5421.521Sadattach	icpsp at icp
5431.523Sad
5441.523Sad# Adaptec FSA RAID controllers
5451.523Sad#
5461.523Saddevice	aac {unit = -1}
5471.523Sadfile	dev/ic/aac.c			aac
5481.523Sad
5491.523Sadattach	ld at aac with ld_aac
5501.523Sadfile	dev/ic/ld_aac.c			ld_aac
5511.238Sdante
5521.238Sdante# AdvanSys 1200A, 1200B and ULTRA SCSI controllers
5531.473Slukem#
5541.238Sdantedevice	adv: scsi
5551.238Sdantefile	dev/ic/adv.c			adv
5561.428Sthorpejfile	dev/ic/advlib.c			adv
5571.428Sthorpejfile	dev/ic/advmcode.c		adv
5581.248Sdante
5591.248Sdante# AdvanSys ULTRA WIDE SCSI controllers
5601.473Slukem#
5611.248Sdantedevice	adw: scsi
5621.248Sdantefile	dev/ic/adw.c			adw
5631.194Sjonathan
5641.130Sjonathan# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
5651.130Sjonathan# (Must be declared before AHA to ensure bha probes before aha.
5661.130Sjonathan#  Probing AHA first configures bhas as aha, via their AHA
5671.130Sjonathan#  hardware-compatibility mode.)
5681.473Slukem#
5691.173Sthorpejdevice	bha: scsi
5701.142Senamifile	dev/ic/bha.c			bha
5711.130Sjonathan
5721.113Smycroft# Adaptec AHA-154x and AHA-164x controllers
5731.130Sjonathan# (must be after bha, see above)
5741.473Slukem#
5751.173Sthorpejdevice	aha: scsi
5761.142Senamifile	dev/ic/aha.c			aha
5771.445Stsutsui
5781.445Stsutsui# Initio INIC-940/950 SCSI controllers
5791.473Slukem#
5801.445Stsutsuidevice	iha: scsi
5811.445Stsutsuifile	dev/ic/iha.c			iha
5821.118Scgd
5831.118Scgd# Qlogic ISP 10x0 SCSI Controllers
5841.473Slukem#
5851.474Slukemdefflag	opt_isp.h		ISP_DISABLE_1020_SUPPORT
5861.474Slukem				ISP_DISABLE_1080_SUPPORT
5871.474Slukem				ISP_DISABLE_2100_SUPPORT
5881.474Slukem				ISP_DISABLE_2200_SUPPORT
5891.846Smjacob				ISP_DISABLE_2300_SUPPORT
5901.894Smjacob				ISP_DISABLE_2322_SUPPORT
5911.846Smjacob				ISP_DISABLE_2400_SUPPORT
5921.846Smjacob				ISP_DISABLE_FW
5931.846Smjacob				ISP_TARGET_MODE
5941.474Slukemdefparam opt_isp.h		ISP_LOGDEFAULT
5951.894Smjacob				ISP_VPORTS
5961.173Sthorpejdevice	isp: scsi
5971.142Senamifile	dev/ic/isp.c			isp
5981.846Smjacobfile	dev/ic/isp_library.c		isp
5991.223Smjacobfile	dev/ic/isp_netbsd.c		isp
6001.711Sdrochnerfile	dev/ic/isp_target.c		isp & isp_target_mode
6011.821Sbouyer# LSILogic MegaRAID SAS
6021.821Sbouyer#
6031.821Sbouyerdevice	mfi: scsi
6041.821Sbouyerfile	dev/ic/mfi.c			mfi
6051.821Sbouyer
6061.528Smatt# LSILogic Fusion-MPT I/O Processor SCSI/FC Controllers
6071.528Smatt#
6081.608Sthorpejdevice	mpt: scsi
6091.608Sthorpejfile	dev/ic/mpt.c			mpt
6101.608Sthorpejfile	dev/ic/mpt_debug.c		mpt
6111.608Sthorpejfile	dev/ic/mpt_netbsd.c		mpt
6121.605Stsutsui
6131.682Sitohy# Workbit NinjaSCSI-32 controllers
6141.682Sitohydevice	njs: scsi
6151.682Sitohyfile	dev/ic/ninjascsi32.c		njs
6161.682Sitohy
6171.605Stsutsui# Symbios/NCR 53c700 SCSI controllers
6181.605Stsutsuidevice	oosiop: scsi
6191.605Stsutsuifile	dev/ic/oosiop.c			oosiop
6201.436Stsutsui
6211.436Stsutsui# Symbios/NCR 53c710 SCSI controllers
6221.473Slukem#
6231.436Stsutsuidevice	osiop: scsi
6241.436Stsutsuifile	dev/ic/osiop.c			osiop
6251.364Sbouyer
6261.368Sbouyer# common stuff for siop and esiop
6271.473Slukem#
6281.426Slukemdefine	siop_common
6291.426Slukemfile	dev/ic/siop_common.c		siop_common
6301.368Sbouyer
6311.364Sbouyer# Symbios/NCR 53c720/53c8xx SCSI controllers
6321.473Slukem#
6331.426Slukemdevice	siop: scsi,siop_common
6341.898Sskrllfile	dev/ic/siop.c			siop & (siop_pci | siop_gedoens)
6351.517Sbouyerdefflag	opt_siop.h			SIOP_SYMLED
6361.518Sbouyer
6371.518Sbouyerdevice	esiop: scsi,siop_common
6381.518Sbouyerfile	dev/ic/esiop.c			esiop
6391.94Smycroft
6401.94Smycroft# UltraStor SCSI controllers
6411.473Slukem#
6421.173Sthorpejdevice	uha: scsi
6431.142Senamifile	dev/ic/uha.c			uha
6441.409Sonoe
6451.878Sgarbled# 3Com common probe code
6461.878Sgarbleddefine  elink
6471.878Sgarbledfile    dev/isa/elink.c                 elink
6481.878Sgarbled
6491.409Sonoe# Aironet PC4500/PC4800
6501.473Slukem#
6511.653Stsarnadevice	an: arp, wlan, ifnet
6521.409Sonoefile	dev/ic/an.c			an
6531.86Smycroft
6541.376Sonoe# AMD 79c930-based 802.11 cards
6551.473Slukem#
6561.376Sonoedevice	awi: arp, wlan, ifnet
6571.376Sonoefile	dev/ic/awi.c			awi
6581.376Sonoefile	dev/ic/am79c930.c		awi
6591.438Sichiro
6601.438Sichiro# Lucent & Intersil WaveLan IEEE (802.11)
6611.473Slukem#
6621.656Sjunyoungdevice	wi: arp, wlan, ifnet
6631.438Sichirofile	dev/ic/wi.c			wi
6641.617Sdyoung
6651.930Salc# Atheros HAL
6661.930Salc#
6671.930Salcinclude "external/isc/atheros_hal/conf/files.ath_hal"
6681.930Salc
6691.641Sdyoung# Atheros 5210/5211/5212 multi-mode 802.11
6701.641Sdyoung#
6711.656Sjunyoungdevice	ath: arp, wlan, ifnet
6721.1066Schristosfile	dev/ic/ath.c			ath
6731.1066Schristosfile	dev/ic/ath_netbsd.c		ath
6741.1066Schristosfile	dev/ic/athrate-sample.c		ath
6751.641Sdyoung
6761.617Sdyoung# ADMtek ADM8211 802.11
6771.617Sdyoung#
6781.656Sjunyoungdevice	atw: arp, wlan, ifnet, smc93cx6
6791.617Sdyoungfile	dev/ic/atw.c			atw
6801.376Sonoe
6811.687Sdyoung# Realtek RTL8180 802.11
6821.687Sdyoung#
6831.687Sdyoungdevice rtw: arp, wlan, ifnet, smc93cx6
6841.687Sdyoungfile	dev/ic/rtw.c			rtw
6851.687Sdyoungfile	dev/ic/rtwphy.c			rtw
6861.687Sdyoungfile	dev/ic/rtwphyio.c		rtw
6871.687Sdyoung
6881.1157Schristos# Ralink RT2500/RT2600/RT2860 802.11
6891.779Smartindevice	ral: arp, ether, ifnet, wlan, firmload
6901.778Sdogcowfile	dev/ic/rt2560.c			ral
6911.778Sdogcowfile	dev/ic/rt2661.c			ral
6921.1157Schristosfile	dev/ic/rt2860.c			ral
6931.722Sdrochner
6941.1053Sdegroote# Marvell Libertas Open
6951.1053Sdegrootedevice  malo: arp, ether, ifnet, wlan, firmload
6961.1053Sdegrootefile    dev/ic/malo.c           malo
6971.1053Sdegroote
6981.83Sthorpej# 3Com Etherlink-III Ethernet controller
6991.473Slukem#
7001.333Sthorpejdevice	ep: arp, ether, ifnet, mii, mii_bitbang
7011.142Senamifile	dev/ic/elink3.c			ep
7021.253Sfvdl
7031.253Sfvdl# 3Com EtherLink XL Controller
7041.473Slukem#
7051.331Sthorpejdevice	ex: arp, ether, ifnet, mii, mii_bitbang
7061.253Sfvdlfile	dev/ic/elinkxl.c		ex
7071.131Smatt
7081.131Smatt# DEC EtherWORKS III (LEMAC) Ethernet controllers
7091.473Slukem#
7101.173Sthorpejdevice	lc: arp, ether, ifnet
7111.142Senamifile	dev/ic/lemac.c			lc
7121.84Smycroft
7131.84Smycroft# LANCE and PCnet Ethernet controllers
7141.473Slukem#
7151.173Sthorpejdevice	le: arp, ether, ifnet
7161.426Slukemdefine	le24
7171.426Slukemdefine	le32
7181.227Sexplorerfile	dev/ic/am7990.c			le24
7191.225Sdrochnerfile	dev/ic/am79900.c		le32
7201.225Sdrochnerfile	dev/ic/lance.c			le24 | le32
7211.383Sthorpej
7221.383Sthorpej# DEC DEPCA-family of LANCE Ethernet controllers
7231.473Slukem#
7241.383Sthorpejdevice	depca { }: le24
7251.383Sthorpejfile	dev/ic/depca.c			depca
7261.383Sthorpejattach	le at depca with le_depca
7271.122Sscottr
7281.290Smrg# Sun HME Ethernet controllers
7291.473Slukem#
7301.293Spkdevice	hme: arp, ether, ifnet, mii
7311.293Spkfile	dev/ic/hme.c			hme
7321.461Seeh
7331.461Seeh# Sun GEM Ethernet controllers
7341.473Slukem#
7351.461Seehdevice	gem: arp, ether, ifnet, mii
7361.461Seehfile	dev/ic/gem.c			gem
7371.290Smrg
7381.1103Smartin# Synopsis Designware GMAC core, as found on allwinner a20
7391.1103Smartin# and other SoCs
7401.1103Smartindevice	awge: arp, ether, ifnet, mii
7411.1103Smartinfile	dev/ic/dwc_gmac.c		awge
7421.1103Smartin
7431.122Sscottr# 8390-family Ethernet controllers
7441.473Slukem#
7451.569Sthorpejdefflag	opt_ipkdb.h		IPKDB_DP8390
7461.122Sscottrdefine	dp8390nic
7471.569Sthorpejfile	dev/ic/dp8390.c			dp8390nic | ipkdb_dp8390
7481.485Sbjh21
7491.485Sbjh21# National Semiconductor DP83905 AT/LANTIC Ethernet media support
7501.485Sbjh21#
7511.485Sbjh21define	dp83905
7521.485Sbjh21file	dev/ic/dp83905.c		dp83905
7531.484Sbjh21
7541.484Sbjh21# Macronix MX98905 Ethernet controller
7551.484Sbjh21# (use as an attribute for an "ne" bus attachment)
7561.484Sbjh21#
7571.484Sbjh21define	mx98905
7581.484Sbjh21file	dev/ic/mx98905.c		mx98905
7591.77Scgd
7601.282Sbad# TROPIC Token-Ring controller
7611.473Slukem#
7621.282Sbaddevice	tr: arp, token, ifnet
7631.282Sbadfile	dev/ic/tropic.c			tr
7641.282Sbad
7651.91Scgd# NCR 5380 SCSI Bus Controller
7661.473Slukem#
7671.91Scgddefine	ncr5380sbc
7681.142Senamifile	dev/ic/ncr5380sbc.c		ncr5380sbc
7691.356Spkdevice	nca: scsi, ncr5380sbc
7701.91Scgd
7711.434Sfredette# Sun sc PAL SCSI Bus Controller
7721.473Slukem#
7731.434Sfredettedefine	sunscpal
7741.434Sfredettefile	dev/ic/sunscpal.c		sunscpal
7751.434Sfredettedevice	ssc: scsi, sunscpal
7761.434Sfredette
7771.91Scgd# DEC FDDI Chipset
7781.473Slukem#
7791.91Scgddefine	pdq
7801.142Senamifile	dev/ic/pdq.c			pdq
7811.142Senamifile	dev/ic/pdq_ifsubr.c		pdq
7821.98Schristos
7831.474Slukem# Cyclades Cyclom-8/16/32
7841.473Slukem#
7851.173Sthorpejdevice	cy: tty
7861.142Senamifile	dev/ic/cy.c			cy			needs-flag
7871.103Sthorpej
7881.103Sthorpej# Efficient Networks, Inc. ATM interface
7891.473Slukem#
7901.173Sthorpejdevice	en: atm, ifnet
7911.142Senamifile	dev/ic/midway.c			en
7921.117Sthorpej
7931.117Sthorpej# NCR 53x9x or Emulex ESP SCSI Controller
7941.473Slukem#
7951.117Sthorpejdefine	ncr53c9x
7961.359Smycroftdevice	esp: scsi, ncr53c9x
7971.142Senamifile	dev/ic/ncr53c9x.c		ncr53c9x
7981.227Sexplorer
7991.679Smycroft# Fujitsu MB87030/MB89352 SCSI Protocol Controller
8001.679Smycroftdevice	spc: scsi
8011.679Smycroftfile	dev/ic/mb89352.c		spc
8021.679Smycroft
8031.796Sbjh21# Western Digital WD33C93/WD33C93A SCSI Bus Interface Controller
8041.796Sbjh21define	wd33c93
8051.796Sbjh21file	dev/ic/wd33c93.c		wd33c93
8061.796Sbjh21
8071.590Ssoren# Hitachi HD44780 LCD panel controller
8081.590Ssorendefine	hd44780
8091.590Ssorenfile	dev/ic/hd44780_subr.c		hd44780
8101.590Ssorenfile	dev/ic/lcdkp_subr.c		hd44780
8111.590Ssoren
8121.710Sjoff# Matrix keypad
8131.710Sjoffdefine	matrixkp
8141.710Sjofffile	dev/ic/matrixkp_subr.c		matrixkp
8151.710Sjoff
8161.227Sexplorer# Hitachi HD64570 serial controller
8171.473Slukem#
8181.359Smycroftdefine	hd64570
8191.227Sexplorerfile	dev/ic/hd64570.c		hd64570
8201.339Schopps
8211.339Schopps# Riscom/N2 ISA/PCI Sync Serial Controller
8221.473Slukem#
8231.339Schoppsdevice	ntwoc: ifnet, hd64570
8241.128Spk
8251.128Spk# Intel 82586 Ethernet Controller
8261.473Slukem#
8271.128Spkdefine	i82586
8281.142Senamifile	dev/ic/i82586.c			i82586
8291.291Sthorpej
8301.658Sjkunz# Intel 82596 Ethernet Controller
8311.658Sjkunz#
8321.658Sjkunzdefine	i82596
8331.658Sjkunzfile	dev/ic/i82596.c			i82596
8341.658Sjkunz
8351.291Sthorpej# Intel 82557/82558/82559 Ethernet Controller
8361.473Slukem#
8371.291Sthorpejdevice	fxp: ether, ifnet, arp, mii
8381.291Sthorpejfile	dev/ic/i82557.c			fxp
8391.389Sbjh21
8401.389Sbjh21# SEEQ 8005 Advanced Ethernet Data Link Controller
8411.473Slukem#
8421.389Sbjh21define	seeq8005
8431.389Sbjh21file	dev/ic/seeq8005.c		seeq8005
8441.137Sthorpej
8451.137Sthorpej# SMC 91Cxx Ethernet Controller
8461.473Slukem#
8471.379Sbriggsdevice	sm: arp, ether, ifnet, mii, mii_bitbang
8481.142Senamifile	dev/ic/smc91cxx.c		sm
8491.188Sthorpej
8501.188Sthorpej# SMC 83C170 EPIC/100 Fast Ethernet Controller
8511.473Slukem#
8521.230Sthorpejdevice	epic: arp, ether, ifnet, mii
8531.188Sthorpejfile	dev/ic/smc83c170.c		epic
8541.309Sragge
8551.309Sragge# DEC SGEC Second Generation Ethernet Controller
8561.473Slukem#
8571.309Sraggedefine	sgec
8581.309Sraggefile	dev/ic/sgec.c			sgec
8591.177Senami
8601.715Sjdolecek# MB86950 Ethernet Controller
8611.715Sjdolecek#
8621.715Sjdolecekdefine	mb86950
8631.715Sjdolecekfile	dev/ic/mb86950.c		mb86950
8641.715Sjdolecek
8651.177Senami# MB8696x Ethernet Controller
8661.473Slukem#
8671.177Senamidefine	mb86960
8681.177Senamifile	dev/ic/mb86960.c		mb86960
8691.177Senami
8701.177Senami# Generic MB8696x Ethernet Controller driver
8711.473Slukem#
8721.177Senamidevice	mbe: arp, ether, ifnet, mb86960
8731.146Saugustss
8741.146Saugustss# Interwave Am78C201 audio driver
8751.473Slukem#
8761.146Saugustssdefine	interwave
8771.146Saugustssfile	dev/ic/interwave.c		interwave
8781.154Sis
8791.154Sis# TMS 320av110 MPEG2/audio driver
8801.473Slukem#
8811.154Sisdefine	tms320av110
8821.154Sisfile	dev/ic/tms320av110.c		tms320av110
8831.152Sthorpej
8841.152Sthorpej# Novell NE2000-compatible Ethernet cards, based on the
8851.152Sthorpej# National Semiconductor DS8390.
8861.473Slukem#
8871.474Slukemdefflag	opt_ipkdb.h		IPKDB_NE			: IPKDB_DP8390
8881.423Sthorpejdevice	ne: ether, ifnet, arp, dp8390nic, mii
8891.569Sthorpejfile	dev/ic/ne2000.c			ne | ipkdb_ne
8901.153Sthorpej
8911.153Sthorpej# 8250/16[45]50-based "com" ports
8921.668Sthorpej#
8931.749Schsdefflag	opt_com.h		COM_DEBUG
8941.153Sthorpej# XXX In a perfect world, this would be done with attributes
8951.1078Skiyoharadefflag	opt_com.h		COM_16650 COM_16750
8961.1078Skiyohara				COM_HAYESP COM_PXA2X0 COM_AU1X00
8971.1159Sbouyer				COM_REGMAP COM_FUNCMAP COM_AWIN
8981.1016Smattdefparam opt_com.h		COM_TOLERANCE
8991.392Seehdevice	com { } : tty
9001.426Slukemfile	dev/ic/com.c			com			needs-flag
9011.336Sthorpej
9021.336Sthorpej# PC-like keyboard controller
9031.473Slukem#
9041.659Sbjh21device	pckbc: pckbport
9051.660Sbjh21file	dev/ic/pckbc.c			pckbc			needs-flag
9061.274Sscw
9071.714Scubedevice	attimer
9081.714Scubefile	dev/ic/attimer.c		attimer			needs-flag
9091.714Scube
9101.274Sscw# Cirrus Logic CD240[01] 4-port Multi-Protocol Communications Controller
9111.473Slukem#
9121.274Sscwdevice	clmpcc: tty
9131.426Slukemfile	dev/ic/clmpcc.c			clmpcc			needs-flag
9141.385Sbjh21
9151.843Sxtraeme# Abit uGuru
9161.843Sxtraeme#
9171.843Sxtraemedevice	ug: sysmon_envsys
9181.843Sxtraemefile	dev/ic/ug.c			ug			needs-flag
9191.843Sxtraeme
9201.185Skml# Essential Communications Corp. HIPPI Interface
9211.473Slukem#
9221.426Slukemdevice	esh: hippi, ifnet
9231.426Slukemfile	dev/ic/rrunner.c		esh			needs-flag
9241.242Sis
9251.242Sis# SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver
9261.473Slukem#
9271.874Scubedevice	bah: ifnet, arcnet, arp
9281.426Slukemfile	dev/ic/smc90cx6.c		bah
9291.234Saugustss
9301.234Saugustss# OPL2/OPL3 FM synth driver
9311.473Slukem#
9321.235Saugustssdevice	opl: midibus, midisyn
9331.234Saugustssfile	dev/ic/opl.c			opl
9341.234Saugustssfile	dev/ic/oplinstrs.c		opl
9351.305Saugustss
9361.305Saugustss# MPU401 MIDI UART compatibles
9371.473Slukem#
9381.305Saugustssdevice	mpu: midibus
9391.426Slukemfile	dev/ic/mpu.c			mpu			needs-flag
9401.236Spk
9411.236Spk# AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
9421.473Slukem#
9431.236Spkdefine	ad1848
9441.236Spkfile	dev/ic/ad1848.c			ad1848
9451.290Smrg
9461.290Smrg# AMD 7930 audio/ISDN codec
9471.473Slukem#
9481.366Saugustssdefine	am7930
9491.366Saugustssfile	dev/ic/am7930.c			am7930
9501.290Smrg
9511.1100Stsutsui# Siemens PSB2160 audio codec, as found in HP systems
9521.1100Stsutsuidevice	arcofi: audiobus, auconv, mulaw
9531.1100Stsutsuifile	dev/ic/arcofi.c			arcofi
9541.1100Stsutsui
9551.290Smrg# SPARC `SUNW,audiocs'
9561.473Slukem#
9571.519Saugustssdevice	audiocs: audiobus, auconv, ad1848
9581.290Smrgfile	dev/ic/cs4231.c			audiocs
9591.326Saugustss
9601.326Saugustss# AC-97 CODECs
9611.473Slukem#
9621.326Saugustssdefine	ac97
9631.326Saugustssfile	dev/ic/ac97.c			ac97
9641.437Sminoura
9651.1040Snisimura# UDA1341 CODEC support
9661.1040Snisimuradefine	uda1341
9671.1040Snisimurafile	dev/ic/uda1341.c		uda1341
9681.1040Snisimura
9691.437Sminoura# Oki MSM6258 support code
9701.473Slukem#
9711.437Sminouradefine msm6258
9721.437Sminourafile	dev/ic/msm6258.c		msm6258
9731.240Spk
9741.240Spk# LSI64854 DMA controller back-end
9751.473Slukem#
9761.240Spkdefine	lsi64854
9771.240Spkfile	dev/ic/lsi64854.c		lsi64854
9781.465Smrg
9791.465Smrg# Cirrus Logic CL-CD180/1864/1865 multi port serial controller back-end
9801.473Slukem#
9811.465Smrgdefine	cd18xx
9821.465Smrgfile	dev/ic/cd18xx.c			cd18xx
9831.240Spk
9841.654Swiz# Realtek 8019/8029 NE2000-compatible network interface subroutines
9851.473Slukem#
9861.252Sthorpejdefine	rtl80x9
9871.980Stsutsuifile	dev/ic/rtl80x9.c		rtl80x9			needs-flag
9881.360Shaya
9891.654Swiz# Realtek 8129/8139 Ethernet controllers
9901.473Slukem#
9911.362Shayadevice	rtk: ether, ifnet, arp, mii
9921.675Ssekiyafile	dev/ic/rtl81x9.c		rtk | re
9931.185Skml
9941.673Stoshii# Realtek 8169 Ethernet controllers
9951.673Stoshii#
9961.673Stoshiidevice	re: ether, ifnet, arp, mii
9971.709Syamtfile	dev/ic/rtl8169.c		re
9981.673Stoshii
9991.258Spk# Common code for ESDI/IDE/etc. controllers
10001.473Slukem#
10011.680Sthorpejdefine	wdc_common
10021.809Sitohydefine	ata_dma
10031.809Sitohydefine	ata_udma
10041.809Sitohydefine	ata_piobm
10051.680Sthorpejdevice	wdc: ata, wdc_common
10061.637Sbouyer
10071.1079Sjmcneilldefflag opt_ata.h	ATADEBUG
10081.1079Sjmcneilldefparam opt_ata.h	ATADEBUG_MASK
10091.1079Sjmcneilldefflag opt_wdc.h	WDC_NO_IDS
10101.835Sdyoung
10111.656Sjunyoungdevice	atabus: atapi,ata_hl
10121.656Sjunyoungattach	atabus at ata
10131.809Sitohy# The strange expression is to dump ata_* definitions to ata_dma.h.
10141.809Sitohyfile	dev/ic/wdc.c			(ata_dma | ata_udma | ata_piobm | atabus) & atabus & wdc_common	needs-flag
10151.386Sbjh21
10161.810Sitohy# Workbit NinjaATA-32 IDE controllers
10171.810Sitohydevice	njata: ata, ata_piobm, wdc_common
10181.810Sitohyfile	dev/ic/ninjaata32.c		njata
10191.810Sitohy
10201.386Sbjh21# CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller
10211.473Slukem#
10221.386Sbjh21device	upc { [offset = -1] }
10231.386Sbjh21attach	wdc at upc with wdc_upc
10241.386Sbjh21attach	com at upc with com_upc
10251.651Sjdolecekattach	lpt at upc with lpt_upc
10261.426Slukemfile	dev/ic/upc.c			upc
10271.426Slukemfile	dev/ic/wdc_upc.c		wdc_upc
10281.426Slukemfile	dev/ic/com_upc.c		com_upc
10291.651Sjdolecekfile	dev/ic/lpt_upc.c		lpt_upc
10301.327Smatt
10311.844Sbouyer# AHCI-compatible SATA controllers
10321.844Sbouyerdefine ahcisata_core
10331.844Sbouyerfile dev/ic/ahcisata_core.c ahcisata_core
10341.1054Sbouyerdevice ahcisata: ata, ata_dma, ata_udma, sata, sata_fis, sata_pmp, ahcisata_core
10351.844Sbouyer
10361.956Sjakllsch# Silicon Image SteelVine SATA-II controllers
10371.956Sjakllschdefine	siisata
10381.956Sjakllschfile	dev/ic/siisata.c		siisata
10391.1054Sbouyerdevice	siisata: ata, ata_dma, ata_udma, sata, sata_fis, sata_pmp, siisata
10401.956Sjakllsch
10411.957Sjakllsch# Marvell Serial-ATA Host Controller
10421.951Skiyoharadefine mvsata
10431.951Skiyoharafile dev/ic/mvsata.c			mvsata
10441.1182Skredevice mvsata: ata, ata_dma, ata_udma, wdc_common, sata, sata_fis, sata_pmp, mvsata
10451.951Skiyoharadefflag opt_mvsata.h		MVSATA_WITHOUTDMA
10461.951Skiyohara
10471.314Sthorpej# DECchip 21x4x Ethernet controller family, and assorted clones.
10481.473Slukem#
10491.333Sthorpejdevice	tlp: arp, ether, ifnet, mii, mii_bitbang
10501.314Sthorpejfile	dev/ic/tulip.c			tlp
10511.322Sthorpej
10521.322Sthorpej# Adaptec AIC-6915 Ethernet interface
10531.473Slukem#
10541.322Sthorpejdevice	sf: arp, ether, ifnet, mii
10551.322Sthorpejfile	dev/ic/aic6915.c		sf
10561.378Spk
10571.378Spk# Mostek time-of-day clock and NVRAM
10581.473Slukem#
10591.378Spkdefine	mk48txx
10601.507Spkfile	dev/ic/mk48txx.c		mk48txx
10611.378Spk
10621.1061Srkujawa# OKI MSM6242B
10631.1061Srkujawa#
10641.1061Srkujawadefine	msm6242b
10651.1061Srkujawafile	dev/ic/msm6242b.c		msm6242b
10661.1061Srkujawa
10671.378Spk# Intersil 7170 time-of-day clock
10681.473Slukem#
10691.378Spkdefine	intersil7170
10701.378Spkfile	dev/ic/intersil7170.c		intersil7170
10711.434Sfredette
10721.434Sfredette# National Semiconductor MM58167 time-of-day clock
10731.473Slukem#
10741.434Sfredettedefine	mm58167
10751.434Sfredettefile	dev/ic/mm58167.c		mm58167
10761.643Stsutsui
10771.643Stsutsui# Motorola mc146818 (and compatible) time-of-day clock
10781.643Stsutsui#
10791.643Stsutsuidefine	mc146818
10801.643Stsutsuifile	dev/ic/mc146818.c		mc146818
10811.422Sthorpej
10821.808Suwe# Ricoh RS5C313 time of-day-clock
10831.808Suwe#
10841.808Suwedefine	rs5c313
10851.808Suwefile	dev/ic/rs5c313.c		rs5c313
10861.808Suwe
10871.422Sthorpej# D-Link DL10019/10022 NE2000-compatible network interface subroutines
10881.473Slukem#
10891.422Sthorpejdefine	dl10019
10901.422Sthorpejfile	dev/ic/dl10019.c		dl10019
10911.453Senami
10921.453Senami# ASIX AX88190 NE2000-compatible network interface subroutines
10931.473Slukem#
10941.453Senamidefine	ax88190
10951.453Senamifile	dev/ic/ax88190.c		ax88190
10961.429Sjdolecek
10971.429Sjdolecek# WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
10981.473Slukem#
10991.429Sjdolecekdevice	we: ether, ifnet, arp, dp8390nic
11001.429Sjdolecekfile	dev/ic/we.c			we
11011.432Sjdolecek
11021.432Sjdolecek# Allied-Telesis Ethernet driver based on Fujitsu MB8696xA controllers
11031.473Slukem#
11041.432Sjdolecekdevice	ate: arp, ether, ifnet, mb86960
11051.557Stsutsui
11061.557Stsutsui# Fujitsu FMV-18x Ethernet driver based on Fujitsu MB8696xA controllers
11071.557Stsutsui#
11081.557Stsutsuidevice	fmv: arp, ether, ifnet, mb86960
11091.557Stsutsuifile	dev/ic/fmv.c			fmv
11101.471Syamt
11111.471Syamt# Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
11121.473Slukem#
11131.471Syamtdevice	cs: arp, ether, ifnet
11141.704Sjoffdevice	tscs: arp, ether, ifnet
11151.704Sjofffile	dev/ic/cs89x0.c			cs | tscs
11161.487Saugustss
11171.487Saugustss# Radio device attributes
11181.487Saugustss#
11191.487Saugustssdefine	tea5757
11201.656Sjunyoungfile	dev/ic/tea5757.c		tea5757
11211.487Saugustssdefine	lm700x
11221.656Sjunyoungfile	dev/ic/lm700x.c			lm700x
11231.179Sdrochner
11241.837Stnn# Philips PCF8584 i2c controller
11251.837Stnndefine	pcf8584
11261.837Stnnfile	dev/ic/pcf8584.c		pcf8584
11271.837Stnn
11281.985Snonaka# PCA9564 i2c controller
11291.985Snonakadefine	pca9564
11301.985Snonakafile	dev/ic/pca9564.c		pca9564
11311.985Snonaka
11321.1187Sbouyer# Synopsys DesignWare I2C controller
11331.1187Sbouyerdefine	dwiic
11341.1187Sbouyerdevice dwiic: dwiic, i2cbus
11351.1187Sbouyerfile	dev/ic/dwiic.c			dwiic
11361.1187Sbouyer
11371.784Sdrochner# ACPI power management timer (hardware access, independent of ACPI)
11381.784Sdrochner#
11391.784Sdrochnerdefine acpipmtimer
11401.784Sdrochnerfile	dev/ic/acpipmtimer.c	acpipmtimer
11411.784Sdrochner
11421.834Snjolydevice 	hpet
11431.834Snjolyfile 	dev/ic/hpet.c		hpet			needs-flag
11441.834Snjoly
11451.1126Sjmcneill# DesignWare timer
11461.1126Sjmcneilldevice	dwctmr
11471.1126Sjmcneillfile	dev/ic/dwc_tmr.c	dwctmr
11481.1126Sjmcneill
11491.952Skiyohara# SMSC LAN9118 Family Ethernet Controller
11501.952Skiyohara#
11511.965Skiyoharadevice	smsh: arp, ether, ifnet, mii
11521.952Skiyoharafile	dev/ic/lan9118.c		smsh
11531.952Skiyohara
11541.1088Sriastrad# Apple System Management Controller
11551.1088Sriastrad#
11561.1089Sriastraddefine	applesmcbus	{ }
11571.1090Sriastraddevice	applesmc: applesmcbus
11581.1088Sriastradfile	dev/ic/apple_smc.c		applesmc
11591.1088Sriastrad
11601.1088Sriastrad# Apple SMC fan sensors and control
11611.1090Sriastraddevice	applesmcfan: applesmcbus, sysmon_envsys
11621.1090Sriastradattach	applesmcfan at applesmcbus with apple_smc_fan
11631.1088Sriastradfile	dev/ic/apple_smc_fan.c		applesmcfan
11641.1088Sriastrad
11651.1088Sriastrad# Apple SMC temperature sensors
11661.1090Sriastraddevice	applesmctemp: applesmcbus, sysmon_envsys
11671.1090Sriastradattach	applesmctemp at applesmcbus with apple_smc_temp
11681.1088Sriastradfile	dev/ic/apple_smc_temp.c		applesmctemp
11691.1088Sriastrad
11701.1089Sriastrad# Apple SMC accelerometer (not yet implemented!)
11711.1090Sriastrad#device	applesmcaccel: applesmcbus, sysmon_envsys
11721.1090Sriastrad#attach	applesmcaccel at applesmcbus with apple_smc_accel
11731.1088Sriastrad#file	dev/ic/apple_smc_accel.c	applesmcaccel
11741.1088Sriastrad
11751.836Sdrochner# DRM - Direct Rendering Infrastructure: dev/drm
11761.836Sdrochnerdefine drm {}
11771.949Smrginclude "external/bsd/drm/conf/files.drm"
11781.1002Sjmcneillinclude "dev/drm/files.drm"
11791.836Sdrochner
11801.1153Sskrll# Linux API support
11811.1153Sskrllinclude "external/bsd/common/conf/files.linux"
11821.1153Sskrll
11831.1086Sriastrad# DRM/KMS - Newer direct rendering manager with kernel mode-switching
11841.1086Sriastradinclude "external/bsd/drm2/drm/files.drmkms"
11851.1086Sriastrad
11861.1039Schristos
11871.179Sdrochner# Definitions for wscons
11881.179Sdrochner# device attributes: display, display with emulator, keyboard, and mouse
11891.473Slukem#
11901.479Saugustssdefine	wsdisplaydev		{[kbdmux = 1]}
11911.479Saugustssdefine	wsemuldisplaydev	{[console = -1], [kbdmux = 1]}
11921.479Saugustssdefine	wskbddev		{[console = -1], [mux = 1]}
11931.479Saugustssdefine	wsmousedev		{[mux = 0]}
11941.1176Snatdefine	wsbelldev		{[console = -1], [mux = 1]}
11951.761Smacallandefine	vcons
11961.179Sdrochner# attribute to pull in raster support
11971.473Slukem#
11981.179Sdrochnerdefine	wsrasteremulops
11991.187Sdrochner# common PC display functions
12001.473Slukem#
12011.474Slukemdefflag	opt_pcdisplay.h		PCDISPLAY_SOFTCURSOR
12021.426Slukemdefine	pcdisplayops
12031.187Sdrochnerfile	dev/ic/pcdisplay_subr.c	pcdisplayops
12041.207Sdrochnerfile	dev/ic/pcdisplay_chars.c	pcdisplayops
12051.777Smartin# an attribute used by arch specific config files to include /dev/fb* (or
12061.777Smartin# equivalent) support - on most archs this is just a NOP (untill, maybe
12071.777Smartin# someday when we might make /dev/fb* support MI)
12081.777Smartindefine	fb
12091.179Sdrochner# VGA graphics
12101.473Slukem#
12111.541Sdrochnerdefparam opt_vga.h		VGA_CONSOLE_SCREENTYPE
12121.538Sdrochnerdefflag opt_vga.h 		VGA_CONSOLE_ATI_BROKEN_FONTSEL
12131.572Sjunyoungdefflag opt_vga.h		VGA_RASTERCONSOLE
12141.593Stsutsuidefflag opt_vga.h		VGA_RESET
12151.876Sjmcneilldevice	vga: displaydev, wsemuldisplaydev, pcdisplayops, drm
12161.572Sjunyoungfile	dev/ic/vga.c		vga & !vga_rasterconsole	needs-flag
12171.572Sjunyoungfile	dev/ic/vga_raster.c	vga_rasterconsole		needs-flag
12181.572Sjunyoungfile	dev/ic/vga_subr.c	vga | vga_rasterconsole
12191.572Sjunyoungfile	dev/ic/vga_common.c	vga | vga_rasterconsole
12201.998Smacallan
12211.508Suwe# Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode)
12221.473Slukem#
12231.1042Smacallandevice	igsfb: wsemuldisplaydev, rasops8, vcons, videomode
12241.615Suwefile	dev/ic/igsfb.c			igsfb			needs-flag
12251.551Suwefile	dev/ic/igsfb_subr.c		igsfb
12261.91Scgd
12271.1169Smacallandevice	chipsfb: wsemuldisplaydev, rasops8, vcons, videomode, glyphcache
12281.998Smacallanfile	dev/ic/ct65550.c		chipsfb
12291.998Smacallandefflag	opt_chipsfb.h	CHIPSFB_DEBUG
12301.998Smacallandefflag	opt_chipsfb.h	CHIPSFB_WAIT
12311.998Smacallan
12321.683Sjkunz# STI (hp graphics)
12331.683Sjkunzdevice	sti: wsemuldisplaydev
12341.1005Stsutsuifile	dev/ic/sti.c		sti
12351.683Sjkunz
12361.892Sdrochnerinclude "dev/wscons/files.wscons"
12371.892Sdrochnerinclude "dev/rasops/files.rasops"
12381.892Sdrochnerinclude "dev/wsfont/files.wsfont"
12391.892Sdrochnerinclude "dev/wsfb/files.wsfb"
12401.892Sdrochner
12411.77Scgd# Attributes which machine-independent bus support can be attached to.
12421.77Scgd# These should be defined here, because some of these busses can have
12431.77Scgd# devices which provide these attributes, and we'd like to avoid hairy
12441.77Scgd# ordering constraints on inclusion of the busses' "files" files.
12451.473Slukem#
12461.474Slukemdefine	isabus	{ }			# ISA attachment
12471.474Slukemdefine	eisabus	{ }			# EISA attachment
12481.474Slukemdefine	pcibus	{[bus = -1]}		# PCI attachment
12491.1179Sflxddefine	tcbus	{ }			# TURBOchannel attachment
12501.474Slukemdefine	mcabus	{ }			# MicroChannel attachment
12511.474Slukemdefine	usbus	{ }			# USB attachment
12521.724Skiyoharadefine	fwbus	{ }			# IEEE 1394 attachment
12531.474Slukemdefine	vmebus	{ }			# VME bus attachment
12541.474Slukemdefine	acpibus	{ }			# ACPI "bus" attachment
12551.259Spkdefine	pcmciabus { [controller = -1], [socket = -1]}	# PCMCIA bus attachment
12561.909Sdrochnerdefine	cbbus	{ }			# CardBus attachment
12571.909Sdrochnerdefine	pcmciaslot { }			# PCMCIA slot itself
12581.945Snonakadefine	sdmmcbus { }			# SD/MMC attachment
12591.222Saugustss
12601.222Saugustss# We need the USB bus controllers here so different busses can
12611.222Saugustss# use them in an 'attach-with'.
12621.473Slukem#
12631.703Sfvdl
12641.890Sdrochnerdefine	usbroothub
12651.1155Sskrllfile	dev/usb/usbroothub.c	usbroothub
12661.890Sdrochner
12671.1005Stsutsuidefine	usb_dma
12681.1005Stsutsui
12691.1075Sjakllsch# UHCI USB controller
12701.1075Sjakllsch#
12711.1005Stsutsuidevice	uhci: usbus, usbroothub, usb_dma
12721.426Slukemfile	dev/usb/uhci.c			uhci			needs-flag
12731.222Saugustss
12741.222Saugustss# OHCI USB controller
12751.473Slukem#
12761.1005Stsutsuidevice	ohci: usbus, usbroothub, usb_dma
12771.426Slukemfile	dev/usb/ohci.c			ohci			needs-flag
12781.412Saugustss
12791.1057Smatt# EHCI USB2 controller
12801.473Slukem#
12811.1005Stsutsuidevice	ehci: usbus, usbroothub, usb_dma
12821.426Slukemfile	dev/usb/ehci.c			ehci			needs-flag
12831.545Sisaki
12841.1075Sjakllsch# xHCI USB3 controller
12851.1057Smatt#
12861.1057Smattdevice	xhci: usbus, usbroothub, usb_dma
12871.1057Smattfile	dev/usb/xhci.c			xhci			needs-flag
12881.1057Smatt
12891.1094Sbouyer# Mentor graphics OTG IP
12901.1104Sjmcneilldefflag	opt_motg.h	MOTG_ALLWINNER
12911.1155Sskrlldevice	motg: usbus, usbroothub
12921.1094Sbouyerfile	dev/usb/motg.c			motg			needs-flag
12931.1094Sbouyer
12941.545Sisaki# SL811HS/T USB controller
12951.1156Sskrlldefflag	opt_slhci.h	SLHCI_TRY_LSVH SLHCI_PROFILE_TRANSFER
12961.893Sisakidevice	slhci: usbus, usbroothub
12971.545Sisakifile	dev/ic/sl811hs.c		slhci			needs-flag
12981.579Smartin
12991.1062Sskrll# DesignWare OTG host controller
13001.1062Sskrll#
13011.1080Sskrllinclude "external/bsd/dwc2/conf/files.dwc2"
13021.1080Sskrll
13031.945Snonaka# SD Host controller
13041.1087Snonakadevice	sdhc: sdmmcbus
13051.945Snonakafile	dev/sdmmc/sdhc.c		sdhc			needs-flag
13061.945Snonaka
13071.958Sjmcneill# Winbond Integrated Media Reader
13081.958Sjmcneilldevice	wb: sdmmcbus
13091.958Sjmcneillfile	dev/ic/w83l518d.c		wb
13101.958Sjmcneillfile	dev/ic/w83l518d_sdmmc.c		wb
13111.958Sjmcneill
13121.1087Snonaka# Realtek RTS5209/RTS5229 Card Reader
13131.1087Snonakadevice	rtsx: sdmmcbus
13141.1087Snonakafile	dev/ic/rtsx.c			rtsx
13151.1087Snonaka
13161.1122Sjmcneill# DesignWare SD/MMC host controller
13171.1122Sjmcneilldefflag	opt_dwc_mmc.h	DWC_MMC_DEBUG
13181.1122Sjmcneilldevice	dwcmmc: sdmmcbus
13191.1122Sjmcneillfile	dev/ic/dwc_mmc.c		dwcmmc
13201.1122Sjmcneill
13211.1175Sjmcneill# ARM PrimeCell PL031 (RTC) real time clock
13221.1175Sjmcneilldevice	plrtc
13231.1175Sjmcneillfile	dev/ic/pl031.c			plrtc
13241.1175Sjmcneill
13251.1174Sjmcneill# ARM PrimeCell PL041 (AACI) Advanced Audio CODEC interface
13261.1174Sjmcneilldevice	aaci: audiobus, auconv, aurateconv, mulaw, ac97
13271.1174Sjmcneillfile	dev/ic/pl041.c			aaci
13281.1174Sjmcneill
13291.1173Sjmcneill# ARM PrimeCell PL050 (KMI) PS2 keyboard/mouse interface
13301.1173Sjmcneilldevice	plkmi: pckbport
13311.1173Sjmcneillfile	dev/ic/pl050.c			plkmi
13321.1173Sjmcneill
13331.1127Sskrll# ARM PrimeCell PL181 (MMCI) host controller
13341.1127Sskrlldevice	plmmc: sdmmcbus
13351.1127Sskrllfile	dev/ic/pl181.c			plmmc
13361.1127Sskrll
13371.579Smartin# Myson MTD803 3-in-1 Fast Ethernet Controller
13381.579Smartindevice	mtd: arp, ether, ifnet, mii
13391.579Smartinfile	dev/ic/mtd803.c			mtd
13401.369Smatt
13411.487Saugustss# radio devices, attaches to radio hardware driver
13421.487Saugustssdevice	radio
13431.489Sdrochnerattach	radio at radiodev
13441.498Sjmc
13451.402Smatt# IEEE 1394 controllers
13461.402Smatt# (These need to be here since it will have both PCI and CardBus attachments)
13471.473Slukem#
13481.369Smattdevice	fwohci: fwbus
13491.520Saugustss
13501.520Saugustss# Sony Programmable I/O Controller
13511.520Saugustssdevice	spic: wsmousedev
13521.520Saugustssfile	dev/ic/spic.c			spic
13531.529Saugustss
13541.529Saugustss# IBM CPC700 PowerPC bridge
13551.529Saugustssdefine	cpcbus { addr, [irq=-1] }
13561.529Saugustssdevice	cpc: cpcbus, pcibus
13571.529Saugustssfile	dev/ic/cpc700.c			cpc
13581.529Saugustss
13591.529Saugustssattach	com at cpcbus with com_cpcbus
13601.529Saugustssfile	dev/ic/com_cpcbus.c		com_cpcbus
13611.529Saugustss
13621.529Saugustssdevice	cpctim
13631.529Saugustssattach	cpctim at cpcbus
13641.529Saugustssfile	dev/ic/timer_cpcbus.c		cpctim
13651.529Saugustss
13661.530Saugustssdevice	cpciic
13671.530Saugustssattach	cpciic at cpcbus with iic_cpcbus
13681.529Saugustssfile	dev/ic/iic_cpcbus.c		iic_cpcbus
13691.529Saugustss
13701.60Scgd
13711.415Smartin# Attributes used by the ISDN subsystem
13721.473Slukem#
13731.502Smartindefine	isdndev		# the ISDN subsystem
13741.458Senamidefine	passive_isdn	# files needed by passive cards (XXX - protocol
13751.458Senami			# specific)
13761.634Spookadefine	isdncapi	# ISDN CAPI (http://www.capi.org/)
13771.415Smartin
13781.575Sleo# The isac found on the Fritz V2.0 Card.
13791.575Sleodefine	nisacsx
13801.575Sleofile	dev/ic/isacsx.c			nisacsx	needs-flag
13811.575Sleo
13821.575Sleo# The 'standard' isac
13831.575Sleodefine	nisac
13841.575Sleofile	dev/ic/isac.c			nisac	needs-flag
13851.575Sleo
13861.415Smartin# ISDN cards based on the Siemens ISAC/HSCX chipset (or lookalikes)
13871.473Slukem#
13881.575Sleodevice	isic: isdndev, passive_isdn, nisac
13891.415Smartin
13901.426Slukemfile	dev/ic/isic.c			isic
13911.575Sleofile	dev/ic/isic_l1.c		isic|ifpci|ifritz
13921.575Sleofile	dev/ic/isic_l1fsm.c		isic|ifpci|ifritz
13931.426Slukemfile	dev/ic/hscx.c			isic
13941.426Slukemfile	dev/ic/isic_bchan.c		isic
13951.415Smartin
13961.415Smartin# (old) Diehl active ISDN cards
13971.473Slukem#
13981.823Scube#device	daic: isdndev
13991.823Scube#file	dev/ic/daic.c			daic
14001.415Smartin
14011.634Spooka# AWM B1/T1
14021.634Spooka# XXX: passive_isdn
14031.634Spookadevice	iavc: isdndev, isdncapi, passive_isdn
14041.634Spookafile	dev/ic/iavc.c			iavc
14051.634Spooka
14061.934Smacallan# Broadcom AirForce / Apple Airport Extreme
14071.934Smacallandevice	bwi: arp, ifnet, firmload, wlan
14081.934Smacallanfile	dev/ic/bwi.c			bwi
14091.934Smacallan
14101.995Sahoka# DM9000 Ethernet controllers
14111.995Sahoka#
14121.995Sahokadevice	dme: arp, ether, ifnet
14131.995Sahokafile	dev/ic/dm9000.c			dme
14141.995Sahoka
14151.1158Snonaka# NVM Express Controller
14161.1158Snonaka#
14171.1158Snonakadevice	nvme {nsid = -1}
14181.1158Snonakafile	dev/ic/nvme.c			nvme
14191.1158Snonaka
14201.1158Snonakaattach	ld at nvme with ld_nvme
14211.1158Snonakafile	dev/ic/ld_nvme.c		ld_nvme
14221.1158Snonaka
14231.1183Sjmcneill# Broadcom FullMAC 802.11 driver
14241.1183Sjmcneilldevice	bwfm: arp, ifnet, wlan
14251.1183Sjmcneillfile	dev/ic/bwfm.c			bwfm
14261.1183Sjmcneill
14271.1185Sjmcneill# QEMU Firmware Configuration (fw_cfg) device
14281.1185Sjmcneilldevice	qemufwcfg
14291.1185Sjmcneillfile	dev/ic/qemufwcfg.c		qemufwcfg
14301.1185Sjmcneill
14311.60Scgd# legitimate pseudo-devices
14321.473Slukem#
14331.907Sdrochnerdefpseudodev vnd:	disk
14341.726Shubertfdefflag opt_vnd.h	VND_COMPRESSION
14351.474Slukemdefpseudo ccd:		disk
14361.1032Stlsdefpseudodev cgd:	disk, des, blowfish, cast128
14371.907Sdrochnerdefpseudodev md:	disk
14381.916Shannkendefpseudodev fss:	disk
14391.298Sthorpej
14401.474Slukemdefpseudo pty:		tty
14411.298Sthorpejdefpseudo rnd
14421.610Sraggedefpseudo ksyms
14431.642Scdidefpseudo nullcons
14441.807Saddefpseudo lockstat
14451.839Sbouyerdefpseudo bio:		sysmon_envsys
14461.298Sthorpej
14471.474Slukemdefpseudo loop:		ifnet
14481.474Slukemdefpseudo sl:		ifnet
14491.474Slukemdefpseudo ppp:		ifnet, bpf_filter
14501.474Slukemdefpseudo pppoe:	ifnet, ether, sppp
14511.474Slukemdefpseudo tun:		ifnet
14521.474Slukemdefpseudo vlan:		ifnet, ether
14531.474Slukemdefpseudo bridge:	ifnet, ether
14541.474Slukemdefpseudo bpfilter:	ifnet, bpf_filter
14551.474Slukemdefpseudo strip:	ifnet
14561.474Slukemdefpseudo gre:		ifnet
14571.474Slukemdefpseudo gif:		ifnet
14581.474Slukemdefpseudo faith:	ifnet
14591.1161Schristosdefpseudo mpls:		ifnet
14601.826Smousedefpseudo srt:		ifnet
14611.474Slukemdefpseudo stf:		ifnet
14621.969Spookadefpseudodev tap:	ifnet, ether, arp
14631.969Spookadefpseudo carp:		ifnet, ether, arp
14641.969Spookadefpseudodev etherip:	ifnet, ether, arp
14651.1170Sknakahardefpseudodev l2tp:	ifnet, ether, arp
14661.1172Sbouyerdefpseudo canloop:	ifnet
14671.1191Sknakahardefpseudo ipsecif:	ifnet		# avoid to confuse ipsec itself option
14681.60Scgd
14691.298Sthorpejdefpseudo sequencer
14701.462Smanudefpseudo clockctl
14711.228Saugustss
14721.912Stls#
14731.912Stls# Accept filters.  XXX should use another registration/initialization method.
14741.912Stls#
14751.912Stlsdefpseudo accf_data
14761.912Stlsdefpseudo accf_http
14771.912Stls
14781.415Smartin# ISDN userland pseudo devices
14791.473Slukem#
14801.502Smartindefpseudo isdntrc:	isdndev, tty
14811.502Smartindefpseudo isdnbchan:	isdndev, tty
14821.502Smartindefpseudo isdntel:	isdndev, tty
14831.502Smartindefpseudo isdnctl:	isdndev, tty
14841.502Smartindefpseudo isdn:		isdndev, tty
14851.502Smartin
14861.502Smartin# ISDN network interfaces
14871.502Smartindefpseudo irip:		isdndev, ifnet
14881.607Sdrochnerdefflag opt_irip.h	IRIP_VJ
14891.502Smartindefpseudo ippp:		isdndev, sppp, ifnet
14901.539Sthorpej
14911.539Sthorpej# KTTCP network throughput testing pseudo-device
14921.539Sthorpejdefpseudo kttcp
14931.539Sthorpejfile	dev/kttcp.c			kttcp		needs-flag
14941.576Sblymn
14951.790Selad# Veriexec
14961.717Sblymndefpseudo veriexec
14971.1128Smaxvfile	kern/kern_veriexec.c	veriexec
14981.1152Smaxvfile	dev/veriexec.c		veriexec	needs-flag
14991.415Smartin
15001.681Sdrochner# driver attach / detach user interface
15011.681Sdrochnerdefpseudo drvctl
15021.906Sjmcneillfile	kern/kern_drvctl.c		drvctl		needs-flag
15031.681Sdrochner
15041.857Sad# cpu control
15051.857Saddefpseudo cpuctl
15061.1037Sdrochnerdefflag				CPU_UCODE: firmload
15071.857Sad
15081.870Spooka# pass-to-userspace transporter
15091.870Spookadefpseudo putter
15101.873Spookafile	dev/putter/putter.c		putter
15111.870Spooka
15121.875Spooka# userspace block/char device drivers
15131.875Spookadefpseudo pud
15141.875Spookafile	dev/pud/pud.c			pud
15151.875Spookafile	dev/pud/pud_dev.c		pud
15161.875Spooka
15171.931Shaad# device-mapper driver for LVM
15181.931Shaadinclude "dev/dm/files.dm"
15191.931Shaad
15201.1180Sjmcneill# LED framework
15211.1180Sjmcneillfile	dev/led.c			leds
15221.1180Sjmcneill
15231.516Sthorpej#
15241.516Sthorpej# File systems
15251.516Sthorpej#
15261.696Sjdolecekinclude "coda/files.coda"
15271.583Sjdolecekinclude "fs/adosfs/files.adosfs"
15281.696Sjdolecekinclude "fs/cd9660/files.cd9660"
15291.848Srumbleinclude "fs/efs/files.efs"
15301.584Sjdolecekinclude "fs/filecorefs/files.filecorefs"
15311.833Sdilloinclude "fs/hfs/files.hfs"
15321.696Sjdolecekinclude "fs/msdosfs/files.msdosfs"
15331.950Sreinoudinclude "fs/nilfs/files.nilfs"
15341.696Sjdolecekinclude "fs/ntfs/files.ntfs"
15351.696Sjdolecekinclude "fs/ptyfs/files.ptyfs"
15361.815Spookainclude "fs/puffs/files.puffs"
15371.756Sreinoudinclude "fs/udf/files.udf"
15381.516Sthorpejinclude "fs/smbfs/files.smbfs"
15391.750Stsutsuiinclude "fs/sysvbfs/files.sysvbfs"
15401.730Sjmmvinclude "fs/tmpfs/files.tmpfs"
15411.696Sjdolecekinclude "fs/union/files.union"
15421.1018Suchinclude "fs/v7fs/files.v7fs"
15431.1190Schristosinclude "fs/autofs/files.autofs"
15441.516Sthorpejinclude "miscfs/fdesc/files.fdesc"
15451.516Sthorpejinclude "miscfs/kernfs/files.kernfs"
15461.516Sthorpejinclude "miscfs/nullfs/files.nullfs"
15471.516Sthorpejinclude "miscfs/overlay/files.overlay"
15481.516Sthorpejinclude "miscfs/procfs/files.procfs"
15491.516Sthorpejinclude "miscfs/umapfs/files.umapfs"
15501.516Sthorpejinclude "nfs/files.nfs"
15511.516Sthorpejinclude "ufs/files.ufs"
15521.1168Spgoyetteinclude "fs/nfs/files.newnfs"
15531.516Sthorpej
15541.516Sthorpej#
15551.1013Smrg# UVM (virtual memory)
15561.1012Smrg#
15571.1013Smrginclude "uvm/files.uvm"
15581.1012Smrg
15591.1012Smrg#
15601.811Selad# Security models
15611.811Selad#
15621.811Seladinclude "secmodel/files.secmodel"
15631.811Selad
15641.1120Suebayasiinclude "kern/files.kern"
15651.979Suebayasi
15661.1135Suebayasiinclude "dev/files.dev"
15671.1135Suebayasi
15681.1119Suebayasiinclude "net/files.net"
15691.493Sjdolecek
15701.493Sjdolecek# Game adapter (joystick)
15711.493Sjdolecekdevice	joy
15721.493Sjdolecekfile	dev/ic/joy.c			joy needs-flag
15731.582Shaya
15741.1029Ssjg# process monitor for make(1)
15751.1029Ssjg# normally built as module
15761.1029Ssjgdefpseudo filemon
15771.1029Ssjgfile	dev/filemon/filemon.c		filemon
15781.1029Ssjgfile	dev/filemon/filemon_wrapper.c	filemon
15791.1029Ssjg
15801.734Sjmcneill#
15811.734Sjmcneill# General Purpose Input/Output framework
15821.734Sjmcneill#
15831.769Srizdefine	onewire_bitbang
15841.734Sjmcneillinclude	"dev/gpio/files.gpio"
15851.769Sriz
15861.769Srizinclude "dev/onewire/files.onewire"
15871.872Sjmcneill
15881.872Sjmcneill#
15891.872Sjmcneill# Pseudo audio device
15901.872Sjmcneill#
15911.872Sjmcneillinclude "dev/pad/files.pad"
15921.877Sjoerg
15931.877Sjoerg#
15941.877Sjoerg# Intel 386 Real Mode emulator
15951.877Sjoerg#
15961.877Sjoerginclude "lib/libx86emu/files.x86emu"
15971.882Syamt
15981.882Syamt#
15991.882Syamt# "tprof" profiler.
16001.882Syamt#
16011.882Syamtinclude	"dev/tprof/files.tprof"
16021.944Sjmcneill
16031.944Sjmcneill#
16041.944Sjmcneill# alternate memory device
16051.944Sjmcneill#
16061.944Sjmcneillinclude "dev/altmem/files.altmem"
16071.1003Sahoka
16081.1003Sahoka#
16091.1003Sahoka# Flash subsystem
16101.1003Sahoka#
16111.1003Sahokainclude "dev/flash/files.flash"
16121.1003Sahoka
16131.1003Sahoka#
16141.1003Sahoka# NAND subsytem
16151.1003Sahoka#
16161.1003Sahokainclude "dev/nand/files.nand"
16171.1003Sahoka
16181.1019Sjmcneill#
16191.1020Scliff# NOR subsytem
16201.1020Scliff#
16211.1020Scliffinclude "dev/nor/files.nor"
16221.1031Sriz
16231.1031Sriz#
16241.1031Sriz# iscsi
16251.1031Sriz#
16261.1031Srizinclude "dev/iscsi/files.iscsi"
16271.1066Schristos
16281.1115Suebayasi#
16291.1115Suebayasi# athn
16301.1115Suebayasi#
16311.1115Suebayasiinclude "dev/ic/files.athn"
16321.1151Sjmcneill
16331.1151Sjmcneill#
16341.1151Sjmcneill# MI clk api
16351.1151Sjmcneill#
16361.1151Sjmcneillinclude "dev/clk/files.clk"
16371.1189Sskrll
16381.1189Sskrll#
16391.1189Sskrll# Flattened Device Tree (FDT) support
16401.1189Sskrll#
16411.1189Sskrllinclude "dev/ofw/files.ofw"
16421.1189Sskrllinclude "dev/fdt/files.fdt"
1643