files revision 1.852
11.852She#	$NetBSD: files,v 1.852 2007/07/18 06:29:26 he Exp $
21.60Scgd
31.60Scgd#	@(#)files.newconf	7.5 (Berkeley) 5/10/93
41.60Scgd
51.822Scubeversion 	20070109
61.798Scube
71.565Sthorpej#
81.565Sthorpej# device classes
91.565Sthorpej#
101.565Sthorpejdevclass disk
111.565Sthorpejdevclass tape
121.565Sthorpejdevclass ifnet
131.565Sthorpejdevclass tty
141.565Sthorpej
151.112Sthorpej# options understood by the machine-independent part of the kernel
161.112Sthorpej# (note, these are case-sensitive)
171.473Slukem#
181.474Slukemdefflag				INSECURE
191.474Slukemdefflag				KMEMSTATS
201.474Slukemdefflag				KTRACE
211.781Skardeldefflag				MBUFTRACE
221.799Smattdefflag				PTRACE
231.805Scubedefflag				SYSTRACE
241.799Smattdefflag				COREDUMP
251.799Smatt
261.781Skardeldefparam			DEFCORENAME
271.781Skardeldefparam			HZ
281.474Slukemdefparam			MAXUPRC
291.474Slukemdefparam			RTC_OFFSET
301.494Sjdolecekdefflag	opt_pipe.h		PIPE_SOCKETPAIR PIPE_NODIRECT
311.573Sjunyoung
321.733Syamtdefflag				BUFQ_DISKSORT
331.733Syamtdefflag				BUFQ_FCFS
341.698Syamtdefflag				BUFQ_PRIOCSCAN
351.698Syamtdefflag				BUFQ_READPRIO
361.698Syamtdefflag				NEW_BUFQ_STRATEGY	# same as BUFQ_READPRIO
371.524Sthorpej
381.845Syamtdefflag	opt_sched.h		SCHED_4BSD
391.845Syamt
401.616Senamidefparam			SOMAXKVA
411.524Sthorpejdefflag	opt_sock_counters.h	SOSEND_COUNTERS
421.547Sthorpejdefflag	opt_sosend_loan.h	SOSEND_NO_LOAN
431.840Sdyoungdefflag	opt_route.h		RTCACHE_DEBUG RTFLUSH_DEBUG
441.247Sthorpej
451.474Slukemdefflag				MULTIPROCESSOR
461.486Satatat
471.486Satatatdefflag	opt_config.h		INCLUDE_CONFIG_FILE INCLUDE_JUST_CONFIG
481.459Senami
491.597Satatatdefparam opt_dump.h		DUMP_ON_PANIC
501.597Satatat
511.474Slukemdefflag	opt_callout.h		CALLWHEEL_STATS
521.250Stron
531.592Schristosdefflag opt_posix.h		P1003_1B_SEMAPHORE
541.474Slukemdefflag	opt_sysv.h		SYSVMSG SYSVSEM	SYSVSHM
551.470Slukemdefparam opt_sysvparam.h	SHMMAXPGS SEMMNI SEMMNS SEMUME SEMMNU
561.181Sjonathan
571.474Slukemdefflag	opt_ntp.h		PPS_SYNC NTP
581.129Sthorpej
591.694Schristosdefflag	opt_ptm.h		NO_DEV_PTM COMPAT_BSDPTY
601.676Schristos
611.707Spetrovdefparam opt_kmempages.h	NKMEMPAGES NKMEMPAGES_MIN NKMEMPAGES_MAX
621.474Slukemdefflag	opt_malloclog.h		MALLOCLOG
631.470Slukemdefparam opt_malloclog.h	MALLOCLOGSIZE
641.474Slukemdefflag	opt_malloc_debug.h	MALLOC_DEBUG
651.474Slukemdefflag	opt_pool.h		POOL_DIAGNOSTIC
661.470Slukemdefparam opt_poollog.h		POOL_LOGSIZE
671.812Sjmcneilldefflag	opt_powerhook.h		POWERHOOK_DEBUG
681.431Sfvdl
691.474Slukemdefflag	opt_revcache.h		NAMECACHE_ENTER_REVERSE
701.189Sscottr
711.474Slukemdefflag	opt_execfmt.h		EXEC_AOUT EXEC_COFF EXEC_ECOFF EXEC_ELF32
721.474Slukem				EXEC_ELF64 EXEC_MACHO EXEC_SCRIPT
731.503Sjdolecek				EXEC_ELF_NOTELESS
741.199Sthorpej
751.686Sthorpejdefflag	opt_dkwedge.h		DKWEDGE_AUTODISCOVER
761.691Sthorpej				DKWEDGE_METHOD_BSDLABEL
771.688Sthorpej				DKWEDGE_METHOD_GPT
781.693Sthorpej				DKWEDGE_METHOD_MBR
791.686Sthorpej
801.791Seladdefflag	opt_veriexec.h		VERIFIED_EXEC_FP_SHA1
811.725Schristos				VERIFIED_EXEC_FP_SHA256
821.725Schristos				VERIFIED_EXEC_FP_SHA384
831.725Schristos				VERIFIED_EXEC_FP_SHA512
841.725Schristos				VERIFIED_EXEC_FP_MD5
851.725Schristos				VERIFIED_EXEC_FP_RMD160
861.725Schristos
871.794Sdsl# Per system call number counts and times
881.794Sdsldefflag opt_syscall_stats.h	SYSCALL_STATS
891.794Sdsldefflag opt_syscall_stats.h	SYSCALL_TIMES: SYSCALL_STATS 
901.794Sdsl# Assume cpu_hascounter() returns true - to use disabled rdtsc() (for soekris)
911.794Sdsldefflag opt_syscall_stats.h	SYSCALL_TIMES_HASCOUNTER: SYSCALL_TIMES 
921.794Sdslfile kern/subr_syscall_stats.c	syscall_stats
931.794Sdsl
941.774Seladdefparam opt_pax.h		PAX_MPROTECT
951.817Selad				PAX_SEGVGUARD
961.774Selad
971.789Seladdefflag	opt_fileassoc.h		FILEASSOC
981.789Selad
991.803Sdyoungdefflag	opt_gre.h		GRE_DEBUG
1001.803Sdyoung
1011.199Sthorpej# compatibility options
1021.473Slukem#
1031.847Schristosdefflag	opt_compat_netbsd.h	COMPAT_40
1041.847Schristosdefflag	opt_compat_netbsd.h	COMPAT_30: COMPAT_40
1051.786Smartindefflag	opt_compat_netbsd.h	COMPAT_20: COMPAT_30
1061.786Smartindefflag	opt_compat_netbsd.h	COMPAT_16: COMPAT_20
1071.786Smartindefflag	opt_compat_netbsd.h	COMPAT_15: COMPAT_16
1081.786Smartindefflag	opt_compat_netbsd.h	COMPAT_14: COMPAT_15
1091.786Smartindefflag	opt_compat_netbsd.h	COMPAT_13: COMPAT_14
1101.786Smartindefflag	opt_compat_netbsd.h	COMPAT_12: COMPAT_13
1111.786Smartindefflag	opt_compat_netbsd.h	COMPAT_11: COMPAT_12
1121.786Smartindefflag	opt_compat_netbsd.h	COMPAT_10: COMPAT_11
1131.786Smartindefflag	opt_compat_netbsd.h	COMPAT_09: COMPAT_10
1141.589Schristosdefflag				COMPAT_OSSAUDIO
1151.786Smartindefflag				COMPAT_FREEBSD: COMPAT_30
1161.474Slukemdefflag				COMPAT_HPUX
1171.474Slukemdefflag				COMPAT_IBCS2
1181.474Slukemdefflag				COMPAT_IRIX
1191.474Slukemdefflag				COMPAT_LINUX
1201.758Smanudefflag				COMPAT_LINUX32
1211.474Slukemdefflag				COMPAT_OSF1
1221.787Smartindefflag				COMPAT_SUNOS: COMPAT_30
1231.474Slukemdefflag	opt_compat_svr4.h	COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2
1241.474Slukemdefflag				COMPAT_ULTRIX
1251.474Slukemdefflag				COMPAT_NETBSD32
1261.852Shedefflag				COMPAT_AOUT_M68K: COMPAT_40
1271.474Slukemdefflag				COMPAT_M68K4K
1281.474Slukemdefflag				COMPAT_MACH
1291.580Smanudefflag				COMPAT_DARWIN
1301.474Slukemdefflag				COMPAT_VAX1K
1311.474Slukemdefflag				COMPAT_43
1321.474Slukemdefflag				COMPAT_PECOFF
1331.633Smattdefflag	opt_compat_netbsd.h	COMPAT_NOMID
1341.221Sjonathan
1351.473Slukem#
1361.570Sthorpej# Cryptography support.  Include this early, since several things
1371.570Sthorpej# use it.
1381.624Sjonathan
1391.624Sjonathan# Individual crypto transforms
1401.570Sthorpejinclude "crypto/arc4/files.arc4"
1411.570Sthorpejinclude "crypto/des/files.des"
1421.570Sthorpejinclude "crypto/blowfish/files.blowfish"
1431.570Sthorpejinclude "crypto/cast128/files.cast128"
1441.570Sthorpejinclude "crypto/rijndael/files.rijndael"
1451.644Stlsinclude "crypto/skipjack/files.skipjack"
1461.570Sthorpej
1471.626Sthorpej# General-purpose crypto processing framework.
1481.626Sthorpejinclude "opencrypto/files.opencrypto"
1491.626Sthorpej
1501.570Sthorpej#
1511.618Sthorpej# System monitoring framework
1521.618Sthorpej#
1531.618Sthorpejinclude "dev/sysmon/files.sysmon"
1541.618Sthorpej
1551.618Sthorpej#
1561.563Sthorpej# Networking protocols
1571.563Sthorpej#
1581.743Sthorpejinclude "net80211/files.net80211"
1591.563Sthorpejinclude "netatalk/files.netatalk"
1601.782Sgdamoreinclude "netbt/files.netbt"
1611.565Sthorpejinclude "netinet/files.netinet"
1621.565Sthorpejinclude "netinet/files.ipfilter"
1631.565Sthorpejinclude "netinet6/files.netinet6"
1641.632Sitojuninclude "netinet6/files.ipsec"
1651.632Sitojuninclude "netipsec/files.netipsec"
1661.566Sthorpejinclude "netiso/files.netiso"
1671.567Sthorpejinclude "netnatm/files.netnatm"
1681.600Sjdolecekinclude "netsmb/files.netsmb"
1691.677Sitojuninclude "net/files.pf"
1701.563Sthorpej
1711.795Smattobsolete defflag		CCITT		# obsolete
1721.795Smattobsolete defflag		HDLC		# obsolete
1731.795Smattobsolete defflag		LLC		# obsolete
1741.795Smattobsolete defflag opt_ns.h	NS NSIP		# obsolete
1751.795Smattobsolete defflag		IPX		# obsolete
1761.825Scubeobsolete defflag opt_iso.h	TPCONS
1771.474Slukemdefflag				PFIL_HOOKS	# pfil(9)
1781.603Sperseantdefflag	opt_bridge_ipf.h	BRIDGE_IPF	# bridge(4) use inet_pfil_hooks
1791.474Slukemdefflag	opt_ppp.h		PPP_DEFLATE PPP_BSDCOMP PPP_FILTER
1801.474Slukem						# Include deflate or bsd
1811.474Slukem						# compression, enable pppd
1821.474Slukem						# packet filtering support
1831.793Spaveldefflag opt_pppoe.h		PPPOE_SERVER PPPOE_TERM_UNKNOWN_SESSIONS
1841.189Sscottr
1851.189Sscottr# networking options
1861.473Slukem#
1871.474Slukemdefflag				GATEWAY
1881.748Syamtdefparam opt_nmbclusters.h	NMBCLUSTERS
1891.474Slukemdefparam			SB_MAX
1901.171Smrg
1911.189Sscottr# file system options
1921.473Slukem#
1931.516Sthorpejdefflag				SOFTDEP			# XXX files.ufs?
1941.516Sthorpejdefflag				QUOTA			# XXX files.ufs?
1951.685Sthorpejdefflag				VNODE_LOCKDEBUG
1961.759Schsdefflag				MAGICLINKS
1971.353Soster
1981.276Sscottr# buffer cache size options
1991.473Slukem#
2001.474Slukemdefparam opt_bufcache.h		BUFCACHE BUFPAGES
2011.276Sscottr
2021.449Sgmcgarry# userconf
2031.473Slukem#
2041.474Slukemdefflag				USERCONF
2051.449Sgmcgarry
2061.663Satatat# sysctl related
2071.663Satatat#
2081.663Satatatdefflag opt_sysctl.h		SYSCTL_DISALLOW_CREATE SYSCTL_DISALLOW_KWRITE
2091.663Satatat				SYSCTL_DEBUG_SETUP SYSCTL_DEBUG_CREATE
2101.665Satatat				SYSCTL_INCLUDE_DESCR
2111.663Satatat
2121.473Slukem#
2131.289Slukem# Not entirely MI, but present on multiple arch's
2141.473Slukem#
2151.289Slukem
2161.276Sscottr# PC-style MBR handling
2171.473Slukem#
2181.474Slukemdefflag	opt_mbr.h		COMPAT_386BSD_MBRPART
2191.209Sjonathan
2201.745Sthorpej#
2211.209Sjonathan# debugging options
2221.473Slukem#
2231.745Sthorpejinclude "ddb/files.ddb"		# in-kernel dynamic debugger
2241.745Sthorpej
2251.474Slukemdefflag	opt_kgdb.h		KGDB
2261.613Smartindefparam opt_kgdb.h		KGDB_DEV KGDB_DEVNAME KGDB_DEVPORT
2271.474Slukem				KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
2281.474Slukemdefflag				LOCKDEBUG
2291.474Slukemdefflag				SYSCALL_DEBUG
2301.540Syamtdefflag	opt_kstack.h		KSTACK_CHECK_MAGIC
2311.271Sjonathan
2321.271Sjonathan# memory (ram) disk options
2331.473Slukem#
2341.474Slukemdefflag	opt_md.h		MEMORY_DISK_HOOKS MEMORY_DISK_IS_ROOT
2351.474Slukem				MEMORY_DISK_DYNAMIC
2361.851Sdsldefparam opt_md.h		MEMORY_DISK_SERVER=1 MEMORY_DISK_ROOT_SIZE
2371.594Smatt				MEMORY_RBFLAGS
2381.159Sdrochner
2391.842Smanudefflag opt_tftproot.h		TFTPROOT TFTPROOT_DEBUG
2401.842Smanu
2411.543Sbriggs# Support for hardware performance monitoring counters
2421.543Sbriggs#
2431.543Sbriggsdefflag	opt_perfctrs.h		PERFCTRS
2441.636Sjdolecek
2451.819Swiz# Machine-independent device majors assignements
2461.640Sjdolecekinclude "conf/majors"
2471.543Sbriggs
2481.60Scgd# generic attributes
2491.473Slukem#
2501.519Saugustssdefine	audiobus	{ }
2511.474Slukemdefine	midibus		{ }
2521.232Saugustssdefine	midisyn
2531.638Sbouyerdefine	ata	        {[channel = -1]}
2541.674Sthorpejdefine	sata
2551.558Sthorpejdefine	scsi_core
2561.558Sthorpejdefine	scsi		{[channel = -1]}: scsi_core
2571.638Sbouyerdefine	ata_hl		{[drive = -1]}
2581.637Sbouyerdefine	atapi		{ }
2591.489Sdrochnerdefine	radiodev	{ }
2601.614Sgmcgarrydefine	gpibdev		{[address = -1]}
2611.734Sjmcneilldefine	gpiobus		{ }
2621.769Srizdefine	onewirebus	{ }
2631.659Sbjh21define 	pckbport	{[slot = -1]}
2641.659Sbjh21define	pckbport_machdep_cnattach
2651.754Sthorpejdefine	firmload
2661.67Scgd
2671.67Scgd# audio device attributes
2681.473Slukem#
2691.63Sbrezakdefine	mulaw
2701.132Saugustssdefine	auconv
2711.500Skentdefine	aurateconv
2721.629Sthorpej
2731.228Saugustss# audio and midi devices, attaches to audio hardware driver
2741.473Slukem#
2751.173Sthorpejdevice	audio
2761.519Saugustssattach	audio at audiobus
2771.228Saugustssdevice	midi
2781.228Saugustssattach	midi at midibus
2791.363Sthorpej
2801.650Sbjh21# console bell via audio device
2811.650Sbjh21#
2821.650Sbjh21define	audiobell
2831.650Sbjh21
2841.635Sthorpej# I2C device support
2851.635Sthorpejinclude "dev/i2c/files.i2c"
2861.635Sthorpej
2871.813Sgdamore# SPI device support
2881.813Sgdamoreinclude "dev/spi/files.spi"
2891.813Sgdamore
2901.559Sthorpej# IR device support
2911.559Sthorpejinclude	"dev/ir/files.ir"
2921.559Sthorpej
2931.651Sjdolecek# Parallel Port Bus support
2941.651Sjdolecekinclude "dev/ppbus/files.ppbus"
2951.651Sjdolecek
2961.363Sthorpej# raster operations attributes
2971.473Slukem#
2981.426Slukemdefine	rasops1
2991.426Slukemdefine	rasops2
3001.426Slukemdefine	rasops4
3011.426Slukemdefine	rasops8
3021.426Slukemdefine	rasops15
3031.426Slukemdefine	rasops16
3041.426Slukemdefine	rasops24
3051.426Slukemdefine	rasops32
3061.829Soberdefine	rasops_rotation
3071.60Scgd
3081.760Sjmcneill# splash screen support
3091.760Sjmcneillinclude "dev/splash/files.splash"
3101.760Sjmcneill
3111.768Sgdamore# videomode support
3121.768Sgdamoreinclude "dev/videomode/files.videomode"
3131.768Sgdamore
3141.67Scgd# net device attributes - we have generic code for arc(net), ether(net),
3151.457Sbjh21# fddi, token ring, atm and eco(net).
3161.473Slukem#
3171.67Scgddefine	arc
3181.88Schuckdefine	atm
3191.457Sbjh21define	eco
3201.60Scgddefine	ether
3211.67Scgddefine	fddi
3221.185Skmldefine	hippi
3231.399Sonoedefine	ieee1394
3241.282Sbaddefine	token
3251.284Sexplorerdefine	sppp
3261.719Sdyoungdefine	wlan: arc4, rijndael
3271.294Sitojundefine	crypto
3281.100Sws
3291.119Sis# devices ARPing IPv4 pull this in:
3301.473Slukem#
3311.119Sisdefine	arp
3321.119Sis
3331.515Sthorpej#
3341.515Sthorpej# ALTQ network traffic shaping subsystem
3351.515Sthorpej#
3361.515Sthorpejinclude "altq/files.altq"
3371.515Sthorpej
3381.473Slukem#
3391.560Sthorpej# IPKDB kernel debugger
3401.473Slukem#
3411.560Sthorpejinclude "ipkdb/files.ipkdb"
3421.102Sws
3431.404Sad# Logical disk
3441.473Slukem#
3451.404Saddevice	ld: disk
3461.426Slukemfile	dev/ld.c			ld			needs-flag
3471.513Sthorpej
3481.513Sthorpej#
3491.513Sthorpej# MII/PHY support for network devices
3501.513Sthorpej#
3511.513Sthorpejinclude "dev/mii/files.mii"
3521.375Sthorpej
3531.473Slukem#
3541.512Sthorpej# RAIDframe
3551.512Sthorpej#
3561.512Sthorpejinclude "dev/raidframe/files.raidframe"
3571.639Sgrog
3581.639Sgrog#
3591.542Sthorpej# Hardware-assisted data mover API
3601.542Sthorpej#
3611.542Sthorpejinclude "dev/dmover/files.dmover"
3621.512Sthorpej
3631.512Sthorpej#
3641.83Sthorpej# "Chipset" drivers.  These are the bus-independent routines which
3651.83Sthorpej# contain the cfdrivers.  Attachments are provided by files.<bus>
3661.473Slukem#
3671.145Schristos
3681.145Schristos# Adaptec AIC-6[32]60 ICs
3691.473Slukem#
3701.173Sthorpejdevice	aic: scsi
3711.145Schristosfile	dev/ic/aic6360.c		aic
3721.346Sthorpej
3731.346Sthorpej# SMC 93Cx6 Serial EEPROM devices
3741.473Slukem#
3751.346Sthorpejdefine	smc93cx6
3761.346Sthorpejfile	dev/ic/smc93cx6.c		smc93cx6
3771.83Sthorpej
3781.86Smycroft# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
3791.473Slukem#
3801.474Slukemdefparam opt_ahc.h		AHC_DEBUG
3811.474Slukemdefflag	opt_ahc.h		AHC_NO_TAGS
3821.173Sthorpejdevice	ahc: scsi
3831.345Sthorpejdefine	ahc_seeprom
3841.354Sfvdldefine	ahc_aic77xx
3851.142Senamifile	dev/ic/aic7xxx.c		ahc
3861.609Sfvdlfile	dev/ic/aic7xxx_osm.c		ahc
3871.345Sthorpejfile	dev/ic/aic7xxx_seeprom.c	ahc_seeprom
3881.354Sfvdlfile	dev/ic/aic77xx.c		ahc_aic77xx
3891.609Sfvdl
3901.609Sfvdl# Adaptec aic79xx SCSI controllers
3911.609Sfvdldefflag	opt_ahd.h		AHD_DEBUG
3921.609Sfvdldevice	ahd: scsi
3931.609Sfvdlfile	dev/ic/aic79xx.c		ahd
3941.609Sfvdlfile	dev/ic/aic79xx_osm.c		ahd
3951.318Sad
3961.318Sad# DPT EATA SCSI controllers
3971.473Slukem#
3981.318Saddevice	dpt: scsi
3991.318Sadfile	dev/ic/dpt.c			dpt
4001.355Sad
4011.355Sad# Compaq Smart ARRAY controllers
4021.473Slukem#
4031.355Saddevice	cac {unit = -1}
4041.355Sadfile	dev/ic/cac.c			cac
4051.355Sad
4061.404Sadattach	ld at cac with ld_cac
4071.404Sadfile	dev/ic/ld_cac.c			ld_cac
4081.419Sad
4091.764She# HP/Compaq Command Interface for SCSI-3 Support
4101.764She#
4111.764Shedevice ciss: scsi
4121.764Shefile	dev/ic/ciss.c			ciss
4131.764She
4141.419Sad# Mylex DAC960 RAID controllers
4151.473Slukem#
4161.419Saddevice	mlx {unit = -1}
4171.419Sadfile	dev/ic/mlx.c			mlx			needs-flag
4181.419Sad
4191.419Sadattach	ld at mlx with ld_mlx
4201.419Sadfile	dev/ic/ld_mlx.c			ld_mlx
4211.521Sad
4221.521Sad# ICP-Vortex/Intel RAID controllers
4231.521Sad#
4241.521Saddevice	icp {unit = -1}
4251.521Sadfile	dev/ic/icp.c			icp			needs-flag
4261.611Sthorpejfile	dev/ic/icp_ioctl.c		icp
4271.521Sad
4281.521Sadattach	ld at icp with ld_icp
4291.521Sadfile	dev/ic/ld_icp.c			ld_icp
4301.521Sad
4311.521Saddevice	icpsp: scsi
4321.521Sadfile	dev/ic/icpsp.c			icpsp
4331.521Sadattach	icpsp at icp
4341.523Sad
4351.523Sad# Adaptec FSA RAID controllers
4361.523Sad#
4371.523Saddevice	aac {unit = -1}
4381.523Sadfile	dev/ic/aac.c			aac
4391.523Sad
4401.523Sadattach	ld at aac with ld_aac
4411.523Sadfile	dev/ic/ld_aac.c			ld_aac
4421.238Sdante
4431.238Sdante# AdvanSys 1200A, 1200B and ULTRA SCSI controllers
4441.473Slukem#
4451.238Sdantedevice	adv: scsi
4461.238Sdantefile	dev/ic/adv.c			adv
4471.428Sthorpejfile	dev/ic/advlib.c			adv
4481.428Sthorpejfile	dev/ic/advmcode.c		adv
4491.248Sdante
4501.248Sdante# AdvanSys ULTRA WIDE SCSI controllers
4511.473Slukem#
4521.248Sdantedevice	adw: scsi
4531.248Sdantefile	dev/ic/adw.c			adw
4541.194Sjonathan
4551.130Sjonathan# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
4561.130Sjonathan# (Must be declared before AHA to ensure bha probes before aha.
4571.130Sjonathan#  Probing AHA first configures bhas as aha, via their AHA
4581.130Sjonathan#  hardware-compatibility mode.)
4591.473Slukem#
4601.173Sthorpejdevice	bha: scsi
4611.142Senamifile	dev/ic/bha.c			bha
4621.130Sjonathan
4631.113Smycroft# Adaptec AHA-154x and AHA-164x controllers
4641.130Sjonathan# (must be after bha, see above)
4651.473Slukem#
4661.173Sthorpejdevice	aha: scsi
4671.142Senamifile	dev/ic/aha.c			aha
4681.445Stsutsui
4691.445Stsutsui# Initio INIC-940/950 SCSI controllers
4701.473Slukem#
4711.445Stsutsuidevice	iha: scsi
4721.445Stsutsuifile	dev/ic/iha.c			iha
4731.118Scgd
4741.118Scgd# Qlogic ISP 10x0 SCSI Controllers
4751.473Slukem#
4761.474Slukemdefflag	opt_isp.h		ISP_DISABLE_1020_SUPPORT
4771.474Slukem				ISP_DISABLE_1080_SUPPORT
4781.474Slukem				ISP_DISABLE_2100_SUPPORT
4791.474Slukem				ISP_DISABLE_2200_SUPPORT
4801.846Smjacob				ISP_DISABLE_2300_SUPPORT
4811.846Smjacob				ISP_DISABLE_2400_SUPPORT
4821.846Smjacob				ISP_DISABLE_FW
4831.846Smjacob				ISP_TARGET_MODE
4841.496Smjacob				ISP_FW_CRASH_DUMP
4851.474Slukemdefparam opt_isp.h		ISP_LOGDEFAULT
4861.173Sthorpejdevice	isp: scsi
4871.142Senamifile	dev/ic/isp.c			isp
4881.846Smjacobfile	dev/ic/isp_library.c		isp
4891.223Smjacobfile	dev/ic/isp_netbsd.c		isp
4901.711Sdrochnerfile	dev/ic/isp_target.c		isp & isp_target_mode
4911.821Sbouyer# LSILogic MegaRAID SAS
4921.821Sbouyer#
4931.821Sbouyerdevice	mfi: scsi
4941.821Sbouyerfile	dev/ic/mfi.c			mfi
4951.821Sbouyer
4961.528Smatt# LSILogic Fusion-MPT I/O Processor SCSI/FC Controllers
4971.528Smatt#
4981.608Sthorpejdevice	mpt: scsi
4991.608Sthorpejfile	dev/ic/mpt.c			mpt
5001.608Sthorpejfile	dev/ic/mpt_debug.c		mpt
5011.608Sthorpejfile	dev/ic/mpt_netbsd.c		mpt
5021.605Stsutsui
5031.682Sitohy# Workbit NinjaSCSI-32 controllers
5041.682Sitohydevice	njs: scsi
5051.682Sitohyfile	dev/ic/ninjascsi32.c		njs
5061.682Sitohy
5071.605Stsutsui# Symbios/NCR 53c700 SCSI controllers
5081.605Stsutsuidevice	oosiop: scsi
5091.605Stsutsuifile	dev/ic/oosiop.c			oosiop
5101.436Stsutsui
5111.436Stsutsui# Symbios/NCR 53c710 SCSI controllers
5121.473Slukem#
5131.436Stsutsuidevice	osiop: scsi
5141.436Stsutsuifile	dev/ic/osiop.c			osiop
5151.364Sbouyer
5161.368Sbouyer# common stuff for siop and esiop
5171.473Slukem#
5181.426Slukemdefine	siop_common
5191.426Slukemfile	dev/ic/siop_common.c		siop_common
5201.368Sbouyer
5211.364Sbouyer# Symbios/NCR 53c720/53c8xx SCSI controllers
5221.473Slukem#
5231.426Slukemdevice	siop: scsi,siop_common
5241.426Slukemfile	dev/ic/siop.c			siop
5251.517Sbouyerdefflag	opt_siop.h			SIOP_SYMLED
5261.518Sbouyer
5271.518Sbouyerdevice	esiop: scsi,siop_common
5281.518Sbouyerfile	dev/ic/esiop.c			esiop
5291.94Smycroft
5301.94Smycroft# UltraStor SCSI controllers
5311.473Slukem#
5321.173Sthorpejdevice	uha: scsi
5331.142Senamifile	dev/ic/uha.c			uha
5341.409Sonoe
5351.409Sonoe# Aironet PC4500/PC4800
5361.473Slukem#
5371.653Stsarnadevice	an: arp, wlan, ifnet
5381.409Sonoefile	dev/ic/an.c			an
5391.86Smycroft
5401.376Sonoe# AMD 79c930-based 802.11 cards
5411.473Slukem#
5421.376Sonoedevice	awi: arp, wlan, ifnet
5431.376Sonoefile	dev/ic/awi.c			awi
5441.376Sonoefile	dev/ic/am79c930.c		awi
5451.438Sichiro
5461.438Sichiro# Lucent & Intersil WaveLan IEEE (802.11)
5471.473Slukem#
5481.656Sjunyoungdevice	wi: arp, wlan, ifnet
5491.438Sichirofile	dev/ic/wi.c			wi
5501.617Sdyoung
5511.641Sdyoung# Atheros 5210/5211/5212 multi-mode 802.11
5521.641Sdyoung#
5531.767Sgdamoredefflag	opt_athhal.h	ATHHAL_ASSERT ATHHAL_DEBUG ATHHAL_DEBUG_ALQ
5541.656Sjunyoungdevice	ath: arp, wlan, ifnet
5551.641Sdyoungfile	dev/ic/ath.c					ath
5561.719Sdyoungfile	dev/ic/ath_netbsd.c				ath
5571.738Sdyoungfile	dev/ic/athrate-sample.c				ath
5581.765Sgdamorefile	contrib/dev/ath/netbsd/ah_osdep.c		ath
5591.766Sgdamoreobject	/athhal.o					ath
5601.641Sdyoung
5611.617Sdyoung# ADMtek ADM8211 802.11
5621.617Sdyoung#
5631.656Sjunyoungdevice	atw: arp, wlan, ifnet, smc93cx6
5641.617Sdyoungfile	dev/ic/atw.c			atw
5651.376Sonoe
5661.687Sdyoung# Realtek RTL8180 802.11
5671.687Sdyoung#
5681.687Sdyoungdevice rtw: arp, wlan, ifnet, smc93cx6
5691.687Sdyoungfile	dev/ic/rtw.c			rtw
5701.687Sdyoungfile	dev/ic/rtwphy.c			rtw
5711.687Sdyoungfile	dev/ic/rtwphyio.c		rtw
5721.687Sdyoung
5731.780Srpaulo# Ralink RT2500/RT2600 802.11
5741.779Smartindevice	ral: arp, ether, ifnet, wlan, firmload
5751.778Sdogcowfile	dev/ic/rt2560.c			ral
5761.778Sdogcowfile	dev/ic/rt2661.c			ral
5771.722Sdrochner
5781.83Sthorpej# 3Com Etherlink-III Ethernet controller
5791.473Slukem#
5801.333Sthorpejdevice	ep: arp, ether, ifnet, mii, mii_bitbang
5811.142Senamifile	dev/ic/elink3.c			ep
5821.253Sfvdl
5831.253Sfvdl# 3Com EtherLink XL Controller
5841.473Slukem#
5851.331Sthorpejdevice	ex: arp, ether, ifnet, mii, mii_bitbang
5861.253Sfvdlfile	dev/ic/elinkxl.c		ex
5871.131Smatt
5881.131Smatt# DEC EtherWORKS III (LEMAC) Ethernet controllers
5891.473Slukem#
5901.173Sthorpejdevice	lc: arp, ether, ifnet
5911.142Senamifile	dev/ic/lemac.c			lc
5921.84Smycroft
5931.84Smycroft# LANCE and PCnet Ethernet controllers
5941.473Slukem#
5951.173Sthorpejdevice	le: arp, ether, ifnet
5961.426Slukemdefine	le24
5971.426Slukemdefine	le32
5981.227Sexplorerfile	dev/ic/am7990.c			le24
5991.225Sdrochnerfile	dev/ic/am79900.c		le32
6001.225Sdrochnerfile	dev/ic/lance.c			le24 | le32
6011.383Sthorpej
6021.383Sthorpej# DEC DEPCA-family of LANCE Ethernet controllers
6031.473Slukem#
6041.383Sthorpejdevice	depca { }: le24
6051.383Sthorpejfile	dev/ic/depca.c			depca
6061.383Sthorpejattach	le at depca with le_depca
6071.122Sscottr
6081.290Smrg# Sun HME Ethernet controllers
6091.473Slukem#
6101.293Spkdevice	hme: arp, ether, ifnet, mii
6111.293Spkfile	dev/ic/hme.c			hme
6121.461Seeh
6131.461Seeh# Sun GEM Ethernet controllers
6141.473Slukem#
6151.461Seehdevice	gem: arp, ether, ifnet, mii
6161.461Seehfile	dev/ic/gem.c			gem
6171.290Smrg
6181.122Sscottr# 8390-family Ethernet controllers
6191.473Slukem#
6201.569Sthorpejdefflag	opt_ipkdb.h		IPKDB_DP8390
6211.122Sscottrdefine	dp8390nic
6221.569Sthorpejfile	dev/ic/dp8390.c			dp8390nic | ipkdb_dp8390
6231.485Sbjh21
6241.485Sbjh21# National Semiconductor DP83905 AT/LANTIC Ethernet media support
6251.485Sbjh21#
6261.485Sbjh21define	dp83905
6271.485Sbjh21file	dev/ic/dp83905.c		dp83905
6281.484Sbjh21
6291.484Sbjh21# Macronix MX98905 Ethernet controller
6301.484Sbjh21# (use as an attribute for an "ne" bus attachment)
6311.484Sbjh21#
6321.484Sbjh21define	mx98905
6331.484Sbjh21file	dev/ic/mx98905.c		mx98905
6341.77Scgd
6351.282Sbad# TROPIC Token-Ring controller
6361.473Slukem#
6371.282Sbaddevice	tr: arp, token, ifnet
6381.282Sbadfile	dev/ic/tropic.c			tr
6391.282Sbad
6401.91Scgd# NCR 5380 SCSI Bus Controller
6411.473Slukem#
6421.91Scgddefine	ncr5380sbc
6431.142Senamifile	dev/ic/ncr5380sbc.c		ncr5380sbc
6441.356Spkdevice	nca: scsi, ncr5380sbc
6451.91Scgd
6461.434Sfredette# Sun sc PAL SCSI Bus Controller
6471.473Slukem#
6481.434Sfredettedefine	sunscpal
6491.434Sfredettefile	dev/ic/sunscpal.c		sunscpal
6501.434Sfredettedevice	ssc: scsi, sunscpal
6511.434Sfredette
6521.91Scgd# DEC FDDI Chipset
6531.473Slukem#
6541.91Scgddefine	pdq
6551.142Senamifile	dev/ic/pdq.c			pdq
6561.142Senamifile	dev/ic/pdq_ifsubr.c		pdq
6571.98Schristos
6581.474Slukem# Cyclades Cyclom-8/16/32
6591.473Slukem#
6601.173Sthorpejdevice	cy: tty
6611.142Senamifile	dev/ic/cy.c			cy			needs-flag
6621.103Sthorpej
6631.103Sthorpej# Efficient Networks, Inc. ATM interface
6641.473Slukem#
6651.173Sthorpejdevice	en: atm, ifnet
6661.142Senamifile	dev/ic/midway.c			en
6671.117Sthorpej
6681.117Sthorpej# NCR 53x9x or Emulex ESP SCSI Controller
6691.473Slukem#
6701.117Sthorpejdefine	ncr53c9x
6711.359Smycroftdevice	esp: scsi, ncr53c9x
6721.142Senamifile	dev/ic/ncr53c9x.c		ncr53c9x
6731.227Sexplorer
6741.679Smycroft# Fujitsu MB87030/MB89352 SCSI Protocol Controller
6751.679Smycroftdevice	spc: scsi
6761.679Smycroftfile	dev/ic/mb89352.c		spc
6771.679Smycroft
6781.796Sbjh21# Western Digital WD33C93/WD33C93A SCSI Bus Interface Controller
6791.796Sbjh21define	wd33c93
6801.796Sbjh21file	dev/ic/wd33c93.c		wd33c93
6811.796Sbjh21
6821.590Ssoren# Hitachi HD44780 LCD panel controller
6831.590Ssorendefine	hd44780
6841.590Ssorenfile	dev/ic/hd44780_subr.c		hd44780
6851.590Ssorenfile	dev/ic/lcdkp_subr.c		hd44780
6861.590Ssoren
6871.710Sjoff# Matrix keypad
6881.710Sjoffdefine	matrixkp
6891.710Sjofffile	dev/ic/matrixkp_subr.c		matrixkp
6901.710Sjoff
6911.227Sexplorer# Hitachi HD64570 serial controller
6921.473Slukem#
6931.359Smycroftdefine	hd64570
6941.227Sexplorerfile	dev/ic/hd64570.c		hd64570
6951.339Schopps
6961.339Schopps# Riscom/N2 ISA/PCI Sync Serial Controller
6971.473Slukem#
6981.339Schoppsdevice	ntwoc: ifnet, hd64570
6991.128Spk
7001.128Spk# Intel 82586 Ethernet Controller
7011.473Slukem#
7021.128Spkdefine	i82586
7031.142Senamifile	dev/ic/i82586.c			i82586
7041.291Sthorpej
7051.658Sjkunz# Intel 82596 Ethernet Controller
7061.658Sjkunz#
7071.658Sjkunzdefine	i82596
7081.658Sjkunzfile	dev/ic/i82596.c			i82596
7091.658Sjkunz
7101.291Sthorpej# Intel 82557/82558/82559 Ethernet Controller
7111.473Slukem#
7121.291Sthorpejdevice	fxp: ether, ifnet, arp, mii
7131.291Sthorpejfile	dev/ic/i82557.c			fxp
7141.389Sbjh21
7151.389Sbjh21# SEEQ 8005 Advanced Ethernet Data Link Controller
7161.473Slukem#
7171.389Sbjh21define	seeq8005
7181.389Sbjh21file	dev/ic/seeq8005.c		seeq8005
7191.137Sthorpej
7201.137Sthorpej# SMC 91Cxx Ethernet Controller
7211.473Slukem#
7221.379Sbriggsdevice	sm: arp, ether, ifnet, mii, mii_bitbang
7231.142Senamifile	dev/ic/smc91cxx.c		sm
7241.188Sthorpej
7251.188Sthorpej# SMC 83C170 EPIC/100 Fast Ethernet Controller
7261.473Slukem#
7271.230Sthorpejdevice	epic: arp, ether, ifnet, mii
7281.188Sthorpejfile	dev/ic/smc83c170.c		epic
7291.309Sragge
7301.309Sragge# DEC SGEC Second Generation Ethernet Controller
7311.473Slukem#
7321.309Sraggedefine	sgec
7331.309Sraggefile	dev/ic/sgec.c			sgec
7341.177Senami
7351.715Sjdolecek# MB86950 Ethernet Controller
7361.715Sjdolecek#
7371.715Sjdolecekdefine	mb86950
7381.715Sjdolecekfile	dev/ic/mb86950.c		mb86950
7391.715Sjdolecek
7401.177Senami# MB8696x Ethernet Controller
7411.473Slukem#
7421.177Senamidefine	mb86960
7431.177Senamifile	dev/ic/mb86960.c		mb86960
7441.177Senami
7451.177Senami# Generic MB8696x Ethernet Controller driver
7461.473Slukem#
7471.177Senamidevice	mbe: arp, ether, ifnet, mb86960
7481.146Saugustss
7491.146Saugustss# Interwave Am78C201 audio driver
7501.473Slukem#
7511.146Saugustssdefine	interwave
7521.146Saugustssfile	dev/ic/interwave.c		interwave
7531.154Sis
7541.154Sis# TMS 320av110 MPEG2/audio driver
7551.473Slukem#
7561.154Sisdefine	tms320av110
7571.154Sisfile	dev/ic/tms320av110.c		tms320av110
7581.152Sthorpej
7591.152Sthorpej# Novell NE2000-compatible Ethernet cards, based on the
7601.152Sthorpej# National Semiconductor DS8390.
7611.473Slukem#
7621.474Slukemdefflag	opt_ipkdb.h		IPKDB_NE			: IPKDB_DP8390
7631.423Sthorpejdevice	ne: ether, ifnet, arp, dp8390nic, mii
7641.569Sthorpejfile	dev/ic/ne2000.c			ne | ipkdb_ne
7651.153Sthorpej
7661.153Sthorpej# 8250/16[45]50-based "com" ports
7671.668Sthorpej#
7681.749Schsdefflag	opt_com.h		COM_DEBUG
7691.153Sthorpej# XXX In a perfect world, this would be done with attributes
7701.788Sgdamoredefflag	opt_com.h		COM_16650 COM_HAYESP COM_PXA2X0 COM_AU1X00
7711.788Sgdamore				COM_REGMAP
7721.392Seehdevice	com { } : tty
7731.426Slukemfile	dev/ic/com.c			com			needs-flag
7741.336Sthorpej
7751.336Sthorpej# PC-like keyboard controller
7761.473Slukem#
7771.659Sbjh21device	pckbc: pckbport
7781.660Sbjh21file	dev/ic/pckbc.c			pckbc			needs-flag
7791.274Sscw
7801.714Scubedevice	attimer
7811.714Scubefile	dev/ic/attimer.c		attimer			needs-flag
7821.714Scube
7831.274Sscw# Cirrus Logic CD240[01] 4-port Multi-Protocol Communications Controller
7841.473Slukem#
7851.274Sscwdevice	clmpcc: tty
7861.426Slukemfile	dev/ic/clmpcc.c			clmpcc			needs-flag
7871.385Sbjh21
7881.351Sgroo# National Semiconductor LM7[89]
7891.473Slukem#
7901.426Slukemdevice	lm: sysmon_envsys
7911.426Slukemfile	dev/ic/nslm7x.c			lm			needs-flag
7921.164Scgd
7931.843Sxtraeme# Abit uGuru
7941.843Sxtraeme#
7951.843Sxtraemedevice	ug: sysmon_envsys
7961.843Sxtraemefile	dev/ic/ug.c			ug			needs-flag
7971.843Sxtraeme
7981.185Skml# Essential Communications Corp. HIPPI Interface
7991.473Slukem#
8001.426Slukemdevice	esh: hippi, ifnet
8011.426Slukemfile	dev/ic/rrunner.c		esh			needs-flag
8021.242Sis
8031.242Sis# SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver
8041.473Slukem#
8051.426Slukemdevice	bah: ifnet, arc, arp
8061.426Slukemfile	dev/ic/smc90cx6.c		bah
8071.234Saugustss
8081.234Saugustss# OPL2/OPL3 FM synth driver
8091.473Slukem#
8101.235Saugustssdevice	opl: midibus, midisyn
8111.234Saugustssfile	dev/ic/opl.c			opl
8121.234Saugustssfile	dev/ic/oplinstrs.c		opl
8131.305Saugustss
8141.305Saugustss# MPU401 MIDI UART compatibles
8151.473Slukem#
8161.305Saugustssdevice	mpu: midibus
8171.426Slukemfile	dev/ic/mpu.c			mpu			needs-flag
8181.236Spk
8191.236Spk# AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
8201.473Slukem#
8211.236Spkdefine	ad1848
8221.236Spkfile	dev/ic/ad1848.c			ad1848
8231.290Smrg
8241.290Smrg# AMD 7930 audio/ISDN codec
8251.473Slukem#
8261.366Saugustssdefine	am7930
8271.366Saugustssfile	dev/ic/am7930.c			am7930
8281.290Smrg
8291.290Smrg# SPARC `SUNW,audiocs'
8301.473Slukem#
8311.519Saugustssdevice	audiocs: audiobus, auconv, ad1848
8321.290Smrgfile	dev/ic/cs4231.c			audiocs
8331.326Saugustss
8341.326Saugustss# AC-97 CODECs
8351.473Slukem#
8361.326Saugustssdefine	ac97
8371.326Saugustssfile	dev/ic/ac97.c			ac97
8381.437Sminoura
8391.437Sminoura# Oki MSM6258 support code
8401.473Slukem#
8411.437Sminouradefine msm6258
8421.437Sminourafile	dev/ic/msm6258.c		msm6258
8431.240Spk
8441.240Spk# LSI64854 DMA controller back-end
8451.473Slukem#
8461.240Spkdefine	lsi64854
8471.240Spkfile	dev/ic/lsi64854.c		lsi64854
8481.465Smrg
8491.465Smrg# Cirrus Logic CL-CD180/1864/1865 multi port serial controller back-end
8501.473Slukem#
8511.465Smrgdefine	cd18xx
8521.465Smrgfile	dev/ic/cd18xx.c			cd18xx
8531.240Spk
8541.654Swiz# Realtek 8019/8029 NE2000-compatible network interface subroutines
8551.473Slukem#
8561.252Sthorpejdefine	rtl80x9
8571.252Sthorpejfile	dev/ic/rtl80x9.c		rtl80x9
8581.360Shaya
8591.654Swiz# Realtek 8129/8139 Ethernet controllers
8601.473Slukem#
8611.362Shayadevice	rtk: ether, ifnet, arp, mii
8621.675Ssekiyafile	dev/ic/rtl81x9.c		rtk | re
8631.185Skml
8641.673Stoshii# Realtek 8169 Ethernet controllers
8651.673Stoshii#
8661.673Stoshiidevice	re: ether, ifnet, arp, mii
8671.709Syamtfile	dev/ic/rtl8169.c		re
8681.673Stoshii
8691.258Spk# Common code for ESDI/IDE/etc. controllers
8701.473Slukem#
8711.680Sthorpejdefine	wdc_common
8721.809Sitohydefine	ata_dma
8731.809Sitohydefine	ata_udma
8741.809Sitohydefine	ata_piobm
8751.680Sthorpejdevice	wdc: ata, wdc_common
8761.637Sbouyer
8771.835Sdyoungdefflag	opt_ata.h	ATADEBUG
8781.835Sdyoung
8791.656Sjunyoungdevice	atabus: atapi,ata_hl
8801.656Sjunyoungattach	atabus at ata
8811.809Sitohy# The strange expression is to dump ata_* definitions to ata_dma.h.
8821.809Sitohyfile	dev/ic/wdc.c			(ata_dma | ata_udma | ata_piobm | atabus) & atabus & wdc_common	needs-flag
8831.386Sbjh21
8841.810Sitohy# Workbit NinjaATA-32 IDE controllers
8851.810Sitohydevice	njata: ata, ata_piobm, wdc_common
8861.810Sitohyfile	dev/ic/ninjaata32.c		njata
8871.810Sitohy
8881.386Sbjh21# CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller
8891.473Slukem#
8901.386Sbjh21device	upc { [offset = -1] }
8911.386Sbjh21attach	wdc at upc with wdc_upc
8921.386Sbjh21attach	com at upc with com_upc
8931.651Sjdolecekattach	lpt at upc with lpt_upc
8941.426Slukemfile	dev/ic/upc.c			upc
8951.426Slukemfile	dev/ic/wdc_upc.c		wdc_upc
8961.426Slukemfile	dev/ic/com_upc.c		com_upc
8971.651Sjdolecekfile	dev/ic/lpt_upc.c		lpt_upc
8981.327Smatt
8991.844Sbouyer# AHCI-compatible SATA controllers
9001.844Sbouyerdefine ahcisata_core
9011.844Sbouyerfile dev/ic/ahcisata_core.c ahcisata_core
9021.844Sbouyerdevice ahcisata: ata, ata_dma, ata_udma, sata, ahcisata_core
9031.844Sbouyer
9041.314Sthorpej# DECchip 21x4x Ethernet controller family, and assorted clones.
9051.473Slukem#
9061.333Sthorpejdevice	tlp: arp, ether, ifnet, mii, mii_bitbang
9071.314Sthorpejfile	dev/ic/tulip.c			tlp
9081.322Sthorpej
9091.322Sthorpej# Adaptec AIC-6915 Ethernet interface
9101.473Slukem#
9111.322Sthorpejdevice	sf: arp, ether, ifnet, mii
9121.322Sthorpejfile	dev/ic/aic6915.c		sf
9131.378Spk
9141.378Spk# Mostek time-of-day clock and NVRAM
9151.473Slukem#
9161.378Spkdefine	mk48txx
9171.507Spkfile	dev/ic/mk48txx.c		mk48txx
9181.378Spk
9191.378Spk# Intersil 7170 time-of-day clock
9201.473Slukem#
9211.378Spkdefine	intersil7170
9221.378Spkfile	dev/ic/intersil7170.c		intersil7170
9231.434Sfredette
9241.434Sfredette# National Semiconductor MM58167 time-of-day clock
9251.473Slukem#
9261.434Sfredettedefine	mm58167
9271.434Sfredettefile	dev/ic/mm58167.c		mm58167
9281.643Stsutsui
9291.643Stsutsui# Motorola mc146818 (and compatible) time-of-day clock
9301.643Stsutsui#
9311.643Stsutsuidefine	mc146818
9321.643Stsutsuifile	dev/ic/mc146818.c		mc146818
9331.422Sthorpej
9341.808Suwe# Ricoh RS5C313 time of-day-clock
9351.808Suwe#
9361.808Suwedefine	rs5c313
9371.808Suwefile	dev/ic/rs5c313.c		rs5c313
9381.808Suwe
9391.422Sthorpej# D-Link DL10019/10022 NE2000-compatible network interface subroutines
9401.473Slukem#
9411.422Sthorpejdefine	dl10019
9421.422Sthorpejfile	dev/ic/dl10019.c		dl10019
9431.453Senami
9441.453Senami# ASIX AX88190 NE2000-compatible network interface subroutines
9451.473Slukem#
9461.453Senamidefine	ax88190
9471.453Senamifile	dev/ic/ax88190.c		ax88190
9481.429Sjdolecek
9491.429Sjdolecek# WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
9501.473Slukem#
9511.429Sjdolecekdevice	we: ether, ifnet, arp, dp8390nic
9521.429Sjdolecekfile	dev/ic/we.c			we
9531.432Sjdolecek
9541.432Sjdolecek# Allied-Telesis Ethernet driver based on Fujitsu MB8696xA controllers
9551.473Slukem#
9561.432Sjdolecekdevice	ate: arp, ether, ifnet, mb86960
9571.557Stsutsui
9581.557Stsutsui# Fujitsu FMV-18x Ethernet driver based on Fujitsu MB8696xA controllers
9591.557Stsutsui#
9601.557Stsutsuidevice	fmv: arp, ether, ifnet, mb86960
9611.557Stsutsuifile	dev/ic/fmv.c			fmv
9621.471Syamt
9631.471Syamt# Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
9641.473Slukem#
9651.471Syamtdevice	cs: arp, ether, ifnet
9661.704Sjoffdevice	tscs: arp, ether, ifnet
9671.704Sjofffile	dev/ic/cs89x0.c			cs | tscs
9681.487Saugustss
9691.487Saugustss# Radio device attributes
9701.487Saugustss#
9711.487Saugustssdefine	tea5757
9721.656Sjunyoungfile	dev/ic/tea5757.c		tea5757
9731.487Saugustssdefine	lm700x
9741.656Sjunyoungfile	dev/ic/lm700x.c			lm700x
9751.179Sdrochner
9761.837Stnn# Philips PCF8584 i2c controller
9771.837Stnndefine	pcf8584
9781.837Stnnfile	dev/ic/pcf8584.c		pcf8584
9791.837Stnn
9801.784Sdrochner# ACPI power management timer (hardware access, independent of ACPI)
9811.784Sdrochner#
9821.784Sdrochnerdefine acpipmtimer
9831.784Sdrochnerfile	dev/ic/acpipmtimer.c	acpipmtimer
9841.784Sdrochner
9851.834Snjolydevice 	hpet
9861.834Snjolyfile 	dev/ic/hpet.c		hpet			needs-flag
9871.834Snjoly
9881.836Sdrochner# DRM - Direct Rendering Infrastructure: dev/drm
9891.836Sdrochnerdefine drm {}
9901.836Sdrochnerinclude	dev/drm/files.drm
9911.836Sdrochner
9921.179Sdrochner# Definitions for wscons
9931.179Sdrochner# device attributes: display, display with emulator, keyboard, and mouse
9941.473Slukem#
9951.479Saugustssdefine	wsdisplaydev		{[kbdmux = 1]}
9961.479Saugustssdefine	wsemuldisplaydev	{[console = -1], [kbdmux = 1]}
9971.479Saugustssdefine	wskbddev		{[console = -1], [mux = 1]}
9981.479Saugustssdefine	wsmousedev		{[mux = 0]}
9991.761Smacallandefine	vcons
10001.179Sdrochner# attribute to pull in raster support
10011.473Slukem#
10021.179Sdrochnerdefine	wsrasteremulops
10031.187Sdrochner# common PC display functions
10041.473Slukem#
10051.474Slukemdefflag	opt_pcdisplay.h		PCDISPLAY_SOFTCURSOR
10061.426Slukemdefine	pcdisplayops
10071.187Sdrochnerfile	dev/ic/pcdisplay_subr.c	pcdisplayops
10081.207Sdrochnerfile	dev/ic/pcdisplay_chars.c	pcdisplayops
10091.777Smartin# an attribute used by arch specific config files to include /dev/fb* (or
10101.777Smartin# equivalent) support - on most archs this is just a NOP (untill, maybe
10111.777Smartin# someday when we might make /dev/fb* support MI)
10121.777Smartindefine	fb
10131.179Sdrochner# VGA graphics
10141.473Slukem#
10151.541Sdrochnerdefparam opt_vga.h		VGA_CONSOLE_SCREENTYPE
10161.538Sdrochnerdefflag opt_vga.h 		VGA_CONSOLE_ATI_BROKEN_FONTSEL
10171.572Sjunyoungdefflag opt_vga.h		VGA_RASTERCONSOLE
10181.593Stsutsuidefflag opt_vga.h		VGA_RESET
10191.836Sdrochnerdevice	vga: wsemuldisplaydev, pcdisplayops, drm
10201.572Sjunyoungfile	dev/ic/vga.c		vga & !vga_rasterconsole	needs-flag
10211.572Sjunyoungfile	dev/ic/vga_raster.c	vga_rasterconsole		needs-flag
10221.572Sjunyoungfile	dev/ic/vga_subr.c	vga | vga_rasterconsole
10231.572Sjunyoungfile	dev/ic/vga_common.c	vga | vga_rasterconsole
10241.508Suwe# Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode)
10251.473Slukem#
10261.761Smacallandevice	igsfb: wsemuldisplaydev, wsrasteremulops, rasops8, vcons
10271.615Suwefile	dev/ic/igsfb.c			igsfb			needs-flag
10281.551Suwefile	dev/ic/igsfb_subr.c		igsfb
10291.91Scgd
10301.683Sjkunz# STI (hp graphics)
10311.683Sjkunzdevice	sti: wsemuldisplaydev
10321.683Sjkunzfile	dev/ic/sti.c		sti & (sti_pci | sti_sgc | sti_phantom)
10331.683Sjkunz
10341.77Scgd# Attributes which machine-independent bus support can be attached to.
10351.77Scgd# These should be defined here, because some of these busses can have
10361.77Scgd# devices which provide these attributes, and we'd like to avoid hairy
10371.77Scgd# ordering constraints on inclusion of the busses' "files" files.
10381.473Slukem#
10391.474Slukemdefine	isabus	{ }			# ISA attachment
10401.474Slukemdefine	eisabus	{ }			# EISA attachment
10411.474Slukemdefine	pcibus	{[bus = -1]}		# PCI attachment
10421.474Slukemdefine	tcbus	{ }			# TurboChannel attachment
10431.474Slukemdefine	mcabus	{ }			# MicroChannel attachment
10441.474Slukemdefine	usbus	{ }			# USB attachment
10451.724Skiyoharadefine	fwbus	{ }			# IEEE 1394 attachment
10461.474Slukemdefine	vmebus	{ }			# VME bus attachment
10471.474Slukemdefine	acpibus	{ }			# ACPI "bus" attachment
10481.259Spkdefine	pcmciabus { [controller = -1], [socket = -1]}	# PCMCIA bus attachment
10491.474Slukemdefine	cbbus	{[slot = -1]}		# CardBus attachment
10501.474Slukemdefine	pcmciaslot {[slot = -1]}	# PCMCIA slot itself
10511.222Saugustss
10521.222Saugustss# We need the USB bus controllers here so different busses can
10531.222Saugustss# use them in an 'attach-with'.
10541.222Saugustss# UHCI USB controller
10551.473Slukem#
10561.703Sfvdl
10571.703Sfvdldefparam USB_MEM_RESERVE
10581.703Sfvdl
10591.222Saugustssdevice	uhci: usbus
10601.426Slukemfile	dev/usb/uhci.c			uhci			needs-flag
10611.222Saugustss
10621.222Saugustss# OHCI USB controller
10631.473Slukem#
10641.222Saugustssdevice	ohci: usbus
10651.426Slukemfile	dev/usb/ohci.c			ohci			needs-flag
10661.412Saugustss
10671.412Saugustss# EHCI USB controller
10681.473Slukem#
10691.412Saugustssdevice	ehci: usbus
10701.426Slukemfile	dev/usb/ehci.c			ehci			needs-flag
10711.545Sisaki
10721.545Sisaki# SL811HS/T USB controller
10731.712Sperrydefflag	opt_slhci.h	SLHCI_DEBUG
10741.545Sisakidevice	slhci: usbus
10751.545Sisakifile	dev/ic/sl811hs.c		slhci			needs-flag
10761.579Smartin
10771.579Smartin# Myson MTD803 3-in-1 Fast Ethernet Controller
10781.579Smartindevice	mtd: arp, ether, ifnet, mii
10791.579Smartinfile	dev/ic/mtd803.c			mtd
10801.369Smatt
10811.487Saugustss# radio devices, attaches to radio hardware driver
10821.487Saugustssdevice	radio
10831.489Sdrochnerattach	radio at radiodev
10841.498Sjmc
10851.402Smatt# IEEE 1394 controllers
10861.402Smatt# (These need to be here since it will have both PCI and CardBus attachments)
10871.473Slukem#
10881.369Smattdevice	fwohci: fwbus
10891.520Saugustss
10901.520Saugustss# Sony Programmable I/O Controller
10911.520Saugustssdevice	spic: wsmousedev
10921.520Saugustssfile	dev/ic/spic.c			spic
10931.529Saugustss
10941.529Saugustss# IBM CPC700 PowerPC bridge
10951.529Saugustssdefine	cpcbus { addr, [irq=-1] }
10961.529Saugustssdevice	cpc: cpcbus, pcibus
10971.529Saugustssfile	dev/ic/cpc700.c			cpc
10981.529Saugustss
10991.529Saugustssattach	com at cpcbus with com_cpcbus
11001.529Saugustssfile	dev/ic/com_cpcbus.c		com_cpcbus
11011.529Saugustss
11021.529Saugustssdevice	cpctim
11031.529Saugustssattach	cpctim at cpcbus
11041.529Saugustssfile	dev/ic/timer_cpcbus.c		cpctim
11051.529Saugustss
11061.530Saugustssdevice	cpciic
11071.530Saugustssattach	cpciic at cpcbus with iic_cpcbus
11081.529Saugustssfile	dev/ic/iic_cpcbus.c		iic_cpcbus
11091.529Saugustss
11101.60Scgd
11111.414Sthorpej# Attribute used by various things that need BPF's virtual machine
11121.473Slukem#
11131.414Sthorpejdefine	bpf_filter
11141.532Swrstudendefparam opt_bpf.h	BPF_BUFSIZE
11151.414Sthorpej
11161.415Smartin# Attributes used by the ISDN subsystem
11171.473Slukem#
11181.502Smartindefine	isdndev		# the ISDN subsystem
11191.458Senamidefine	passive_isdn	# files needed by passive cards (XXX - protocol
11201.458Senami			# specific)
11211.634Spookadefine	isdncapi	# ISDN CAPI (http://www.capi.org/)
11221.415Smartin
11231.575Sleo# The isac found on the Fritz V2.0 Card.
11241.575Sleodefine	nisacsx
11251.575Sleofile	dev/ic/isacsx.c			nisacsx	needs-flag
11261.575Sleo
11271.575Sleo# The 'standard' isac
11281.575Sleodefine	nisac
11291.575Sleofile	dev/ic/isac.c			nisac	needs-flag
11301.575Sleo
11311.415Smartin# ISDN cards based on the Siemens ISAC/HSCX chipset (or lookalikes)
11321.473Slukem#
11331.575Sleodevice	isic: isdndev, passive_isdn, nisac
11341.415Smartin
11351.426Slukemfile	dev/ic/isic.c			isic
11361.575Sleofile	dev/ic/isic_l1.c		isic|ifpci|ifritz
11371.575Sleofile	dev/ic/isic_l1fsm.c		isic|ifpci|ifritz
11381.426Slukemfile	dev/ic/hscx.c			isic
11391.426Slukemfile	dev/ic/isic_bchan.c		isic
11401.415Smartin
11411.415Smartin# (old) Diehl active ISDN cards
11421.473Slukem#
11431.823Scube#device	daic: isdndev
11441.823Scube#file	dev/ic/daic.c			daic
11451.415Smartin
11461.634Spooka# AWM B1/T1
11471.634Spooka# XXX: passive_isdn
11481.634Spookadevice	iavc: isdndev, isdncapi, passive_isdn
11491.634Spookafile	dev/ic/iavc.c			iavc
11501.634Spooka
11511.60Scgd# legitimate pseudo-devices
11521.473Slukem#
11531.755Scubedefpseudo vnd { }:	disk
11541.726Shubertfdefflag opt_vnd.h	VND_COMPRESSION
11551.474Slukemdefpseudo ccd:		disk
11561.570Sthorpejdefpseudo cgd:		disk, des, blowfish, cast128, rijndael
11571.763Scubedefpseudo md { }:	disk
11581.647Shannkendefpseudo fss:		disk
11591.298Sthorpej
11601.474Slukemdefpseudo pty:		tty
11611.298Sthorpejdefpseudo rnd
11621.610Sraggedefpseudo ksyms
11631.642Scdidefpseudo nullcons
11641.807Saddefpseudo lockstat
11651.839Sbouyerdefpseudo bio:		sysmon_envsys
11661.298Sthorpej
11671.474Slukemdefpseudo loop:		ifnet
11681.474Slukemdefpseudo sl:		ifnet
11691.474Slukemdefpseudo ppp:		ifnet, bpf_filter
11701.474Slukemdefpseudo pppoe:	ifnet, ether, sppp
11711.474Slukemdefpseudo sppp:		ifnet
11721.474Slukemdefpseudo tun:		ifnet
11731.474Slukemdefpseudo vlan:		ifnet, ether
11741.474Slukemdefpseudo bridge:	ifnet, ether
11751.474Slukemdefpseudo bpfilter:	ifnet, bpf_filter
11761.474Slukemdefpseudo strip:	ifnet
11771.474Slukemdefpseudo gre:		ifnet
11781.474Slukemdefpseudo gif:		ifnet
11791.474Slukemdefpseudo faith:	ifnet
11801.826Smousedefpseudo srt:		ifnet
11811.474Slukemdefpseudo stf:		ifnet
11821.752Scubedefpseudo tap { }:	ifnet, ether, arp, bpf_filter
11831.775Sliamjfoydefpseudo carp:		ifnet, ether, arp, bpf_filter
11841.818Srpaulodefpseudo etherip { }:	ifnet, ether, arp, bpf_filter
11851.60Scgd
11861.298Sthorpejdefpseudo sequencer
11871.462Smanudefpseudo clockctl
11881.504Smanudefpseudo irix_kmem
11891.522Smanudefpseudo irix_usema
11901.228Saugustss
11911.415Smartin# ISDN userland pseudo devices
11921.473Slukem#
11931.502Smartindefpseudo isdntrc:	isdndev, tty
11941.502Smartindefpseudo isdnbchan:	isdndev, tty
11951.502Smartindefpseudo isdntel:	isdndev, tty
11961.502Smartindefpseudo isdnctl:	isdndev, tty
11971.502Smartindefpseudo isdn:		isdndev, tty
11981.502Smartin
11991.502Smartin# ISDN network interfaces
12001.502Smartindefpseudo irip:		isdndev, ifnet
12011.607Sdrochnerdefflag opt_irip.h	IRIP_VJ
12021.502Smartindefpseudo ippp:		isdndev, sppp, ifnet
12031.539Sthorpej
12041.539Sthorpej# KTTCP network throughput testing pseudo-device
12051.539Sthorpejdefpseudo kttcp
12061.539Sthorpejfile	dev/kttcp.c			kttcp		needs-flag
12071.576Sblymn
12081.790Selad# Veriexec
12091.717Sblymndefpseudo veriexec
12101.790Seladfile	kern/kern_verifiedexec.c	veriexec
12111.792Seladfile	dev/verified_exec.c		veriexec	needs-flag
12121.415Smartin
12131.582Shaya# isochronous pseudo device for IEEE 1394, i.LINK or FireWire
12141.582Shayadefpseudo fwiso:	ieee1394
12151.582Shaya
12161.681Sdrochner# driver attach / detach user interface
12171.681Sdrochnerdefpseudo drvctl
12181.681Sdrochnerfile	kern/kern_drvctl.c		drvctl
12191.681Sdrochner
12201.516Sthorpej#
12211.516Sthorpej# File systems
12221.516Sthorpej#
12231.696Sjdolecekinclude "coda/files.coda"
12241.583Sjdolecekinclude "fs/adosfs/files.adosfs"
12251.696Sjdolecekinclude "fs/cd9660/files.cd9660"
12261.848Srumbleinclude "fs/efs/files.efs"
12271.584Sjdolecekinclude "fs/filecorefs/files.filecorefs"
12281.833Sdilloinclude "fs/hfs/files.hfs"
12291.696Sjdolecekinclude "fs/msdosfs/files.msdosfs"
12301.696Sjdolecekinclude "fs/ntfs/files.ntfs"
12311.696Sjdolecekinclude "fs/ptyfs/files.ptyfs"
12321.815Spookainclude "fs/puffs/files.puffs"
12331.756Sreinoudinclude "fs/udf/files.udf"
12341.516Sthorpejinclude "fs/smbfs/files.smbfs"
12351.750Stsutsuiinclude "fs/sysvbfs/files.sysvbfs"
12361.730Sjmmvinclude "fs/tmpfs/files.tmpfs"
12371.696Sjdolecekinclude "fs/union/files.union"
12381.516Sthorpejinclude "miscfs/fdesc/files.fdesc"
12391.516Sthorpejinclude "miscfs/kernfs/files.kernfs"
12401.516Sthorpejinclude "miscfs/nullfs/files.nullfs"
12411.516Sthorpejinclude "miscfs/overlay/files.overlay"
12421.516Sthorpejinclude "miscfs/portal/files.portal"
12431.516Sthorpejinclude "miscfs/procfs/files.procfs"
12441.516Sthorpejinclude "miscfs/umapfs/files.umapfs"
12451.516Sthorpejinclude "nfs/files.nfs"
12461.516Sthorpejinclude "ufs/files.ufs"
12471.516Sthorpej
12481.516Sthorpej#
12491.744Sthorpej# UVM (virtual memory)
12501.744Sthorpej#
12511.744Sthorpejinclude "uvm/files.uvm"
12521.744Sthorpej
12531.744Sthorpej#
12541.811Selad# Security models
12551.811Selad#
12561.811Seladinclude "secmodel/files.secmodel"
12571.811Selad
12581.811Selad#
12591.60Scgd# kernel sources
12601.473Slukem#
12611.706Skentfile	dev/auconv.c			auconv | mulaw
12621.426Slukemfile	dev/audio.c			audio | midi | midibus	needs-flag
12631.650Sbjh21file	dev/audiobell.c			audiobell
12641.697Skentfile	dev/aurateconv.c		aurateconv		needs-flag
12651.839Sbouyerfile	dev/bio.c			bio			needs-flag
12661.426Slukemfile	dev/ccd.c			ccd			needs-flag
12671.555Selricfile	dev/cgd.c			cgd			needs-flag
12681.555Selricfile	dev/cgd_crypto.c		cgd
12691.623Sthorpejfile	dev/clock_subr.c
12701.491Slukemfile	dev/clockctl.c			clockctl		needs-flag
12711.797Schristosfile	dev/dksubr.c			cgd | xbd | ccd | raid
12721.689Sthorpejfile	dev/dkwedge/dk.c
12731.691Sthorpejfile	dev/dkwedge/dkwedge_bsdlabel.c	dkwedge_method_bsdlabel
12741.689Sthorpejfile	dev/dkwedge/dkwedge_gpt.c	dkwedge_method_gpt
12751.693Sthorpejfile	dev/dkwedge/dkwedge_mbr.c	dkwedge_method_mbr
12761.754Sthorpejfile	dev/firmload.c			firmload
12771.647Shannkenfile	dev/fss.c			fss			needs-count
12781.807Sadfile	dev/lockstat.c			lockstat		needs-flag
12791.426Slukemfile	dev/md.c			md			needs-count
12801.426Slukemfile	dev/midi.c			midi | midibus		needs-flag
12811.785Schapfile	dev/midictl.c			midisyn
12821.426Slukemfile	dev/midisyn.c			midisyn
12831.497Schristosfile	dev/mm.c
12841.697Skentfile	dev/mulaw.c			mulaw			needs-flag
12851.642Scdifile	dev/nullcons_subr.c		nullcons		needs-flag
12861.487Saugustssfile	dev/radio.c			radio			needs-flag
12871.426Slukemfile	dev/rnd.c			rnd			needs-flag
12881.426Slukemfile	dev/rndpool.c			rnd			needs-flag
12891.426Slukemfile	dev/sequencer.c			sequencer		needs-flag
12901.426Slukemfile	dev/vnd.c			vnd			needs-flag
12911.733Syamtfile	kern/bufq_disksort.c		bufq_disksort
12921.733Syamtfile	kern/bufq_fcfs.c		bufq_fcfs
12931.698Syamtfile	kern/bufq_priocscan.c		bufq_priocscan
12941.698Syamtfile	kern/bufq_readprio.c		bufq_readprio | new_bufq_strategy
12951.799Smattfile	kern/core_elf32.c		coredump & exec_elf32
12961.799Smattfile	kern/core_elf64.c		coredump & exec_elf64
12971.799Smattfile	kern/core_netbsd.c		coredump & (exec_aout | exec_coff |
12981.799Smatt					     exec_ecoff | exec_macho | lkm)
12991.426Slukemfile	kern/cnmagic.c
13001.426Slukemfile	kern/exec_aout.c		exec_aout
13011.426Slukemfile	kern/exec_conf.c
13021.426Slukemfile	kern/exec_ecoff.c		exec_ecoff
13031.426Slukemfile	kern/exec_elf32.c		exec_elf32
13041.426Slukemfile	kern/exec_elf64.c		exec_elf64
13051.452Schristosfile	kern/exec_macho.c		exec_macho
13061.426Slukemfile	kern/exec_script.c		exec_script
13071.426Slukemfile	kern/exec_subr.c
13081.426Slukemfile	kern/init_main.c
13091.645Satatatfile	kern/init_sysctl.c
13101.426Slukemfile	kern/init_sysent.c
13111.426Slukemfile	kern/kern_acct.c
13121.773Seladfile	kern/kern_auth.c
13131.426Slukemfile	kern/kern_clock.c
13141.830Sadfile	kern/kern_condvar.c
13151.830Sadfile	kern/kern_core.c
13161.845Syamtfile	kern/kern_cpu.c
13171.426Slukemfile	kern/kern_descrip.c
13181.574Sjdolecekfile	kern/kern_event.c
13191.426Slukemfile	kern/kern_exec.c
13201.426Slukemfile	kern/kern_exit.c
13211.426Slukemfile	kern/kern_fork.c
13221.845Syamtfile	kern/kern_idle.c
13231.426Slukemfile	kern/kern_kthread.c
13241.426Slukemfile	kern/kern_ktrace.c
13251.610Sraggefile	kern/kern_ksyms.c		ksyms | ddb | lkm needs-flag
13261.426Slukemfile	kern/kern_lkm.c			lkm
13271.426Slukemfile	kern/kern_lock.c
13281.588Sthorpejfile	kern/kern_lwp.c
13291.426Slukemfile	kern/kern_malloc.c
13301.454Sthorpejfile	kern/kern_malloc_debug.c	malloc_debug
13311.830Sadfile	kern/kern_mutex.c
13321.790Seladfile	kern/kern_fileassoc.c		fileassoc
13331.426Slukemfile	kern/kern_ntptime.c
13341.817Seladfile	kern/kern_pax.c			pax_mprotect | pax_segvguard
13351.426Slukemfile	kern/kern_physio.c
13361.426Slukemfile	kern/kern_proc.c
13371.426Slukemfile	kern/kern_prot.c
13381.549Sgmcgarryfile	kern/kern_ras.c
13391.426Slukemfile	kern/kern_resource.c
13401.830Sadfile	kern/kern_rwlock.c
13411.426Slukemfile	kern/kern_sig.c
13421.830Sadfile	kern/kern_sleepq.c
13431.831Sadfile	kern/kern_stub.c
13441.830Sadfile	kern/kern_subr.c
13451.662Smattfile	kern/kern_systrace.c		systrace
13461.426Slukemfile	kern/kern_synch.c
13471.426Slukemfile	kern/kern_sysctl.c
13481.781Skardelfile	kern/kern_tc.c
13491.426Slukemfile	kern/kern_time.c
13501.595Sthorpejfile	kern/kern_timeout.c
13511.830Sadfile	kern/kern_turnstile.c
13521.806Sgdamorefile	kern/kern_todr.c
13531.652Stsarnafile	kern/kern_uuid.c
13541.426Slukemfile	kern/kern_xxx.c
13551.426Slukemfile	kern/kgdb_stub.c		kgdb
13561.845Syamtfile	kern/sched_4bsd.c		sched_4bsd
13571.426Slukemfile	kern/subr_autoconf.c
13581.731Syamtfile	kern/subr_blist.c		vmswap
13591.736Syamtfile	kern/subr_bufq.c
13601.776Syamtfile	kern/subr_callback.c
13611.830Sadfile	kern/subr_debug.c		debug
13621.550Sgehennafile	kern/subr_devsw.c
13631.426Slukemfile	kern/subr_disk.c
13641.770Sblymnfile	kern/subr_iostat.c
13651.657Srtrfile	kern/subr_evcnt.c
13661.426Slukemfile	kern/subr_extent.c
13671.783Syamtfile	kern/subr_kmem.c
13681.830Sadfile	kern/subr_lockdebug.c
13691.426Slukemfile	kern/subr_log.c
13701.426Slukemfile	kern/subr_pool.c
13711.426Slukemfile	kern/subr_prf.c
13721.426Slukemfile	kern/subr_prof.c
13731.739Syamtfile	kern/subr_once.c
13741.757Sjmmvfile	kern/subr_optstr.c
13751.814Sthorpejfile	kern/subr_specificdata.c
13761.842Smanufile	kern/subr_tftproot.c		tftproot
13771.449Sgmcgarryfile	kern/subr_userconf.c		userconf
13781.783Syamtfile	kern/subr_vmem.c
13791.739Syamtfile	kern/subr_workqueue.c
13801.426Slukemfile	kern/subr_xxx.c
13811.841Srmindfile	kern/sys_aio.c
13821.426Slukemfile	kern/sys_generic.c
13831.830Sadfile	kern/sys_lwp.c
13841.495Sjdolecekfile	kern/sys_pipe.c			!pipe_socketpair
13851.543Sbriggsfile	kern/sys_pmc.c
13861.800Smattfile	kern/sys_process.c		ptrace | ktrace
13871.830Sadfile	kern/sys_sig.c
13881.827Sadfile	kern/sys_sched.c
13891.426Slukemfile	kern/sys_socket.c
13901.426Slukemfile	kern/syscalls.c			syscall_debug
13911.426Slukemfile	kern/sysv_ipc.c			sysvshm | sysvsem | sysvmsg
13921.426Slukemfile	kern/sysv_msg.c			sysvmsg
13931.426Slukemfile	kern/sysv_sem.c			sysvsem
13941.426Slukemfile	kern/sysv_shm.c			sysvshm
13951.426Slukemfile	kern/tty.c
13961.426Slukemfile	kern/tty_conf.c
13971.694Schristosfile	kern/tty_bsdpty.c		compat_bsdpty
13981.676Schristosfile	kern/tty_pty.c			pty 			needs-flag
13991.694Schristosfile	kern/tty_ptm.c			pty
14001.426Slukemfile	kern/tty_subr.c
14011.426Slukemfile	kern/tty_tty.c
14021.426Slukemfile	kern/uipc_domain.c
14031.426Slukemfile	kern/uipc_mbuf.c
14041.426Slukemfile	kern/uipc_mbuf2.c
14051.426Slukemfile	kern/uipc_proto.c
14061.592Schristosfile	kern/uipc_sem.c			p1003_1b_semaphore
14071.426Slukemfile	kern/uipc_socket.c
14081.426Slukemfile	kern/uipc_socket2.c
14091.426Slukemfile	kern/uipc_syscalls.c
14101.426Slukemfile	kern/uipc_usrreq.c
14111.426Slukemfile	kern/vfs_bio.c
14121.426Slukemfile	kern/vfs_cache.c
14131.426Slukemfile	kern/vfs_getcwd.c
14141.732Sjmmvfile	kern/vfs_hooks.c
14151.426Slukemfile	kern/vfs_init.c
14161.426Slukemfile	kern/vfs_lockf.c
14171.426Slukemfile	kern/vfs_lookup.c
14181.426Slukemfile	kern/vfs_subr.c
14191.426Slukemfile	kern/vfs_syscalls.c
14201.828Shannkenfile	kern/vfs_trans.c
14211.426Slukemfile	kern/vfs_vnops.c
14221.723Sthorpejfile	kern/vfs_xattr.c
14231.426Slukemfile	kern/vnode_if.c
14241.426Slukemfile	miscfs/deadfs/dead_vnops.c
14251.426Slukemfile	miscfs/fifofs/fifo_vnops.c
14261.426Slukemfile	miscfs/genfs/genfs_vnops.c
14271.426Slukemfile	miscfs/genfs/layer_subr.c	nullfs | overlay | umapfs | lkm
14281.426Slukemfile	miscfs/genfs/layer_vfsops.c	nullfs | overlay | umapfs | lkm
14291.426Slukemfile	miscfs/genfs/layer_vnops.c	nullfs | overlay | umapfs | lkm
14301.426Slukemfile	miscfs/specfs/spec_vnops.c
14311.426Slukemfile	miscfs/syncfs/sync_subr.c
14321.426Slukemfile	miscfs/syncfs/sync_vnops.c
14331.700Schristosfile	net/bpf.c			bpfilter		needs-flag
14341.426Slukemfile	net/bpf_filter.c		bpf_filter
14351.426Slukemfile	net/bsd-comp.c			ppp & ppp_bsdcomp
14361.426Slukemfile	net/if.c
14371.426Slukemfile	net/if_arcsubr.c		arc			needs-flag
14381.426Slukemfile	net/if_atmsubr.c		atm
14391.433Sthorpejfile	net/if_bridge.c			bridge			needs-flag
14401.433Sthorpejfile	net/bridgestp.c			bridge
14411.457Sbjh21file	net/if_ecosubr.c		eco
14421.818Srpaulofile	net/if_etherip.c		etherip			needs-flag
14431.426Slukemfile	net/if_ethersubr.c		ether | fddi | netatalk | token |
14441.511Smartin					    wlan
14451.443Sitojunfile	net/if_faith.c			faith & inet & inet6	needs-flag
14461.426Slukemfile	net/if_fddisubr.c		fddi			needs-flag
14471.426Slukemfile	net/if_gif.c			gif			needs-flag
14481.468Satatatfile	net/if_gre.c			gre			needs-flag
14491.426Slukemfile	net/if_hippisubr.c		hippi			needs-flag
14501.426Slukemfile	net/if_ieee1394subr.c		ieee1394
14511.701Speterfile	net/if_loop.c			loop			needs-flag
14521.426Slukemfile	net/if_media.c
14531.702Schristosfile	net/if_ppp.c			ppp			needs-flag
14541.826Smousefile	net/if_srt.c			srt
14551.426Slukemfile	net/if_stf.c			stf & inet & inet6	needs-flag
14561.702Schristosfile	net/if_sl.c			sl			needs-flag
14571.426Slukemfile	net/if_spppsubr.c		sppp
14581.702Schristosfile	net/if_strip.c			strip			needs-flag
14591.426Slukemfile	net/if_tokensubr.c		token			needs-flag
14601.708Scubefile	net/if_tap.c			tap			needs-flag
14611.468Satatatfile	net/if_tun.c			tun			needs-flag
14621.426Slukemfile	net/if_vlan.c			vlan			needs-flag
14631.502Smartinfile	net/if_pppoe.c			pppoe			needs-flag
14641.751Speterfile	net/pfil.c			pfil_hooks | ipfilter | pf
14651.426Slukemfile	net/ppp-deflate.c		ppp & ppp_deflate
14661.426Slukemfile	net/ppp_tty.c			ppp
14671.426Slukemfile	net/radix.c
14681.426Slukemfile	net/raw_cb.c
14691.426Slukemfile	net/raw_usrreq.c
14701.426Slukemfile	net/route.c
14711.426Slukemfile	net/rtsock.c
14721.607Sdrochnerfile	net/slcompress.c		sl | ppp | strip | (irip & irip_vj)
14731.726Shubertffile	net/zlib.c			(ppp & ppp_deflate) | ipsec | opencrypto | vnd_compression
14741.426Slukemfile	netinet/if_arp.c		arp | netatalk		needs-flag
14751.426Slukemfile	netinet/if_atm.c		atm
14761.426Slukemfile	netinet/in_gif.c		gif & inet
14771.775Sliamjfoyfile	netinet/ip_carp.c		carp & (inet | inet6)	needs-flag
14781.648Sscwfile	netinet/ip_ecn.c		ipsec | fast_ipsec | gif | stf
14791.426Slukemfile	netinet/ip_encap.c		inet | inet6
14801.818Srpaulofile	netinet/ip_etherip.c		etherip & inet
14811.426Slukemfile	netinet/ip_gre.c		inet & gre
14821.818Srpaulofile	netinet6/ip6_etherip.c		etherip & inet6
14831.426Slukemfile	netinet6/in6_gif.c		gif & inet6
14841.516Sthorpej
14851.502Smartinfile	netisdn/i4b_ctl.c		isdnctl			needs-flag
14861.502Smartinfile	netisdn/i4b_isppp.c		ippp			needs-count
14871.502Smartinfile	netisdn/i4b_ipr.c		irip			needs-count
14881.502Smartinfile	netisdn/i4b_rbch.c		isdnbchan		needs-count
14891.502Smartinfile	netisdn/i4b_tel.c		isdntel			needs-count
14901.502Smartinfile	netisdn/i4b_trace.c		isdntrc			needs-count
14911.426Slukem
14921.430Smartinfile	netisdn/i4b_mbuf.c		passive_isdn
14931.426Slukemfile	netisdn/i4b_l2.c		passive_isdn
14941.426Slukemfile	netisdn/i4b_l2fsm.c		passive_isdn
14951.426Slukemfile	netisdn/i4b_uframe.c		passive_isdn
14961.426Slukemfile	netisdn/i4b_tei.c		passive_isdn
14971.426Slukemfile	netisdn/i4b_sframe.c		passive_isdn
14981.426Slukemfile	netisdn/i4b_iframe.c		passive_isdn
14991.426Slukemfile	netisdn/i4b_l2timer.c		passive_isdn
15001.426Slukemfile	netisdn/i4b_util.c		passive_isdn
15011.426Slukemfile	netisdn/i4b_lme.c		passive_isdn
15021.415Smartin# Q.931 handler
15031.426Slukemfile	netisdn/i4b_q931.c		passive_isdn
15041.426Slukemfile	netisdn/i4b_q932fac.c		passive_isdn
15051.426Slukemfile	netisdn/i4b_l3fsm.c		passive_isdn
15061.426Slukemfile	netisdn/i4b_l3timer.c		passive_isdn
15071.426Slukemfile	netisdn/i4b_l2if.c		passive_isdn
15081.426Slukemfile	netisdn/i4b_l4if.c		passive_isdn
15091.502Smartin# isdn device driver, interface to isdnd
15101.502Smartinfile	netisdn/i4b_i4bdrv.c		isdn			needs-flag
15111.502Smartinfile	netisdn/i4b_l4.c		isdndev			needs-flag
15121.502Smartinfile	netisdn/i4b_l4mgmt.c		isdndev			needs-flag
15131.502Smartinfile	netisdn/i4b_l4timer.c		isdndev			needs-flag
15141.634Spooka# capi
15151.634Spookafile	netisdn/i4b_capi_l4if.c		isdncapi
15161.634Spookafile	netisdn/i4b_capi_llif.c		isdncapi
15171.634Spookafile	netisdn/i4b_capi_msgs.c		isdncapi
15181.493Sjdolecek
15191.493Sjdolecek# Game adapter (joystick)
15201.493Sjdolecekdevice	joy
15211.493Sjdolecekfile	dev/ic/joy.c			joy needs-flag
15221.582Shaya
15231.713Syamtinclude	"net/agr/files.agr"
15241.734Sjmcneill
15251.734Sjmcneill#
15261.734Sjmcneill# General Purpose Input/Output framework
15271.734Sjmcneill#
15281.769Srizdefine	onewire_bitbang
15291.734Sjmcneillinclude	"dev/gpio/files.gpio"
15301.769Sriz
15311.769Srizinclude "dev/onewire/files.onewire"
1532