files revision 1.1012
11.1012Smrg#	$NetBSD: files,v 1.1012 2011/05/17 04:18:06 mrg 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.474Slukemdefflag	opt_execfmt.h		EXEC_AOUT EXEC_COFF EXEC_ECOFF EXEC_ELF32
821.1008Sjoerg				EXEC_ELF64 EXEC_SCRIPT
831.503Sjdolecek				EXEC_ELF_NOTELESS
841.199Sthorpej
851.686Sthorpejdefflag	opt_dkwedge.h		DKWEDGE_AUTODISCOVER
861.691Sthorpej				DKWEDGE_METHOD_BSDLABEL
871.688Sthorpej				DKWEDGE_METHOD_GPT
881.693Sthorpej				DKWEDGE_METHOD_MBR
891.686Sthorpej
901.791Seladdefflag	opt_veriexec.h		VERIFIED_EXEC_FP_SHA1
911.725Schristos				VERIFIED_EXEC_FP_SHA256
921.725Schristos				VERIFIED_EXEC_FP_SHA384
931.725Schristos				VERIFIED_EXEC_FP_SHA512
941.725Schristos				VERIFIED_EXEC_FP_MD5
951.725Schristos				VERIFIED_EXEC_FP_RMD160
961.725Schristos
971.794Sdsl# Per system call number counts and times
981.794Sdsldefflag opt_syscall_stats.h	SYSCALL_STATS
991.794Sdsldefflag opt_syscall_stats.h	SYSCALL_TIMES: SYSCALL_STATS 
1001.794Sdsl# Assume cpu_hascounter() returns true - to use disabled rdtsc() (for soekris)
1011.794Sdsldefflag opt_syscall_stats.h	SYSCALL_TIMES_HASCOUNTER: SYSCALL_TIMES 
1021.794Sdslfile kern/subr_syscall_stats.c	syscall_stats
1031.794Sdsl
1041.774Seladdefparam opt_pax.h		PAX_MPROTECT
1051.817Selad				PAX_SEGVGUARD
1061.879Schristos 				PAX_ASLR
1071.879Schristos 				PAX_ASLR_DELTA_MMAP_LSB
1081.879Schristos 				PAX_ASLR_DELTA_MMAP_LEN
1091.879Schristos 				PAX_ASLR_DELTA_STACK_LSB
1101.879Schristos 				PAX_ASLR_DELTA_STACK_LEN
1111.879Schristos 				PAX_ASLR_DELTA_PROG_LEN
1121.983Schristos				PAX_ASLR_DEBUG
1131.774Selad
1141.789Seladdefflag	opt_fileassoc.h		FILEASSOC
1151.789Selad
1161.803Sdyoungdefflag	opt_gre.h		GRE_DEBUG
1171.803Sdyoung
1181.911Ssimonb# Write Ahead Physical Block Logging
1191.911Ssimonbdefflag opt_wapbl.h		WAPBL WAPBL_DEBUG
1201.911Ssimonbdefparam opt_wapbl.h		WAPBL_DEBUG_PRINT
1211.911Ssimonb
1221.199Sthorpej# compatibility options
1231.473Slukem#
1241.924Swrstudendefflag	opt_sa.h		KERN_SA
1251.926Saddefflag opt_compat_netbsd.h	COMPAT_NETBSD
1261.936Schristosdefflag	opt_compat_netbsd.h	COMPAT_50: COMPAT_NETBSD
1271.936Schristosdefflag	opt_compat_netbsd.h	COMPAT_40: COMPAT_50, KERN_SA, COMPAT_NETBSD
1281.926Saddefflag	opt_compat_netbsd.h	COMPAT_30: COMPAT_40, COMPAT_NETBSD
1291.926Saddefflag	opt_compat_netbsd.h	COMPAT_20: COMPAT_30, COMPAT_NETBSD
1301.926Saddefflag	opt_compat_netbsd.h	COMPAT_16: COMPAT_20, COMPAT_NETBSD
1311.926Saddefflag	opt_compat_netbsd.h	COMPAT_15: COMPAT_16, COMPAT_NETBSD
1321.926Saddefflag	opt_compat_netbsd.h	COMPAT_14: COMPAT_15, COMPAT_NETBSD
1331.926Saddefflag	opt_compat_netbsd.h	COMPAT_13: COMPAT_14, COMPAT_NETBSD
1341.926Saddefflag	opt_compat_netbsd.h	COMPAT_12: COMPAT_13, COMPAT_NETBSD
1351.926Saddefflag	opt_compat_netbsd.h	COMPAT_11: COMPAT_12, COMPAT_NETBSD
1361.926Saddefflag	opt_compat_netbsd.h	COMPAT_10: COMPAT_11, COMPAT_NETBSD
1371.926Saddefflag	opt_compat_netbsd.h	COMPAT_09: COMPAT_10, COMPAT_NETBSD
1381.589Schristosdefflag				COMPAT_OSSAUDIO
1391.786Smartindefflag				COMPAT_FREEBSD: COMPAT_30
1401.474Slukemdefflag				COMPAT_IBCS2
1411.938Schristosdefflag				COMPAT_LINUX: COMPAT_16
1421.992Schsdefflag				COMPAT_LINUX32 : COMPAT_LINUX
1431.474Slukemdefflag				COMPAT_OSF1
1441.787Smartindefflag				COMPAT_SUNOS: COMPAT_30
1451.474Slukemdefflag	opt_compat_svr4.h	COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2
1461.937Shedefflag				COMPAT_ULTRIX: COMPAT_50
1471.474Slukemdefflag				COMPAT_NETBSD32
1481.852Shedefflag				COMPAT_AOUT_M68K: COMPAT_40
1491.474Slukemdefflag				COMPAT_M68K4K
1501.474Slukemdefflag				COMPAT_VAX1K
1511.474Slukemdefflag				COMPAT_43
1521.633Smattdefflag	opt_compat_netbsd.h	COMPAT_NOMID
1531.221Sjonathan
1541.473Slukem#
1551.570Sthorpej# Cryptography support.  Include this early, since several things
1561.570Sthorpej# use it.
1571.624Sjonathan
1581.624Sjonathan# Individual crypto transforms
1591.570Sthorpejinclude "crypto/arc4/files.arc4"
1601.570Sthorpejinclude "crypto/des/files.des"
1611.570Sthorpejinclude "crypto/blowfish/files.blowfish"
1621.570Sthorpejinclude "crypto/cast128/files.cast128"
1631.570Sthorpejinclude "crypto/rijndael/files.rijndael"
1641.644Stlsinclude "crypto/skipjack/files.skipjack"
1651.1011Sdrochnerinclude "crypto/camellia/files.camellia"
1661.570Sthorpej
1671.626Sthorpej# General-purpose crypto processing framework.
1681.626Sthorpejinclude "opencrypto/files.opencrypto"
1691.626Sthorpej
1701.570Sthorpej#
1711.618Sthorpej# System monitoring framework
1721.618Sthorpej#
1731.618Sthorpejinclude "dev/sysmon/files.sysmon"
1741.618Sthorpej
1751.618Sthorpej#
1761.563Sthorpej# Networking protocols
1771.563Sthorpej#
1781.971Spooka
1791.971Spooka# Attribute used by various things that need BPF's virtual machine
1801.971Spooka#
1811.971Spookadefine	bpf_filter
1821.971Spookadefparam opt_bpf.h	BPF_BUFSIZE
1831.971Spooka
1841.743Sthorpejinclude "net80211/files.net80211"
1851.563Sthorpejinclude "netatalk/files.netatalk"
1861.782Sgdamoreinclude "netbt/files.netbt"
1871.565Sthorpejinclude "netinet/files.netinet"
1881.565Sthorpejinclude "netinet6/files.netinet6"
1891.632Sitojuninclude "netinet6/files.ipsec"
1901.632Sitojuninclude "netipsec/files.netipsec"
1911.566Sthorpejinclude "netiso/files.netiso"
1921.991Skefreninclude "netmpls/files.netmpls"
1931.567Sthorpejinclude "netnatm/files.netnatm"
1941.600Sjdolecekinclude "netsmb/files.netsmb"
1951.994Srmind
1961.994Srmindinclude "net/npf/files.npf"
1971.994Srmindinclude "netinet/files.ipfilter"
1981.677Sitojuninclude "net/files.pf"
1991.563Sthorpej
2001.795Smattobsolete defflag		CCITT		# obsolete
2011.795Smattobsolete defflag		HDLC		# obsolete
2021.795Smattobsolete defflag		LLC		# obsolete
2031.795Smattobsolete defflag opt_ns.h	NS NSIP		# obsolete
2041.795Smattobsolete defflag		IPX		# obsolete
2051.825Scubeobsolete defflag opt_iso.h	TPCONS
2061.939Sjymobsolete defparam opt_md.h	MEMORY_RBFLAGS	# superseded by
2071.939Sjym						# MEMORY_DISK_RBFLAGS
2081.939Sjym
2091.474Slukemdefflag				PFIL_HOOKS	# pfil(9)
2101.603Sperseantdefflag	opt_bridge_ipf.h	BRIDGE_IPF	# bridge(4) use inet_pfil_hooks
2111.474Slukemdefflag	opt_ppp.h		PPP_DEFLATE PPP_BSDCOMP PPP_FILTER
2121.474Slukem						# Include deflate or bsd
2131.474Slukem						# compression, enable pppd
2141.474Slukem						# packet filtering support
2151.793Spaveldefflag opt_pppoe.h		PPPOE_SERVER PPPOE_TERM_UNKNOWN_SESSIONS
2161.189Sscottr
2171.189Sscottr# networking options
2181.473Slukem#
2191.474Slukemdefflag				GATEWAY
2201.748Syamtdefparam opt_nmbclusters.h	NMBCLUSTERS
2211.474Slukemdefparam			SB_MAX
2221.171Smrg
2231.189Sscottr# file system options
2241.473Slukem#
2251.1004Sbouyerdefflag	opt_quota.h		QUOTA QUOTA2		# XXX files.ufs?
2261.685Sthorpejdefflag				VNODE_LOCKDEBUG
2271.759Schsdefflag				MAGICLINKS
2281.353Soster
2291.276Sscottr# buffer cache size options
2301.473Slukem#
2311.474Slukemdefparam opt_bufcache.h		BUFCACHE BUFPAGES
2321.276Sscottr
2331.449Sgmcgarry# userconf
2341.473Slukem#
2351.474Slukemdefflag				USERCONF
2361.449Sgmcgarry
2371.663Satatat# sysctl related
2381.663Satatat#
2391.663Satatatdefflag opt_sysctl.h		SYSCTL_DISALLOW_CREATE SYSCTL_DISALLOW_KWRITE
2401.663Satatat				SYSCTL_DEBUG_SETUP SYSCTL_DEBUG_CREATE
2411.665Satatat				SYSCTL_INCLUDE_DESCR
2421.663Satatat
2431.473Slukem#
2441.289Slukem# Not entirely MI, but present on multiple arch's
2451.473Slukem#
2461.289Slukem
2471.276Sscottr# PC-style MBR handling
2481.473Slukem#
2491.474Slukemdefflag	opt_mbr.h		COMPAT_386BSD_MBRPART
2501.209Sjonathan
2511.745Sthorpej#
2521.209Sjonathan# debugging options
2531.473Slukem#
2541.745Sthorpejinclude "ddb/files.ddb"		# in-kernel dynamic debugger
2551.745Sthorpej
2561.474Slukemdefflag	opt_kgdb.h		KGDB
2571.613Smartindefparam opt_kgdb.h		KGDB_DEV KGDB_DEVNAME KGDB_DEVPORT
2581.474Slukem				KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
2591.474Slukemdefflag				LOCKDEBUG
2601.474Slukemdefflag				SYSCALL_DEBUG
2611.540Syamtdefflag	opt_kstack.h		KSTACK_CHECK_MAGIC
2621.271Sjonathan
2631.271Sjonathan# memory (ram) disk options
2641.473Slukem#
2651.474Slukemdefflag	opt_md.h		MEMORY_DISK_HOOKS MEMORY_DISK_IS_ROOT
2661.474Slukem				MEMORY_DISK_DYNAMIC
2671.851Sdsldefparam opt_md.h		MEMORY_DISK_SERVER=1 MEMORY_DISK_ROOT_SIZE
2681.939Sjym				MEMORY_DISK_RBFLAGS
2691.159Sdrochner
2701.842Smanudefflag opt_tftproot.h		TFTPROOT TFTPROOT_DEBUG
2711.842Smanu
2721.543Sbriggs# Support for hardware performance monitoring counters
2731.543Sbriggs#
2741.543Sbriggsdefflag	opt_perfctrs.h		PERFCTRS
2751.636Sjdolecek
2761.936Schristosdefflag	opt_wlan.h		WLAN
2771.936Schristos
2781.819Swiz# Machine-independent device majors assignements
2791.640Sjdolecekinclude "conf/majors"
2801.543Sbriggs
2811.60Scgd# generic attributes
2821.473Slukem#
2831.519Saugustssdefine	audiobus	{ }
2841.474Slukemdefine	midibus		{ }
2851.232Saugustssdefine	midisyn
2861.915Sjmcneilldefine	videobus	{ }
2871.638Sbouyerdefine	ata	        {[channel = -1]}
2881.674Sthorpejdefine	sata
2891.947Sjakllschdefine	sata_fis
2901.558Sthorpejdefine	scsi_core
2911.558Sthorpejdefine	scsi		{[channel = -1]}: scsi_core
2921.638Sbouyerdefine	ata_hl		{[drive = -1]}
2931.637Sbouyerdefine	atapi		{ }
2941.489Sdrochnerdefine	radiodev	{ }
2951.614Sgmcgarrydefine	gpibdev		{[address = -1]}
2961.734Sjmcneilldefine	gpiobus		{ }
2971.769Srizdefine	onewirebus	{ }
2981.659Sbjh21define 	pckbport	{[slot = -1]}
2991.659Sbjh21define	pckbport_machdep_cnattach
3001.754Sthorpejdefine	firmload
3011.67Scgd
3021.67Scgd# audio device attributes
3031.473Slukem#
3041.63Sbrezakdefine	mulaw
3051.132Saugustssdefine	auconv
3061.500Skentdefine	aurateconv
3071.629Sthorpej
3081.228Saugustss# audio and midi devices, attaches to audio hardware driver
3091.473Slukem#
3101.876Sjmcneilldevice	audio: audiodev
3111.519Saugustssattach	audio at audiobus
3121.228Saugustssdevice	midi
3131.228Saugustssattach	midi at midibus
3141.363Sthorpej
3151.650Sbjh21# console bell via audio device
3161.650Sbjh21#
3171.650Sbjh21define	audiobell
3181.650Sbjh21
3191.915Sjmcneill# video devices, attaches to video hardware driver
3201.915Sjmcneill#
3211.915Sjmcneilldevice	video
3221.915Sjmcneillattach	video at videobus
3231.915Sjmcneill
3241.922Spgoyette# National Semiconductor LM7[89]
3251.922Spgoyette#
3261.922Spgoyette# (included here so files.i2c can define an attachment)
3271.922Spgoyette
3281.922Spgoyettedevice	lm: sysmon_envsys
3291.922Spgoyettefile	dev/ic/nslm7x.c			lm			needs-flag
3301.922Spgoyette
3311.984Spgoyette# JEDEC standard SPD EPROM
3321.984Spgoyette#
3331.984Spgoyette# (included here so files.i2c can define an attachment)
3341.984Spgoyette
3351.984Spgoyettedevice	spdmem
3361.984Spgoyettefile	dev/ic/spdmem.c			spdmem
3371.984Spgoyette
3381.635Sthorpej# I2C device support
3391.635Sthorpejinclude "dev/i2c/files.i2c"
3401.635Sthorpej
3411.813Sgdamore# SPI device support
3421.813Sgdamoreinclude "dev/spi/files.spi"
3431.813Sgdamore
3441.559Sthorpej# IR device support
3451.559Sthorpejinclude	"dev/ir/files.ir"
3461.559Sthorpej
3471.651Sjdolecek# Parallel Port Bus support
3481.651Sjdolecekinclude "dev/ppbus/files.ppbus"
3491.651Sjdolecek
3501.363Sthorpej# raster operations attributes
3511.473Slukem#
3521.426Slukemdefine	rasops1
3531.426Slukemdefine	rasops2
3541.426Slukemdefine	rasops4
3551.426Slukemdefine	rasops8
3561.426Slukemdefine	rasops15
3571.426Slukemdefine	rasops16
3581.426Slukemdefine	rasops24
3591.426Slukemdefine	rasops32
3601.829Soberdefine	rasops_rotation
3611.60Scgd
3621.997Sjmcneill# image decoding support
3631.997Sjmcneillinclude "dev/stbi/files.stbi"
3641.997Sjmcneill
3651.760Sjmcneill# splash screen support
3661.760Sjmcneillinclude "dev/splash/files.splash"
3671.760Sjmcneill
3681.768Sgdamore# videomode support
3691.768Sgdamoreinclude "dev/videomode/files.videomode"
3701.768Sgdamore
3711.67Scgd# net device attributes - we have generic code for arc(net), ether(net),
3721.457Sbjh21# fddi, token ring, atm and eco(net).
3731.473Slukem#
3741.874Scubedefine	arcnet
3751.88Schuckdefine	atm
3761.457Sbjh21define	eco
3771.60Scgddefine	ether
3781.67Scgddefine	fddi
3791.185Skmldefine	hippi
3801.399Sonoedefine	ieee1394
3811.282Sbaddefine	token
3821.284Sexplorerdefine	sppp
3831.719Sdyoungdefine	wlan: arc4, rijndael
3841.294Sitojundefine	crypto
3851.100Sws
3861.119Sis# devices ARPing IPv4 pull this in:
3871.473Slukem#
3881.119Sisdefine	arp
3891.119Sis
3901.515Sthorpej#
3911.515Sthorpej# ALTQ network traffic shaping subsystem
3921.515Sthorpej#
3931.515Sthorpejinclude "altq/files.altq"
3941.515Sthorpej
3951.473Slukem#
3961.560Sthorpej# IPKDB kernel debugger
3971.473Slukem#
3981.560Sthorpejinclude "ipkdb/files.ipkdb"
3991.102Sws
4001.404Sad# Logical disk
4011.473Slukem#
4021.404Saddevice	ld: disk
4031.426Slukemfile	dev/ld.c			ld			needs-flag
4041.513Sthorpej
4051.513Sthorpej#
4061.513Sthorpej# MII/PHY support for network devices
4071.513Sthorpej#
4081.513Sthorpejinclude "dev/mii/files.mii"
4091.375Sthorpej
4101.473Slukem#
4111.512Sthorpej# RAIDframe
4121.512Sthorpej#
4131.512Sthorpejinclude "dev/raidframe/files.raidframe"
4141.639Sgrog
4151.639Sgrog#
4161.542Sthorpej# Hardware-assisted data mover API
4171.542Sthorpej#
4181.542Sthorpejinclude "dev/dmover/files.dmover"
4191.512Sthorpej
4201.512Sthorpej#
4211.83Sthorpej# "Chipset" drivers.  These are the bus-independent routines which
4221.83Sthorpej# contain the cfdrivers.  Attachments are provided by files.<bus>
4231.473Slukem#
4241.145Schristos
4251.145Schristos# Adaptec AIC-6[32]60 ICs
4261.473Slukem#
4271.173Sthorpejdevice	aic: scsi
4281.145Schristosfile	dev/ic/aic6360.c		aic
4291.346Sthorpej
4301.346Sthorpej# SMC 93Cx6 Serial EEPROM devices
4311.473Slukem#
4321.346Sthorpejdefine	smc93cx6
4331.346Sthorpejfile	dev/ic/smc93cx6.c		smc93cx6
4341.83Sthorpej
4351.86Smycroft# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
4361.473Slukem#
4371.474Slukemdefparam opt_ahc.h		AHC_DEBUG
4381.474Slukemdefflag	opt_ahc.h		AHC_NO_TAGS
4391.173Sthorpejdevice	ahc: scsi
4401.345Sthorpejdefine	ahc_seeprom
4411.354Sfvdldefine	ahc_aic77xx
4421.142Senamifile	dev/ic/aic7xxx.c		ahc
4431.609Sfvdlfile	dev/ic/aic7xxx_osm.c		ahc
4441.345Sthorpejfile	dev/ic/aic7xxx_seeprom.c	ahc_seeprom
4451.354Sfvdlfile	dev/ic/aic77xx.c		ahc_aic77xx
4461.609Sfvdl
4471.609Sfvdl# Adaptec aic79xx SCSI controllers
4481.609Sfvdldefflag	opt_ahd.h		AHD_DEBUG
4491.609Sfvdldevice	ahd: scsi
4501.609Sfvdlfile	dev/ic/aic79xx.c		ahd
4511.609Sfvdlfile	dev/ic/aic79xx_osm.c		ahd
4521.318Sad
4531.318Sad# DPT EATA SCSI controllers
4541.473Slukem#
4551.318Saddevice	dpt: scsi
4561.318Sadfile	dev/ic/dpt.c			dpt
4571.355Sad
4581.355Sad# Compaq Smart ARRAY controllers
4591.473Slukem#
4601.355Saddevice	cac {unit = -1}
4611.355Sadfile	dev/ic/cac.c			cac
4621.355Sad
4631.404Sadattach	ld at cac with ld_cac
4641.404Sadfile	dev/ic/ld_cac.c			ld_cac
4651.419Sad
4661.764She# HP/Compaq Command Interface for SCSI-3 Support
4671.764She#
4681.764Shedevice ciss: scsi
4691.764Shefile	dev/ic/ciss.c			ciss
4701.764She
4711.419Sad# Mylex DAC960 RAID controllers
4721.473Slukem#
4731.419Saddevice	mlx {unit = -1}
4741.419Sadfile	dev/ic/mlx.c			mlx			needs-flag
4751.419Sad
4761.419Sadattach	ld at mlx with ld_mlx
4771.419Sadfile	dev/ic/ld_mlx.c			ld_mlx
4781.521Sad
4791.521Sad# ICP-Vortex/Intel RAID controllers
4801.521Sad#
4811.521Saddevice	icp {unit = -1}
4821.521Sadfile	dev/ic/icp.c			icp			needs-flag
4831.611Sthorpejfile	dev/ic/icp_ioctl.c		icp
4841.521Sad
4851.521Sadattach	ld at icp with ld_icp
4861.521Sadfile	dev/ic/ld_icp.c			ld_icp
4871.521Sad
4881.521Saddevice	icpsp: scsi
4891.521Sadfile	dev/ic/icpsp.c			icpsp
4901.521Sadattach	icpsp at icp
4911.523Sad
4921.523Sad# Adaptec FSA RAID controllers
4931.523Sad#
4941.523Saddevice	aac {unit = -1}
4951.523Sadfile	dev/ic/aac.c			aac
4961.523Sad
4971.523Sadattach	ld at aac with ld_aac
4981.523Sadfile	dev/ic/ld_aac.c			ld_aac
4991.238Sdante
5001.238Sdante# AdvanSys 1200A, 1200B and ULTRA SCSI controllers
5011.473Slukem#
5021.238Sdantedevice	adv: scsi
5031.238Sdantefile	dev/ic/adv.c			adv
5041.428Sthorpejfile	dev/ic/advlib.c			adv
5051.428Sthorpejfile	dev/ic/advmcode.c		adv
5061.248Sdante
5071.248Sdante# AdvanSys ULTRA WIDE SCSI controllers
5081.473Slukem#
5091.248Sdantedevice	adw: scsi
5101.248Sdantefile	dev/ic/adw.c			adw
5111.194Sjonathan
5121.130Sjonathan# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
5131.130Sjonathan# (Must be declared before AHA to ensure bha probes before aha.
5141.130Sjonathan#  Probing AHA first configures bhas as aha, via their AHA
5151.130Sjonathan#  hardware-compatibility mode.)
5161.473Slukem#
5171.173Sthorpejdevice	bha: scsi
5181.142Senamifile	dev/ic/bha.c			bha
5191.130Sjonathan
5201.113Smycroft# Adaptec AHA-154x and AHA-164x controllers
5211.130Sjonathan# (must be after bha, see above)
5221.473Slukem#
5231.173Sthorpejdevice	aha: scsi
5241.142Senamifile	dev/ic/aha.c			aha
5251.445Stsutsui
5261.445Stsutsui# Initio INIC-940/950 SCSI controllers
5271.473Slukem#
5281.445Stsutsuidevice	iha: scsi
5291.445Stsutsuifile	dev/ic/iha.c			iha
5301.118Scgd
5311.118Scgd# Qlogic ISP 10x0 SCSI Controllers
5321.473Slukem#
5331.474Slukemdefflag	opt_isp.h		ISP_DISABLE_1020_SUPPORT
5341.474Slukem				ISP_DISABLE_1080_SUPPORT
5351.474Slukem				ISP_DISABLE_2100_SUPPORT
5361.474Slukem				ISP_DISABLE_2200_SUPPORT
5371.846Smjacob				ISP_DISABLE_2300_SUPPORT
5381.894Smjacob				ISP_DISABLE_2322_SUPPORT
5391.846Smjacob				ISP_DISABLE_2400_SUPPORT
5401.846Smjacob				ISP_DISABLE_FW
5411.846Smjacob				ISP_TARGET_MODE
5421.474Slukemdefparam opt_isp.h		ISP_LOGDEFAULT
5431.894Smjacob				ISP_VPORTS
5441.173Sthorpejdevice	isp: scsi
5451.142Senamifile	dev/ic/isp.c			isp
5461.846Smjacobfile	dev/ic/isp_library.c		isp
5471.223Smjacobfile	dev/ic/isp_netbsd.c		isp
5481.711Sdrochnerfile	dev/ic/isp_target.c		isp & isp_target_mode
5491.821Sbouyer# LSILogic MegaRAID SAS
5501.821Sbouyer#
5511.821Sbouyerdevice	mfi: scsi
5521.821Sbouyerfile	dev/ic/mfi.c			mfi
5531.821Sbouyer
5541.528Smatt# LSILogic Fusion-MPT I/O Processor SCSI/FC Controllers
5551.528Smatt#
5561.608Sthorpejdevice	mpt: scsi
5571.608Sthorpejfile	dev/ic/mpt.c			mpt
5581.608Sthorpejfile	dev/ic/mpt_debug.c		mpt
5591.608Sthorpejfile	dev/ic/mpt_netbsd.c		mpt
5601.605Stsutsui
5611.682Sitohy# Workbit NinjaSCSI-32 controllers
5621.682Sitohydevice	njs: scsi
5631.682Sitohyfile	dev/ic/ninjascsi32.c		njs
5641.682Sitohy
5651.605Stsutsui# Symbios/NCR 53c700 SCSI controllers
5661.605Stsutsuidevice	oosiop: scsi
5671.605Stsutsuifile	dev/ic/oosiop.c			oosiop
5681.436Stsutsui
5691.436Stsutsui# Symbios/NCR 53c710 SCSI controllers
5701.473Slukem#
5711.436Stsutsuidevice	osiop: scsi
5721.436Stsutsuifile	dev/ic/osiop.c			osiop
5731.364Sbouyer
5741.368Sbouyer# common stuff for siop and esiop
5751.473Slukem#
5761.426Slukemdefine	siop_common
5771.426Slukemfile	dev/ic/siop_common.c		siop_common
5781.368Sbouyer
5791.364Sbouyer# Symbios/NCR 53c720/53c8xx SCSI controllers
5801.473Slukem#
5811.426Slukemdevice	siop: scsi,siop_common
5821.898Sskrllfile	dev/ic/siop.c			siop & (siop_pci | siop_gedoens)
5831.517Sbouyerdefflag	opt_siop.h			SIOP_SYMLED
5841.518Sbouyer
5851.518Sbouyerdevice	esiop: scsi,siop_common
5861.518Sbouyerfile	dev/ic/esiop.c			esiop
5871.94Smycroft
5881.94Smycroft# UltraStor SCSI controllers
5891.473Slukem#
5901.173Sthorpejdevice	uha: scsi
5911.142Senamifile	dev/ic/uha.c			uha
5921.409Sonoe
5931.878Sgarbled# 3Com common probe code
5941.878Sgarbleddefine  elink
5951.878Sgarbledfile    dev/isa/elink.c                 elink
5961.878Sgarbled
5971.409Sonoe# Aironet PC4500/PC4800
5981.473Slukem#
5991.653Stsarnadevice	an: arp, wlan, ifnet
6001.409Sonoefile	dev/ic/an.c			an
6011.86Smycroft
6021.376Sonoe# AMD 79c930-based 802.11 cards
6031.473Slukem#
6041.376Sonoedevice	awi: arp, wlan, ifnet
6051.376Sonoefile	dev/ic/awi.c			awi
6061.376Sonoefile	dev/ic/am79c930.c		awi
6071.438Sichiro
6081.438Sichiro# Lucent & Intersil WaveLan IEEE (802.11)
6091.473Slukem#
6101.656Sjunyoungdevice	wi: arp, wlan, ifnet
6111.438Sichirofile	dev/ic/wi.c			wi
6121.617Sdyoung
6131.930Salc# Atheros HAL
6141.930Salc#
6151.930Salcinclude "external/isc/atheros_hal/conf/files.ath_hal"
6161.930Salc
6171.641Sdyoung# Atheros 5210/5211/5212 multi-mode 802.11
6181.641Sdyoung#
6191.656Sjunyoungdevice	ath: arp, wlan, ifnet
6201.641Sdyoungfile	dev/ic/ath.c					ath
6211.719Sdyoungfile	dev/ic/ath_netbsd.c				ath
6221.738Sdyoungfile	dev/ic/athrate-sample.c				ath
6231.641Sdyoung
6241.617Sdyoung# ADMtek ADM8211 802.11
6251.617Sdyoung#
6261.656Sjunyoungdevice	atw: arp, wlan, ifnet, smc93cx6
6271.617Sdyoungfile	dev/ic/atw.c			atw
6281.376Sonoe
6291.687Sdyoung# Realtek RTL8180 802.11
6301.687Sdyoung#
6311.687Sdyoungdevice rtw: arp, wlan, ifnet, smc93cx6
6321.687Sdyoungfile	dev/ic/rtw.c			rtw
6331.687Sdyoungfile	dev/ic/rtwphy.c			rtw
6341.687Sdyoungfile	dev/ic/rtwphyio.c		rtw
6351.687Sdyoung
6361.780Srpaulo# Ralink RT2500/RT2600 802.11
6371.779Smartindevice	ral: arp, ether, ifnet, wlan, firmload
6381.778Sdogcowfile	dev/ic/rt2560.c			ral
6391.778Sdogcowfile	dev/ic/rt2661.c			ral
6401.722Sdrochner
6411.83Sthorpej# 3Com Etherlink-III Ethernet controller
6421.473Slukem#
6431.333Sthorpejdevice	ep: arp, ether, ifnet, mii, mii_bitbang
6441.142Senamifile	dev/ic/elink3.c			ep
6451.253Sfvdl
6461.253Sfvdl# 3Com EtherLink XL Controller
6471.473Slukem#
6481.331Sthorpejdevice	ex: arp, ether, ifnet, mii, mii_bitbang
6491.253Sfvdlfile	dev/ic/elinkxl.c		ex
6501.131Smatt
6511.131Smatt# DEC EtherWORKS III (LEMAC) Ethernet controllers
6521.473Slukem#
6531.173Sthorpejdevice	lc: arp, ether, ifnet
6541.142Senamifile	dev/ic/lemac.c			lc
6551.84Smycroft
6561.84Smycroft# LANCE and PCnet Ethernet controllers
6571.473Slukem#
6581.173Sthorpejdevice	le: arp, ether, ifnet
6591.426Slukemdefine	le24
6601.426Slukemdefine	le32
6611.227Sexplorerfile	dev/ic/am7990.c			le24
6621.225Sdrochnerfile	dev/ic/am79900.c		le32
6631.225Sdrochnerfile	dev/ic/lance.c			le24 | le32
6641.383Sthorpej
6651.383Sthorpej# DEC DEPCA-family of LANCE Ethernet controllers
6661.473Slukem#
6671.383Sthorpejdevice	depca { }: le24
6681.383Sthorpejfile	dev/ic/depca.c			depca
6691.383Sthorpejattach	le at depca with le_depca
6701.122Sscottr
6711.290Smrg# Sun HME Ethernet controllers
6721.473Slukem#
6731.293Spkdevice	hme: arp, ether, ifnet, mii
6741.293Spkfile	dev/ic/hme.c			hme
6751.461Seeh
6761.461Seeh# Sun GEM Ethernet controllers
6771.473Slukem#
6781.461Seehdevice	gem: arp, ether, ifnet, mii
6791.461Seehfile	dev/ic/gem.c			gem
6801.290Smrg
6811.122Sscottr# 8390-family Ethernet controllers
6821.473Slukem#
6831.569Sthorpejdefflag	opt_ipkdb.h		IPKDB_DP8390
6841.122Sscottrdefine	dp8390nic
6851.569Sthorpejfile	dev/ic/dp8390.c			dp8390nic | ipkdb_dp8390
6861.485Sbjh21
6871.485Sbjh21# National Semiconductor DP83905 AT/LANTIC Ethernet media support
6881.485Sbjh21#
6891.485Sbjh21define	dp83905
6901.485Sbjh21file	dev/ic/dp83905.c		dp83905
6911.484Sbjh21
6921.484Sbjh21# Macronix MX98905 Ethernet controller
6931.484Sbjh21# (use as an attribute for an "ne" bus attachment)
6941.484Sbjh21#
6951.484Sbjh21define	mx98905
6961.484Sbjh21file	dev/ic/mx98905.c		mx98905
6971.77Scgd
6981.282Sbad# TROPIC Token-Ring controller
6991.473Slukem#
7001.282Sbaddevice	tr: arp, token, ifnet
7011.282Sbadfile	dev/ic/tropic.c			tr
7021.282Sbad
7031.91Scgd# NCR 5380 SCSI Bus Controller
7041.473Slukem#
7051.91Scgddefine	ncr5380sbc
7061.142Senamifile	dev/ic/ncr5380sbc.c		ncr5380sbc
7071.356Spkdevice	nca: scsi, ncr5380sbc
7081.91Scgd
7091.434Sfredette# Sun sc PAL SCSI Bus Controller
7101.473Slukem#
7111.434Sfredettedefine	sunscpal
7121.434Sfredettefile	dev/ic/sunscpal.c		sunscpal
7131.434Sfredettedevice	ssc: scsi, sunscpal
7141.434Sfredette
7151.91Scgd# DEC FDDI Chipset
7161.473Slukem#
7171.91Scgddefine	pdq
7181.142Senamifile	dev/ic/pdq.c			pdq
7191.142Senamifile	dev/ic/pdq_ifsubr.c		pdq
7201.98Schristos
7211.474Slukem# Cyclades Cyclom-8/16/32
7221.473Slukem#
7231.173Sthorpejdevice	cy: tty
7241.142Senamifile	dev/ic/cy.c			cy			needs-flag
7251.103Sthorpej
7261.103Sthorpej# Efficient Networks, Inc. ATM interface
7271.473Slukem#
7281.173Sthorpejdevice	en: atm, ifnet
7291.142Senamifile	dev/ic/midway.c			en
7301.117Sthorpej
7311.117Sthorpej# NCR 53x9x or Emulex ESP SCSI Controller
7321.473Slukem#
7331.117Sthorpejdefine	ncr53c9x
7341.359Smycroftdevice	esp: scsi, ncr53c9x
7351.142Senamifile	dev/ic/ncr53c9x.c		ncr53c9x
7361.227Sexplorer
7371.679Smycroft# Fujitsu MB87030/MB89352 SCSI Protocol Controller
7381.679Smycroftdevice	spc: scsi
7391.679Smycroftfile	dev/ic/mb89352.c		spc
7401.679Smycroft
7411.796Sbjh21# Western Digital WD33C93/WD33C93A SCSI Bus Interface Controller
7421.796Sbjh21define	wd33c93
7431.796Sbjh21file	dev/ic/wd33c93.c		wd33c93
7441.796Sbjh21
7451.590Ssoren# Hitachi HD44780 LCD panel controller
7461.590Ssorendefine	hd44780
7471.590Ssorenfile	dev/ic/hd44780_subr.c		hd44780
7481.590Ssorenfile	dev/ic/lcdkp_subr.c		hd44780
7491.590Ssoren
7501.710Sjoff# Matrix keypad
7511.710Sjoffdefine	matrixkp
7521.710Sjofffile	dev/ic/matrixkp_subr.c		matrixkp
7531.710Sjoff
7541.227Sexplorer# Hitachi HD64570 serial controller
7551.473Slukem#
7561.359Smycroftdefine	hd64570
7571.227Sexplorerfile	dev/ic/hd64570.c		hd64570
7581.339Schopps
7591.339Schopps# Riscom/N2 ISA/PCI Sync Serial Controller
7601.473Slukem#
7611.339Schoppsdevice	ntwoc: ifnet, hd64570
7621.128Spk
7631.128Spk# Intel 82586 Ethernet Controller
7641.473Slukem#
7651.128Spkdefine	i82586
7661.142Senamifile	dev/ic/i82586.c			i82586
7671.291Sthorpej
7681.658Sjkunz# Intel 82596 Ethernet Controller
7691.658Sjkunz#
7701.658Sjkunzdefine	i82596
7711.658Sjkunzfile	dev/ic/i82596.c			i82596
7721.658Sjkunz
7731.291Sthorpej# Intel 82557/82558/82559 Ethernet Controller
7741.473Slukem#
7751.291Sthorpejdevice	fxp: ether, ifnet, arp, mii
7761.291Sthorpejfile	dev/ic/i82557.c			fxp
7771.389Sbjh21
7781.389Sbjh21# SEEQ 8005 Advanced Ethernet Data Link Controller
7791.473Slukem#
7801.389Sbjh21define	seeq8005
7811.389Sbjh21file	dev/ic/seeq8005.c		seeq8005
7821.137Sthorpej
7831.137Sthorpej# SMC 91Cxx Ethernet Controller
7841.473Slukem#
7851.379Sbriggsdevice	sm: arp, ether, ifnet, mii, mii_bitbang
7861.142Senamifile	dev/ic/smc91cxx.c		sm
7871.188Sthorpej
7881.188Sthorpej# SMC 83C170 EPIC/100 Fast Ethernet Controller
7891.473Slukem#
7901.230Sthorpejdevice	epic: arp, ether, ifnet, mii
7911.188Sthorpejfile	dev/ic/smc83c170.c		epic
7921.309Sragge
7931.309Sragge# DEC SGEC Second Generation Ethernet Controller
7941.473Slukem#
7951.309Sraggedefine	sgec
7961.309Sraggefile	dev/ic/sgec.c			sgec
7971.177Senami
7981.715Sjdolecek# MB86950 Ethernet Controller
7991.715Sjdolecek#
8001.715Sjdolecekdefine	mb86950
8011.715Sjdolecekfile	dev/ic/mb86950.c		mb86950
8021.715Sjdolecek
8031.177Senami# MB8696x Ethernet Controller
8041.473Slukem#
8051.177Senamidefine	mb86960
8061.177Senamifile	dev/ic/mb86960.c		mb86960
8071.177Senami
8081.177Senami# Generic MB8696x Ethernet Controller driver
8091.473Slukem#
8101.177Senamidevice	mbe: arp, ether, ifnet, mb86960
8111.146Saugustss
8121.146Saugustss# Interwave Am78C201 audio driver
8131.473Slukem#
8141.146Saugustssdefine	interwave
8151.146Saugustssfile	dev/ic/interwave.c		interwave
8161.154Sis
8171.154Sis# TMS 320av110 MPEG2/audio driver
8181.473Slukem#
8191.154Sisdefine	tms320av110
8201.154Sisfile	dev/ic/tms320av110.c		tms320av110
8211.152Sthorpej
8221.152Sthorpej# Novell NE2000-compatible Ethernet cards, based on the
8231.152Sthorpej# National Semiconductor DS8390.
8241.473Slukem#
8251.474Slukemdefflag	opt_ipkdb.h		IPKDB_NE			: IPKDB_DP8390
8261.423Sthorpejdevice	ne: ether, ifnet, arp, dp8390nic, mii
8271.569Sthorpejfile	dev/ic/ne2000.c			ne | ipkdb_ne
8281.153Sthorpej
8291.153Sthorpej# 8250/16[45]50-based "com" ports
8301.668Sthorpej#
8311.749Schsdefflag	opt_com.h		COM_DEBUG
8321.153Sthorpej# XXX In a perfect world, this would be done with attributes
8331.788Sgdamoredefflag	opt_com.h		COM_16650 COM_HAYESP COM_PXA2X0 COM_AU1X00
8341.788Sgdamore				COM_REGMAP
8351.392Seehdevice	com { } : tty
8361.426Slukemfile	dev/ic/com.c			com			needs-flag
8371.336Sthorpej
8381.336Sthorpej# PC-like keyboard controller
8391.473Slukem#
8401.659Sbjh21device	pckbc: pckbport
8411.660Sbjh21file	dev/ic/pckbc.c			pckbc			needs-flag
8421.274Sscw
8431.714Scubedevice	attimer
8441.714Scubefile	dev/ic/attimer.c		attimer			needs-flag
8451.714Scube
8461.274Sscw# Cirrus Logic CD240[01] 4-port Multi-Protocol Communications Controller
8471.473Slukem#
8481.274Sscwdevice	clmpcc: tty
8491.426Slukemfile	dev/ic/clmpcc.c			clmpcc			needs-flag
8501.385Sbjh21
8511.843Sxtraeme# Abit uGuru
8521.843Sxtraeme#
8531.843Sxtraemedevice	ug: sysmon_envsys
8541.843Sxtraemefile	dev/ic/ug.c			ug			needs-flag
8551.843Sxtraeme
8561.185Skml# Essential Communications Corp. HIPPI Interface
8571.473Slukem#
8581.426Slukemdevice	esh: hippi, ifnet
8591.426Slukemfile	dev/ic/rrunner.c		esh			needs-flag
8601.242Sis
8611.242Sis# SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver
8621.473Slukem#
8631.874Scubedevice	bah: ifnet, arcnet, arp
8641.426Slukemfile	dev/ic/smc90cx6.c		bah
8651.234Saugustss
8661.234Saugustss# OPL2/OPL3 FM synth driver
8671.473Slukem#
8681.235Saugustssdevice	opl: midibus, midisyn
8691.234Saugustssfile	dev/ic/opl.c			opl
8701.234Saugustssfile	dev/ic/oplinstrs.c		opl
8711.305Saugustss
8721.305Saugustss# MPU401 MIDI UART compatibles
8731.473Slukem#
8741.305Saugustssdevice	mpu: midibus
8751.426Slukemfile	dev/ic/mpu.c			mpu			needs-flag
8761.236Spk
8771.236Spk# AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
8781.473Slukem#
8791.236Spkdefine	ad1848
8801.236Spkfile	dev/ic/ad1848.c			ad1848
8811.290Smrg
8821.290Smrg# AMD 7930 audio/ISDN codec
8831.473Slukem#
8841.366Saugustssdefine	am7930
8851.366Saugustssfile	dev/ic/am7930.c			am7930
8861.290Smrg
8871.290Smrg# SPARC `SUNW,audiocs'
8881.473Slukem#
8891.519Saugustssdevice	audiocs: audiobus, auconv, ad1848
8901.290Smrgfile	dev/ic/cs4231.c			audiocs
8911.326Saugustss
8921.326Saugustss# AC-97 CODECs
8931.473Slukem#
8941.326Saugustssdefine	ac97
8951.326Saugustssfile	dev/ic/ac97.c			ac97
8961.437Sminoura
8971.437Sminoura# Oki MSM6258 support code
8981.473Slukem#
8991.437Sminouradefine msm6258
9001.437Sminourafile	dev/ic/msm6258.c		msm6258
9011.240Spk
9021.240Spk# LSI64854 DMA controller back-end
9031.473Slukem#
9041.240Spkdefine	lsi64854
9051.240Spkfile	dev/ic/lsi64854.c		lsi64854
9061.465Smrg
9071.465Smrg# Cirrus Logic CL-CD180/1864/1865 multi port serial controller back-end
9081.473Slukem#
9091.465Smrgdefine	cd18xx
9101.465Smrgfile	dev/ic/cd18xx.c			cd18xx
9111.240Spk
9121.654Swiz# Realtek 8019/8029 NE2000-compatible network interface subroutines
9131.473Slukem#
9141.252Sthorpejdefine	rtl80x9
9151.980Stsutsuifile	dev/ic/rtl80x9.c		rtl80x9			needs-flag
9161.360Shaya
9171.654Swiz# Realtek 8129/8139 Ethernet controllers
9181.473Slukem#
9191.362Shayadevice	rtk: ether, ifnet, arp, mii
9201.675Ssekiyafile	dev/ic/rtl81x9.c		rtk | re
9211.185Skml
9221.673Stoshii# Realtek 8169 Ethernet controllers
9231.673Stoshii#
9241.673Stoshiidevice	re: ether, ifnet, arp, mii
9251.709Syamtfile	dev/ic/rtl8169.c		re
9261.673Stoshii
9271.258Spk# Common code for ESDI/IDE/etc. controllers
9281.473Slukem#
9291.680Sthorpejdefine	wdc_common
9301.809Sitohydefine	ata_dma
9311.809Sitohydefine	ata_udma
9321.809Sitohydefine	ata_piobm
9331.680Sthorpejdevice	wdc: ata, wdc_common
9341.637Sbouyer
9351.835Sdyoungdefflag	opt_ata.h	ATADEBUG
9361.835Sdyoung
9371.656Sjunyoungdevice	atabus: atapi,ata_hl
9381.656Sjunyoungattach	atabus at ata
9391.809Sitohy# The strange expression is to dump ata_* definitions to ata_dma.h.
9401.809Sitohyfile	dev/ic/wdc.c			(ata_dma | ata_udma | ata_piobm | atabus) & atabus & wdc_common	needs-flag
9411.386Sbjh21
9421.810Sitohy# Workbit NinjaATA-32 IDE controllers
9431.810Sitohydevice	njata: ata, ata_piobm, wdc_common
9441.810Sitohyfile	dev/ic/ninjaata32.c		njata
9451.810Sitohy
9461.386Sbjh21# CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller
9471.473Slukem#
9481.386Sbjh21device	upc { [offset = -1] }
9491.386Sbjh21attach	wdc at upc with wdc_upc
9501.386Sbjh21attach	com at upc with com_upc
9511.651Sjdolecekattach	lpt at upc with lpt_upc
9521.426Slukemfile	dev/ic/upc.c			upc
9531.426Slukemfile	dev/ic/wdc_upc.c		wdc_upc
9541.426Slukemfile	dev/ic/com_upc.c		com_upc
9551.651Sjdolecekfile	dev/ic/lpt_upc.c		lpt_upc
9561.327Smatt
9571.844Sbouyer# AHCI-compatible SATA controllers
9581.844Sbouyerdefine ahcisata_core
9591.844Sbouyerfile dev/ic/ahcisata_core.c ahcisata_core
9601.948Sjakllschdevice ahcisata: ata, ata_dma, ata_udma, sata, sata_fis, ahcisata_core
9611.844Sbouyer
9621.956Sjakllsch# Silicon Image SteelVine SATA-II controllers
9631.956Sjakllschdefine	siisata
9641.956Sjakllschfile	dev/ic/siisata.c		siisata
9651.956Sjakllschdevice	siisata: ata, ata_dma, ata_udma, sata, sata_fis, siisata
9661.956Sjakllsch
9671.957Sjakllsch# Marvell Serial-ATA Host Controller
9681.951Skiyoharadefine mvsata
9691.951Skiyoharafile dev/ic/mvsata.c			mvsata
9701.951Skiyoharadevice mvsata: ata, ata_dma, ata_udma, wdc_common, sata, mvsata
9711.951Skiyoharadefflag opt_mvsata.h		MVSATA_WITHOUTDMA
9721.951Skiyohara
9731.314Sthorpej# DECchip 21x4x Ethernet controller family, and assorted clones.
9741.473Slukem#
9751.333Sthorpejdevice	tlp: arp, ether, ifnet, mii, mii_bitbang
9761.314Sthorpejfile	dev/ic/tulip.c			tlp
9771.322Sthorpej
9781.322Sthorpej# Adaptec AIC-6915 Ethernet interface
9791.473Slukem#
9801.322Sthorpejdevice	sf: arp, ether, ifnet, mii
9811.322Sthorpejfile	dev/ic/aic6915.c		sf
9821.378Spk
9831.378Spk# Mostek time-of-day clock and NVRAM
9841.473Slukem#
9851.378Spkdefine	mk48txx
9861.507Spkfile	dev/ic/mk48txx.c		mk48txx
9871.378Spk
9881.378Spk# Intersil 7170 time-of-day clock
9891.473Slukem#
9901.378Spkdefine	intersil7170
9911.378Spkfile	dev/ic/intersil7170.c		intersil7170
9921.434Sfredette
9931.434Sfredette# National Semiconductor MM58167 time-of-day clock
9941.473Slukem#
9951.434Sfredettedefine	mm58167
9961.434Sfredettefile	dev/ic/mm58167.c		mm58167
9971.643Stsutsui
9981.643Stsutsui# Motorola mc146818 (and compatible) time-of-day clock
9991.643Stsutsui#
10001.643Stsutsuidefine	mc146818
10011.643Stsutsuifile	dev/ic/mc146818.c		mc146818
10021.422Sthorpej
10031.808Suwe# Ricoh RS5C313 time of-day-clock
10041.808Suwe#
10051.808Suwedefine	rs5c313
10061.808Suwefile	dev/ic/rs5c313.c		rs5c313
10071.808Suwe
10081.422Sthorpej# D-Link DL10019/10022 NE2000-compatible network interface subroutines
10091.473Slukem#
10101.422Sthorpejdefine	dl10019
10111.422Sthorpejfile	dev/ic/dl10019.c		dl10019
10121.453Senami
10131.453Senami# ASIX AX88190 NE2000-compatible network interface subroutines
10141.473Slukem#
10151.453Senamidefine	ax88190
10161.453Senamifile	dev/ic/ax88190.c		ax88190
10171.429Sjdolecek
10181.429Sjdolecek# WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
10191.473Slukem#
10201.429Sjdolecekdevice	we: ether, ifnet, arp, dp8390nic
10211.429Sjdolecekfile	dev/ic/we.c			we
10221.432Sjdolecek
10231.432Sjdolecek# Allied-Telesis Ethernet driver based on Fujitsu MB8696xA controllers
10241.473Slukem#
10251.432Sjdolecekdevice	ate: arp, ether, ifnet, mb86960
10261.557Stsutsui
10271.557Stsutsui# Fujitsu FMV-18x Ethernet driver based on Fujitsu MB8696xA controllers
10281.557Stsutsui#
10291.557Stsutsuidevice	fmv: arp, ether, ifnet, mb86960
10301.557Stsutsuifile	dev/ic/fmv.c			fmv
10311.471Syamt
10321.471Syamt# Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
10331.473Slukem#
10341.471Syamtdevice	cs: arp, ether, ifnet
10351.704Sjoffdevice	tscs: arp, ether, ifnet
10361.704Sjofffile	dev/ic/cs89x0.c			cs | tscs
10371.487Saugustss
10381.487Saugustss# Radio device attributes
10391.487Saugustss#
10401.487Saugustssdefine	tea5757
10411.656Sjunyoungfile	dev/ic/tea5757.c		tea5757
10421.487Saugustssdefine	lm700x
10431.656Sjunyoungfile	dev/ic/lm700x.c			lm700x
10441.179Sdrochner
10451.837Stnn# Philips PCF8584 i2c controller
10461.837Stnndefine	pcf8584
10471.837Stnnfile	dev/ic/pcf8584.c		pcf8584
10481.837Stnn
10491.985Snonaka# PCA9564 i2c controller
10501.985Snonakadefine	pca9564
10511.985Snonakafile	dev/ic/pca9564.c		pca9564
10521.985Snonaka
10531.784Sdrochner# ACPI power management timer (hardware access, independent of ACPI)
10541.784Sdrochner#
10551.784Sdrochnerdefine acpipmtimer
10561.784Sdrochnerfile	dev/ic/acpipmtimer.c	acpipmtimer
10571.784Sdrochner
10581.834Snjolydevice 	hpet
10591.834Snjolyfile 	dev/ic/hpet.c		hpet			needs-flag
10601.834Snjoly
10611.952Skiyohara# SMSC LAN9118 Family Ethernet Controller
10621.952Skiyohara#
10631.965Skiyoharadevice	smsh: arp, ether, ifnet, mii
10641.952Skiyoharafile	dev/ic/lan9118.c		smsh
10651.952Skiyohara
10661.836Sdrochner# DRM - Direct Rendering Infrastructure: dev/drm
10671.836Sdrochnerdefine drm {}
10681.949Smrginclude "external/bsd/drm/conf/files.drm"
10691.1002Sjmcneillinclude "dev/drm/files.drm"
10701.836Sdrochner
10711.179Sdrochner# Definitions for wscons
10721.179Sdrochner# device attributes: display, display with emulator, keyboard, and mouse
10731.473Slukem#
10741.479Saugustssdefine	wsdisplaydev		{[kbdmux = 1]}
10751.479Saugustssdefine	wsemuldisplaydev	{[console = -1], [kbdmux = 1]}
10761.479Saugustssdefine	wskbddev		{[console = -1], [mux = 1]}
10771.479Saugustssdefine	wsmousedev		{[mux = 0]}
10781.761Smacallandefine	vcons
10791.179Sdrochner# attribute to pull in raster support
10801.473Slukem#
10811.179Sdrochnerdefine	wsrasteremulops
10821.187Sdrochner# common PC display functions
10831.473Slukem#
10841.474Slukemdefflag	opt_pcdisplay.h		PCDISPLAY_SOFTCURSOR
10851.426Slukemdefine	pcdisplayops
10861.187Sdrochnerfile	dev/ic/pcdisplay_subr.c	pcdisplayops
10871.207Sdrochnerfile	dev/ic/pcdisplay_chars.c	pcdisplayops
10881.777Smartin# an attribute used by arch specific config files to include /dev/fb* (or
10891.777Smartin# equivalent) support - on most archs this is just a NOP (untill, maybe
10901.777Smartin# someday when we might make /dev/fb* support MI)
10911.777Smartindefine	fb
10921.179Sdrochner# VGA graphics
10931.473Slukem#
10941.541Sdrochnerdefparam opt_vga.h		VGA_CONSOLE_SCREENTYPE
10951.538Sdrochnerdefflag opt_vga.h 		VGA_CONSOLE_ATI_BROKEN_FONTSEL
10961.572Sjunyoungdefflag opt_vga.h		VGA_RASTERCONSOLE
10971.593Stsutsuidefflag opt_vga.h		VGA_RESET
10981.876Sjmcneilldevice	vga: displaydev, wsemuldisplaydev, pcdisplayops, drm
10991.572Sjunyoungfile	dev/ic/vga.c		vga & !vga_rasterconsole	needs-flag
11001.572Sjunyoungfile	dev/ic/vga_raster.c	vga_rasterconsole		needs-flag
11011.572Sjunyoungfile	dev/ic/vga_subr.c	vga | vga_rasterconsole
11021.572Sjunyoungfile	dev/ic/vga_common.c	vga | vga_rasterconsole
11031.998Smacallan
11041.508Suwe# Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode)
11051.473Slukem#
11061.963Ssnjdevice	igsfb: wsemuldisplaydev, wsrasteremulops, rasops8, vcons, videomode
11071.615Suwefile	dev/ic/igsfb.c			igsfb			needs-flag
11081.551Suwefile	dev/ic/igsfb_subr.c		igsfb
11091.91Scgd
11101.998Smacallandevice	chipsfb: wsemuldisplaydev, rasops8, vcons, videomode
11111.998Smacallanfile	dev/ic/ct65550.c		chipsfb
11121.998Smacallandefflag	opt_chipsfb.h	CHIPSFB_DEBUG
11131.998Smacallandefflag	opt_chipsfb.h	CHIPSFB_WAIT
11141.998Smacallan
11151.683Sjkunz# STI (hp graphics)
11161.683Sjkunzdevice	sti: wsemuldisplaydev
11171.1005Stsutsuifile	dev/ic/sti.c		sti
11181.683Sjkunz
11191.892Sdrochnerinclude "dev/wscons/files.wscons"
11201.892Sdrochnerinclude "dev/rasops/files.rasops"
11211.892Sdrochnerinclude "dev/wsfont/files.wsfont"
11221.892Sdrochnerinclude "dev/wsfb/files.wsfb"
11231.892Sdrochner
11241.77Scgd# Attributes which machine-independent bus support can be attached to.
11251.77Scgd# These should be defined here, because some of these busses can have
11261.77Scgd# devices which provide these attributes, and we'd like to avoid hairy
11271.77Scgd# ordering constraints on inclusion of the busses' "files" files.
11281.473Slukem#
11291.474Slukemdefine	isabus	{ }			# ISA attachment
11301.474Slukemdefine	eisabus	{ }			# EISA attachment
11311.474Slukemdefine	pcibus	{[bus = -1]}		# PCI attachment
11321.474Slukemdefine	tcbus	{ }			# TurboChannel attachment
11331.474Slukemdefine	mcabus	{ }			# MicroChannel attachment
11341.474Slukemdefine	usbus	{ }			# USB attachment
11351.724Skiyoharadefine	fwbus	{ }			# IEEE 1394 attachment
11361.474Slukemdefine	vmebus	{ }			# VME bus attachment
11371.474Slukemdefine	acpibus	{ }			# ACPI "bus" attachment
11381.259Spkdefine	pcmciabus { [controller = -1], [socket = -1]}	# PCMCIA bus attachment
11391.909Sdrochnerdefine	cbbus	{ }			# CardBus attachment
11401.909Sdrochnerdefine	pcmciaslot { }			# PCMCIA slot itself
11411.945Snonakadefine	sdmmcbus { }			# SD/MMC attachment
11421.222Saugustss
11431.222Saugustss# We need the USB bus controllers here so different busses can
11441.222Saugustss# use them in an 'attach-with'.
11451.222Saugustss# UHCI USB controller
11461.473Slukem#
11471.703Sfvdl
11481.703Sfvdldefparam USB_MEM_RESERVE
11491.703Sfvdl
11501.890Sdrochnerdefine	usbroothub
11511.890Sdrochnerfile	dev/usb/usbroothub_subr.c	usbroothub
11521.890Sdrochner
11531.1005Stsutsuidefine	usb_dma
11541.1005Stsutsui
11551.1005Stsutsuidevice	uhci: usbus, usbroothub, usb_dma
11561.426Slukemfile	dev/usb/uhci.c			uhci			needs-flag
11571.222Saugustss
11581.222Saugustss# OHCI USB controller
11591.473Slukem#
11601.1005Stsutsuidevice	ohci: usbus, usbroothub, usb_dma
11611.426Slukemfile	dev/usb/ohci.c			ohci			needs-flag
11621.412Saugustss
11631.412Saugustss# EHCI USB controller
11641.473Slukem#
11651.1005Stsutsuidevice	ehci: usbus, usbroothub, usb_dma
11661.426Slukemfile	dev/usb/ehci.c			ehci			needs-flag
11671.545Sisaki
11681.545Sisaki# SL811HS/T USB controller
11691.859Skiyoharadefflag	opt_slhci.h	SLHCI_DEBUG SLHCI_TRY_LSVH SLHCI_PROFILE_TRANSFER
11701.893Sisakidevice	slhci: usbus, usbroothub
11711.545Sisakifile	dev/ic/sl811hs.c		slhci			needs-flag
11721.579Smartin
11731.863Splunky# USB HID processing (as used by bluetooth and usb code)
11741.863Splunkydefine	hid
11751.863Splunkyfile	dev/usb/hid.c			hid
11761.863Splunky
11771.945Snonaka# SD Host controller
11781.945Snonakadevice sdhc: sdmmcbus
11791.945Snonakafile	dev/sdmmc/sdhc.c		sdhc			needs-flag
11801.945Snonaka
11811.958Sjmcneill# Winbond Integrated Media Reader
11821.958Sjmcneilldevice	wb: sdmmcbus
11831.958Sjmcneillfile	dev/ic/w83l518d.c		wb
11841.958Sjmcneillfile	dev/ic/w83l518d_sdmmc.c		wb
11851.958Sjmcneill
11861.579Smartin# Myson MTD803 3-in-1 Fast Ethernet Controller
11871.579Smartindevice	mtd: arp, ether, ifnet, mii
11881.579Smartinfile	dev/ic/mtd803.c			mtd
11891.369Smatt
11901.487Saugustss# radio devices, attaches to radio hardware driver
11911.487Saugustssdevice	radio
11921.489Sdrochnerattach	radio at radiodev
11931.498Sjmc
11941.402Smatt# IEEE 1394 controllers
11951.402Smatt# (These need to be here since it will have both PCI and CardBus attachments)
11961.473Slukem#
11971.369Smattdevice	fwohci: fwbus
11981.520Saugustss
11991.520Saugustss# Sony Programmable I/O Controller
12001.520Saugustssdevice	spic: wsmousedev
12011.520Saugustssfile	dev/ic/spic.c			spic
12021.529Saugustss
12031.529Saugustss# IBM CPC700 PowerPC bridge
12041.529Saugustssdefine	cpcbus { addr, [irq=-1] }
12051.529Saugustssdevice	cpc: cpcbus, pcibus
12061.529Saugustssfile	dev/ic/cpc700.c			cpc
12071.529Saugustss
12081.529Saugustssattach	com at cpcbus with com_cpcbus
12091.529Saugustssfile	dev/ic/com_cpcbus.c		com_cpcbus
12101.529Saugustss
12111.529Saugustssdevice	cpctim
12121.529Saugustssattach	cpctim at cpcbus
12131.529Saugustssfile	dev/ic/timer_cpcbus.c		cpctim
12141.529Saugustss
12151.530Saugustssdevice	cpciic
12161.530Saugustssattach	cpciic at cpcbus with iic_cpcbus
12171.529Saugustssfile	dev/ic/iic_cpcbus.c		iic_cpcbus
12181.529Saugustss
12191.60Scgd
12201.415Smartin# Attributes used by the ISDN subsystem
12211.473Slukem#
12221.502Smartindefine	isdndev		# the ISDN subsystem
12231.458Senamidefine	passive_isdn	# files needed by passive cards (XXX - protocol
12241.458Senami			# specific)
12251.634Spookadefine	isdncapi	# ISDN CAPI (http://www.capi.org/)
12261.415Smartin
12271.575Sleo# The isac found on the Fritz V2.0 Card.
12281.575Sleodefine	nisacsx
12291.575Sleofile	dev/ic/isacsx.c			nisacsx	needs-flag
12301.575Sleo
12311.575Sleo# The 'standard' isac
12321.575Sleodefine	nisac
12331.575Sleofile	dev/ic/isac.c			nisac	needs-flag
12341.575Sleo
12351.415Smartin# ISDN cards based on the Siemens ISAC/HSCX chipset (or lookalikes)
12361.473Slukem#
12371.575Sleodevice	isic: isdndev, passive_isdn, nisac
12381.415Smartin
12391.426Slukemfile	dev/ic/isic.c			isic
12401.575Sleofile	dev/ic/isic_l1.c		isic|ifpci|ifritz
12411.575Sleofile	dev/ic/isic_l1fsm.c		isic|ifpci|ifritz
12421.426Slukemfile	dev/ic/hscx.c			isic
12431.426Slukemfile	dev/ic/isic_bchan.c		isic
12441.415Smartin
12451.415Smartin# (old) Diehl active ISDN cards
12461.473Slukem#
12471.823Scube#device	daic: isdndev
12481.823Scube#file	dev/ic/daic.c			daic
12491.415Smartin
12501.634Spooka# AWM B1/T1
12511.634Spooka# XXX: passive_isdn
12521.634Spookadevice	iavc: isdndev, isdncapi, passive_isdn
12531.634Spookafile	dev/ic/iavc.c			iavc
12541.634Spooka
12551.934Smacallan# Broadcom AirForce / Apple Airport Extreme
12561.934Smacallandevice	bwi: arp, ifnet, firmload, wlan
12571.934Smacallanfile	dev/ic/bwi.c			bwi
12581.934Smacallan
12591.995Sahoka# DM9000 Ethernet controllers
12601.995Sahoka#
12611.995Sahokadevice	dme: arp, ether, ifnet
12621.995Sahokafile	dev/ic/dm9000.c			dme
12631.995Sahoka
12641.60Scgd# legitimate pseudo-devices
12651.473Slukem#
12661.907Sdrochnerdefpseudodev vnd:	disk
12671.726Shubertfdefflag opt_vnd.h	VND_COMPRESSION
12681.474Slukemdefpseudo ccd:		disk
12691.968Sdyoungdefpseudodev cgd:	disk, des, blowfish, cast128, rijndael
12701.907Sdrochnerdefpseudodev md:	disk
12711.916Shannkendefpseudodev fss:	disk
12721.298Sthorpej
12731.474Slukemdefpseudo pty:		tty
12741.298Sthorpejdefpseudo rnd
12751.610Sraggedefpseudo ksyms
12761.642Scdidefpseudo nullcons
12771.807Saddefpseudo lockstat
12781.839Sbouyerdefpseudo bio:		sysmon_envsys
12791.298Sthorpej
12801.474Slukemdefpseudo loop:		ifnet
12811.474Slukemdefpseudo sl:		ifnet
12821.474Slukemdefpseudo ppp:		ifnet, bpf_filter
12831.474Slukemdefpseudo pppoe:	ifnet, ether, sppp
12841.474Slukemdefpseudo sppp:		ifnet
12851.474Slukemdefpseudo tun:		ifnet
12861.474Slukemdefpseudo vlan:		ifnet, ether
12871.474Slukemdefpseudo bridge:	ifnet, ether
12881.474Slukemdefpseudo bpfilter:	ifnet, bpf_filter
12891.474Slukemdefpseudo strip:	ifnet
12901.474Slukemdefpseudo gre:		ifnet
12911.474Slukemdefpseudo gif:		ifnet
12921.474Slukemdefpseudo faith:	ifnet
12931.991Skefrendefpseudo ifmpls:	ifnet
12941.826Smousedefpseudo srt:		ifnet
12951.474Slukemdefpseudo stf:		ifnet
12961.969Spookadefpseudodev tap:	ifnet, ether, arp
12971.969Spookadefpseudo carp:		ifnet, ether, arp
12981.969Spookadefpseudodev etherip:	ifnet, ether, arp
12991.60Scgd
13001.298Sthorpejdefpseudo sequencer
13011.462Smanudefpseudo clockctl
13021.228Saugustss
13031.912Stls#
13041.912Stls# Accept filters.  XXX should use another registration/initialization method.
13051.912Stls#
13061.912Stlsdefpseudo accf_data
13071.912Stlsdefpseudo accf_http
13081.912Stls
13091.415Smartin# ISDN userland pseudo devices
13101.473Slukem#
13111.502Smartindefpseudo isdntrc:	isdndev, tty
13121.502Smartindefpseudo isdnbchan:	isdndev, tty
13131.502Smartindefpseudo isdntel:	isdndev, tty
13141.502Smartindefpseudo isdnctl:	isdndev, tty
13151.502Smartindefpseudo isdn:		isdndev, tty
13161.502Smartin
13171.502Smartin# ISDN network interfaces
13181.502Smartindefpseudo irip:		isdndev, ifnet
13191.607Sdrochnerdefflag opt_irip.h	IRIP_VJ
13201.502Smartindefpseudo ippp:		isdndev, sppp, ifnet
13211.539Sthorpej
13221.539Sthorpej# KTTCP network throughput testing pseudo-device
13231.539Sthorpejdefpseudo kttcp
13241.539Sthorpejfile	dev/kttcp.c			kttcp		needs-flag
13251.576Sblymn
13261.790Selad# Veriexec
13271.717Sblymndefpseudo veriexec
13281.790Seladfile	kern/kern_verifiedexec.c	veriexec
13291.792Seladfile	dev/verified_exec.c		veriexec	needs-flag
13301.415Smartin
13311.582Shaya# isochronous pseudo device for IEEE 1394, i.LINK or FireWire
13321.582Shayadefpseudo fwiso:	ieee1394
13331.582Shaya
13341.681Sdrochner# driver attach / detach user interface
13351.681Sdrochnerdefpseudo drvctl
13361.906Sjmcneillfile	kern/kern_drvctl.c		drvctl		needs-flag
13371.681Sdrochner
13381.857Sad# cpu control
13391.857Saddefpseudo cpuctl
13401.857Sad
13411.870Spooka# pass-to-userspace transporter
13421.870Spookadefpseudo putter
13431.873Spookafile	dev/putter/putter.c		putter
13441.870Spooka
13451.875Spooka# userspace block/char device drivers
13461.875Spookadefpseudo pud
13471.875Spookafile	dev/pud/pud.c			pud
13481.875Spookafile	dev/pud/pud_dev.c		pud
13491.875Spooka
13501.931Shaad# device-mapper driver for LVM
13511.931Shaadinclude "dev/dm/files.dm"
13521.931Shaad
13531.516Sthorpej#
13541.516Sthorpej# File systems
13551.516Sthorpej#
13561.696Sjdolecekinclude "coda/files.coda"
13571.583Sjdolecekinclude "fs/adosfs/files.adosfs"
13581.696Sjdolecekinclude "fs/cd9660/files.cd9660"
13591.848Srumbleinclude "fs/efs/files.efs"
13601.584Sjdolecekinclude "fs/filecorefs/files.filecorefs"
13611.833Sdilloinclude "fs/hfs/files.hfs"
13621.696Sjdolecekinclude "fs/msdosfs/files.msdosfs"
13631.950Sreinoudinclude "fs/nilfs/files.nilfs"
13641.696Sjdolecekinclude "fs/ntfs/files.ntfs"
13651.696Sjdolecekinclude "fs/ptyfs/files.ptyfs"
13661.815Spookainclude "fs/puffs/files.puffs"
13671.756Sreinoudinclude "fs/udf/files.udf"
13681.516Sthorpejinclude "fs/smbfs/files.smbfs"
13691.750Stsutsuiinclude "fs/sysvbfs/files.sysvbfs"
13701.730Sjmmvinclude "fs/tmpfs/files.tmpfs"
13711.696Sjdolecekinclude "fs/union/files.union"
13721.516Sthorpejinclude "miscfs/fdesc/files.fdesc"
13731.516Sthorpejinclude "miscfs/kernfs/files.kernfs"
13741.516Sthorpejinclude "miscfs/nullfs/files.nullfs"
13751.516Sthorpejinclude "miscfs/overlay/files.overlay"
13761.516Sthorpejinclude "miscfs/procfs/files.procfs"
13771.516Sthorpejinclude "miscfs/umapfs/files.umapfs"
13781.516Sthorpejinclude "nfs/files.nfs"
13791.516Sthorpejinclude "ufs/files.ufs"
13801.516Sthorpej
13811.516Sthorpej#
13821.744Sthorpej# UVM (virtual memory)
13831.744Sthorpej#
13841.744Sthorpejinclude "uvm/files.uvm"
13851.744Sthorpej
13861.744Sthorpej#
13871.1012Smrg# Kernel history/tracing. Old UVMHIST depends upon this.
13881.1012Smrg# XXXMRG can't make UVMHIST depend properly on KERNHIST?
13891.1012Smrg#
13901.1012Smrgdefflag opt_kernhist.h			KERNHIST KERNHIST_PRINT
13911.1012Smrgfile	kern/kern_history.c		kernhist
13921.1012Smrg
13931.1012Smrg#
13941.811Selad# Security models
13951.811Selad#
13961.811Seladinclude "secmodel/files.secmodel"
13971.811Selad
13981.811Selad#
13991.60Scgd# kernel sources
14001.473Slukem#
14011.929Sadfile	compat/common/compat_mod.c	compat_netbsd
14021.924Swrstudenfile	compat/sa/compat_sa.c
14031.887Sjoergfile	conf/debugsyms.c
14041.706Skentfile	dev/auconv.c			auconv | mulaw
14051.426Slukemfile	dev/audio.c			audio | midi | midibus	needs-flag
14061.650Sbjh21file	dev/audiobell.c			audiobell
14071.697Skentfile	dev/aurateconv.c		aurateconv		needs-flag
14081.839Sbouyerfile	dev/bio.c			bio			needs-flag
14091.426Slukemfile	dev/ccd.c			ccd			needs-flag
14101.555Selricfile	dev/cgd.c			cgd			needs-flag
14111.555Selricfile	dev/cgd_crypto.c		cgd
14121.623Sthorpejfile	dev/clock_subr.c
14131.491Slukemfile	dev/clockctl.c			clockctl		needs-flag
14141.797Schristosfile	dev/dksubr.c			cgd | xbd | ccd | raid
14151.689Sthorpejfile	dev/dkwedge/dk.c
14161.691Sthorpejfile	dev/dkwedge/dkwedge_bsdlabel.c	dkwedge_method_bsdlabel
14171.689Sthorpejfile	dev/dkwedge/dkwedge_gpt.c	dkwedge_method_gpt
14181.693Sthorpejfile	dev/dkwedge/dkwedge_mbr.c	dkwedge_method_mbr
14191.754Sthorpejfile	dev/firmload.c			firmload
14201.988Spookafile	dev/fss.c			fss
14211.953Smbalmerfile	dev/keylock.c			keylock
14221.807Sadfile	dev/lockstat.c			lockstat		needs-flag
14231.996Shannkenfile	dev/md.c			md
14241.426Slukemfile	dev/midi.c			midi | midibus		needs-flag
14251.785Schapfile	dev/midictl.c			midisyn
14261.426Slukemfile	dev/midisyn.c			midisyn
14271.497Schristosfile	dev/mm.c
14281.697Skentfile	dev/mulaw.c			mulaw			needs-flag
14291.642Scdifile	dev/nullcons_subr.c		nullcons		needs-flag
14301.487Saugustssfile	dev/radio.c			radio			needs-flag
14311.426Slukemfile	dev/rnd.c			rnd			needs-flag
14321.426Slukemfile	dev/rndpool.c			rnd			needs-flag
14331.426Slukemfile	dev/sequencer.c			sequencer		needs-flag
14341.915Sjmcneillfile	dev/video.c			video			needs-flag
14351.426Slukemfile	dev/vnd.c			vnd			needs-flag
14361.733Syamtfile	kern/bufq_disksort.c		bufq_disksort
14371.733Syamtfile	kern/bufq_fcfs.c		bufq_fcfs
14381.698Syamtfile	kern/bufq_priocscan.c		bufq_priocscan
14391.698Syamtfile	kern/bufq_readprio.c		bufq_readprio | new_bufq_strategy
14401.929Sadfile	kern/core_elf32.c		exec_elf32
14411.929Sadfile	kern/core_elf64.c		exec_elf64
14421.1008Sjoergfile	kern/core_netbsd.c		exec_aout | exec_coff | exec_ecoff
14431.426Slukemfile	kern/cnmagic.c
14441.426Slukemfile	kern/exec_aout.c		exec_aout
14451.426Slukemfile	kern/exec_ecoff.c		exec_ecoff
14461.426Slukemfile	kern/exec_elf32.c		exec_elf32
14471.426Slukemfile	kern/exec_elf64.c		exec_elf64
14481.426Slukemfile	kern/exec_script.c		exec_script
14491.426Slukemfile	kern/exec_subr.c
14501.426Slukemfile	kern/init_main.c
14511.645Satatatfile	kern/init_sysctl.c
14521.955Spookafile	kern/init_sysctl_base.c
14531.426Slukemfile	kern/init_sysent.c
14541.426Slukemfile	kern/kern_acct.c
14551.773Seladfile	kern/kern_auth.c
14561.993Spgoyettefile	kern/kern_cfglock.c
14571.426Slukemfile	kern/kern_clock.c
14581.830Sadfile	kern/kern_condvar.c
14591.929Sadfile	kern/kern_core.c		coredump
14601.845Syamtfile	kern/kern_cpu.c
14611.982Sdarranfile	kern/kern_ctf.c			kdtrace_hooks
14621.426Slukemfile	kern/kern_descrip.c
14631.574Sjdolecekfile	kern/kern_event.c
14641.426Slukemfile	kern/kern_exec.c
14651.426Slukemfile	kern/kern_exit.c
14661.426Slukemfile	kern/kern_fork.c
14671.845Syamtfile	kern/kern_idle.c
14681.973Spookafile	kern/kern_hook.c
14691.426Slukemfile	kern/kern_kthread.c
14701.860Sadfile	kern/kern_ktrace.c		ktrace
14711.925Sadfile	kern/kern_ksyms.c		ksyms | ddb | modular needs-flag
14721.426Slukemfile	kern/kern_lock.c
14731.588Sthorpejfile	kern/kern_lwp.c
14741.426Slukemfile	kern/kern_malloc.c
14751.917Spookafile	kern/kern_malloc_stdtype.c
14761.454Sthorpejfile	kern/kern_malloc_debug.c	malloc_debug
14771.886Sadfile	kern/kern_module.c
14781.964Spookafile	kern/kern_module_vfs.c
14791.830Sadfile	kern/kern_mutex.c
14801.961Spookafile	kern/kern_mutex_obj.c
14811.790Seladfile	kern/kern_fileassoc.c		fileassoc
14821.426Slukemfile	kern/kern_ntptime.c
14831.817Seladfile	kern/kern_pax.c			pax_mprotect | pax_segvguard
14841.426Slukemfile	kern/kern_physio.c
14851.876Sjmcneillfile	kern/kern_pmf.c
14861.426Slukemfile	kern/kern_proc.c
14871.426Slukemfile	kern/kern_prot.c
14881.549Sgmcgarryfile	kern/kern_ras.c
14891.918Spookafile	kern/kern_rate.c
14901.426Slukemfile	kern/kern_resource.c
14911.902Srmindfile	kern/kern_runq.c
14921.830Sadfile	kern/kern_rwlock.c
14931.961Spookafile	kern/kern_rwlock_obj.c
14941.978Sdarranfile	kern/kern_sdt.c			kdtrace_hooks
14951.426Slukemfile	kern/kern_sig.c
14961.830Sadfile	kern/kern_sleepq.c
14971.867Sadfile	kern/kern_softint.c
14981.940Schristosfile	kern/kern_ssp.c
14991.831Sadfile	kern/kern_stub.c
15001.830Sadfile	kern/kern_subr.c
15011.426Slukemfile	kern/kern_synch.c
15021.987Spookafile	kern/kern_syscall.c
15031.426Slukemfile	kern/kern_sysctl.c
15041.781Skardelfile	kern/kern_tc.c
15051.426Slukemfile	kern/kern_time.c
15061.595Sthorpejfile	kern/kern_timeout.c
15071.830Sadfile	kern/kern_turnstile.c
15081.806Sgdamorefile	kern/kern_todr.c
15091.920Spookafile	kern/kern_uidinfo.c
15101.652Stsarnafile	kern/kern_uuid.c
15111.426Slukemfile	kern/kern_xxx.c
15121.426Slukemfile	kern/kgdb_stub.c		kgdb
15131.845Syamtfile	kern/sched_4bsd.c		sched_4bsd
15141.868Srmindfile	kern/sched_m2.c			sched_m2
15151.426Slukemfile	kern/subr_autoconf.c
15161.731Syamtfile	kern/subr_blist.c		vmswap
15171.736Syamtfile	kern/subr_bufq.c
15181.776Syamtfile	kern/subr_callback.c
15191.962Spookafile	kern/subr_copy.c
15201.830Sadfile	kern/subr_debug.c		debug
15211.974Spookafile	kern/subr_device.c
15221.550Sgehennafile	kern/subr_devsw.c
15231.426Slukemfile	kern/subr_disk.c
15241.954Spookafile	kern/subr_disk_open.c
15251.657Srtrfile	kern/subr_evcnt.c
15261.928Spookafile	kern/subr_exec_fd.c
15271.426Slukemfile	kern/subr_extent.c
15281.854Spookafile	kern/subr_hash.c
15291.959Spookafile	kern/subr_humanize.c
15301.960Sdyoungfile	kern/subr_iostat.c
15311.783Syamtfile	kern/subr_kmem.c
15321.883Sadfile	kern/subr_kobj.c
15331.966Spookafile	kern/subr_kobj_vfs.c
15341.830Sadfile	kern/subr_lockdebug.c
15351.426Slukemfile	kern/subr_log.c
15361.986Spookafile	kern/subr_lwp_specificdata.c
15371.960Sdyoungfile	kern/subr_once.c
15381.960Sdyoungfile	kern/subr_optstr.c
15391.1001Smattfile	kern/subr_pcu.c
15401.884Syamtfile	kern/subr_percpu.c
15411.426Slukemfile	kern/subr_pool.c
15421.426Slukemfile	kern/subr_prf.c
15431.426Slukemfile	kern/subr_prof.c
15441.814Sthorpejfile	kern/subr_specificdata.c
15451.842Smanufile	kern/subr_tftproot.c		tftproot
15461.858Spookafile	kern/subr_time.c
15471.449Sgmcgarryfile	kern/subr_userconf.c		userconf
15481.783Syamtfile	kern/subr_vmem.c
15491.739Syamtfile	kern/subr_workqueue.c
15501.866Sadfile	kern/subr_xcall.c
15511.926Sadfile	kern/sys_aio.c			aio
15521.895Sadfile	kern/sys_descrip.c
15531.426Slukemfile	kern/sys_generic.c
15541.886Sadfile	kern/sys_module.c
15551.926Sadfile	kern/sys_mqueue.c		mqueue
15561.830Sadfile	kern/sys_lwp.c
15571.495Sjdolecekfile	kern/sys_pipe.c			!pipe_socketpair
15581.543Sbriggsfile	kern/sys_pmc.c
15591.800Smattfile	kern/sys_process.c		ptrace | ktrace
15601.885Srmindfile	kern/sys_pset.c
15611.896Sadfile	kern/sys_select.c
15621.830Sadfile	kern/sys_sig.c
15631.827Sadfile	kern/sys_sched.c
15641.426Slukemfile	kern/sys_socket.c
15651.426Slukemfile	kern/syscalls.c			syscall_debug
15661.426Slukemfile	kern/sysv_ipc.c			sysvshm | sysvsem | sysvmsg
15671.426Slukemfile	kern/sysv_msg.c			sysvmsg
15681.426Slukemfile	kern/sysv_sem.c			sysvsem
15691.426Slukemfile	kern/sysv_shm.c			sysvshm
15701.426Slukemfile	kern/tty.c
15711.426Slukemfile	kern/tty_conf.c
15721.694Schristosfile	kern/tty_bsdpty.c		compat_bsdpty
15731.676Schristosfile	kern/tty_pty.c			pty 			needs-flag
15741.694Schristosfile	kern/tty_ptm.c			pty
15751.426Slukemfile	kern/tty_subr.c
15761.426Slukemfile	kern/tty_tty.c
15771.923Stlsfile	kern/uipc_accf.c
15781.426Slukemfile	kern/uipc_domain.c
15791.426Slukemfile	kern/uipc_mbuf.c
15801.426Slukemfile	kern/uipc_mbuf2.c
15811.864Sdyoungfile	net/link_proto.c
15821.426Slukemfile	kern/uipc_proto.c
15831.592Schristosfile	kern/uipc_sem.c			p1003_1b_semaphore
15841.426Slukemfile	kern/uipc_socket.c
15851.426Slukemfile	kern/uipc_socket2.c
15861.426Slukemfile	kern/uipc_syscalls.c
15871.426Slukemfile	kern/uipc_usrreq.c
15881.426Slukemfile	kern/vfs_bio.c
15891.426Slukemfile	kern/vfs_cache.c
15901.927Spookafile	kern/vfs_cwd.c
15911.919Sreinoudfile	kern/vfs_dirhash.c
15921.426Slukemfile	kern/vfs_getcwd.c
15931.732Sjmmvfile	kern/vfs_hooks.c
15941.426Slukemfile	kern/vfs_init.c
15951.426Slukemfile	kern/vfs_lockf.c
15961.426Slukemfile	kern/vfs_lookup.c
15971.1007Srmindfile	kern/vfs_mount.c
15981.426Slukemfile	kern/vfs_subr.c
15991.426Slukemfile	kern/vfs_syscalls.c
16001.828Shannkenfile	kern/vfs_trans.c
16011.1007Srmindfile	kern/vfs_vnode.c
16021.426Slukemfile	kern/vfs_vnops.c
16031.911Ssimonbfile	kern/vfs_wapbl.c		wapbl
16041.723Sthorpejfile	kern/vfs_xattr.c
16051.426Slukemfile	kern/vnode_if.c
16061.426Slukemfile	miscfs/deadfs/dead_vnops.c
16071.426Slukemfile	miscfs/fifofs/fifo_vnops.c
16081.869Spookafile	miscfs/genfs/genfs_io.c
16091.889Sdhollandfile	miscfs/genfs/genfs_vfsops.c
16101.426Slukemfile	miscfs/genfs/genfs_vnops.c
16111.925Sadfile	miscfs/genfs/layer_subr.c	nullfs | overlay | umapfs
16121.925Sadfile	miscfs/genfs/layer_vfsops.c	nullfs | overlay | umapfs
16131.925Sadfile	miscfs/genfs/layer_vnops.c	nullfs | overlay | umapfs
16141.426Slukemfile	miscfs/specfs/spec_vnops.c
16151.426Slukemfile	miscfs/syncfs/sync_subr.c
16161.426Slukemfile	miscfs/syncfs/sync_vnops.c
16171.979Suebayasi
16181.970Spookafile	net/bpf.c			bpfilter
16191.426Slukemfile	net/bpf_filter.c		bpf_filter
16201.970Spookafile	net/bpf_stub.c
16211.426Slukemfile	net/bsd-comp.c			ppp & ppp_bsdcomp
16221.426Slukemfile	net/if.c
16231.874Scubefile	net/if_arcsubr.c		arcnet			needs-flag
16241.426Slukemfile	net/if_atmsubr.c		atm
16251.433Sthorpejfile	net/if_bridge.c			bridge			needs-flag
16261.433Sthorpejfile	net/bridgestp.c			bridge
16271.457Sbjh21file	net/if_ecosubr.c		eco
16281.818Srpaulofile	net/if_etherip.c		etherip			needs-flag
16291.426Slukemfile	net/if_ethersubr.c		ether | fddi | netatalk | token |
16301.511Smartin					    wlan
16311.443Sitojunfile	net/if_faith.c			faith & inet & inet6	needs-flag
16321.426Slukemfile	net/if_fddisubr.c		fddi			needs-flag
16331.426Slukemfile	net/if_gif.c			gif			needs-flag
16341.468Satatatfile	net/if_gre.c			gre			needs-flag
16351.426Slukemfile	net/if_hippisubr.c		hippi			needs-flag
16361.426Slukemfile	net/if_ieee1394subr.c		ieee1394
16371.701Speterfile	net/if_loop.c			loop			needs-flag
16381.426Slukemfile	net/if_media.c
16391.991Skefrenfile	net/if_mpls.c			ifmpls			needs-flag
16401.702Schristosfile	net/if_ppp.c			ppp			needs-flag
16411.826Smousefile	net/if_srt.c			srt
16421.426Slukemfile	net/if_stf.c			stf & inet & inet6	needs-flag
16431.702Schristosfile	net/if_sl.c			sl			needs-flag
16441.426Slukemfile	net/if_spppsubr.c		sppp
16451.702Schristosfile	net/if_strip.c			strip			needs-flag
16461.426Slukemfile	net/if_tokensubr.c		token			needs-flag
16471.708Scubefile	net/if_tap.c			tap			needs-flag
16481.468Satatatfile	net/if_tun.c			tun			needs-flag
16491.426Slukemfile	net/if_vlan.c			vlan			needs-flag
16501.502Smartinfile	net/if_pppoe.c			pppoe			needs-flag
16511.751Speterfile	net/pfil.c			pfil_hooks | ipfilter | pf
16521.426Slukemfile	net/ppp-deflate.c		ppp & ppp_deflate
16531.426Slukemfile	net/ppp_tty.c			ppp
16541.899Sthorpejfile	net/net_stats.c
16551.426Slukemfile	net/radix.c
16561.426Slukemfile	net/raw_cb.c
16571.426Slukemfile	net/raw_usrreq.c
16581.426Slukemfile	net/route.c
16591.1006Sdyoungfile	net/rtbl.c
16601.426Slukemfile	net/rtsock.c
16611.607Sdrochnerfile	net/slcompress.c		sl | ppp | strip | (irip & irip_vj)
16621.904Sadfile	net/zlib.c			(ppp & ppp_deflate) | ipsec | opencrypto | vnd_compression
16631.921Stlsfile	netinet/accf_data.c		accf_data
16641.921Stlsfile	netinet/accf_http.c		accf_http
16651.888Sjoergfile	netinet/cpu_in_cksum.c		(inet | inet6) & !cpu_in_cksum
16661.426Slukemfile	netinet/if_arp.c		arp | netatalk		needs-flag
16671.426Slukemfile	netinet/if_atm.c		atm
16681.888Sjoergfile	netinet/in4_cksum.c		inet
16691.888Sjoergfile	netinet/in_cksum.c		inet
16701.426Slukemfile	netinet/in_gif.c		gif & inet
16711.775Sliamjfoyfile	netinet/ip_carp.c		carp & (inet | inet6)	needs-flag
16721.648Sscwfile	netinet/ip_ecn.c		ipsec | fast_ipsec | gif | stf
16731.426Slukemfile	netinet/ip_encap.c		inet | inet6
16741.818Srpaulofile	netinet/ip_etherip.c		etherip & inet
16751.818Srpaulofile	netinet6/ip6_etherip.c		etherip & inet6
16761.426Slukemfile	netinet6/in6_gif.c		gif & inet6
16771.516Sthorpej
16781.979Suebayasiinclude "netisdn/files.i4b"
16791.493Sjdolecek
16801.493Sjdolecek# Game adapter (joystick)
16811.493Sjdolecekdevice	joy
16821.493Sjdolecekfile	dev/ic/joy.c			joy needs-flag
16831.582Shaya
16841.713Syamtinclude	"net/agr/files.agr"
16851.734Sjmcneill
16861.734Sjmcneill#
16871.734Sjmcneill# General Purpose Input/Output framework
16881.734Sjmcneill#
16891.769Srizdefine	onewire_bitbang
16901.734Sjmcneillinclude	"dev/gpio/files.gpio"
16911.769Sriz
16921.769Srizinclude "dev/onewire/files.onewire"
16931.872Sjmcneill
16941.872Sjmcneill#
16951.872Sjmcneill# Pseudo audio device
16961.872Sjmcneill#
16971.872Sjmcneillinclude "dev/pad/files.pad"
16981.877Sjoerg
16991.877Sjoerg#
17001.877Sjoerg# Intel 386 Real Mode emulator
17011.877Sjoerg#
17021.877Sjoerginclude "lib/libx86emu/files.x86emu"
17031.882Syamt
17041.882Syamt#
17051.882Syamt# "tprof" profiler.
17061.882Syamt#
17071.882Syamtinclude	"dev/tprof/files.tprof"
17081.944Sjmcneill
17091.944Sjmcneill#
17101.944Sjmcneill# alternate memory device
17111.944Sjmcneill#
17121.944Sjmcneillinclude "dev/altmem/files.altmem"
17131.1003Sahoka
17141.1003Sahoka#
17151.1003Sahoka# Flash subsystem
17161.1003Sahoka#
17171.1003Sahokainclude "dev/flash/files.flash"
17181.1003Sahoka
17191.1003Sahoka#
17201.1003Sahoka# NAND subsytem
17211.1003Sahoka#
17221.1003Sahokainclude "dev/nand/files.nand"
17231.1003Sahoka
1724