files revision 1.1031
11.1031Sriz#	$NetBSD: files,v 1.1031 2011/11/15 16:50:43 riz Exp $
21.60Scgd#	@(#)files.newconf	7.5 (Berkeley) 5/10/93
31.60Scgd
41.989Spookaversion 	20100430
51.798Scube
61.565Sthorpej#
71.565Sthorpej# device classes
81.565Sthorpej#
91.565Sthorpejdevclass disk
101.565Sthorpejdevclass tape
111.565Sthorpejdevclass ifnet
121.565Sthorpejdevclass tty
131.876Sjmcneilldevclass audiodev
141.876Sjmcneilldevclass displaydev
151.876Sjmcneilldevclass bus
161.565Sthorpej
171.112Sthorpej# options understood by the machine-independent part of the kernel
181.112Sthorpej# (note, these are case-sensitive)
191.473Slukem#
201.474Slukemdefflag				INSECURE
211.474Slukemdefflag				KMEMSTATS
221.474Slukemdefflag				KTRACE
231.781Skardeldefflag				MBUFTRACE
241.799Smattdefflag				PTRACE
251.799Smattdefflag				COREDUMP
261.941Sapbdefflag				MODULAR
271.953Smbalmerdefflag				KEYLOCK
281.799Smatt
291.781Skardeldefparam			DEFCORENAME
301.781Skardeldefparam			HZ
311.474Slukemdefparam			MAXUPRC
321.474Slukemdefparam			RTC_OFFSET
331.494Sjdolecekdefflag	opt_pipe.h		PIPE_SOCKETPAIR PIPE_NODIRECT
341.573Sjunyoung
351.926Saddefflag				AIO
361.926Saddefflag				MQUEUE
371.926Sad
381.733Syamtdefflag				BUFQ_DISKSORT
391.733Syamtdefflag				BUFQ_FCFS
401.698Syamtdefflag				BUFQ_PRIOCSCAN
411.698Syamtdefflag				BUFQ_READPRIO
421.698Syamtdefflag				NEW_BUFQ_STRATEGY	# same as BUFQ_READPRIO
431.524Sthorpej
441.845Syamtdefflag	opt_sched.h		SCHED_4BSD
451.868Srminddefflag	opt_sched.h		SCHED_M2
461.845Syamt
471.616Senamidefparam			SOMAXKVA
481.524Sthorpejdefflag	opt_sock_counters.h	SOSEND_COUNTERS
491.547Sthorpejdefflag	opt_sosend_loan.h	SOSEND_NO_LOAN
501.840Sdyoungdefflag	opt_route.h		RTCACHE_DEBUG RTFLUSH_DEBUG
511.247Sthorpej
521.474Slukemdefflag				MULTIPROCESSOR
531.486Satatat
541.486Satatatdefflag	opt_config.h		INCLUDE_CONFIG_FILE INCLUDE_JUST_CONFIG
551.459Senami
561.597Satatatdefparam opt_dump.h		DUMP_ON_PANIC
571.597Satatat
581.474Slukemdefflag	opt_callout.h		CALLWHEEL_STATS
591.250Stron
601.891Smartindefflag				CPU_IN_CKSUM
611.891Smartin
621.976Sdarrandefflag opt_dtrace.h		KDTRACE_HOOKS
631.976Sdarran
641.592Schristosdefflag opt_posix.h		P1003_1B_SEMAPHORE
651.474Slukemdefflag	opt_sysv.h		SYSVMSG SYSVSEM	SYSVSHM
661.470Slukemdefparam opt_sysvparam.h	SHMMAXPGS SEMMNI SEMMNS SEMUME SEMMNU
671.181Sjonathan
681.474Slukemdefflag	opt_ntp.h		PPS_SYNC NTP
691.129Sthorpej
701.694Schristosdefflag	opt_ptm.h		NO_DEV_PTM COMPAT_BSDPTY
711.676Schristos
721.707Spetrovdefparam opt_kmempages.h	NKMEMPAGES NKMEMPAGES_MIN NKMEMPAGES_MAX
731.474Slukemdefflag	opt_malloclog.h		MALLOCLOG
741.470Slukemdefparam opt_malloclog.h	MALLOCLOGSIZE
751.474Slukemdefflag	opt_malloc_debug.h	MALLOC_DEBUG
761.474Slukemdefflag	opt_pool.h		POOL_DIAGNOSTIC
771.470Slukemdefparam opt_poollog.h		POOL_LOGSIZE
781.431Sfvdl
791.474Slukemdefflag	opt_revcache.h		NAMECACHE_ENTER_REVERSE
801.189Sscottr
811.1025Sjmcneilldefflag	opt_exec.h		DEBUG_EXEC
821.1025Sjmcneill
831.474Slukemdefflag	opt_execfmt.h		EXEC_AOUT EXEC_COFF EXEC_ECOFF EXEC_ELF32
841.1008Sjoerg				EXEC_ELF64 EXEC_SCRIPT
851.503Sjdolecek				EXEC_ELF_NOTELESS
861.199Sthorpej
871.686Sthorpejdefflag	opt_dkwedge.h		DKWEDGE_AUTODISCOVER
881.691Sthorpej				DKWEDGE_METHOD_BSDLABEL
891.688Sthorpej				DKWEDGE_METHOD_GPT
901.693Sthorpej				DKWEDGE_METHOD_MBR
911.686Sthorpej
921.791Seladdefflag	opt_veriexec.h		VERIFIED_EXEC_FP_SHA1
931.725Schristos				VERIFIED_EXEC_FP_SHA256
941.725Schristos				VERIFIED_EXEC_FP_SHA384
951.725Schristos				VERIFIED_EXEC_FP_SHA512
961.725Schristos				VERIFIED_EXEC_FP_MD5
971.725Schristos				VERIFIED_EXEC_FP_RMD160
981.725Schristos
991.794Sdsl# Per system call number counts and times
1001.794Sdsldefflag opt_syscall_stats.h	SYSCALL_STATS
1011.794Sdsldefflag opt_syscall_stats.h	SYSCALL_TIMES: SYSCALL_STATS 
1021.794Sdsl# Assume cpu_hascounter() returns true - to use disabled rdtsc() (for soekris)
1031.794Sdsldefflag 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.817Selad				PAX_SEGVGUARD
1081.879Schristos 				PAX_ASLR
1091.879Schristos 				PAX_ASLR_DELTA_MMAP_LSB
1101.879Schristos 				PAX_ASLR_DELTA_MMAP_LEN
1111.879Schristos 				PAX_ASLR_DELTA_STACK_LSB
1121.879Schristos 				PAX_ASLR_DELTA_STACK_LEN
1131.879Schristos 				PAX_ASLR_DELTA_PROG_LEN
1141.983Schristos				PAX_ASLR_DEBUG
1151.774Selad
1161.789Seladdefflag	opt_fileassoc.h		FILEASSOC
1171.789Selad
1181.803Sdyoungdefflag	opt_gre.h		GRE_DEBUG
1191.803Sdyoung
1201.911Ssimonb# Write Ahead Physical Block Logging
1211.911Ssimonbdefflag opt_wapbl.h		WAPBL WAPBL_DEBUG
1221.911Ssimonbdefparam opt_wapbl.h		WAPBL_DEBUG_PRINT
1231.911Ssimonb
1241.199Sthorpej# compatibility options
1251.473Slukem#
1261.924Swrstudendefflag	opt_sa.h		KERN_SA
1271.926Saddefflag opt_compat_netbsd.h	COMPAT_NETBSD
1281.936Schristosdefflag	opt_compat_netbsd.h	COMPAT_50: COMPAT_NETBSD
1291.936Schristosdefflag	opt_compat_netbsd.h	COMPAT_40: COMPAT_50, KERN_SA, COMPAT_NETBSD
1301.926Saddefflag	opt_compat_netbsd.h	COMPAT_30: COMPAT_40, COMPAT_NETBSD
1311.926Saddefflag	opt_compat_netbsd.h	COMPAT_20: COMPAT_30, COMPAT_NETBSD
1321.926Saddefflag	opt_compat_netbsd.h	COMPAT_16: COMPAT_20, COMPAT_NETBSD
1331.926Saddefflag	opt_compat_netbsd.h	COMPAT_15: COMPAT_16, COMPAT_NETBSD
1341.926Saddefflag	opt_compat_netbsd.h	COMPAT_14: COMPAT_15, COMPAT_NETBSD
1351.926Saddefflag	opt_compat_netbsd.h	COMPAT_13: COMPAT_14, COMPAT_NETBSD
1361.926Saddefflag	opt_compat_netbsd.h	COMPAT_12: COMPAT_13, COMPAT_NETBSD
1371.926Saddefflag	opt_compat_netbsd.h	COMPAT_11: COMPAT_12, COMPAT_NETBSD
1381.926Saddefflag	opt_compat_netbsd.h	COMPAT_10: COMPAT_11, COMPAT_NETBSD
1391.926Saddefflag	opt_compat_netbsd.h	COMPAT_09: COMPAT_10, COMPAT_NETBSD
1401.589Schristosdefflag				COMPAT_OSSAUDIO
1411.786Smartindefflag				COMPAT_FREEBSD: COMPAT_30
1421.474Slukemdefflag				COMPAT_IBCS2
1431.938Schristosdefflag				COMPAT_LINUX: COMPAT_16
1441.992Schsdefflag				COMPAT_LINUX32 : COMPAT_LINUX
1451.474Slukemdefflag				COMPAT_OSF1
1461.787Smartindefflag				COMPAT_SUNOS: COMPAT_30
1471.474Slukemdefflag	opt_compat_svr4.h	COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2
1481.937Shedefflag				COMPAT_ULTRIX: COMPAT_50
1491.474Slukemdefflag				COMPAT_NETBSD32
1501.852Shedefflag				COMPAT_AOUT_M68K: COMPAT_40
1511.474Slukemdefflag				COMPAT_M68K4K
1521.474Slukemdefflag				COMPAT_VAX1K
1531.474Slukemdefflag				COMPAT_43
1541.633Smattdefflag	opt_compat_netbsd.h	COMPAT_NOMID
1551.221Sjonathan
1561.473Slukem#
1571.570Sthorpej# Cryptography support.  Include this early, since several things
1581.570Sthorpej# use it.
1591.624Sjonathan
1601.624Sjonathan# Individual crypto transforms
1611.570Sthorpejinclude "crypto/arc4/files.arc4"
1621.570Sthorpejinclude "crypto/des/files.des"
1631.570Sthorpejinclude "crypto/blowfish/files.blowfish"
1641.570Sthorpejinclude "crypto/cast128/files.cast128"
1651.570Sthorpejinclude "crypto/rijndael/files.rijndael"
1661.644Stlsinclude "crypto/skipjack/files.skipjack"
1671.1011Sdrochnerinclude "crypto/camellia/files.camellia"
1681.570Sthorpej
1691.626Sthorpej# General-purpose crypto processing framework.
1701.626Sthorpejinclude "opencrypto/files.opencrypto"
1711.626Sthorpej
1721.570Sthorpej#
1731.1014Smrg# Kernel history/tracing. Old UVMHIST depends upon this.
1741.1014Smrg#
1751.1014Smrgdefflag opt_kernhist.h			KERNHIST KERNHIST_PRINT
1761.1014Smrgfile	kern/kern_history.c		kernhist
1771.1014Smrg
1781.1014Smrg#
1791.618Sthorpej# System monitoring framework
1801.618Sthorpej#
1811.618Sthorpejinclude "dev/sysmon/files.sysmon"
1821.618Sthorpej
1831.618Sthorpej#
1841.563Sthorpej# Networking protocols
1851.563Sthorpej#
1861.971Spooka
1871.971Spooka# Attribute used by various things that need BPF's virtual machine
1881.971Spooka#
1891.971Spookadefine	bpf_filter
1901.971Spookadefparam opt_bpf.h	BPF_BUFSIZE
1911.971Spooka
1921.743Sthorpejinclude "net80211/files.net80211"
1931.563Sthorpejinclude "netatalk/files.netatalk"
1941.782Sgdamoreinclude "netbt/files.netbt"
1951.565Sthorpejinclude "netinet/files.netinet"
1961.565Sthorpejinclude "netinet6/files.netinet6"
1971.632Sitojuninclude "netinet6/files.ipsec"
1981.632Sitojuninclude "netipsec/files.netipsec"
1991.566Sthorpejinclude "netiso/files.netiso"
2001.991Skefreninclude "netmpls/files.netmpls"
2011.567Sthorpejinclude "netnatm/files.netnatm"
2021.600Sjdolecekinclude "netsmb/files.netsmb"
2031.994Srmind
2041.994Srmindinclude "net/npf/files.npf"
2051.994Srmindinclude "netinet/files.ipfilter"
2061.677Sitojuninclude "net/files.pf"
2071.563Sthorpej
2081.795Smattobsolete defflag		CCITT		# obsolete
2091.795Smattobsolete defflag		HDLC		# obsolete
2101.795Smattobsolete defflag		LLC		# obsolete
2111.795Smattobsolete defflag opt_ns.h	NS NSIP		# obsolete
2121.795Smattobsolete defflag		IPX		# obsolete
2131.825Scubeobsolete defflag opt_iso.h	TPCONS
2141.939Sjymobsolete defparam opt_md.h	MEMORY_RBFLAGS	# superseded by
2151.939Sjym						# MEMORY_DISK_RBFLAGS
2161.939Sjym
2171.474Slukemdefflag				PFIL_HOOKS	# pfil(9)
2181.603Sperseantdefflag	opt_bridge_ipf.h	BRIDGE_IPF	# bridge(4) use inet_pfil_hooks
2191.474Slukemdefflag	opt_ppp.h		PPP_DEFLATE PPP_BSDCOMP PPP_FILTER
2201.474Slukem						# Include deflate or bsd
2211.474Slukem						# compression, enable pppd
2221.474Slukem						# packet filtering support
2231.793Spaveldefflag opt_pppoe.h		PPPOE_SERVER PPPOE_TERM_UNKNOWN_SESSIONS
2241.189Sscottr
2251.189Sscottr# networking options
2261.473Slukem#
2271.474Slukemdefflag				GATEWAY
2281.748Syamtdefparam opt_nmbclusters.h	NMBCLUSTERS
2291.474Slukemdefparam			SB_MAX
2301.171Smrg
2311.189Sscottr# file system options
2321.473Slukem#
2331.1004Sbouyerdefflag	opt_quota.h		QUOTA QUOTA2		# XXX files.ufs?
2341.685Sthorpejdefflag				VNODE_LOCKDEBUG
2351.759Schsdefflag				MAGICLINKS
2361.353Soster
2371.276Sscottr# buffer cache size options
2381.473Slukem#
2391.474Slukemdefparam opt_bufcache.h		BUFCACHE BUFPAGES
2401.276Sscottr
2411.449Sgmcgarry# userconf
2421.473Slukem#
2431.474Slukemdefflag				USERCONF
2441.449Sgmcgarry
2451.663Satatat# sysctl related
2461.663Satatat#
2471.663Satatatdefflag opt_sysctl.h		SYSCTL_DISALLOW_CREATE SYSCTL_DISALLOW_KWRITE
2481.663Satatat				SYSCTL_DEBUG_SETUP SYSCTL_DEBUG_CREATE
2491.665Satatat				SYSCTL_INCLUDE_DESCR
2501.663Satatat
2511.473Slukem#
2521.289Slukem# Not entirely MI, but present on multiple arch's
2531.473Slukem#
2541.289Slukem
2551.276Sscottr# PC-style MBR handling
2561.473Slukem#
2571.474Slukemdefflag	opt_mbr.h		COMPAT_386BSD_MBRPART
2581.209Sjonathan
2591.745Sthorpej#
2601.209Sjonathan# debugging options
2611.473Slukem#
2621.745Sthorpejinclude "ddb/files.ddb"		# in-kernel dynamic debugger
2631.745Sthorpej
2641.474Slukemdefflag	opt_kgdb.h		KGDB
2651.613Smartindefparam opt_kgdb.h		KGDB_DEV KGDB_DEVNAME KGDB_DEVPORT
2661.474Slukem				KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
2671.474Slukemdefflag				LOCKDEBUG
2681.474Slukemdefflag				SYSCALL_DEBUG
2691.540Syamtdefflag	opt_kstack.h		KSTACK_CHECK_MAGIC
2701.271Sjonathan
2711.271Sjonathan# memory (ram) disk options
2721.473Slukem#
2731.474Slukemdefflag	opt_md.h		MEMORY_DISK_HOOKS MEMORY_DISK_IS_ROOT
2741.474Slukem				MEMORY_DISK_DYNAMIC
2751.851Sdsldefparam opt_md.h		MEMORY_DISK_SERVER=1 MEMORY_DISK_ROOT_SIZE
2761.939Sjym				MEMORY_DISK_RBFLAGS
2771.159Sdrochner
2781.842Smanudefflag opt_tftproot.h		TFTPROOT TFTPROOT_DEBUG
2791.842Smanu
2801.543Sbriggs# Support for hardware performance monitoring counters
2811.543Sbriggs#
2821.543Sbriggsdefflag	opt_perfctrs.h		PERFCTRS
2831.636Sjdolecek
2841.936Schristosdefflag	opt_wlan.h		WLAN
2851.936Schristos
2861.819Swiz# Machine-independent device majors assignements
2871.640Sjdolecekinclude "conf/majors"
2881.543Sbriggs
2891.60Scgd# generic attributes
2901.473Slukem#
2911.519Saugustssdefine	audiobus	{ }
2921.474Slukemdefine	midibus		{ }
2931.232Saugustssdefine	midisyn
2941.915Sjmcneilldefine	videobus	{ }
2951.638Sbouyerdefine	ata	        {[channel = -1]}
2961.674Sthorpejdefine	sata
2971.947Sjakllschdefine	sata_fis
2981.558Sthorpejdefine	scsi_core
2991.558Sthorpejdefine	scsi		{[channel = -1]}: scsi_core
3001.638Sbouyerdefine	ata_hl		{[drive = -1]}
3011.637Sbouyerdefine	atapi		{ }
3021.489Sdrochnerdefine	radiodev	{ }
3031.614Sgmcgarrydefine	gpibdev		{[address = -1]}
3041.734Sjmcneilldefine	gpiobus		{ }
3051.769Srizdefine	onewirebus	{ }
3061.659Sbjh21define 	pckbport	{[slot = -1]}
3071.659Sbjh21define	pckbport_machdep_cnattach
3081.754Sthorpejdefine	firmload
3091.67Scgd
3101.67Scgd# audio device attributes
3111.473Slukem#
3121.63Sbrezakdefine	mulaw
3131.132Saugustssdefine	auconv
3141.500Skentdefine	aurateconv
3151.629Sthorpej
3161.228Saugustss# audio and midi devices, attaches to audio hardware driver
3171.473Slukem#
3181.876Sjmcneilldevice	audio: audiodev
3191.519Saugustssattach	audio at audiobus
3201.228Saugustssdevice	midi
3211.228Saugustssattach	midi at midibus
3221.363Sthorpej
3231.650Sbjh21# console bell via audio device
3241.650Sbjh21#
3251.650Sbjh21define	audiobell
3261.650Sbjh21
3271.915Sjmcneill# video devices, attaches to video hardware driver
3281.915Sjmcneill#
3291.915Sjmcneilldevice	video
3301.915Sjmcneillattach	video at videobus
3311.915Sjmcneill
3321.1024Sjmcneill# DTV subsystem
3331.1024Sjmcneill#
3341.1024Sjmcneillinclude "dev/dtv/files.dtv"
3351.1024Sjmcneill
3361.922Spgoyette# National Semiconductor LM7[89]
3371.922Spgoyette#
3381.922Spgoyette# (included here so files.i2c can define an attachment)
3391.922Spgoyette
3401.922Spgoyettedevice	lm: sysmon_envsys
3411.922Spgoyettefile	dev/ic/nslm7x.c			lm			needs-flag
3421.922Spgoyette
3431.984Spgoyette# JEDEC standard SPD EPROM
3441.984Spgoyette#
3451.984Spgoyette# (included here so files.i2c can define an attachment)
3461.984Spgoyette
3471.984Spgoyettedevice	spdmem
3481.984Spgoyettefile	dev/ic/spdmem.c			spdmem
3491.984Spgoyette
3501.635Sthorpej# I2C device support
3511.635Sthorpejinclude "dev/i2c/files.i2c"
3521.635Sthorpej
3531.813Sgdamore# SPI device support
3541.813Sgdamoreinclude "dev/spi/files.spi"
3551.813Sgdamore
3561.559Sthorpej# IR device support
3571.559Sthorpejinclude	"dev/ir/files.ir"
3581.559Sthorpej
3591.651Sjdolecek# Parallel Port Bus support
3601.651Sjdolecekinclude "dev/ppbus/files.ppbus"
3611.651Sjdolecek
3621.363Sthorpej# raster operations attributes
3631.473Slukem#
3641.426Slukemdefine	rasops1
3651.426Slukemdefine	rasops2
3661.426Slukemdefine	rasops4
3671.426Slukemdefine	rasops8
3681.426Slukemdefine	rasops15
3691.426Slukemdefine	rasops16
3701.426Slukemdefine	rasops24
3711.426Slukemdefine	rasops32
3721.829Soberdefine	rasops_rotation
3731.60Scgd
3741.997Sjmcneill# image decoding support
3751.997Sjmcneillinclude "dev/stbi/files.stbi"
3761.997Sjmcneill
3771.760Sjmcneill# splash screen support
3781.760Sjmcneillinclude "dev/splash/files.splash"
3791.760Sjmcneill
3801.768Sgdamore# videomode support
3811.768Sgdamoreinclude "dev/videomode/files.videomode"
3821.768Sgdamore
3831.67Scgd# net device attributes - we have generic code for arc(net), ether(net),
3841.457Sbjh21# fddi, token ring, atm and eco(net).
3851.473Slukem#
3861.874Scubedefine	arcnet
3871.88Schuckdefine	atm
3881.457Sbjh21define	eco
3891.60Scgddefine	ether
3901.67Scgddefine	fddi
3911.185Skmldefine	hippi
3921.399Sonoedefine	ieee1394
3931.282Sbaddefine	token
3941.284Sexplorerdefine	sppp
3951.1015Sdrochnerdefine	wlan: rijndael
3961.294Sitojundefine	crypto
3971.100Sws
3981.119Sis# devices ARPing IPv4 pull this in:
3991.473Slukem#
4001.119Sisdefine	arp
4011.119Sis
4021.515Sthorpej#
4031.515Sthorpej# ALTQ network traffic shaping subsystem
4041.515Sthorpej#
4051.515Sthorpejinclude "altq/files.altq"
4061.515Sthorpej
4071.473Slukem#
4081.560Sthorpej# IPKDB kernel debugger
4091.473Slukem#
4101.560Sthorpejinclude "ipkdb/files.ipkdb"
4111.102Sws
4121.404Sad# Logical disk
4131.473Slukem#
4141.404Saddevice	ld: disk
4151.426Slukemfile	dev/ld.c			ld			needs-flag
4161.513Sthorpej
4171.513Sthorpej#
4181.513Sthorpej# MII/PHY support for network devices
4191.513Sthorpej#
4201.513Sthorpejinclude "dev/mii/files.mii"
4211.375Sthorpej
4221.473Slukem#
4231.512Sthorpej# RAIDframe
4241.512Sthorpej#
4251.512Sthorpejinclude "dev/raidframe/files.raidframe"
4261.639Sgrog
4271.639Sgrog#
4281.542Sthorpej# Hardware-assisted data mover API
4291.542Sthorpej#
4301.542Sthorpejinclude "dev/dmover/files.dmover"
4311.512Sthorpej
4321.512Sthorpej#
4331.83Sthorpej# "Chipset" drivers.  These are the bus-independent routines which
4341.83Sthorpej# contain the cfdrivers.  Attachments are provided by files.<bus>
4351.473Slukem#
4361.145Schristos
4371.145Schristos# Adaptec AIC-6[32]60 ICs
4381.473Slukem#
4391.173Sthorpejdevice	aic: scsi
4401.145Schristosfile	dev/ic/aic6360.c		aic
4411.346Sthorpej
4421.346Sthorpej# SMC 93Cx6 Serial EEPROM devices
4431.473Slukem#
4441.346Sthorpejdefine	smc93cx6
4451.346Sthorpejfile	dev/ic/smc93cx6.c		smc93cx6
4461.83Sthorpej
4471.86Smycroft# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
4481.473Slukem#
4491.474Slukemdefparam opt_ahc.h		AHC_DEBUG
4501.474Slukemdefflag	opt_ahc.h		AHC_NO_TAGS
4511.173Sthorpejdevice	ahc: scsi
4521.345Sthorpejdefine	ahc_seeprom
4531.354Sfvdldefine	ahc_aic77xx
4541.142Senamifile	dev/ic/aic7xxx.c		ahc
4551.609Sfvdlfile	dev/ic/aic7xxx_osm.c		ahc
4561.345Sthorpejfile	dev/ic/aic7xxx_seeprom.c	ahc_seeprom
4571.354Sfvdlfile	dev/ic/aic77xx.c		ahc_aic77xx
4581.609Sfvdl
4591.609Sfvdl# Adaptec aic79xx SCSI controllers
4601.609Sfvdldefflag	opt_ahd.h		AHD_DEBUG
4611.609Sfvdldevice	ahd: scsi
4621.609Sfvdlfile	dev/ic/aic79xx.c		ahd
4631.609Sfvdlfile	dev/ic/aic79xx_osm.c		ahd
4641.318Sad
4651.318Sad# DPT EATA SCSI controllers
4661.473Slukem#
4671.318Saddevice	dpt: scsi
4681.318Sadfile	dev/ic/dpt.c			dpt
4691.355Sad
4701.355Sad# Compaq Smart ARRAY controllers
4711.473Slukem#
4721.355Saddevice	cac {unit = -1}
4731.355Sadfile	dev/ic/cac.c			cac
4741.355Sad
4751.404Sadattach	ld at cac with ld_cac
4761.404Sadfile	dev/ic/ld_cac.c			ld_cac
4771.419Sad
4781.764She# HP/Compaq Command Interface for SCSI-3 Support
4791.764She#
4801.764Shedevice ciss: scsi
4811.764Shefile	dev/ic/ciss.c			ciss
4821.764She
4831.419Sad# Mylex DAC960 RAID controllers
4841.473Slukem#
4851.419Saddevice	mlx {unit = -1}
4861.419Sadfile	dev/ic/mlx.c			mlx			needs-flag
4871.419Sad
4881.419Sadattach	ld at mlx with ld_mlx
4891.419Sadfile	dev/ic/ld_mlx.c			ld_mlx
4901.521Sad
4911.521Sad# ICP-Vortex/Intel RAID controllers
4921.521Sad#
4931.521Saddevice	icp {unit = -1}
4941.521Sadfile	dev/ic/icp.c			icp			needs-flag
4951.611Sthorpejfile	dev/ic/icp_ioctl.c		icp
4961.521Sad
4971.521Sadattach	ld at icp with ld_icp
4981.521Sadfile	dev/ic/ld_icp.c			ld_icp
4991.521Sad
5001.521Saddevice	icpsp: scsi
5011.521Sadfile	dev/ic/icpsp.c			icpsp
5021.521Sadattach	icpsp at icp
5031.523Sad
5041.523Sad# Adaptec FSA RAID controllers
5051.523Sad#
5061.523Saddevice	aac {unit = -1}
5071.523Sadfile	dev/ic/aac.c			aac
5081.523Sad
5091.523Sadattach	ld at aac with ld_aac
5101.523Sadfile	dev/ic/ld_aac.c			ld_aac
5111.238Sdante
5121.238Sdante# AdvanSys 1200A, 1200B and ULTRA SCSI controllers
5131.473Slukem#
5141.238Sdantedevice	adv: scsi
5151.238Sdantefile	dev/ic/adv.c			adv
5161.428Sthorpejfile	dev/ic/advlib.c			adv
5171.428Sthorpejfile	dev/ic/advmcode.c		adv
5181.248Sdante
5191.248Sdante# AdvanSys ULTRA WIDE SCSI controllers
5201.473Slukem#
5211.248Sdantedevice	adw: scsi
5221.248Sdantefile	dev/ic/adw.c			adw
5231.194Sjonathan
5241.130Sjonathan# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
5251.130Sjonathan# (Must be declared before AHA to ensure bha probes before aha.
5261.130Sjonathan#  Probing AHA first configures bhas as aha, via their AHA
5271.130Sjonathan#  hardware-compatibility mode.)
5281.473Slukem#
5291.173Sthorpejdevice	bha: scsi
5301.142Senamifile	dev/ic/bha.c			bha
5311.130Sjonathan
5321.113Smycroft# Adaptec AHA-154x and AHA-164x controllers
5331.130Sjonathan# (must be after bha, see above)
5341.473Slukem#
5351.173Sthorpejdevice	aha: scsi
5361.142Senamifile	dev/ic/aha.c			aha
5371.445Stsutsui
5381.445Stsutsui# Initio INIC-940/950 SCSI controllers
5391.473Slukem#
5401.445Stsutsuidevice	iha: scsi
5411.445Stsutsuifile	dev/ic/iha.c			iha
5421.118Scgd
5431.118Scgd# Qlogic ISP 10x0 SCSI Controllers
5441.473Slukem#
5451.474Slukemdefflag	opt_isp.h		ISP_DISABLE_1020_SUPPORT
5461.474Slukem				ISP_DISABLE_1080_SUPPORT
5471.474Slukem				ISP_DISABLE_2100_SUPPORT
5481.474Slukem				ISP_DISABLE_2200_SUPPORT
5491.846Smjacob				ISP_DISABLE_2300_SUPPORT
5501.894Smjacob				ISP_DISABLE_2322_SUPPORT
5511.846Smjacob				ISP_DISABLE_2400_SUPPORT
5521.846Smjacob				ISP_DISABLE_FW
5531.846Smjacob				ISP_TARGET_MODE
5541.474Slukemdefparam opt_isp.h		ISP_LOGDEFAULT
5551.894Smjacob				ISP_VPORTS
5561.173Sthorpejdevice	isp: scsi
5571.142Senamifile	dev/ic/isp.c			isp
5581.846Smjacobfile	dev/ic/isp_library.c		isp
5591.223Smjacobfile	dev/ic/isp_netbsd.c		isp
5601.711Sdrochnerfile	dev/ic/isp_target.c		isp & isp_target_mode
5611.821Sbouyer# LSILogic MegaRAID SAS
5621.821Sbouyer#
5631.821Sbouyerdevice	mfi: scsi
5641.821Sbouyerfile	dev/ic/mfi.c			mfi
5651.821Sbouyer
5661.528Smatt# LSILogic Fusion-MPT I/O Processor SCSI/FC Controllers
5671.528Smatt#
5681.608Sthorpejdevice	mpt: scsi
5691.608Sthorpejfile	dev/ic/mpt.c			mpt
5701.608Sthorpejfile	dev/ic/mpt_debug.c		mpt
5711.608Sthorpejfile	dev/ic/mpt_netbsd.c		mpt
5721.605Stsutsui
5731.682Sitohy# Workbit NinjaSCSI-32 controllers
5741.682Sitohydevice	njs: scsi
5751.682Sitohyfile	dev/ic/ninjascsi32.c		njs
5761.682Sitohy
5771.605Stsutsui# Symbios/NCR 53c700 SCSI controllers
5781.605Stsutsuidevice	oosiop: scsi
5791.605Stsutsuifile	dev/ic/oosiop.c			oosiop
5801.436Stsutsui
5811.436Stsutsui# Symbios/NCR 53c710 SCSI controllers
5821.473Slukem#
5831.436Stsutsuidevice	osiop: scsi
5841.436Stsutsuifile	dev/ic/osiop.c			osiop
5851.364Sbouyer
5861.368Sbouyer# common stuff for siop and esiop
5871.473Slukem#
5881.426Slukemdefine	siop_common
5891.426Slukemfile	dev/ic/siop_common.c		siop_common
5901.368Sbouyer
5911.364Sbouyer# Symbios/NCR 53c720/53c8xx SCSI controllers
5921.473Slukem#
5931.426Slukemdevice	siop: scsi,siop_common
5941.898Sskrllfile	dev/ic/siop.c			siop & (siop_pci | siop_gedoens)
5951.517Sbouyerdefflag	opt_siop.h			SIOP_SYMLED
5961.518Sbouyer
5971.518Sbouyerdevice	esiop: scsi,siop_common
5981.518Sbouyerfile	dev/ic/esiop.c			esiop
5991.94Smycroft
6001.94Smycroft# UltraStor SCSI controllers
6011.473Slukem#
6021.173Sthorpejdevice	uha: scsi
6031.142Senamifile	dev/ic/uha.c			uha
6041.409Sonoe
6051.878Sgarbled# 3Com common probe code
6061.878Sgarbleddefine  elink
6071.878Sgarbledfile    dev/isa/elink.c                 elink
6081.878Sgarbled
6091.409Sonoe# Aironet PC4500/PC4800
6101.473Slukem#
6111.653Stsarnadevice	an: arp, wlan, ifnet
6121.409Sonoefile	dev/ic/an.c			an
6131.86Smycroft
6141.376Sonoe# AMD 79c930-based 802.11 cards
6151.473Slukem#
6161.376Sonoedevice	awi: arp, wlan, ifnet
6171.376Sonoefile	dev/ic/awi.c			awi
6181.376Sonoefile	dev/ic/am79c930.c		awi
6191.438Sichiro
6201.438Sichiro# Lucent & Intersil WaveLan IEEE (802.11)
6211.473Slukem#
6221.656Sjunyoungdevice	wi: arp, wlan, ifnet
6231.438Sichirofile	dev/ic/wi.c			wi
6241.617Sdyoung
6251.930Salc# Atheros HAL
6261.930Salc#
6271.930Salcinclude "external/isc/atheros_hal/conf/files.ath_hal"
6281.930Salc
6291.641Sdyoung# Atheros 5210/5211/5212 multi-mode 802.11
6301.641Sdyoung#
6311.656Sjunyoungdevice	ath: arp, wlan, ifnet
6321.641Sdyoungfile	dev/ic/ath.c					ath
6331.719Sdyoungfile	dev/ic/ath_netbsd.c				ath
6341.738Sdyoungfile	dev/ic/athrate-sample.c				ath
6351.641Sdyoung
6361.617Sdyoung# ADMtek ADM8211 802.11
6371.617Sdyoung#
6381.656Sjunyoungdevice	atw: arp, wlan, ifnet, smc93cx6
6391.617Sdyoungfile	dev/ic/atw.c			atw
6401.376Sonoe
6411.687Sdyoung# Realtek RTL8180 802.11
6421.687Sdyoung#
6431.687Sdyoungdevice rtw: arp, wlan, ifnet, smc93cx6
6441.687Sdyoungfile	dev/ic/rtw.c			rtw
6451.687Sdyoungfile	dev/ic/rtwphy.c			rtw
6461.687Sdyoungfile	dev/ic/rtwphyio.c		rtw
6471.687Sdyoung
6481.780Srpaulo# Ralink RT2500/RT2600 802.11
6491.779Smartindevice	ral: arp, ether, ifnet, wlan, firmload
6501.778Sdogcowfile	dev/ic/rt2560.c			ral
6511.778Sdogcowfile	dev/ic/rt2661.c			ral
6521.722Sdrochner
6531.83Sthorpej# 3Com Etherlink-III Ethernet controller
6541.473Slukem#
6551.333Sthorpejdevice	ep: arp, ether, ifnet, mii, mii_bitbang
6561.142Senamifile	dev/ic/elink3.c			ep
6571.253Sfvdl
6581.253Sfvdl# 3Com EtherLink XL Controller
6591.473Slukem#
6601.331Sthorpejdevice	ex: arp, ether, ifnet, mii, mii_bitbang
6611.253Sfvdlfile	dev/ic/elinkxl.c		ex
6621.131Smatt
6631.131Smatt# DEC EtherWORKS III (LEMAC) Ethernet controllers
6641.473Slukem#
6651.173Sthorpejdevice	lc: arp, ether, ifnet
6661.142Senamifile	dev/ic/lemac.c			lc
6671.84Smycroft
6681.84Smycroft# LANCE and PCnet Ethernet controllers
6691.473Slukem#
6701.173Sthorpejdevice	le: arp, ether, ifnet
6711.426Slukemdefine	le24
6721.426Slukemdefine	le32
6731.227Sexplorerfile	dev/ic/am7990.c			le24
6741.225Sdrochnerfile	dev/ic/am79900.c		le32
6751.225Sdrochnerfile	dev/ic/lance.c			le24 | le32
6761.383Sthorpej
6771.383Sthorpej# DEC DEPCA-family of LANCE Ethernet controllers
6781.473Slukem#
6791.383Sthorpejdevice	depca { }: le24
6801.383Sthorpejfile	dev/ic/depca.c			depca
6811.383Sthorpejattach	le at depca with le_depca
6821.122Sscottr
6831.290Smrg# Sun HME Ethernet controllers
6841.473Slukem#
6851.293Spkdevice	hme: arp, ether, ifnet, mii
6861.293Spkfile	dev/ic/hme.c			hme
6871.461Seeh
6881.461Seeh# Sun GEM Ethernet controllers
6891.473Slukem#
6901.461Seehdevice	gem: arp, ether, ifnet, mii
6911.461Seehfile	dev/ic/gem.c			gem
6921.290Smrg
6931.122Sscottr# 8390-family Ethernet controllers
6941.473Slukem#
6951.569Sthorpejdefflag	opt_ipkdb.h		IPKDB_DP8390
6961.122Sscottrdefine	dp8390nic
6971.569Sthorpejfile	dev/ic/dp8390.c			dp8390nic | ipkdb_dp8390
6981.485Sbjh21
6991.485Sbjh21# National Semiconductor DP83905 AT/LANTIC Ethernet media support
7001.485Sbjh21#
7011.485Sbjh21define	dp83905
7021.485Sbjh21file	dev/ic/dp83905.c		dp83905
7031.484Sbjh21
7041.484Sbjh21# Macronix MX98905 Ethernet controller
7051.484Sbjh21# (use as an attribute for an "ne" bus attachment)
7061.484Sbjh21#
7071.484Sbjh21define	mx98905
7081.484Sbjh21file	dev/ic/mx98905.c		mx98905
7091.77Scgd
7101.282Sbad# TROPIC Token-Ring controller
7111.473Slukem#
7121.282Sbaddevice	tr: arp, token, ifnet
7131.282Sbadfile	dev/ic/tropic.c			tr
7141.282Sbad
7151.91Scgd# NCR 5380 SCSI Bus Controller
7161.473Slukem#
7171.91Scgddefine	ncr5380sbc
7181.142Senamifile	dev/ic/ncr5380sbc.c		ncr5380sbc
7191.356Spkdevice	nca: scsi, ncr5380sbc
7201.91Scgd
7211.434Sfredette# Sun sc PAL SCSI Bus Controller
7221.473Slukem#
7231.434Sfredettedefine	sunscpal
7241.434Sfredettefile	dev/ic/sunscpal.c		sunscpal
7251.434Sfredettedevice	ssc: scsi, sunscpal
7261.434Sfredette
7271.91Scgd# DEC FDDI Chipset
7281.473Slukem#
7291.91Scgddefine	pdq
7301.142Senamifile	dev/ic/pdq.c			pdq
7311.142Senamifile	dev/ic/pdq_ifsubr.c		pdq
7321.98Schristos
7331.474Slukem# Cyclades Cyclom-8/16/32
7341.473Slukem#
7351.173Sthorpejdevice	cy: tty
7361.142Senamifile	dev/ic/cy.c			cy			needs-flag
7371.103Sthorpej
7381.103Sthorpej# Efficient Networks, Inc. ATM interface
7391.473Slukem#
7401.173Sthorpejdevice	en: atm, ifnet
7411.142Senamifile	dev/ic/midway.c			en
7421.117Sthorpej
7431.117Sthorpej# NCR 53x9x or Emulex ESP SCSI Controller
7441.473Slukem#
7451.117Sthorpejdefine	ncr53c9x
7461.359Smycroftdevice	esp: scsi, ncr53c9x
7471.142Senamifile	dev/ic/ncr53c9x.c		ncr53c9x
7481.227Sexplorer
7491.679Smycroft# Fujitsu MB87030/MB89352 SCSI Protocol Controller
7501.679Smycroftdevice	spc: scsi
7511.679Smycroftfile	dev/ic/mb89352.c		spc
7521.679Smycroft
7531.796Sbjh21# Western Digital WD33C93/WD33C93A SCSI Bus Interface Controller
7541.796Sbjh21define	wd33c93
7551.796Sbjh21file	dev/ic/wd33c93.c		wd33c93
7561.796Sbjh21
7571.590Ssoren# Hitachi HD44780 LCD panel controller
7581.590Ssorendefine	hd44780
7591.590Ssorenfile	dev/ic/hd44780_subr.c		hd44780
7601.590Ssorenfile	dev/ic/lcdkp_subr.c		hd44780
7611.590Ssoren
7621.710Sjoff# Matrix keypad
7631.710Sjoffdefine	matrixkp
7641.710Sjofffile	dev/ic/matrixkp_subr.c		matrixkp
7651.710Sjoff
7661.227Sexplorer# Hitachi HD64570 serial controller
7671.473Slukem#
7681.359Smycroftdefine	hd64570
7691.227Sexplorerfile	dev/ic/hd64570.c		hd64570
7701.339Schopps
7711.339Schopps# Riscom/N2 ISA/PCI Sync Serial Controller
7721.473Slukem#
7731.339Schoppsdevice	ntwoc: ifnet, hd64570
7741.128Spk
7751.128Spk# Intel 82586 Ethernet Controller
7761.473Slukem#
7771.128Spkdefine	i82586
7781.142Senamifile	dev/ic/i82586.c			i82586
7791.291Sthorpej
7801.658Sjkunz# Intel 82596 Ethernet Controller
7811.658Sjkunz#
7821.658Sjkunzdefine	i82596
7831.658Sjkunzfile	dev/ic/i82596.c			i82596
7841.658Sjkunz
7851.291Sthorpej# Intel 82557/82558/82559 Ethernet Controller
7861.473Slukem#
7871.291Sthorpejdevice	fxp: ether, ifnet, arp, mii
7881.291Sthorpejfile	dev/ic/i82557.c			fxp
7891.389Sbjh21
7901.389Sbjh21# SEEQ 8005 Advanced Ethernet Data Link Controller
7911.473Slukem#
7921.389Sbjh21define	seeq8005
7931.389Sbjh21file	dev/ic/seeq8005.c		seeq8005
7941.137Sthorpej
7951.137Sthorpej# SMC 91Cxx Ethernet Controller
7961.473Slukem#
7971.379Sbriggsdevice	sm: arp, ether, ifnet, mii, mii_bitbang
7981.142Senamifile	dev/ic/smc91cxx.c		sm
7991.188Sthorpej
8001.188Sthorpej# SMC 83C170 EPIC/100 Fast Ethernet Controller
8011.473Slukem#
8021.230Sthorpejdevice	epic: arp, ether, ifnet, mii
8031.188Sthorpejfile	dev/ic/smc83c170.c		epic
8041.309Sragge
8051.309Sragge# DEC SGEC Second Generation Ethernet Controller
8061.473Slukem#
8071.309Sraggedefine	sgec
8081.309Sraggefile	dev/ic/sgec.c			sgec
8091.177Senami
8101.715Sjdolecek# MB86950 Ethernet Controller
8111.715Sjdolecek#
8121.715Sjdolecekdefine	mb86950
8131.715Sjdolecekfile	dev/ic/mb86950.c		mb86950
8141.715Sjdolecek
8151.177Senami# MB8696x Ethernet Controller
8161.473Slukem#
8171.177Senamidefine	mb86960
8181.177Senamifile	dev/ic/mb86960.c		mb86960
8191.177Senami
8201.177Senami# Generic MB8696x Ethernet Controller driver
8211.473Slukem#
8221.177Senamidevice	mbe: arp, ether, ifnet, mb86960
8231.146Saugustss
8241.146Saugustss# Interwave Am78C201 audio driver
8251.473Slukem#
8261.146Saugustssdefine	interwave
8271.146Saugustssfile	dev/ic/interwave.c		interwave
8281.154Sis
8291.154Sis# TMS 320av110 MPEG2/audio driver
8301.473Slukem#
8311.154Sisdefine	tms320av110
8321.154Sisfile	dev/ic/tms320av110.c		tms320av110
8331.152Sthorpej
8341.152Sthorpej# Novell NE2000-compatible Ethernet cards, based on the
8351.152Sthorpej# National Semiconductor DS8390.
8361.473Slukem#
8371.474Slukemdefflag	opt_ipkdb.h		IPKDB_NE			: IPKDB_DP8390
8381.423Sthorpejdevice	ne: ether, ifnet, arp, dp8390nic, mii
8391.569Sthorpejfile	dev/ic/ne2000.c			ne | ipkdb_ne
8401.153Sthorpej
8411.153Sthorpej# 8250/16[45]50-based "com" ports
8421.668Sthorpej#
8431.749Schsdefflag	opt_com.h		COM_DEBUG
8441.153Sthorpej# XXX In a perfect world, this would be done with attributes
8451.788Sgdamoredefflag	opt_com.h		COM_16650 COM_HAYESP COM_PXA2X0 COM_AU1X00
8461.788Sgdamore				COM_REGMAP
8471.1016Smattdefparam opt_com.h		COM_TOLERANCE
8481.392Seehdevice	com { } : tty
8491.426Slukemfile	dev/ic/com.c			com			needs-flag
8501.336Sthorpej
8511.336Sthorpej# PC-like keyboard controller
8521.473Slukem#
8531.659Sbjh21device	pckbc: pckbport
8541.660Sbjh21file	dev/ic/pckbc.c			pckbc			needs-flag
8551.274Sscw
8561.714Scubedevice	attimer
8571.714Scubefile	dev/ic/attimer.c		attimer			needs-flag
8581.714Scube
8591.274Sscw# Cirrus Logic CD240[01] 4-port Multi-Protocol Communications Controller
8601.473Slukem#
8611.274Sscwdevice	clmpcc: tty
8621.426Slukemfile	dev/ic/clmpcc.c			clmpcc			needs-flag
8631.385Sbjh21
8641.843Sxtraeme# Abit uGuru
8651.843Sxtraeme#
8661.843Sxtraemedevice	ug: sysmon_envsys
8671.843Sxtraemefile	dev/ic/ug.c			ug			needs-flag
8681.843Sxtraeme
8691.185Skml# Essential Communications Corp. HIPPI Interface
8701.473Slukem#
8711.426Slukemdevice	esh: hippi, ifnet
8721.426Slukemfile	dev/ic/rrunner.c		esh			needs-flag
8731.242Sis
8741.242Sis# SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver
8751.473Slukem#
8761.874Scubedevice	bah: ifnet, arcnet, arp
8771.426Slukemfile	dev/ic/smc90cx6.c		bah
8781.234Saugustss
8791.234Saugustss# OPL2/OPL3 FM synth driver
8801.473Slukem#
8811.235Saugustssdevice	opl: midibus, midisyn
8821.234Saugustssfile	dev/ic/opl.c			opl
8831.234Saugustssfile	dev/ic/oplinstrs.c		opl
8841.305Saugustss
8851.305Saugustss# MPU401 MIDI UART compatibles
8861.473Slukem#
8871.305Saugustssdevice	mpu: midibus
8881.426Slukemfile	dev/ic/mpu.c			mpu			needs-flag
8891.236Spk
8901.236Spk# AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
8911.473Slukem#
8921.236Spkdefine	ad1848
8931.236Spkfile	dev/ic/ad1848.c			ad1848
8941.290Smrg
8951.290Smrg# AMD 7930 audio/ISDN codec
8961.473Slukem#
8971.366Saugustssdefine	am7930
8981.366Saugustssfile	dev/ic/am7930.c			am7930
8991.290Smrg
9001.290Smrg# SPARC `SUNW,audiocs'
9011.473Slukem#
9021.519Saugustssdevice	audiocs: audiobus, auconv, ad1848
9031.290Smrgfile	dev/ic/cs4231.c			audiocs
9041.326Saugustss
9051.326Saugustss# AC-97 CODECs
9061.473Slukem#
9071.326Saugustssdefine	ac97
9081.326Saugustssfile	dev/ic/ac97.c			ac97
9091.437Sminoura
9101.437Sminoura# Oki MSM6258 support code
9111.473Slukem#
9121.437Sminouradefine msm6258
9131.437Sminourafile	dev/ic/msm6258.c		msm6258
9141.240Spk
9151.240Spk# LSI64854 DMA controller back-end
9161.473Slukem#
9171.240Spkdefine	lsi64854
9181.240Spkfile	dev/ic/lsi64854.c		lsi64854
9191.465Smrg
9201.465Smrg# Cirrus Logic CL-CD180/1864/1865 multi port serial controller back-end
9211.473Slukem#
9221.465Smrgdefine	cd18xx
9231.465Smrgfile	dev/ic/cd18xx.c			cd18xx
9241.240Spk
9251.654Swiz# Realtek 8019/8029 NE2000-compatible network interface subroutines
9261.473Slukem#
9271.252Sthorpejdefine	rtl80x9
9281.980Stsutsuifile	dev/ic/rtl80x9.c		rtl80x9			needs-flag
9291.360Shaya
9301.654Swiz# Realtek 8129/8139 Ethernet controllers
9311.473Slukem#
9321.362Shayadevice	rtk: ether, ifnet, arp, mii
9331.675Ssekiyafile	dev/ic/rtl81x9.c		rtk | re
9341.185Skml
9351.673Stoshii# Realtek 8169 Ethernet controllers
9361.673Stoshii#
9371.673Stoshiidevice	re: ether, ifnet, arp, mii
9381.709Syamtfile	dev/ic/rtl8169.c		re
9391.673Stoshii
9401.258Spk# Common code for ESDI/IDE/etc. controllers
9411.473Slukem#
9421.680Sthorpejdefine	wdc_common
9431.809Sitohydefine	ata_dma
9441.809Sitohydefine	ata_udma
9451.809Sitohydefine	ata_piobm
9461.680Sthorpejdevice	wdc: ata, wdc_common
9471.637Sbouyer
9481.835Sdyoungdefflag	opt_ata.h	ATADEBUG
9491.1026Sbouyerdefflag	opt_wdc.h	WDC_NO_IDS
9501.835Sdyoung
9511.656Sjunyoungdevice	atabus: atapi,ata_hl
9521.656Sjunyoungattach	atabus at ata
9531.809Sitohy# The strange expression is to dump ata_* definitions to ata_dma.h.
9541.809Sitohyfile	dev/ic/wdc.c			(ata_dma | ata_udma | ata_piobm | atabus) & atabus & wdc_common	needs-flag
9551.386Sbjh21
9561.810Sitohy# Workbit NinjaATA-32 IDE controllers
9571.810Sitohydevice	njata: ata, ata_piobm, wdc_common
9581.810Sitohyfile	dev/ic/ninjaata32.c		njata
9591.810Sitohy
9601.386Sbjh21# CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller
9611.473Slukem#
9621.386Sbjh21device	upc { [offset = -1] }
9631.386Sbjh21attach	wdc at upc with wdc_upc
9641.386Sbjh21attach	com at upc with com_upc
9651.651Sjdolecekattach	lpt at upc with lpt_upc
9661.426Slukemfile	dev/ic/upc.c			upc
9671.426Slukemfile	dev/ic/wdc_upc.c		wdc_upc
9681.426Slukemfile	dev/ic/com_upc.c		com_upc
9691.651Sjdolecekfile	dev/ic/lpt_upc.c		lpt_upc
9701.327Smatt
9711.844Sbouyer# AHCI-compatible SATA controllers
9721.844Sbouyerdefine ahcisata_core
9731.844Sbouyerfile dev/ic/ahcisata_core.c ahcisata_core
9741.948Sjakllschdevice ahcisata: ata, ata_dma, ata_udma, sata, sata_fis, ahcisata_core
9751.844Sbouyer
9761.956Sjakllsch# Silicon Image SteelVine SATA-II controllers
9771.956Sjakllschdefine	siisata
9781.956Sjakllschfile	dev/ic/siisata.c		siisata
9791.956Sjakllschdevice	siisata: ata, ata_dma, ata_udma, sata, sata_fis, siisata
9801.956Sjakllsch
9811.957Sjakllsch# Marvell Serial-ATA Host Controller
9821.951Skiyoharadefine mvsata
9831.951Skiyoharafile dev/ic/mvsata.c			mvsata
9841.951Skiyoharadevice mvsata: ata, ata_dma, ata_udma, wdc_common, sata, mvsata
9851.951Skiyoharadefflag opt_mvsata.h		MVSATA_WITHOUTDMA
9861.951Skiyohara
9871.314Sthorpej# DECchip 21x4x Ethernet controller family, and assorted clones.
9881.473Slukem#
9891.333Sthorpejdevice	tlp: arp, ether, ifnet, mii, mii_bitbang
9901.314Sthorpejfile	dev/ic/tulip.c			tlp
9911.322Sthorpej
9921.322Sthorpej# Adaptec AIC-6915 Ethernet interface
9931.473Slukem#
9941.322Sthorpejdevice	sf: arp, ether, ifnet, mii
9951.322Sthorpejfile	dev/ic/aic6915.c		sf
9961.378Spk
9971.378Spk# Mostek time-of-day clock and NVRAM
9981.473Slukem#
9991.378Spkdefine	mk48txx
10001.507Spkfile	dev/ic/mk48txx.c		mk48txx
10011.378Spk
10021.378Spk# Intersil 7170 time-of-day clock
10031.473Slukem#
10041.378Spkdefine	intersil7170
10051.378Spkfile	dev/ic/intersil7170.c		intersil7170
10061.434Sfredette
10071.434Sfredette# National Semiconductor MM58167 time-of-day clock
10081.473Slukem#
10091.434Sfredettedefine	mm58167
10101.434Sfredettefile	dev/ic/mm58167.c		mm58167
10111.643Stsutsui
10121.643Stsutsui# Motorola mc146818 (and compatible) time-of-day clock
10131.643Stsutsui#
10141.643Stsutsuidefine	mc146818
10151.643Stsutsuifile	dev/ic/mc146818.c		mc146818
10161.422Sthorpej
10171.808Suwe# Ricoh RS5C313 time of-day-clock
10181.808Suwe#
10191.808Suwedefine	rs5c313
10201.808Suwefile	dev/ic/rs5c313.c		rs5c313
10211.808Suwe
10221.422Sthorpej# D-Link DL10019/10022 NE2000-compatible network interface subroutines
10231.473Slukem#
10241.422Sthorpejdefine	dl10019
10251.422Sthorpejfile	dev/ic/dl10019.c		dl10019
10261.453Senami
10271.453Senami# ASIX AX88190 NE2000-compatible network interface subroutines
10281.473Slukem#
10291.453Senamidefine	ax88190
10301.453Senamifile	dev/ic/ax88190.c		ax88190
10311.429Sjdolecek
10321.429Sjdolecek# WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
10331.473Slukem#
10341.429Sjdolecekdevice	we: ether, ifnet, arp, dp8390nic
10351.429Sjdolecekfile	dev/ic/we.c			we
10361.432Sjdolecek
10371.432Sjdolecek# Allied-Telesis Ethernet driver based on Fujitsu MB8696xA controllers
10381.473Slukem#
10391.432Sjdolecekdevice	ate: arp, ether, ifnet, mb86960
10401.557Stsutsui
10411.557Stsutsui# Fujitsu FMV-18x Ethernet driver based on Fujitsu MB8696xA controllers
10421.557Stsutsui#
10431.557Stsutsuidevice	fmv: arp, ether, ifnet, mb86960
10441.557Stsutsuifile	dev/ic/fmv.c			fmv
10451.471Syamt
10461.471Syamt# Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
10471.473Slukem#
10481.471Syamtdevice	cs: arp, ether, ifnet
10491.704Sjoffdevice	tscs: arp, ether, ifnet
10501.704Sjofffile	dev/ic/cs89x0.c			cs | tscs
10511.487Saugustss
10521.487Saugustss# Radio device attributes
10531.487Saugustss#
10541.487Saugustssdefine	tea5757
10551.656Sjunyoungfile	dev/ic/tea5757.c		tea5757
10561.487Saugustssdefine	lm700x
10571.656Sjunyoungfile	dev/ic/lm700x.c			lm700x
10581.179Sdrochner
10591.837Stnn# Philips PCF8584 i2c controller
10601.837Stnndefine	pcf8584
10611.837Stnnfile	dev/ic/pcf8584.c		pcf8584
10621.837Stnn
10631.985Snonaka# PCA9564 i2c controller
10641.985Snonakadefine	pca9564
10651.985Snonakafile	dev/ic/pca9564.c		pca9564
10661.985Snonaka
10671.784Sdrochner# ACPI power management timer (hardware access, independent of ACPI)
10681.784Sdrochner#
10691.784Sdrochnerdefine acpipmtimer
10701.784Sdrochnerfile	dev/ic/acpipmtimer.c	acpipmtimer
10711.784Sdrochner
10721.834Snjolydevice 	hpet
10731.834Snjolyfile 	dev/ic/hpet.c		hpet			needs-flag
10741.834Snjoly
10751.952Skiyohara# SMSC LAN9118 Family Ethernet Controller
10761.952Skiyohara#
10771.965Skiyoharadevice	smsh: arp, ether, ifnet, mii
10781.952Skiyoharafile	dev/ic/lan9118.c		smsh
10791.952Skiyohara
10801.836Sdrochner# DRM - Direct Rendering Infrastructure: dev/drm
10811.836Sdrochnerdefine drm {}
10821.949Smrginclude "external/bsd/drm/conf/files.drm"
10831.1002Sjmcneillinclude "dev/drm/files.drm"
10841.836Sdrochner
10851.179Sdrochner# Definitions for wscons
10861.179Sdrochner# device attributes: display, display with emulator, keyboard, and mouse
10871.473Slukem#
10881.479Saugustssdefine	wsdisplaydev		{[kbdmux = 1]}
10891.479Saugustssdefine	wsemuldisplaydev	{[console = -1], [kbdmux = 1]}
10901.479Saugustssdefine	wskbddev		{[console = -1], [mux = 1]}
10911.479Saugustssdefine	wsmousedev		{[mux = 0]}
10921.761Smacallandefine	vcons
10931.179Sdrochner# attribute to pull in raster support
10941.473Slukem#
10951.179Sdrochnerdefine	wsrasteremulops
10961.187Sdrochner# common PC display functions
10971.473Slukem#
10981.474Slukemdefflag	opt_pcdisplay.h		PCDISPLAY_SOFTCURSOR
10991.426Slukemdefine	pcdisplayops
11001.187Sdrochnerfile	dev/ic/pcdisplay_subr.c	pcdisplayops
11011.207Sdrochnerfile	dev/ic/pcdisplay_chars.c	pcdisplayops
11021.777Smartin# an attribute used by arch specific config files to include /dev/fb* (or
11031.777Smartin# equivalent) support - on most archs this is just a NOP (untill, maybe
11041.777Smartin# someday when we might make /dev/fb* support MI)
11051.777Smartindefine	fb
11061.179Sdrochner# VGA graphics
11071.473Slukem#
11081.541Sdrochnerdefparam opt_vga.h		VGA_CONSOLE_SCREENTYPE
11091.538Sdrochnerdefflag opt_vga.h 		VGA_CONSOLE_ATI_BROKEN_FONTSEL
11101.572Sjunyoungdefflag opt_vga.h		VGA_RASTERCONSOLE
11111.593Stsutsuidefflag opt_vga.h		VGA_RESET
11121.876Sjmcneilldevice	vga: displaydev, wsemuldisplaydev, pcdisplayops, drm
11131.572Sjunyoungfile	dev/ic/vga.c		vga & !vga_rasterconsole	needs-flag
11141.572Sjunyoungfile	dev/ic/vga_raster.c	vga_rasterconsole		needs-flag
11151.572Sjunyoungfile	dev/ic/vga_subr.c	vga | vga_rasterconsole
11161.572Sjunyoungfile	dev/ic/vga_common.c	vga | vga_rasterconsole
11171.998Smacallan
11181.508Suwe# Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode)
11191.473Slukem#
11201.963Ssnjdevice	igsfb: wsemuldisplaydev, wsrasteremulops, rasops8, vcons, videomode
11211.615Suwefile	dev/ic/igsfb.c			igsfb			needs-flag
11221.551Suwefile	dev/ic/igsfb_subr.c		igsfb
11231.91Scgd
11241.998Smacallandevice	chipsfb: wsemuldisplaydev, rasops8, vcons, videomode
11251.998Smacallanfile	dev/ic/ct65550.c		chipsfb
11261.998Smacallandefflag	opt_chipsfb.h	CHIPSFB_DEBUG
11271.998Smacallandefflag	opt_chipsfb.h	CHIPSFB_WAIT
11281.998Smacallan
11291.683Sjkunz# STI (hp graphics)
11301.683Sjkunzdevice	sti: wsemuldisplaydev
11311.1005Stsutsuifile	dev/ic/sti.c		sti
11321.683Sjkunz
11331.892Sdrochnerinclude "dev/wscons/files.wscons"
11341.892Sdrochnerinclude "dev/rasops/files.rasops"
11351.892Sdrochnerinclude "dev/wsfont/files.wsfont"
11361.892Sdrochnerinclude "dev/wsfb/files.wsfb"
11371.892Sdrochner
11381.77Scgd# Attributes which machine-independent bus support can be attached to.
11391.77Scgd# These should be defined here, because some of these busses can have
11401.77Scgd# devices which provide these attributes, and we'd like to avoid hairy
11411.77Scgd# ordering constraints on inclusion of the busses' "files" files.
11421.473Slukem#
11431.474Slukemdefine	isabus	{ }			# ISA attachment
11441.474Slukemdefine	eisabus	{ }			# EISA attachment
11451.474Slukemdefine	pcibus	{[bus = -1]}		# PCI attachment
11461.474Slukemdefine	tcbus	{ }			# TurboChannel attachment
11471.474Slukemdefine	mcabus	{ }			# MicroChannel attachment
11481.474Slukemdefine	usbus	{ }			# USB attachment
11491.724Skiyoharadefine	fwbus	{ }			# IEEE 1394 attachment
11501.474Slukemdefine	vmebus	{ }			# VME bus attachment
11511.474Slukemdefine	acpibus	{ }			# ACPI "bus" attachment
11521.259Spkdefine	pcmciabus { [controller = -1], [socket = -1]}	# PCMCIA bus attachment
11531.909Sdrochnerdefine	cbbus	{ }			# CardBus attachment
11541.909Sdrochnerdefine	pcmciaslot { }			# PCMCIA slot itself
11551.945Snonakadefine	sdmmcbus { }			# SD/MMC attachment
11561.222Saugustss
11571.222Saugustss# We need the USB bus controllers here so different busses can
11581.222Saugustss# use them in an 'attach-with'.
11591.222Saugustss# UHCI USB controller
11601.473Slukem#
11611.703Sfvdl
11621.703Sfvdldefparam USB_MEM_RESERVE
11631.703Sfvdl
11641.890Sdrochnerdefine	usbroothub
11651.890Sdrochnerfile	dev/usb/usbroothub_subr.c	usbroothub
11661.890Sdrochner
11671.1005Stsutsuidefine	usb_dma
11681.1005Stsutsui
11691.1005Stsutsuidevice	uhci: usbus, usbroothub, usb_dma
11701.426Slukemfile	dev/usb/uhci.c			uhci			needs-flag
11711.222Saugustss
11721.222Saugustss# OHCI USB controller
11731.473Slukem#
11741.1005Stsutsuidevice	ohci: usbus, usbroothub, usb_dma
11751.426Slukemfile	dev/usb/ohci.c			ohci			needs-flag
11761.412Saugustss
11771.412Saugustss# EHCI USB controller
11781.473Slukem#
11791.1005Stsutsuidevice	ehci: usbus, usbroothub, usb_dma
11801.426Slukemfile	dev/usb/ehci.c			ehci			needs-flag
11811.545Sisaki
11821.545Sisaki# SL811HS/T USB controller
11831.859Skiyoharadefflag	opt_slhci.h	SLHCI_DEBUG SLHCI_TRY_LSVH SLHCI_PROFILE_TRANSFER
11841.893Sisakidevice	slhci: usbus, usbroothub
11851.545Sisakifile	dev/ic/sl811hs.c		slhci			needs-flag
11861.579Smartin
11871.863Splunky# USB HID processing (as used by bluetooth and usb code)
11881.863Splunkydefine	hid
11891.863Splunkyfile	dev/usb/hid.c			hid
11901.863Splunky
11911.945Snonaka# SD Host controller
11921.945Snonakadevice sdhc: sdmmcbus
11931.945Snonakafile	dev/sdmmc/sdhc.c		sdhc			needs-flag
11941.945Snonaka
11951.958Sjmcneill# Winbond Integrated Media Reader
11961.958Sjmcneilldevice	wb: sdmmcbus
11971.958Sjmcneillfile	dev/ic/w83l518d.c		wb
11981.958Sjmcneillfile	dev/ic/w83l518d_sdmmc.c		wb
11991.958Sjmcneill
12001.579Smartin# Myson MTD803 3-in-1 Fast Ethernet Controller
12011.579Smartindevice	mtd: arp, ether, ifnet, mii
12021.579Smartinfile	dev/ic/mtd803.c			mtd
12031.369Smatt
12041.487Saugustss# radio devices, attaches to radio hardware driver
12051.487Saugustssdevice	radio
12061.489Sdrochnerattach	radio at radiodev
12071.498Sjmc
12081.402Smatt# IEEE 1394 controllers
12091.402Smatt# (These need to be here since it will have both PCI and CardBus attachments)
12101.473Slukem#
12111.369Smattdevice	fwohci: fwbus
12121.520Saugustss
12131.520Saugustss# Sony Programmable I/O Controller
12141.520Saugustssdevice	spic: wsmousedev
12151.520Saugustssfile	dev/ic/spic.c			spic
12161.529Saugustss
12171.529Saugustss# IBM CPC700 PowerPC bridge
12181.529Saugustssdefine	cpcbus { addr, [irq=-1] }
12191.529Saugustssdevice	cpc: cpcbus, pcibus
12201.529Saugustssfile	dev/ic/cpc700.c			cpc
12211.529Saugustss
12221.529Saugustssattach	com at cpcbus with com_cpcbus
12231.529Saugustssfile	dev/ic/com_cpcbus.c		com_cpcbus
12241.529Saugustss
12251.529Saugustssdevice	cpctim
12261.529Saugustssattach	cpctim at cpcbus
12271.529Saugustssfile	dev/ic/timer_cpcbus.c		cpctim
12281.529Saugustss
12291.530Saugustssdevice	cpciic
12301.530Saugustssattach	cpciic at cpcbus with iic_cpcbus
12311.529Saugustssfile	dev/ic/iic_cpcbus.c		iic_cpcbus
12321.529Saugustss
12331.60Scgd
12341.415Smartin# Attributes used by the ISDN subsystem
12351.473Slukem#
12361.502Smartindefine	isdndev		# the ISDN subsystem
12371.458Senamidefine	passive_isdn	# files needed by passive cards (XXX - protocol
12381.458Senami			# specific)
12391.634Spookadefine	isdncapi	# ISDN CAPI (http://www.capi.org/)
12401.415Smartin
12411.575Sleo# The isac found on the Fritz V2.0 Card.
12421.575Sleodefine	nisacsx
12431.575Sleofile	dev/ic/isacsx.c			nisacsx	needs-flag
12441.575Sleo
12451.575Sleo# The 'standard' isac
12461.575Sleodefine	nisac
12471.575Sleofile	dev/ic/isac.c			nisac	needs-flag
12481.575Sleo
12491.415Smartin# ISDN cards based on the Siemens ISAC/HSCX chipset (or lookalikes)
12501.473Slukem#
12511.575Sleodevice	isic: isdndev, passive_isdn, nisac
12521.415Smartin
12531.426Slukemfile	dev/ic/isic.c			isic
12541.575Sleofile	dev/ic/isic_l1.c		isic|ifpci|ifritz
12551.575Sleofile	dev/ic/isic_l1fsm.c		isic|ifpci|ifritz
12561.426Slukemfile	dev/ic/hscx.c			isic
12571.426Slukemfile	dev/ic/isic_bchan.c		isic
12581.415Smartin
12591.415Smartin# (old) Diehl active ISDN cards
12601.473Slukem#
12611.823Scube#device	daic: isdndev
12621.823Scube#file	dev/ic/daic.c			daic
12631.415Smartin
12641.634Spooka# AWM B1/T1
12651.634Spooka# XXX: passive_isdn
12661.634Spookadevice	iavc: isdndev, isdncapi, passive_isdn
12671.634Spookafile	dev/ic/iavc.c			iavc
12681.634Spooka
12691.934Smacallan# Broadcom AirForce / Apple Airport Extreme
12701.934Smacallandevice	bwi: arp, ifnet, firmload, wlan
12711.934Smacallanfile	dev/ic/bwi.c			bwi
12721.934Smacallan
12731.995Sahoka# DM9000 Ethernet controllers
12741.995Sahoka#
12751.995Sahokadevice	dme: arp, ether, ifnet
12761.995Sahokafile	dev/ic/dm9000.c			dme
12771.995Sahoka
12781.60Scgd# legitimate pseudo-devices
12791.473Slukem#
12801.907Sdrochnerdefpseudodev vnd:	disk
12811.726Shubertfdefflag opt_vnd.h	VND_COMPRESSION
12821.474Slukemdefpseudo ccd:		disk
12831.968Sdyoungdefpseudodev cgd:	disk, des, blowfish, cast128, rijndael
12841.907Sdrochnerdefpseudodev md:	disk
12851.916Shannkendefpseudodev fss:	disk
12861.298Sthorpej
12871.474Slukemdefpseudo pty:		tty
12881.298Sthorpejdefpseudo rnd
12891.610Sraggedefpseudo ksyms
12901.1021Suebayasidefparam opt_ksyms.h	SYMTAB_SPACE
12911.642Scdidefpseudo nullcons
12921.807Saddefpseudo lockstat
12931.839Sbouyerdefpseudo bio:		sysmon_envsys
12941.298Sthorpej
12951.474Slukemdefpseudo loop:		ifnet
12961.474Slukemdefpseudo sl:		ifnet
12971.474Slukemdefpseudo ppp:		ifnet, bpf_filter
12981.474Slukemdefpseudo pppoe:	ifnet, ether, sppp
12991.474Slukemdefpseudo sppp:		ifnet
13001.474Slukemdefpseudo tun:		ifnet
13011.474Slukemdefpseudo vlan:		ifnet, ether
13021.474Slukemdefpseudo bridge:	ifnet, ether
13031.474Slukemdefpseudo bpfilter:	ifnet, bpf_filter
13041.474Slukemdefpseudo strip:	ifnet
13051.474Slukemdefpseudo gre:		ifnet
13061.474Slukemdefpseudo gif:		ifnet
13071.474Slukemdefpseudo faith:	ifnet
13081.991Skefrendefpseudo ifmpls:	ifnet
13091.826Smousedefpseudo srt:		ifnet
13101.474Slukemdefpseudo stf:		ifnet
13111.969Spookadefpseudodev tap:	ifnet, ether, arp
13121.969Spookadefpseudo carp:		ifnet, ether, arp
13131.969Spookadefpseudodev etherip:	ifnet, ether, arp
13141.60Scgd
13151.298Sthorpejdefpseudo sequencer
13161.462Smanudefpseudo clockctl
13171.228Saugustss
13181.912Stls#
13191.912Stls# Accept filters.  XXX should use another registration/initialization method.
13201.912Stls#
13211.912Stlsdefpseudo accf_data
13221.912Stlsdefpseudo accf_http
13231.912Stls
13241.415Smartin# ISDN userland pseudo devices
13251.473Slukem#
13261.502Smartindefpseudo isdntrc:	isdndev, tty
13271.502Smartindefpseudo isdnbchan:	isdndev, tty
13281.502Smartindefpseudo isdntel:	isdndev, tty
13291.502Smartindefpseudo isdnctl:	isdndev, tty
13301.502Smartindefpseudo isdn:		isdndev, tty
13311.502Smartin
13321.502Smartin# ISDN network interfaces
13331.502Smartindefpseudo irip:		isdndev, ifnet
13341.607Sdrochnerdefflag opt_irip.h	IRIP_VJ
13351.502Smartindefpseudo ippp:		isdndev, sppp, ifnet
13361.539Sthorpej
13371.539Sthorpej# KTTCP network throughput testing pseudo-device
13381.539Sthorpejdefpseudo kttcp
13391.539Sthorpejfile	dev/kttcp.c			kttcp		needs-flag
13401.576Sblymn
13411.790Selad# Veriexec
13421.717Sblymndefpseudo veriexec
13431.790Seladfile	kern/kern_verifiedexec.c	veriexec
13441.792Seladfile	dev/verified_exec.c		veriexec	needs-flag
13451.415Smartin
13461.582Shaya# isochronous pseudo device for IEEE 1394, i.LINK or FireWire
13471.582Shayadefpseudo fwiso:	ieee1394
13481.582Shaya
13491.681Sdrochner# driver attach / detach user interface
13501.681Sdrochnerdefpseudo drvctl
13511.906Sjmcneillfile	kern/kern_drvctl.c		drvctl		needs-flag
13521.681Sdrochner
13531.857Sad# cpu control
13541.857Saddefpseudo cpuctl
13551.857Sad
13561.870Spooka# pass-to-userspace transporter
13571.870Spookadefpseudo putter
13581.873Spookafile	dev/putter/putter.c		putter
13591.870Spooka
13601.875Spooka# userspace block/char device drivers
13611.875Spookadefpseudo pud
13621.875Spookafile	dev/pud/pud.c			pud
13631.875Spookafile	dev/pud/pud_dev.c		pud
13641.875Spooka
13651.931Shaad# device-mapper driver for LVM
13661.931Shaadinclude "dev/dm/files.dm"
13671.931Shaad
13681.516Sthorpej#
13691.516Sthorpej# File systems
13701.516Sthorpej#
13711.696Sjdolecekinclude "coda/files.coda"
13721.583Sjdolecekinclude "fs/adosfs/files.adosfs"
13731.696Sjdolecekinclude "fs/cd9660/files.cd9660"
13741.848Srumbleinclude "fs/efs/files.efs"
13751.584Sjdolecekinclude "fs/filecorefs/files.filecorefs"
13761.833Sdilloinclude "fs/hfs/files.hfs"
13771.696Sjdolecekinclude "fs/msdosfs/files.msdosfs"
13781.950Sreinoudinclude "fs/nilfs/files.nilfs"
13791.696Sjdolecekinclude "fs/ntfs/files.ntfs"
13801.696Sjdolecekinclude "fs/ptyfs/files.ptyfs"
13811.815Spookainclude "fs/puffs/files.puffs"
13821.756Sreinoudinclude "fs/udf/files.udf"
13831.516Sthorpejinclude "fs/smbfs/files.smbfs"
13841.750Stsutsuiinclude "fs/sysvbfs/files.sysvbfs"
13851.730Sjmmvinclude "fs/tmpfs/files.tmpfs"
13861.696Sjdolecekinclude "fs/union/files.union"
13871.1018Suchinclude "fs/v7fs/files.v7fs"
13881.516Sthorpejinclude "miscfs/fdesc/files.fdesc"
13891.516Sthorpejinclude "miscfs/kernfs/files.kernfs"
13901.516Sthorpejinclude "miscfs/nullfs/files.nullfs"
13911.516Sthorpejinclude "miscfs/overlay/files.overlay"
13921.516Sthorpejinclude "miscfs/procfs/files.procfs"
13931.516Sthorpejinclude "miscfs/umapfs/files.umapfs"
13941.516Sthorpejinclude "nfs/files.nfs"
13951.516Sthorpejinclude "ufs/files.ufs"
13961.516Sthorpej
13971.516Sthorpej#
13981.1013Smrg# UVM (virtual memory)
13991.1012Smrg#
14001.1013Smrginclude "uvm/files.uvm"
14011.1012Smrg
14021.1012Smrg#
14031.811Selad# Security models
14041.811Selad#
14051.811Seladinclude "secmodel/files.secmodel"
14061.811Selad
14071.811Selad#
14081.60Scgd# kernel sources
14091.473Slukem#
14101.929Sadfile	compat/common/compat_mod.c	compat_netbsd
14111.924Swrstudenfile	compat/sa/compat_sa.c
14121.887Sjoergfile	conf/debugsyms.c
14131.706Skentfile	dev/auconv.c			auconv | mulaw
14141.426Slukemfile	dev/audio.c			audio | midi | midibus	needs-flag
14151.650Sbjh21file	dev/audiobell.c			audiobell
14161.697Skentfile	dev/aurateconv.c		aurateconv		needs-flag
14171.839Sbouyerfile	dev/bio.c			bio			needs-flag
14181.426Slukemfile	dev/ccd.c			ccd			needs-flag
14191.555Selricfile	dev/cgd.c			cgd			needs-flag
14201.555Selricfile	dev/cgd_crypto.c		cgd
14211.623Sthorpejfile	dev/clock_subr.c
14221.491Slukemfile	dev/clockctl.c			clockctl		needs-flag
14231.1027Sjnemethfile	dev/dksubr.c			cgd | xbd | ccd | raid | dm
14241.689Sthorpejfile	dev/dkwedge/dk.c
14251.691Sthorpejfile	dev/dkwedge/dkwedge_bsdlabel.c	dkwedge_method_bsdlabel
14261.689Sthorpejfile	dev/dkwedge/dkwedge_gpt.c	dkwedge_method_gpt
14271.693Sthorpejfile	dev/dkwedge/dkwedge_mbr.c	dkwedge_method_mbr
14281.754Sthorpejfile	dev/firmload.c			firmload
14291.988Spookafile	dev/fss.c			fss
14301.953Smbalmerfile	dev/keylock.c			keylock
14311.807Sadfile	dev/lockstat.c			lockstat		needs-flag
14321.996Shannkenfile	dev/md.c			md
14331.426Slukemfile	dev/midi.c			midi | midibus		needs-flag
14341.785Schapfile	dev/midictl.c			midisyn
14351.426Slukemfile	dev/midisyn.c			midisyn
14361.497Schristosfile	dev/mm.c
14371.697Skentfile	dev/mulaw.c			mulaw			needs-flag
14381.642Scdifile	dev/nullcons_subr.c		nullcons		needs-flag
14391.487Saugustssfile	dev/radio.c			radio			needs-flag
14401.426Slukemfile	dev/rnd.c			rnd			needs-flag
14411.426Slukemfile	dev/rndpool.c			rnd			needs-flag
14421.426Slukemfile	dev/sequencer.c			sequencer		needs-flag
14431.915Sjmcneillfile	dev/video.c			video			needs-flag
14441.426Slukemfile	dev/vnd.c			vnd			needs-flag
14451.733Syamtfile	kern/bufq_disksort.c		bufq_disksort
14461.733Syamtfile	kern/bufq_fcfs.c		bufq_fcfs
14471.698Syamtfile	kern/bufq_priocscan.c		bufq_priocscan
14481.698Syamtfile	kern/bufq_readprio.c		bufq_readprio | new_bufq_strategy
14491.929Sadfile	kern/core_elf32.c		exec_elf32
14501.929Sadfile	kern/core_elf64.c		exec_elf64
14511.1008Sjoergfile	kern/core_netbsd.c		exec_aout | exec_coff | exec_ecoff
14521.426Slukemfile	kern/cnmagic.c
14531.426Slukemfile	kern/exec_aout.c		exec_aout
14541.426Slukemfile	kern/exec_ecoff.c		exec_ecoff
14551.426Slukemfile	kern/exec_elf32.c		exec_elf32
14561.426Slukemfile	kern/exec_elf64.c		exec_elf64
14571.426Slukemfile	kern/exec_script.c		exec_script
14581.426Slukemfile	kern/exec_subr.c
14591.426Slukemfile	kern/init_main.c
14601.645Satatatfile	kern/init_sysctl.c
14611.955Spookafile	kern/init_sysctl_base.c
14621.426Slukemfile	kern/init_sysent.c
14631.426Slukemfile	kern/kern_acct.c
14641.773Seladfile	kern/kern_auth.c
14651.993Spgoyettefile	kern/kern_cfglock.c
14661.426Slukemfile	kern/kern_clock.c
14671.830Sadfile	kern/kern_condvar.c
14681.929Sadfile	kern/kern_core.c		coredump
14691.845Syamtfile	kern/kern_cpu.c
14701.982Sdarranfile	kern/kern_ctf.c			kdtrace_hooks
14711.426Slukemfile	kern/kern_descrip.c
14721.574Sjdolecekfile	kern/kern_event.c
14731.426Slukemfile	kern/kern_exec.c
14741.426Slukemfile	kern/kern_exit.c
14751.426Slukemfile	kern/kern_fork.c
14761.845Syamtfile	kern/kern_idle.c
14771.973Spookafile	kern/kern_hook.c
14781.426Slukemfile	kern/kern_kthread.c
14791.860Sadfile	kern/kern_ktrace.c		ktrace
14801.925Sadfile	kern/kern_ksyms.c		ksyms | ddb | modular needs-flag
14811.426Slukemfile	kern/kern_lock.c
14821.588Sthorpejfile	kern/kern_lwp.c
14831.426Slukemfile	kern/kern_malloc.c
14841.917Spookafile	kern/kern_malloc_stdtype.c
14851.454Sthorpejfile	kern/kern_malloc_debug.c	malloc_debug
14861.886Sadfile	kern/kern_module.c
14871.964Spookafile	kern/kern_module_vfs.c
14881.830Sadfile	kern/kern_mutex.c
14891.961Spookafile	kern/kern_mutex_obj.c
14901.790Seladfile	kern/kern_fileassoc.c		fileassoc
14911.426Slukemfile	kern/kern_ntptime.c
14921.1017Smattfile	kern/kern_pax.c			pax_mprotect | pax_segvguard | pax_aslr
14931.426Slukemfile	kern/kern_physio.c
14941.876Sjmcneillfile	kern/kern_pmf.c
14951.426Slukemfile	kern/kern_proc.c
14961.426Slukemfile	kern/kern_prot.c
14971.549Sgmcgarryfile	kern/kern_ras.c
14981.918Spookafile	kern/kern_rate.c
14991.426Slukemfile	kern/kern_resource.c
15001.902Srmindfile	kern/kern_runq.c
15011.830Sadfile	kern/kern_rwlock.c
15021.961Spookafile	kern/kern_rwlock_obj.c
15031.978Sdarranfile	kern/kern_sdt.c			kdtrace_hooks
15041.426Slukemfile	kern/kern_sig.c
15051.830Sadfile	kern/kern_sleepq.c
15061.867Sadfile	kern/kern_softint.c
15071.940Schristosfile	kern/kern_ssp.c
15081.831Sadfile	kern/kern_stub.c
15091.830Sadfile	kern/kern_subr.c
15101.426Slukemfile	kern/kern_synch.c
15111.987Spookafile	kern/kern_syscall.c
15121.426Slukemfile	kern/kern_sysctl.c
15131.781Skardelfile	kern/kern_tc.c
15141.426Slukemfile	kern/kern_time.c
15151.595Sthorpejfile	kern/kern_timeout.c
15161.830Sadfile	kern/kern_turnstile.c
15171.806Sgdamorefile	kern/kern_todr.c
15181.920Spookafile	kern/kern_uidinfo.c
15191.652Stsarnafile	kern/kern_uuid.c
15201.426Slukemfile	kern/kern_xxx.c
15211.426Slukemfile	kern/kgdb_stub.c		kgdb
15221.845Syamtfile	kern/sched_4bsd.c		sched_4bsd
15231.868Srmindfile	kern/sched_m2.c			sched_m2
15241.426Slukemfile	kern/subr_autoconf.c
15251.731Syamtfile	kern/subr_blist.c		vmswap
15261.736Syamtfile	kern/subr_bufq.c
15271.776Syamtfile	kern/subr_callback.c
15281.1028Sjruohofile	kern/subr_cpufreq.c
15291.962Spookafile	kern/subr_copy.c
15301.830Sadfile	kern/subr_debug.c		debug
15311.974Spookafile	kern/subr_device.c
15321.550Sgehennafile	kern/subr_devsw.c
15331.426Slukemfile	kern/subr_disk.c
15341.954Spookafile	kern/subr_disk_open.c
15351.657Srtrfile	kern/subr_evcnt.c
15361.928Spookafile	kern/subr_exec_fd.c
15371.426Slukemfile	kern/subr_extent.c
15381.854Spookafile	kern/subr_hash.c
15391.959Spookafile	kern/subr_humanize.c
15401.960Sdyoungfile	kern/subr_iostat.c
15411.1023Srmindfile	kern/subr_kcpuset.c
15421.783Syamtfile	kern/subr_kmem.c
15431.883Sadfile	kern/subr_kobj.c
15441.966Spookafile	kern/subr_kobj_vfs.c
15451.830Sadfile	kern/subr_lockdebug.c
15461.426Slukemfile	kern/subr_log.c
15471.986Spookafile	kern/subr_lwp_specificdata.c
15481.960Sdyoungfile	kern/subr_once.c
15491.960Sdyoungfile	kern/subr_optstr.c
15501.1030Smartinfile	kern/subr_pcq.c
15511.1001Smattfile	kern/subr_pcu.c
15521.884Syamtfile	kern/subr_percpu.c
15531.426Slukemfile	kern/subr_pool.c
15541.426Slukemfile	kern/subr_prf.c
15551.426Slukemfile	kern/subr_prof.c
15561.1022Schristosfile	kern/subr_pserialize.c
15571.814Sthorpejfile	kern/subr_specificdata.c
15581.842Smanufile	kern/subr_tftproot.c		tftproot
15591.858Spookafile	kern/subr_time.c
15601.449Sgmcgarryfile	kern/subr_userconf.c		userconf
15611.783Syamtfile	kern/subr_vmem.c
15621.739Syamtfile	kern/subr_workqueue.c
15631.866Sadfile	kern/subr_xcall.c
15641.926Sadfile	kern/sys_aio.c			aio
15651.895Sadfile	kern/sys_descrip.c
15661.426Slukemfile	kern/sys_generic.c
15671.886Sadfile	kern/sys_module.c
15681.926Sadfile	kern/sys_mqueue.c		mqueue
15691.830Sadfile	kern/sys_lwp.c
15701.495Sjdolecekfile	kern/sys_pipe.c			!pipe_socketpair
15711.543Sbriggsfile	kern/sys_pmc.c
15721.800Smattfile	kern/sys_process.c		ptrace | ktrace
15731.885Srmindfile	kern/sys_pset.c
15741.896Sadfile	kern/sys_select.c
15751.830Sadfile	kern/sys_sig.c
15761.827Sadfile	kern/sys_sched.c
15771.426Slukemfile	kern/sys_socket.c
15781.426Slukemfile	kern/syscalls.c			syscall_debug
15791.426Slukemfile	kern/sysv_ipc.c			sysvshm | sysvsem | sysvmsg
15801.426Slukemfile	kern/sysv_msg.c			sysvmsg
15811.426Slukemfile	kern/sysv_sem.c			sysvsem
15821.426Slukemfile	kern/sysv_shm.c			sysvshm
15831.426Slukemfile	kern/tty.c
15841.426Slukemfile	kern/tty_conf.c
15851.694Schristosfile	kern/tty_bsdpty.c		compat_bsdpty
15861.676Schristosfile	kern/tty_pty.c			pty 			needs-flag
15871.694Schristosfile	kern/tty_ptm.c			pty
15881.426Slukemfile	kern/tty_subr.c
15891.426Slukemfile	kern/tty_tty.c
15901.923Stlsfile	kern/uipc_accf.c
15911.426Slukemfile	kern/uipc_domain.c
15921.426Slukemfile	kern/uipc_mbuf.c
15931.426Slukemfile	kern/uipc_mbuf2.c
15941.864Sdyoungfile	net/link_proto.c
15951.426Slukemfile	kern/uipc_proto.c
15961.592Schristosfile	kern/uipc_sem.c			p1003_1b_semaphore
15971.426Slukemfile	kern/uipc_socket.c
15981.426Slukemfile	kern/uipc_socket2.c
15991.426Slukemfile	kern/uipc_syscalls.c
16001.426Slukemfile	kern/uipc_usrreq.c
16011.426Slukemfile	kern/vfs_bio.c
16021.426Slukemfile	kern/vfs_cache.c
16031.927Spookafile	kern/vfs_cwd.c
16041.919Sreinoudfile	kern/vfs_dirhash.c
16051.426Slukemfile	kern/vfs_getcwd.c
16061.732Sjmmvfile	kern/vfs_hooks.c
16071.426Slukemfile	kern/vfs_init.c
16081.426Slukemfile	kern/vfs_lockf.c
16091.426Slukemfile	kern/vfs_lookup.c
16101.1007Srmindfile	kern/vfs_mount.c
16111.426Slukemfile	kern/vfs_subr.c
16121.426Slukemfile	kern/vfs_syscalls.c
16131.828Shannkenfile	kern/vfs_trans.c
16141.1007Srmindfile	kern/vfs_vnode.c
16151.426Slukemfile	kern/vfs_vnops.c
16161.911Ssimonbfile	kern/vfs_wapbl.c		wapbl
16171.723Sthorpejfile	kern/vfs_xattr.c
16181.426Slukemfile	kern/vnode_if.c
16191.426Slukemfile	miscfs/deadfs/dead_vnops.c
16201.426Slukemfile	miscfs/fifofs/fifo_vnops.c
16211.869Spookafile	miscfs/genfs/genfs_io.c
16221.889Sdhollandfile	miscfs/genfs/genfs_vfsops.c
16231.426Slukemfile	miscfs/genfs/genfs_vnops.c
16241.925Sadfile	miscfs/genfs/layer_subr.c	nullfs | overlay | umapfs
16251.925Sadfile	miscfs/genfs/layer_vfsops.c	nullfs | overlay | umapfs
16261.925Sadfile	miscfs/genfs/layer_vnops.c	nullfs | overlay | umapfs
16271.426Slukemfile	miscfs/specfs/spec_vnops.c
16281.426Slukemfile	miscfs/syncfs/sync_subr.c
16291.426Slukemfile	miscfs/syncfs/sync_vnops.c
16301.979Suebayasi
16311.970Spookafile	net/bpf.c			bpfilter
16321.426Slukemfile	net/bpf_filter.c		bpf_filter
16331.970Spookafile	net/bpf_stub.c
16341.426Slukemfile	net/bsd-comp.c			ppp & ppp_bsdcomp
16351.426Slukemfile	net/if.c
16361.874Scubefile	net/if_arcsubr.c		arcnet			needs-flag
16371.426Slukemfile	net/if_atmsubr.c		atm
16381.433Sthorpejfile	net/if_bridge.c			bridge			needs-flag
16391.433Sthorpejfile	net/bridgestp.c			bridge
16401.457Sbjh21file	net/if_ecosubr.c		eco
16411.818Srpaulofile	net/if_etherip.c		etherip			needs-flag
16421.426Slukemfile	net/if_ethersubr.c		ether | fddi | netatalk | token |
16431.511Smartin					    wlan
16441.443Sitojunfile	net/if_faith.c			faith & inet & inet6	needs-flag
16451.426Slukemfile	net/if_fddisubr.c		fddi			needs-flag
16461.426Slukemfile	net/if_gif.c			gif			needs-flag
16471.468Satatatfile	net/if_gre.c			gre			needs-flag
16481.426Slukemfile	net/if_hippisubr.c		hippi			needs-flag
16491.426Slukemfile	net/if_ieee1394subr.c		ieee1394
16501.701Speterfile	net/if_loop.c			loop			needs-flag
16511.426Slukemfile	net/if_media.c
16521.991Skefrenfile	net/if_mpls.c			ifmpls			needs-flag
16531.702Schristosfile	net/if_ppp.c			ppp			needs-flag
16541.826Smousefile	net/if_srt.c			srt
16551.426Slukemfile	net/if_stf.c			stf & inet & inet6	needs-flag
16561.702Schristosfile	net/if_sl.c			sl			needs-flag
16571.426Slukemfile	net/if_spppsubr.c		sppp
16581.702Schristosfile	net/if_strip.c			strip			needs-flag
16591.426Slukemfile	net/if_tokensubr.c		token			needs-flag
16601.708Scubefile	net/if_tap.c			tap			needs-flag
16611.468Satatatfile	net/if_tun.c			tun			needs-flag
16621.426Slukemfile	net/if_vlan.c			vlan			needs-flag
16631.502Smartinfile	net/if_pppoe.c			pppoe			needs-flag
16641.751Speterfile	net/pfil.c			pfil_hooks | ipfilter | pf
16651.426Slukemfile	net/ppp-deflate.c		ppp & ppp_deflate
16661.426Slukemfile	net/ppp_tty.c			ppp
16671.899Sthorpejfile	net/net_stats.c
16681.426Slukemfile	net/radix.c
16691.426Slukemfile	net/raw_cb.c
16701.426Slukemfile	net/raw_usrreq.c
16711.426Slukemfile	net/route.c
16721.1006Sdyoungfile	net/rtbl.c
16731.426Slukemfile	net/rtsock.c
16741.607Sdrochnerfile	net/slcompress.c		sl | ppp | strip | (irip & irip_vj)
16751.904Sadfile	net/zlib.c			(ppp & ppp_deflate) | ipsec | opencrypto | vnd_compression
16761.921Stlsfile	netinet/accf_data.c		accf_data
16771.921Stlsfile	netinet/accf_http.c		accf_http
16781.888Sjoergfile	netinet/cpu_in_cksum.c		(inet | inet6) & !cpu_in_cksum
16791.426Slukemfile	netinet/if_arp.c		arp | netatalk		needs-flag
16801.426Slukemfile	netinet/if_atm.c		atm
16811.888Sjoergfile	netinet/in4_cksum.c		inet
16821.888Sjoergfile	netinet/in_cksum.c		inet
16831.426Slukemfile	netinet/in_gif.c		gif & inet
16841.775Sliamjfoyfile	netinet/ip_carp.c		carp & (inet | inet6)	needs-flag
16851.648Sscwfile	netinet/ip_ecn.c		ipsec | fast_ipsec | gif | stf
16861.426Slukemfile	netinet/ip_encap.c		inet | inet6
16871.818Srpaulofile	netinet/ip_etherip.c		etherip & inet
16881.818Srpaulofile	netinet6/ip6_etherip.c		etherip & inet6
16891.426Slukemfile	netinet6/in6_gif.c		gif & inet6
16901.516Sthorpej
16911.979Suebayasiinclude "netisdn/files.i4b"
16921.493Sjdolecek
16931.493Sjdolecek# Game adapter (joystick)
16941.493Sjdolecekdevice	joy
16951.493Sjdolecekfile	dev/ic/joy.c			joy needs-flag
16961.582Shaya
16971.1029Ssjg# process monitor for make(1)
16981.1029Ssjg# normally built as module
16991.1029Ssjgdefpseudo filemon
17001.1029Ssjgfile	dev/filemon/filemon.c		filemon
17011.1029Ssjgfile	dev/filemon/filemon_wrapper.c	filemon
17021.1029Ssjg
17031.713Syamtinclude	"net/agr/files.agr"
17041.734Sjmcneill
17051.734Sjmcneill#
17061.734Sjmcneill# General Purpose Input/Output framework
17071.734Sjmcneill#
17081.769Srizdefine	onewire_bitbang
17091.734Sjmcneillinclude	"dev/gpio/files.gpio"
17101.769Sriz
17111.769Srizinclude "dev/onewire/files.onewire"
17121.872Sjmcneill
17131.872Sjmcneill#
17141.872Sjmcneill# Pseudo audio device
17151.872Sjmcneill#
17161.872Sjmcneillinclude "dev/pad/files.pad"
17171.877Sjoerg
17181.877Sjoerg#
17191.877Sjoerg# Intel 386 Real Mode emulator
17201.877Sjoerg#
17211.877Sjoerginclude "lib/libx86emu/files.x86emu"
17221.882Syamt
17231.882Syamt#
17241.882Syamt# "tprof" profiler.
17251.882Syamt#
17261.882Syamtinclude	"dev/tprof/files.tprof"
17271.944Sjmcneill
17281.944Sjmcneill#
17291.944Sjmcneill# alternate memory device
17301.944Sjmcneill#
17311.944Sjmcneillinclude "dev/altmem/files.altmem"
17321.1003Sahoka
17331.1003Sahoka#
17341.1003Sahoka# Flash subsystem
17351.1003Sahoka#
17361.1003Sahokainclude "dev/flash/files.flash"
17371.1003Sahoka
17381.1003Sahoka#
17391.1003Sahoka# NAND subsytem
17401.1003Sahoka#
17411.1003Sahokainclude "dev/nand/files.nand"
17421.1003Sahoka
17431.1019Sjmcneill#
17441.1020Scliff# NOR subsytem
17451.1020Scliff#
17461.1020Scliffinclude "dev/nor/files.nor"
17471.1031Sriz
17481.1031Sriz#
17491.1031Sriz# iscsi
17501.1031Sriz#
17511.1031Srizinclude "dev/iscsi/files.iscsi"
1752