files revision 1.768
11.768Sgdamore#	$NetBSD: files,v 1.768 2006/04/07 01:39:13 gdamore Exp $
21.60Scgd
31.60Scgd#	@(#)files.newconf	7.5 (Berkeley) 5/10/93
41.60Scgd
51.565Sthorpej#
61.565Sthorpej# device classes
71.565Sthorpej#
81.565Sthorpejdevclass disk
91.565Sthorpejdevclass tape
101.565Sthorpejdevclass ifnet
111.565Sthorpejdevclass tty
121.565Sthorpej
131.112Sthorpej# options understood by the machine-independent part of the kernel
141.112Sthorpej# (note, these are case-sensitive)
151.473Slukem#
161.474Slukemdefflag				INSECURE
171.602Smattdefflag				MBUFTRACE
181.474Slukemdefflag				KMEMSTATS
191.662Smattdefflag				KCONT
201.474Slukemdefflag				KTRACE
211.534Schristosdefflag				SYSTRACE
221.474Slukemdefparam			MAXUPRC
231.474Slukemdefparam			RTC_OFFSET
241.678Syamtdefparam			HZ
251.474Slukemdefparam			DEFCORENAME
261.494Sjdolecekdefflag	opt_pipe.h		PIPE_SOCKETPAIR PIPE_NODIRECT
271.573Sjunyoung
281.733Syamtdefflag				BUFQ_DISKSORT
291.733Syamtdefflag				BUFQ_FCFS
301.698Syamtdefflag				BUFQ_PRIOCSCAN
311.698Syamtdefflag				BUFQ_READPRIO
321.698Syamtdefflag				NEW_BUFQ_STRATEGY	# same as BUFQ_READPRIO
331.524Sthorpej
341.616Senamidefparam			SOMAXKVA
351.524Sthorpejdefflag	opt_sock_counters.h	SOSEND_COUNTERS
361.547Sthorpejdefflag	opt_sosend_loan.h	SOSEND_NO_LOAN
371.247Sthorpej
381.474Slukemdefflag				MULTIPROCESSOR
391.486Satatat
401.486Satatatdefflag	opt_config.h		INCLUDE_CONFIG_FILE INCLUDE_JUST_CONFIG
411.459Senami
421.597Satatatdefparam opt_dump.h		DUMP_ON_PANIC
431.597Satatat
441.474Slukemdefflag	opt_callout.h		CALLWHEEL_STATS
451.250Stron
461.592Schristosdefflag opt_posix.h		P1003_1B_SEMAPHORE
471.474Slukemdefflag	opt_sysv.h		SYSVMSG SYSVSEM	SYSVSHM
481.470Slukemdefparam opt_sysvparam.h	SHMMAXPGS SEMMNI SEMMNS SEMUME SEMMNU
491.181Sjonathan
501.474Slukemdefflag	opt_ntp.h		PPS_SYNC NTP
511.129Sthorpej
521.694Schristosdefflag	opt_ptm.h		NO_DEV_PTM COMPAT_BSDPTY
531.676Schristos
541.707Spetrovdefparam opt_kmempages.h	NKMEMPAGES NKMEMPAGES_MIN NKMEMPAGES_MAX
551.474Slukemdefflag	opt_malloclog.h		MALLOCLOG
561.470Slukemdefparam opt_malloclog.h	MALLOCLOGSIZE
571.474Slukemdefflag	opt_malloc_debug.h	MALLOC_DEBUG
581.474Slukemdefflag	opt_pool.h		POOL_DIAGNOSTIC
591.470Slukemdefparam opt_poollog.h		POOL_LOGSIZE
601.431Sfvdl
611.474Slukemdefflag	opt_revcache.h		NAMECACHE_ENTER_REVERSE
621.189Sscottr
631.474Slukemdefflag	opt_execfmt.h		EXEC_AOUT EXEC_COFF EXEC_ECOFF EXEC_ELF32
641.474Slukem				EXEC_ELF64 EXEC_MACHO EXEC_SCRIPT
651.503Sjdolecek				EXEC_ELF_NOTELESS
661.199Sthorpej
671.686Sthorpejdefflag	opt_dkwedge.h		DKWEDGE_AUTODISCOVER
681.691Sthorpej				DKWEDGE_METHOD_BSDLABEL
691.688Sthorpej				DKWEDGE_METHOD_GPT
701.693Sthorpej				DKWEDGE_METHOD_MBR
711.686Sthorpej
721.725Schristosdefflag	opt_verified_exec.h 	VERIFIED_EXEC
731.725Schristos				VERIFIED_EXEC_FP_SHA1
741.725Schristos				VERIFIED_EXEC_FP_SHA256
751.725Schristos				VERIFIED_EXEC_FP_SHA384
761.725Schristos				VERIFIED_EXEC_FP_SHA512
771.725Schristos				VERIFIED_EXEC_FP_MD5
781.725Schristos				VERIFIED_EXEC_FP_RMD160
791.725Schristos
801.199Sthorpej# compatibility options
811.473Slukem#
821.589Schristosdefflag				COMPAT_OSSAUDIO
831.474Slukemdefflag				COMPAT_FREEBSD
841.474Slukemdefflag				COMPAT_HPUX
851.474Slukemdefflag				COMPAT_IBCS2
861.474Slukemdefflag				COMPAT_IRIX
871.474Slukemdefflag				COMPAT_LINUX
881.758Smanudefflag				COMPAT_LINUX32
891.474Slukemdefflag				COMPAT_OSF1
901.474Slukemdefflag				COMPAT_SUNOS
911.474Slukemdefflag	opt_compat_svr4.h	COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2
921.474Slukemdefflag				COMPAT_ULTRIX
931.474Slukemdefflag				COMPAT_NETBSD32
941.474Slukemdefflag				COMPAT_AOUT_M68K
951.474Slukemdefflag				COMPAT_M68K4K
961.474Slukemdefflag				COMPAT_MACH
971.580Smanudefflag				COMPAT_DARWIN
981.474Slukemdefflag				COMPAT_VAX1K
991.474Slukemdefflag				COMPAT_43
1001.474Slukemdefflag				COMPAT_PECOFF
1011.729Schristosdefflag	opt_compat_netbsd.h	COMPAT_30
1021.729Schristosdefflag	opt_compat_netbsd.h	COMPAT_20: COMPAT_30
1031.667Sdrochnerdefflag	opt_compat_netbsd.h	COMPAT_16: COMPAT_20
1041.633Smattdefflag	opt_compat_netbsd.h	COMPAT_15: COMPAT_16
1051.633Smattdefflag	opt_compat_netbsd.h	COMPAT_14: COMPAT_15
1061.633Smattdefflag	opt_compat_netbsd.h	COMPAT_13: COMPAT_14
1071.633Smattdefflag	opt_compat_netbsd.h	COMPAT_12: COMPAT_13
1081.633Smattdefflag	opt_compat_netbsd.h	COMPAT_11: COMPAT_12
1091.633Smattdefflag	opt_compat_netbsd.h	COMPAT_10: COMPAT_11
1101.633Smattdefflag	opt_compat_netbsd.h	COMPAT_09: COMPAT_10
1111.633Smattdefflag	opt_compat_netbsd.h	COMPAT_NOMID
1121.221Sjonathan
1131.473Slukem#
1141.570Sthorpej# Cryptography support.  Include this early, since several things
1151.570Sthorpej# use it.
1161.624Sjonathan
1171.624Sjonathan# Individual crypto transforms
1181.570Sthorpejinclude "crypto/arc4/files.arc4"
1191.570Sthorpejinclude "crypto/des/files.des"
1201.570Sthorpejinclude "crypto/blowfish/files.blowfish"
1211.570Sthorpejinclude "crypto/cast128/files.cast128"
1221.570Sthorpejinclude "crypto/rijndael/files.rijndael"
1231.620Sitojuninclude "crypto/ripemd160/files.ripemd160"
1241.619Sitojuninclude "crypto/sha2/files.sha2"
1251.644Stlsinclude "crypto/skipjack/files.skipjack"
1261.570Sthorpej
1271.626Sthorpej# General-purpose crypto processing framework.
1281.626Sthorpejinclude "opencrypto/files.opencrypto"
1291.626Sthorpej
1301.570Sthorpej#
1311.618Sthorpej# System monitoring framework
1321.618Sthorpej#
1331.618Sthorpejinclude "dev/sysmon/files.sysmon"
1341.618Sthorpej
1351.618Sthorpej#
1361.563Sthorpej# Networking protocols
1371.563Sthorpej#
1381.743Sthorpejinclude "net80211/files.net80211"
1391.563Sthorpejinclude "netatalk/files.netatalk"
1401.564Sthorpejinclude "netccitt/files.netccitt"
1411.565Sthorpejinclude "netinet/files.netinet"
1421.565Sthorpejinclude "netinet/files.ipfilter"
1431.565Sthorpejinclude "netinet6/files.netinet6"
1441.632Sitojuninclude "netinet6/files.ipsec"
1451.632Sitojuninclude "netipsec/files.netipsec"
1461.566Sthorpejinclude "netiso/files.netiso"
1471.567Sthorpejinclude "netnatm/files.netnatm"
1481.568Sthorpejinclude "netns/files.netns"
1491.600Sjdolecekinclude "netsmb/files.netsmb"
1501.677Sitojuninclude "net/files.pf"
1511.563Sthorpej
1521.474Slukemdefflag				IPX		# IPX network stack
1531.474Slukemdefflag				PFIL_HOOKS	# pfil(9)
1541.603Sperseantdefflag	opt_bridge_ipf.h	BRIDGE_IPF	# bridge(4) use inet_pfil_hooks
1551.474Slukemdefflag	opt_ppp.h		PPP_DEFLATE PPP_BSDCOMP PPP_FILTER
1561.474Slukem						# Include deflate or bsd
1571.474Slukem						# compression, enable pppd
1581.474Slukem						# packet filtering support
1591.189Sscottr
1601.189Sscottr# networking options
1611.473Slukem#
1621.474Slukemdefflag				GATEWAY
1631.748Syamtdefparam opt_nmbclusters.h	NMBCLUSTERS
1641.474Slukemdefparam			SB_MAX
1651.171Smrg
1661.189Sscottr# file system options
1671.473Slukem#
1681.516Sthorpejdefflag				SOFTDEP			# XXX files.ufs?
1691.516Sthorpejdefflag				QUOTA			# XXX files.ufs?
1701.685Sthorpejdefflag				VNODE_LOCKDEBUG
1711.759Schsdefflag				MAGICLINKS
1721.353Soster
1731.276Sscottr# buffer cache size options
1741.473Slukem#
1751.474Slukemdefparam opt_bufcache.h		BUFCACHE BUFPAGES
1761.276Sscottr
1771.449Sgmcgarry# userconf
1781.473Slukem#
1791.474Slukemdefflag				USERCONF
1801.449Sgmcgarry
1811.663Satatat# sysctl related
1821.663Satatat#
1831.663Satatatdefflag opt_sysctl.h		SYSCTL_DISALLOW_CREATE SYSCTL_DISALLOW_KWRITE
1841.663Satatat				SYSCTL_DEBUG_SETUP SYSCTL_DEBUG_CREATE
1851.665Satatat				SYSCTL_INCLUDE_DESCR
1861.663Satatat
1871.473Slukem#
1881.289Slukem# Not entirely MI, but present on multiple arch's
1891.473Slukem#
1901.289Slukem
1911.276Sscottr# PC-style MBR handling
1921.473Slukem#
1931.474Slukemdefflag	opt_mbr.h		COMPAT_386BSD_MBRPART
1941.209Sjonathan
1951.745Sthorpej#
1961.209Sjonathan# debugging options
1971.473Slukem#
1981.745Sthorpejinclude "ddb/files.ddb"		# in-kernel dynamic debugger
1991.745Sthorpej
2001.474Slukemdefflag	opt_kgdb.h		KGDB
2011.613Smartindefparam opt_kgdb.h		KGDB_DEV KGDB_DEVNAME KGDB_DEVPORT
2021.474Slukem				KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
2031.474Slukemdefflag				LOCKDEBUG
2041.474Slukemdefflag				SYSCALL_DEBUG
2051.540Syamtdefflag	opt_kstack.h		KSTACK_CHECK_MAGIC
2061.271Sjonathan
2071.271Sjonathan# memory (ram) disk options
2081.473Slukem#
2091.474Slukemdefflag	opt_md.h		MEMORY_DISK_HOOKS MEMORY_DISK_IS_ROOT
2101.474Slukem				MEMORY_DISK_DYNAMIC
2111.509Slukemdefparam opt_md.h		MEMORY_DISK_SERVER MEMORY_DISK_ROOT_SIZE
2121.594Smatt				MEMORY_RBFLAGS
2131.159Sdrochner
2141.543Sbriggs# Support for hardware performance monitoring counters
2151.543Sbriggs#
2161.543Sbriggsdefflag	opt_perfctrs.h		PERFCTRS
2171.636Sjdolecek
2181.636Sjdolecek# Machine-independant device majors assignements
2191.640Sjdolecekinclude "conf/majors"
2201.543Sbriggs
2211.60Scgd# generic attributes
2221.473Slukem#
2231.519Saugustssdefine	audiobus	{ }
2241.474Slukemdefine	midibus		{ }
2251.232Saugustssdefine	midisyn
2261.638Sbouyerdefine	ata	        {[channel = -1]}
2271.674Sthorpejdefine	sata
2281.558Sthorpejdefine	scsi_core
2291.558Sthorpejdefine	scsi		{[channel = -1]}: scsi_core
2301.638Sbouyerdefine	ata_hl		{[drive = -1]}
2311.637Sbouyerdefine	atapi		{ }
2321.489Sdrochnerdefine	radiodev	{ }
2331.614Sgmcgarrydefine	gpibdev		{[address = -1]}
2341.734Sjmcneilldefine	gpiobus		{ }
2351.659Sbjh21define 	pckbport	{[slot = -1]}
2361.659Sbjh21define	pckbport_machdep_cnattach
2371.754Sthorpejdefine	firmload
2381.67Scgd
2391.67Scgd# audio device attributes
2401.473Slukem#
2411.63Sbrezakdefine	mulaw
2421.132Saugustssdefine	auconv
2431.500Skentdefine	aurateconv
2441.629Sthorpej
2451.228Saugustss# audio and midi devices, attaches to audio hardware driver
2461.473Slukem#
2471.173Sthorpejdevice	audio
2481.519Saugustssattach	audio at audiobus
2491.228Saugustssdevice	midi
2501.228Saugustssattach	midi at midibus
2511.363Sthorpej
2521.650Sbjh21# console bell via audio device
2531.650Sbjh21#
2541.650Sbjh21define	audiobell
2551.650Sbjh21
2561.635Sthorpej# I2C device support
2571.635Sthorpejinclude "dev/i2c/files.i2c"
2581.635Sthorpej
2591.559Sthorpej# IR device support
2601.559Sthorpejinclude	"dev/ir/files.ir"
2611.559Sthorpej
2621.559Sthorpej# Bluetooth device support
2631.559Sthorpejinclude "dev/bluetooth/files.bluetooth"
2641.548Saugustss
2651.651Sjdolecek# Parallel Port Bus support
2661.651Sjdolecekinclude "dev/ppbus/files.ppbus"
2671.651Sjdolecek
2681.363Sthorpej# raster operations attributes
2691.473Slukem#
2701.426Slukemdefine	rasops1
2711.426Slukemdefine	rasops2
2721.426Slukemdefine	rasops4
2731.426Slukemdefine	rasops8
2741.426Slukemdefine	rasops15
2751.426Slukemdefine	rasops16
2761.426Slukemdefine	rasops24
2771.426Slukemdefine	rasops32
2781.60Scgd
2791.760Sjmcneill# splash screen support
2801.760Sjmcneillinclude "dev/splash/files.splash"
2811.760Sjmcneill
2821.768Sgdamore# videomode support
2831.768Sgdamoreinclude "dev/videomode/files.videomode"
2841.768Sgdamore
2851.67Scgd# net device attributes - we have generic code for arc(net), ether(net),
2861.457Sbjh21# fddi, token ring, atm and eco(net).
2871.473Slukem#
2881.67Scgddefine	arc
2891.88Schuckdefine	atm
2901.457Sbjh21define	eco
2911.60Scgddefine	ether
2921.67Scgddefine	fddi
2931.185Skmldefine	hippi
2941.399Sonoedefine	ieee1394
2951.282Sbaddefine	token
2961.284Sexplorerdefine	sppp
2971.719Sdyoungdefine	wlan: arc4, rijndael
2981.294Sitojundefine	crypto
2991.100Sws
3001.119Sis# devices ARPing IPv4 pull this in:
3011.473Slukem#
3021.119Sisdefine	arp
3031.119Sis
3041.515Sthorpej#
3051.515Sthorpej# ALTQ network traffic shaping subsystem
3061.515Sthorpej#
3071.515Sthorpejinclude "altq/files.altq"
3081.515Sthorpej
3091.473Slukem#
3101.560Sthorpej# IPKDB kernel debugger
3111.473Slukem#
3121.560Sthorpejinclude "ipkdb/files.ipkdb"
3131.102Sws
3141.404Sad# Logical disk
3151.473Slukem#
3161.404Saddevice	ld: disk
3171.426Slukemfile	dev/ld.c			ld			needs-flag
3181.513Sthorpej
3191.513Sthorpej#
3201.513Sthorpej# MII/PHY support for network devices
3211.513Sthorpej#
3221.513Sthorpejinclude "dev/mii/files.mii"
3231.375Sthorpej
3241.473Slukem#
3251.512Sthorpej# RAIDframe
3261.512Sthorpej#
3271.512Sthorpejinclude "dev/raidframe/files.raidframe"
3281.639Sgrog
3291.639Sgrog#
3301.542Sthorpej# Hardware-assisted data mover API
3311.542Sthorpej#
3321.542Sthorpejinclude "dev/dmover/files.dmover"
3331.512Sthorpej
3341.512Sthorpej#
3351.83Sthorpej# "Chipset" drivers.  These are the bus-independent routines which
3361.83Sthorpej# contain the cfdrivers.  Attachments are provided by files.<bus>
3371.473Slukem#
3381.145Schristos
3391.145Schristos# Adaptec AIC-6[32]60 ICs
3401.473Slukem#
3411.173Sthorpejdevice	aic: scsi
3421.145Schristosfile	dev/ic/aic6360.c		aic
3431.346Sthorpej
3441.346Sthorpej# SMC 93Cx6 Serial EEPROM devices
3451.473Slukem#
3461.346Sthorpejdefine	smc93cx6
3471.346Sthorpejfile	dev/ic/smc93cx6.c		smc93cx6
3481.83Sthorpej
3491.86Smycroft# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
3501.473Slukem#
3511.474Slukemdefparam opt_ahc.h		AHC_DEBUG
3521.474Slukemdefflag	opt_ahc.h		AHC_NO_TAGS
3531.173Sthorpejdevice	ahc: scsi
3541.345Sthorpejdefine	ahc_seeprom
3551.354Sfvdldefine	ahc_aic77xx
3561.142Senamifile	dev/ic/aic7xxx.c		ahc
3571.609Sfvdlfile	dev/ic/aic7xxx_osm.c		ahc
3581.345Sthorpejfile	dev/ic/aic7xxx_seeprom.c	ahc_seeprom
3591.354Sfvdlfile	dev/ic/aic77xx.c		ahc_aic77xx
3601.609Sfvdl
3611.609Sfvdl# Adaptec aic79xx SCSI controllers
3621.609Sfvdldefflag	opt_ahd.h		AHD_DEBUG
3631.609Sfvdldevice	ahd: scsi
3641.609Sfvdlfile	dev/ic/aic79xx.c		ahd
3651.609Sfvdlfile	dev/ic/aic79xx_osm.c		ahd
3661.318Sad
3671.318Sad# DPT EATA SCSI controllers
3681.473Slukem#
3691.318Saddevice	dpt: scsi
3701.318Sadfile	dev/ic/dpt.c			dpt
3711.355Sad
3721.355Sad# Compaq Smart ARRAY controllers
3731.473Slukem#
3741.355Saddevice	cac {unit = -1}
3751.355Sadfile	dev/ic/cac.c			cac
3761.355Sad
3771.404Sadattach	ld at cac with ld_cac
3781.404Sadfile	dev/ic/ld_cac.c			ld_cac
3791.419Sad
3801.764She# HP/Compaq Command Interface for SCSI-3 Support
3811.764She#
3821.764Shedevice ciss: scsi
3831.764Shefile	dev/ic/ciss.c			ciss
3841.764She
3851.419Sad# Mylex DAC960 RAID controllers
3861.473Slukem#
3871.419Saddevice	mlx {unit = -1}
3881.419Sadfile	dev/ic/mlx.c			mlx			needs-flag
3891.419Sad
3901.419Sadattach	ld at mlx with ld_mlx
3911.419Sadfile	dev/ic/ld_mlx.c			ld_mlx
3921.521Sad
3931.521Sad# ICP-Vortex/Intel RAID controllers
3941.521Sad#
3951.521Saddevice	icp {unit = -1}
3961.521Sadfile	dev/ic/icp.c			icp			needs-flag
3971.611Sthorpejfile	dev/ic/icp_ioctl.c		icp
3981.521Sad
3991.521Sadattach	ld at icp with ld_icp
4001.521Sadfile	dev/ic/ld_icp.c			ld_icp
4011.521Sad
4021.521Saddevice	icpsp: scsi
4031.521Sadfile	dev/ic/icpsp.c			icpsp
4041.521Sadattach	icpsp at icp
4051.523Sad
4061.523Sad# Adaptec FSA RAID controllers
4071.523Sad#
4081.523Saddevice	aac {unit = -1}
4091.523Sadfile	dev/ic/aac.c			aac
4101.523Sad
4111.523Sadattach	ld at aac with ld_aac
4121.523Sadfile	dev/ic/ld_aac.c			ld_aac
4131.238Sdante
4141.238Sdante# AdvanSys 1200A, 1200B and ULTRA SCSI controllers
4151.473Slukem#
4161.238Sdantedevice	adv: scsi
4171.238Sdantefile	dev/ic/adv.c			adv
4181.428Sthorpejfile	dev/ic/advlib.c			adv
4191.428Sthorpejfile	dev/ic/advmcode.c		adv
4201.248Sdante
4211.248Sdante# AdvanSys ULTRA WIDE SCSI controllers
4221.473Slukem#
4231.248Sdantedevice	adw: scsi
4241.248Sdantefile	dev/ic/adw.c			adw
4251.194Sjonathan
4261.130Sjonathan# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
4271.130Sjonathan# (Must be declared before AHA to ensure bha probes before aha.
4281.130Sjonathan#  Probing AHA first configures bhas as aha, via their AHA
4291.130Sjonathan#  hardware-compatibility mode.)
4301.473Slukem#
4311.173Sthorpejdevice	bha: scsi
4321.142Senamifile	dev/ic/bha.c			bha
4331.130Sjonathan
4341.113Smycroft# Adaptec AHA-154x and AHA-164x controllers
4351.130Sjonathan# (must be after bha, see above)
4361.473Slukem#
4371.173Sthorpejdevice	aha: scsi
4381.142Senamifile	dev/ic/aha.c			aha
4391.445Stsutsui
4401.445Stsutsui# Initio INIC-940/950 SCSI controllers
4411.473Slukem#
4421.445Stsutsuidevice	iha: scsi
4431.445Stsutsuifile	dev/ic/iha.c			iha
4441.118Scgd
4451.118Scgd# Qlogic ISP 10x0 SCSI Controllers
4461.473Slukem#
4471.474Slukemdefflag	opt_isp.h		ISP_DISABLE_1020_SUPPORT
4481.474Slukem				ISP_DISABLE_1080_SUPPORT
4491.474Slukem				ISP_DISABLE_2100_SUPPORT
4501.474Slukem				ISP_DISABLE_2200_SUPPORT
4511.474Slukem				ISP_DISABLE_FW ISP_TARGET_MODE
4521.496Smjacob				ISP_FW_CRASH_DUMP
4531.474Slukemdefparam opt_isp.h		ISP_LOGDEFAULT
4541.173Sthorpejdevice	isp: scsi
4551.142Senamifile	dev/ic/isp.c			isp
4561.223Smjacobfile	dev/ic/isp_netbsd.c		isp
4571.711Sdrochnerfile	dev/ic/isp_target.c		isp & isp_target_mode
4581.528Smatt
4591.528Smatt# LSILogic Fusion-MPT I/O Processor SCSI/FC Controllers
4601.528Smatt#
4611.608Sthorpejdevice	mpt: scsi
4621.608Sthorpejfile	dev/ic/mpt.c			mpt
4631.608Sthorpejfile	dev/ic/mpt_debug.c		mpt
4641.608Sthorpejfile	dev/ic/mpt_netbsd.c		mpt
4651.605Stsutsui
4661.682Sitohy# Workbit NinjaSCSI-32 controllers
4671.682Sitohydevice	njs: scsi
4681.682Sitohyfile	dev/ic/ninjascsi32.c		njs
4691.682Sitohy
4701.605Stsutsui# Symbios/NCR 53c700 SCSI controllers
4711.605Stsutsuidevice	oosiop: scsi
4721.605Stsutsuifile	dev/ic/oosiop.c			oosiop
4731.436Stsutsui
4741.436Stsutsui# Symbios/NCR 53c710 SCSI controllers
4751.473Slukem#
4761.436Stsutsuidevice	osiop: scsi
4771.436Stsutsuifile	dev/ic/osiop.c			osiop
4781.364Sbouyer
4791.368Sbouyer# common stuff for siop and esiop
4801.473Slukem#
4811.426Slukemdefine	siop_common
4821.426Slukemfile	dev/ic/siop_common.c		siop_common
4831.368Sbouyer
4841.364Sbouyer# Symbios/NCR 53c720/53c8xx SCSI controllers
4851.473Slukem#
4861.426Slukemdevice	siop: scsi,siop_common
4871.426Slukemfile	dev/ic/siop.c			siop
4881.517Sbouyerdefflag	opt_siop.h			SIOP_SYMLED
4891.518Sbouyer
4901.518Sbouyerdevice	esiop: scsi,siop_common
4911.518Sbouyerfile	dev/ic/esiop.c			esiop
4921.94Smycroft
4931.94Smycroft# UltraStor SCSI controllers
4941.473Slukem#
4951.173Sthorpejdevice	uha: scsi
4961.142Senamifile	dev/ic/uha.c			uha
4971.409Sonoe
4981.409Sonoe# Aironet PC4500/PC4800
4991.473Slukem#
5001.653Stsarnadevice	an: arp, wlan, ifnet
5011.409Sonoefile	dev/ic/an.c			an
5021.86Smycroft
5031.376Sonoe# AMD 79c930-based 802.11 cards
5041.473Slukem#
5051.376Sonoedevice	awi: arp, wlan, ifnet
5061.376Sonoefile	dev/ic/awi.c			awi
5071.376Sonoefile	dev/ic/am79c930.c		awi
5081.438Sichiro
5091.438Sichiro# Lucent & Intersil WaveLan IEEE (802.11)
5101.473Slukem#
5111.656Sjunyoungdevice	wi: arp, wlan, ifnet
5121.438Sichirofile	dev/ic/wi.c			wi
5131.617Sdyoung
5141.641Sdyoung# Atheros 5210/5211/5212 multi-mode 802.11
5151.641Sdyoung#
5161.767Sgdamoredefflag	opt_athhal.h	ATHHAL_ASSERT ATHHAL_DEBUG ATHHAL_DEBUG_ALQ
5171.656Sjunyoungdevice	ath: arp, wlan, ifnet
5181.641Sdyoungfile	dev/ic/ath.c					ath
5191.719Sdyoungfile	dev/ic/ath_netbsd.c				ath
5201.738Sdyoungfile	dev/ic/athrate-sample.c				ath
5211.765Sgdamorefile	contrib/dev/ath/netbsd/ah_osdep.c		ath
5221.766Sgdamoreobject	/athhal.o					ath
5231.641Sdyoung
5241.617Sdyoung# ADMtek ADM8211 802.11
5251.617Sdyoung#
5261.656Sjunyoungdevice	atw: arp, wlan, ifnet, smc93cx6
5271.617Sdyoungfile	dev/ic/atw.c			atw
5281.376Sonoe
5291.687Sdyoung# Realtek RTL8180 802.11
5301.687Sdyoung#
5311.687Sdyoungdevice rtw: arp, wlan, ifnet, smc93cx6
5321.687Sdyoungfile	dev/ic/rtw.c			rtw
5331.687Sdyoungfile	dev/ic/rtwphy.c			rtw
5341.687Sdyoungfile	dev/ic/rtwphyio.c		rtw
5351.687Sdyoung
5361.722Sdrochner# Ralink RT2500 802.11
5371.722Sdrochnerdevice	ral: arp, ether, ifnet, wlan
5381.722Sdrochnerdefine	ralcommon
5391.722Sdrochnerfile	dev/ic/ral.c			ralcommon
5401.722Sdrochner
5411.83Sthorpej# 3Com Etherlink-III Ethernet controller
5421.473Slukem#
5431.333Sthorpejdevice	ep: arp, ether, ifnet, mii, mii_bitbang
5441.142Senamifile	dev/ic/elink3.c			ep
5451.253Sfvdl
5461.253Sfvdl# 3Com EtherLink XL Controller
5471.473Slukem#
5481.331Sthorpejdevice	ex: arp, ether, ifnet, mii, mii_bitbang
5491.253Sfvdlfile	dev/ic/elinkxl.c		ex
5501.131Smatt
5511.131Smatt# DEC EtherWORKS III (LEMAC) Ethernet controllers
5521.473Slukem#
5531.173Sthorpejdevice	lc: arp, ether, ifnet
5541.142Senamifile	dev/ic/lemac.c			lc
5551.84Smycroft
5561.84Smycroft# LANCE and PCnet Ethernet controllers
5571.473Slukem#
5581.173Sthorpejdevice	le: arp, ether, ifnet
5591.426Slukemdefine	le24
5601.426Slukemdefine	le32
5611.227Sexplorerfile	dev/ic/am7990.c			le24
5621.225Sdrochnerfile	dev/ic/am79900.c		le32
5631.225Sdrochnerfile	dev/ic/lance.c			le24 | le32
5641.383Sthorpej
5651.383Sthorpej# DEC DEPCA-family of LANCE Ethernet controllers
5661.473Slukem#
5671.383Sthorpejdevice	depca { }: le24
5681.383Sthorpejfile	dev/ic/depca.c			depca
5691.383Sthorpejattach	le at depca with le_depca
5701.122Sscottr
5711.290Smrg# Sun HME Ethernet controllers
5721.473Slukem#
5731.293Spkdevice	hme: arp, ether, ifnet, mii
5741.293Spkfile	dev/ic/hme.c			hme
5751.461Seeh
5761.461Seeh# Sun GEM Ethernet controllers
5771.473Slukem#
5781.461Seehdevice	gem: arp, ether, ifnet, mii
5791.461Seehfile	dev/ic/gem.c			gem
5801.290Smrg
5811.122Sscottr# 8390-family Ethernet controllers
5821.473Slukem#
5831.569Sthorpejdefflag	opt_ipkdb.h		IPKDB_DP8390
5841.122Sscottrdefine	dp8390nic
5851.569Sthorpejfile	dev/ic/dp8390.c			dp8390nic | ipkdb_dp8390
5861.485Sbjh21
5871.485Sbjh21# National Semiconductor DP83905 AT/LANTIC Ethernet media support
5881.485Sbjh21#
5891.485Sbjh21define	dp83905
5901.485Sbjh21file	dev/ic/dp83905.c		dp83905
5911.484Sbjh21
5921.484Sbjh21# Macronix MX98905 Ethernet controller
5931.484Sbjh21# (use as an attribute for an "ne" bus attachment)
5941.484Sbjh21#
5951.484Sbjh21define	mx98905
5961.484Sbjh21file	dev/ic/mx98905.c		mx98905
5971.77Scgd
5981.282Sbad# TROPIC Token-Ring controller
5991.473Slukem#
6001.282Sbaddevice	tr: arp, token, ifnet
6011.282Sbadfile	dev/ic/tropic.c			tr
6021.282Sbad
6031.91Scgd# NCR 5380 SCSI Bus Controller
6041.473Slukem#
6051.91Scgddefine	ncr5380sbc
6061.142Senamifile	dev/ic/ncr5380sbc.c		ncr5380sbc
6071.356Spkdevice	nca: scsi, ncr5380sbc
6081.91Scgd
6091.434Sfredette# Sun sc PAL SCSI Bus Controller
6101.473Slukem#
6111.434Sfredettedefine	sunscpal
6121.434Sfredettefile	dev/ic/sunscpal.c		sunscpal
6131.434Sfredettedevice	ssc: scsi, sunscpal
6141.434Sfredette
6151.91Scgd# DEC FDDI Chipset
6161.473Slukem#
6171.91Scgddefine	pdq
6181.142Senamifile	dev/ic/pdq.c			pdq
6191.142Senamifile	dev/ic/pdq_ifsubr.c		pdq
6201.98Schristos
6211.474Slukem# Cyclades Cyclom-8/16/32
6221.473Slukem#
6231.173Sthorpejdevice	cy: tty
6241.142Senamifile	dev/ic/cy.c			cy			needs-flag
6251.103Sthorpej
6261.103Sthorpej# Efficient Networks, Inc. ATM interface
6271.473Slukem#
6281.173Sthorpejdevice	en: atm, ifnet
6291.142Senamifile	dev/ic/midway.c			en
6301.117Sthorpej
6311.117Sthorpej# NCR 53x9x or Emulex ESP SCSI Controller
6321.473Slukem#
6331.117Sthorpejdefine	ncr53c9x
6341.359Smycroftdevice	esp: scsi, ncr53c9x
6351.142Senamifile	dev/ic/ncr53c9x.c		ncr53c9x
6361.227Sexplorer
6371.679Smycroft# Fujitsu MB87030/MB89352 SCSI Protocol Controller
6381.679Smycroftdevice	spc: scsi
6391.679Smycroftfile	dev/ic/mb89352.c		spc
6401.679Smycroft
6411.590Ssoren# Hitachi HD44780 LCD panel controller
6421.590Ssorendefine	hd44780
6431.590Ssorenfile	dev/ic/hd44780_subr.c		hd44780
6441.590Ssorenfile	dev/ic/lcdkp_subr.c		hd44780
6451.590Ssoren
6461.710Sjoff# Matrix keypad
6471.710Sjoffdefine	matrixkp
6481.710Sjofffile	dev/ic/matrixkp_subr.c		matrixkp
6491.710Sjoff
6501.227Sexplorer# Hitachi HD64570 serial controller
6511.473Slukem#
6521.359Smycroftdefine	hd64570
6531.227Sexplorerfile	dev/ic/hd64570.c		hd64570
6541.339Schopps
6551.339Schopps# Riscom/N2 ISA/PCI Sync Serial Controller
6561.473Slukem#
6571.339Schoppsdevice	ntwoc: ifnet, hd64570
6581.128Spk
6591.128Spk# Intel 82586 Ethernet Controller
6601.473Slukem#
6611.128Spkdefine	i82586
6621.142Senamifile	dev/ic/i82586.c			i82586
6631.291Sthorpej
6641.658Sjkunz# Intel 82596 Ethernet Controller
6651.658Sjkunz#
6661.658Sjkunzdefine	i82596
6671.658Sjkunzfile	dev/ic/i82596.c			i82596
6681.658Sjkunz
6691.291Sthorpej# Intel 82557/82558/82559 Ethernet Controller
6701.473Slukem#
6711.291Sthorpejdevice	fxp: ether, ifnet, arp, mii
6721.291Sthorpejfile	dev/ic/i82557.c			fxp
6731.389Sbjh21
6741.389Sbjh21# SEEQ 8005 Advanced Ethernet Data Link Controller
6751.473Slukem#
6761.389Sbjh21define	seeq8005
6771.389Sbjh21file	dev/ic/seeq8005.c		seeq8005
6781.137Sthorpej
6791.137Sthorpej# SMC 91Cxx Ethernet Controller
6801.473Slukem#
6811.379Sbriggsdevice	sm: arp, ether, ifnet, mii, mii_bitbang
6821.142Senamifile	dev/ic/smc91cxx.c		sm
6831.188Sthorpej
6841.188Sthorpej# SMC 83C170 EPIC/100 Fast Ethernet Controller
6851.473Slukem#
6861.230Sthorpejdevice	epic: arp, ether, ifnet, mii
6871.188Sthorpejfile	dev/ic/smc83c170.c		epic
6881.309Sragge
6891.309Sragge# DEC SGEC Second Generation Ethernet Controller
6901.473Slukem#
6911.309Sraggedefine	sgec
6921.309Sraggefile	dev/ic/sgec.c			sgec
6931.177Senami
6941.715Sjdolecek# MB86950 Ethernet Controller
6951.715Sjdolecek#
6961.715Sjdolecekdefine	mb86950
6971.715Sjdolecekfile	dev/ic/mb86950.c		mb86950
6981.715Sjdolecek
6991.177Senami# MB8696x Ethernet Controller
7001.473Slukem#
7011.177Senamidefine	mb86960
7021.177Senamifile	dev/ic/mb86960.c		mb86960
7031.177Senami
7041.177Senami# Generic MB8696x Ethernet Controller driver
7051.473Slukem#
7061.177Senamidevice	mbe: arp, ether, ifnet, mb86960
7071.146Saugustss
7081.146Saugustss# Interwave Am78C201 audio driver
7091.473Slukem#
7101.146Saugustssdefine	interwave
7111.146Saugustssfile	dev/ic/interwave.c		interwave
7121.154Sis
7131.154Sis# TMS 320av110 MPEG2/audio driver
7141.473Slukem#
7151.154Sisdefine	tms320av110
7161.154Sisfile	dev/ic/tms320av110.c		tms320av110
7171.152Sthorpej
7181.152Sthorpej# Novell NE2000-compatible Ethernet cards, based on the
7191.152Sthorpej# National Semiconductor DS8390.
7201.473Slukem#
7211.474Slukemdefflag	opt_ipkdb.h		IPKDB_NE			: IPKDB_DP8390
7221.423Sthorpejdevice	ne: ether, ifnet, arp, dp8390nic, mii
7231.569Sthorpejfile	dev/ic/ne2000.c			ne | ipkdb_ne
7241.153Sthorpej
7251.153Sthorpej# 8250/16[45]50-based "com" ports
7261.668Sthorpej#
7271.749Schsdefflag	opt_com.h		COM_DEBUG
7281.153Sthorpej# XXX In a perfect world, this would be done with attributes
7291.669Sthorpejdefflag	opt_com.h		COM_16650 COM_HAYESP COM_PXA2X0
7301.392Seehdevice	com { } : tty
7311.426Slukemfile	dev/ic/com.c			com			needs-flag
7321.336Sthorpej
7331.336Sthorpej# PC-like keyboard controller
7341.473Slukem#
7351.659Sbjh21device	pckbc: pckbport
7361.660Sbjh21file	dev/ic/pckbc.c			pckbc			needs-flag
7371.274Sscw
7381.714Scubedevice	attimer
7391.714Scubefile	dev/ic/attimer.c		attimer			needs-flag
7401.714Scube
7411.274Sscw# Cirrus Logic CD240[01] 4-port Multi-Protocol Communications Controller
7421.473Slukem#
7431.274Sscwdevice	clmpcc: tty
7441.426Slukemfile	dev/ic/clmpcc.c			clmpcc			needs-flag
7451.385Sbjh21
7461.351Sgroo# National Semiconductor LM7[89]
7471.473Slukem#
7481.426Slukemdevice	lm: sysmon_envsys
7491.426Slukemfile	dev/ic/nslm7x.c			lm			needs-flag
7501.164Scgd
7511.185Skml# Essential Communications Corp. HIPPI Interface
7521.473Slukem#
7531.426Slukemdevice	esh: hippi, ifnet
7541.426Slukemfile	dev/ic/rrunner.c		esh			needs-flag
7551.242Sis
7561.242Sis# SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver
7571.473Slukem#
7581.426Slukemdevice	bah: ifnet, arc, arp
7591.426Slukemfile	dev/ic/smc90cx6.c		bah
7601.234Saugustss
7611.234Saugustss# OPL2/OPL3 FM synth driver
7621.473Slukem#
7631.235Saugustssdevice	opl: midibus, midisyn
7641.234Saugustssfile	dev/ic/opl.c			opl
7651.234Saugustssfile	dev/ic/oplinstrs.c		opl
7661.305Saugustss
7671.305Saugustss# MPU401 MIDI UART compatibles
7681.473Slukem#
7691.305Saugustssdevice	mpu: midibus
7701.426Slukemfile	dev/ic/mpu.c			mpu			needs-flag
7711.236Spk
7721.236Spk# AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
7731.473Slukem#
7741.236Spkdefine	ad1848
7751.236Spkfile	dev/ic/ad1848.c			ad1848
7761.290Smrg
7771.290Smrg# AMD 7930 audio/ISDN codec
7781.473Slukem#
7791.366Saugustssdefine	am7930
7801.366Saugustssfile	dev/ic/am7930.c			am7930
7811.290Smrg
7821.290Smrg# SPARC `SUNW,audiocs'
7831.473Slukem#
7841.519Saugustssdevice	audiocs: audiobus, auconv, ad1848
7851.290Smrgfile	dev/ic/cs4231.c			audiocs
7861.326Saugustss
7871.326Saugustss# AC-97 CODECs
7881.473Slukem#
7891.326Saugustssdefine	ac97
7901.326Saugustssfile	dev/ic/ac97.c			ac97
7911.437Sminoura
7921.437Sminoura# Oki MSM6258 support code
7931.473Slukem#
7941.437Sminouradefine msm6258
7951.437Sminourafile	dev/ic/msm6258.c		msm6258
7961.240Spk
7971.240Spk# LSI64854 DMA controller back-end
7981.473Slukem#
7991.240Spkdefine	lsi64854
8001.240Spkfile	dev/ic/lsi64854.c		lsi64854
8011.465Smrg
8021.465Smrg# Cirrus Logic CL-CD180/1864/1865 multi port serial controller back-end
8031.473Slukem#
8041.465Smrgdefine	cd18xx
8051.465Smrgfile	dev/ic/cd18xx.c			cd18xx
8061.240Spk
8071.654Swiz# Realtek 8019/8029 NE2000-compatible network interface subroutines
8081.473Slukem#
8091.252Sthorpejdefine	rtl80x9
8101.252Sthorpejfile	dev/ic/rtl80x9.c		rtl80x9
8111.360Shaya
8121.654Swiz# Realtek 8129/8139 Ethernet controllers
8131.473Slukem#
8141.362Shayadevice	rtk: ether, ifnet, arp, mii
8151.675Ssekiyafile	dev/ic/rtl81x9.c		rtk | re
8161.185Skml
8171.673Stoshii# Realtek 8169 Ethernet controllers
8181.673Stoshii#
8191.673Stoshiidevice	re: ether, ifnet, arp, mii
8201.709Syamtfile	dev/ic/rtl8169.c		re
8211.673Stoshii
8221.258Spk# Common code for ESDI/IDE/etc. controllers
8231.473Slukem#
8241.680Sthorpejdefine	wdc_common
8251.680Sthorpejdevice	wdc: ata, wdc_common
8261.637Sbouyer
8271.656Sjunyoungdevice	atabus: atapi,ata_hl
8281.656Sjunyoungattach	atabus at ata
8291.680Sthorpejfile	dev/ic/wdc.c			atabus & wdc_common
8301.386Sbjh21
8311.386Sbjh21# CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller
8321.473Slukem#
8331.386Sbjh21device	upc { [offset = -1] }
8341.386Sbjh21attach	wdc at upc with wdc_upc
8351.386Sbjh21attach	com at upc with com_upc
8361.651Sjdolecekattach	lpt at upc with lpt_upc
8371.426Slukemfile	dev/ic/upc.c			upc
8381.426Slukemfile	dev/ic/wdc_upc.c		wdc_upc
8391.426Slukemfile	dev/ic/com_upc.c		com_upc
8401.651Sjdolecekfile	dev/ic/lpt_upc.c		lpt_upc
8411.327Smatt
8421.327Smatt# Common code for ISA/PCMCIA (non 802.11) WaveLAN adapters
8431.473Slukem#
8441.328Smattdefine	wavelan
8451.327Smattdevice	wl: ether, ifnet, arp
8461.327Smattfile	dev/ic/wavelan.c		wavelan
8471.314Sthorpej
8481.314Sthorpej# DECchip 21x4x Ethernet controller family, and assorted clones.
8491.473Slukem#
8501.333Sthorpejdevice	tlp: arp, ether, ifnet, mii, mii_bitbang
8511.314Sthorpejfile	dev/ic/tulip.c			tlp
8521.322Sthorpej
8531.322Sthorpej# Adaptec AIC-6915 Ethernet interface
8541.473Slukem#
8551.322Sthorpejdevice	sf: arp, ether, ifnet, mii
8561.322Sthorpejfile	dev/ic/aic6915.c		sf
8571.378Spk
8581.378Spk# Mostek time-of-day clock and NVRAM
8591.473Slukem#
8601.378Spkdefine	mk48txx
8611.507Spkfile	dev/ic/mk48txx.c		mk48txx
8621.378Spk
8631.378Spk# Intersil 7170 time-of-day clock
8641.473Slukem#
8651.378Spkdefine	intersil7170
8661.378Spkfile	dev/ic/intersil7170.c		intersil7170
8671.434Sfredette
8681.434Sfredette# National Semiconductor MM58167 time-of-day clock
8691.473Slukem#
8701.434Sfredettedefine	mm58167
8711.434Sfredettefile	dev/ic/mm58167.c		mm58167
8721.643Stsutsui
8731.643Stsutsui# Motorola mc146818 (and compatible) time-of-day clock
8741.643Stsutsui#
8751.643Stsutsuidefine	mc146818
8761.643Stsutsuifile	dev/ic/mc146818.c		mc146818
8771.422Sthorpej
8781.422Sthorpej# D-Link DL10019/10022 NE2000-compatible network interface subroutines
8791.473Slukem#
8801.422Sthorpejdefine	dl10019
8811.422Sthorpejfile	dev/ic/dl10019.c		dl10019
8821.453Senami
8831.453Senami# ASIX AX88190 NE2000-compatible network interface subroutines
8841.473Slukem#
8851.453Senamidefine	ax88190
8861.453Senamifile	dev/ic/ax88190.c		ax88190
8871.429Sjdolecek
8881.429Sjdolecek# WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
8891.473Slukem#
8901.429Sjdolecekdevice	we: ether, ifnet, arp, dp8390nic
8911.429Sjdolecekfile	dev/ic/we.c			we
8921.432Sjdolecek
8931.432Sjdolecek# Allied-Telesis Ethernet driver based on Fujitsu MB8696xA controllers
8941.473Slukem#
8951.432Sjdolecekdevice	ate: arp, ether, ifnet, mb86960
8961.557Stsutsui
8971.557Stsutsui# Fujitsu FMV-18x Ethernet driver based on Fujitsu MB8696xA controllers
8981.557Stsutsui#
8991.557Stsutsuidevice	fmv: arp, ether, ifnet, mb86960
9001.557Stsutsuifile	dev/ic/fmv.c			fmv
9011.471Syamt
9021.471Syamt# Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
9031.473Slukem#
9041.471Syamtdevice	cs: arp, ether, ifnet
9051.704Sjoffdevice	tscs: arp, ether, ifnet
9061.704Sjofffile	dev/ic/cs89x0.c			cs | tscs
9071.487Saugustss
9081.487Saugustss# Radio device attributes
9091.487Saugustss#
9101.487Saugustssdefine	tea5757
9111.656Sjunyoungfile	dev/ic/tea5757.c		tea5757
9121.487Saugustssdefine	lm700x
9131.656Sjunyoungfile	dev/ic/lm700x.c			lm700x
9141.179Sdrochner
9151.179Sdrochner# Definitions for wscons
9161.179Sdrochner# device attributes: display, display with emulator, keyboard, and mouse
9171.473Slukem#
9181.479Saugustssdefine	wsdisplaydev		{[kbdmux = 1]}
9191.479Saugustssdefine	wsemuldisplaydev	{[console = -1], [kbdmux = 1]}
9201.479Saugustssdefine	wskbddev		{[console = -1], [mux = 1]}
9211.479Saugustssdefine	wsmousedev		{[mux = 0]}
9221.761Smacallandefine	vcons
9231.179Sdrochner# attribute to pull in raster support
9241.473Slukem#
9251.179Sdrochnerdefine	wsrasteremulops
9261.187Sdrochner# common PC display functions
9271.473Slukem#
9281.474Slukemdefflag	opt_pcdisplay.h		PCDISPLAY_SOFTCURSOR
9291.426Slukemdefine	pcdisplayops
9301.187Sdrochnerfile	dev/ic/pcdisplay_subr.c	pcdisplayops
9311.207Sdrochnerfile	dev/ic/pcdisplay_chars.c	pcdisplayops
9321.179Sdrochner# VGA graphics
9331.473Slukem#
9341.541Sdrochnerdefparam opt_vga.h		VGA_CONSOLE_SCREENTYPE
9351.538Sdrochnerdefflag opt_vga.h 		VGA_CONSOLE_ATI_BROKEN_FONTSEL
9361.572Sjunyoungdefflag opt_vga.h		VGA_RASTERCONSOLE
9371.593Stsutsuidefflag opt_vga.h		VGA_RESET
9381.187Sdrochnerdevice	vga: wsemuldisplaydev, pcdisplayops
9391.572Sjunyoungfile	dev/ic/vga.c		vga & !vga_rasterconsole	needs-flag
9401.572Sjunyoungfile	dev/ic/vga_raster.c	vga_rasterconsole		needs-flag
9411.572Sjunyoungfile	dev/ic/vga_subr.c	vga | vga_rasterconsole
9421.572Sjunyoungfile	dev/ic/vga_common.c	vga | vga_rasterconsole
9431.508Suwe# Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode)
9441.473Slukem#
9451.761Smacallandevice	igsfb: wsemuldisplaydev, wsrasteremulops, rasops8, vcons
9461.615Suwefile	dev/ic/igsfb.c			igsfb			needs-flag
9471.551Suwefile	dev/ic/igsfb_subr.c		igsfb
9481.91Scgd
9491.683Sjkunz# STI (hp graphics)
9501.683Sjkunzdevice	sti: wsemuldisplaydev
9511.683Sjkunzfile	dev/ic/sti.c		sti & (sti_pci | sti_sgc | sti_phantom)
9521.683Sjkunz
9531.77Scgd# Attributes which machine-independent bus support can be attached to.
9541.77Scgd# These should be defined here, because some of these busses can have
9551.77Scgd# devices which provide these attributes, and we'd like to avoid hairy
9561.77Scgd# ordering constraints on inclusion of the busses' "files" files.
9571.473Slukem#
9581.474Slukemdefine	isabus	{ }			# ISA attachment
9591.474Slukemdefine	eisabus	{ }			# EISA attachment
9601.474Slukemdefine	pcibus	{[bus = -1]}		# PCI attachment
9611.474Slukemdefine	tcbus	{ }			# TurboChannel attachment
9621.474Slukemdefine	mcabus	{ }			# MicroChannel attachment
9631.474Slukemdefine	usbus	{ }			# USB attachment
9641.724Skiyoharadefine	fwbus	{ }			# IEEE 1394 attachment
9651.474Slukemdefine	vmebus	{ }			# VME bus attachment
9661.474Slukemdefine	acpibus	{ }			# ACPI "bus" attachment
9671.259Spkdefine	pcmciabus { [controller = -1], [socket = -1]}	# PCMCIA bus attachment
9681.474Slukemdefine	cbbus	{[slot = -1]}		# CardBus attachment
9691.474Slukemdefine	pcmciaslot {[slot = -1]}	# PCMCIA slot itself
9701.222Saugustss
9711.222Saugustss# We need the USB bus controllers here so different busses can
9721.222Saugustss# use them in an 'attach-with'.
9731.222Saugustss# UHCI USB controller
9741.473Slukem#
9751.703Sfvdl
9761.703Sfvdldefparam USB_MEM_RESERVE
9771.703Sfvdl
9781.222Saugustssdevice	uhci: usbus
9791.426Slukemfile	dev/usb/uhci.c			uhci			needs-flag
9801.222Saugustss
9811.222Saugustss# OHCI USB controller
9821.473Slukem#
9831.222Saugustssdevice	ohci: usbus
9841.426Slukemfile	dev/usb/ohci.c			ohci			needs-flag
9851.412Saugustss
9861.412Saugustss# EHCI USB controller
9871.473Slukem#
9881.412Saugustssdevice	ehci: usbus
9891.426Slukemfile	dev/usb/ehci.c			ehci			needs-flag
9901.545Sisaki
9911.545Sisaki# SL811HS/T USB controller
9921.712Sperrydefflag	opt_slhci.h	SLHCI_DEBUG
9931.545Sisakidevice	slhci: usbus
9941.545Sisakifile	dev/ic/sl811hs.c		slhci			needs-flag
9951.579Smartin
9961.579Smartin# Myson MTD803 3-in-1 Fast Ethernet Controller
9971.579Smartindevice	mtd: arp, ether, ifnet, mii
9981.579Smartinfile	dev/ic/mtd803.c			mtd
9991.369Smatt
10001.487Saugustss# radio devices, attaches to radio hardware driver
10011.487Saugustssdevice	radio
10021.489Sdrochnerattach	radio at radiodev
10031.498Sjmc
10041.402Smatt# IEEE 1394 controllers
10051.402Smatt# (These need to be here since it will have both PCI and CardBus attachments)
10061.473Slukem#
10071.369Smattdevice	fwohci: fwbus
10081.520Saugustss
10091.520Saugustss# Sony Programmable I/O Controller
10101.520Saugustssdevice	spic: wsmousedev
10111.520Saugustssfile	dev/ic/spic.c			spic
10121.529Saugustss
10131.529Saugustss# IBM CPC700 PowerPC bridge
10141.529Saugustssdefine	cpcbus { addr, [irq=-1] }
10151.529Saugustssdevice	cpc: cpcbus, pcibus
10161.529Saugustssfile	dev/ic/cpc700.c			cpc
10171.529Saugustss
10181.529Saugustssattach	com at cpcbus with com_cpcbus
10191.529Saugustssfile	dev/ic/com_cpcbus.c		com_cpcbus
10201.529Saugustss
10211.529Saugustssdevice	cpctim
10221.529Saugustssattach	cpctim at cpcbus
10231.529Saugustssfile	dev/ic/timer_cpcbus.c		cpctim
10241.529Saugustss
10251.530Saugustssdevice	cpciic
10261.530Saugustssattach	cpciic at cpcbus with iic_cpcbus
10271.529Saugustssfile	dev/ic/iic_cpcbus.c		iic_cpcbus
10281.529Saugustss
10291.60Scgd
10301.414Sthorpej# Attribute used by various things that need BPF's virtual machine
10311.473Slukem#
10321.414Sthorpejdefine	bpf_filter
10331.532Swrstudendefparam opt_bpf.h	BPF_BUFSIZE
10341.414Sthorpej
10351.415Smartin# Attributes used by the ISDN subsystem
10361.473Slukem#
10371.502Smartindefine	isdndev		# the ISDN subsystem
10381.458Senamidefine	passive_isdn	# files needed by passive cards (XXX - protocol
10391.458Senami			# specific)
10401.634Spookadefine	isdncapi	# ISDN CAPI (http://www.capi.org/)
10411.415Smartin
10421.575Sleo# The isac found on the Fritz V2.0 Card.
10431.575Sleodefine	nisacsx
10441.575Sleofile	dev/ic/isacsx.c			nisacsx	needs-flag
10451.575Sleo
10461.575Sleo# The 'standard' isac
10471.575Sleodefine	nisac
10481.575Sleofile	dev/ic/isac.c			nisac	needs-flag
10491.575Sleo
10501.415Smartin# ISDN cards based on the Siemens ISAC/HSCX chipset (or lookalikes)
10511.473Slukem#
10521.575Sleodevice	isic: isdndev, passive_isdn, nisac
10531.415Smartin
10541.426Slukemfile	dev/ic/isic.c			isic
10551.575Sleofile	dev/ic/isic_l1.c		isic|ifpci|ifritz
10561.575Sleofile	dev/ic/isic_l1fsm.c		isic|ifpci|ifritz
10571.426Slukemfile	dev/ic/hscx.c			isic
10581.426Slukemfile	dev/ic/isic_bchan.c		isic
10591.415Smartin
10601.415Smartin# (old) Diehl active ISDN cards
10611.473Slukem#
10621.502Smartindevice	daic: isdndev
10631.426Slukemfile	dev/ic/daic.c			daic
10641.415Smartin
10651.634Spooka# AWM B1/T1
10661.634Spooka# XXX: passive_isdn
10671.634Spookadevice	iavc: isdndev, isdncapi, passive_isdn
10681.634Spookafile	dev/ic/iavc.c			iavc
10691.634Spooka
10701.60Scgd# legitimate pseudo-devices
10711.473Slukem#
10721.755Scubedefpseudo vnd { }:	disk
10731.726Shubertfdefflag opt_vnd.h	VND_COMPRESSION
10741.474Slukemdefpseudo ccd:		disk
10751.570Sthorpejdefpseudo cgd:		disk, des, blowfish, cast128, rijndael
10761.763Scubedefpseudo md { }:	disk
10771.647Shannkendefpseudo fss:		disk
10781.298Sthorpej
10791.474Slukemdefpseudo pty:		tty
10801.298Sthorpejdefpseudo rnd
10811.610Sraggedefpseudo ksyms
10821.642Scdidefpseudo nullcons
10831.298Sthorpej
10841.474Slukemdefpseudo loop:		ifnet
10851.474Slukemdefpseudo sl:		ifnet
10861.474Slukemdefpseudo ppp:		ifnet, bpf_filter
10871.474Slukemdefpseudo pppoe:	ifnet, ether, sppp
10881.474Slukemdefpseudo sppp:		ifnet
10891.474Slukemdefpseudo tun:		ifnet
10901.474Slukemdefpseudo vlan:		ifnet, ether
10911.474Slukemdefpseudo bridge:	ifnet, ether
10921.474Slukemdefpseudo bpfilter:	ifnet, bpf_filter
10931.474Slukemdefpseudo strip:	ifnet
10941.474Slukemdefpseudo gre:		ifnet
10951.474Slukemdefpseudo gif:		ifnet
10961.474Slukemdefpseudo faith:	ifnet
10971.474Slukemdefpseudo stf:		ifnet
10981.752Scubedefpseudo tap { }:	ifnet, ether, arp, bpf_filter
10991.60Scgd
11001.298Sthorpejdefpseudo sequencer
11011.462Smanudefpseudo clockctl
11021.504Smanudefpseudo irix_kmem
11031.522Smanudefpseudo irix_usema
11041.228Saugustss
11051.415Smartin# ISDN userland pseudo devices
11061.473Slukem#
11071.502Smartindefpseudo isdntrc:	isdndev, tty
11081.502Smartindefpseudo isdnbchan:	isdndev, tty
11091.502Smartindefpseudo isdntel:	isdndev, tty
11101.502Smartindefpseudo isdnctl:	isdndev, tty
11111.502Smartindefpseudo isdn:		isdndev, tty
11121.502Smartin
11131.502Smartin# ISDN network interfaces
11141.502Smartindefpseudo irip:		isdndev, ifnet
11151.607Sdrochnerdefflag opt_irip.h	IRIP_VJ
11161.502Smartindefpseudo ippp:		isdndev, sppp, ifnet
11171.539Sthorpej
11181.539Sthorpej# KTTCP network throughput testing pseudo-device
11191.539Sthorpejdefpseudo kttcp
11201.539Sthorpejfile	dev/kttcp.c			kttcp		needs-flag
11211.576Sblymn
11221.576Sblymn# Verified exec fingerprint loader pseudo-device
11231.717Sblymndefpseudo veriexec
11241.717Sblymnfile	kern/kern_verifiedexec.c	veriexec		needs-flag
11251.717Sblymnfile	dev/verified_exec.c		veriexec		needs-flag
11261.415Smartin
11271.582Shaya# isochronous pseudo device for IEEE 1394, i.LINK or FireWire
11281.582Shayadefpseudo fwiso:	ieee1394
11291.582Shaya
11301.681Sdrochner# driver attach / detach user interface
11311.681Sdrochnerdefpseudo drvctl
11321.681Sdrochnerfile	kern/kern_drvctl.c		drvctl
11331.681Sdrochner
11341.516Sthorpej#
11351.516Sthorpej# File systems
11361.516Sthorpej#
11371.696Sjdolecekinclude "coda/files.coda"
11381.583Sjdolecekinclude "fs/adosfs/files.adosfs"
11391.696Sjdolecekinclude "fs/cd9660/files.cd9660"
11401.584Sjdolecekinclude "fs/filecorefs/files.filecorefs"
11411.696Sjdolecekinclude "fs/msdosfs/files.msdosfs"
11421.696Sjdolecekinclude "fs/ntfs/files.ntfs"
11431.696Sjdolecekinclude "fs/ptyfs/files.ptyfs"
11441.756Sreinoudinclude "fs/udf/files.udf"
11451.516Sthorpejinclude "fs/smbfs/files.smbfs"
11461.750Stsutsuiinclude "fs/sysvbfs/files.sysvbfs"
11471.730Sjmmvinclude "fs/tmpfs/files.tmpfs"
11481.696Sjdolecekinclude "fs/union/files.union"
11491.516Sthorpejinclude "miscfs/fdesc/files.fdesc"
11501.516Sthorpejinclude "miscfs/kernfs/files.kernfs"
11511.516Sthorpejinclude "miscfs/nullfs/files.nullfs"
11521.516Sthorpejinclude "miscfs/overlay/files.overlay"
11531.516Sthorpejinclude "miscfs/portal/files.portal"
11541.516Sthorpejinclude "miscfs/procfs/files.procfs"
11551.516Sthorpejinclude "miscfs/umapfs/files.umapfs"
11561.516Sthorpejinclude "nfs/files.nfs"
11571.516Sthorpejinclude "ufs/files.ufs"
11581.516Sthorpej
11591.516Sthorpej#
11601.744Sthorpej# UVM (virtual memory)
11611.744Sthorpej#
11621.744Sthorpejinclude "uvm/files.uvm"
11631.744Sthorpej
11641.744Sthorpej#
11651.60Scgd# kernel sources
11661.473Slukem#
11671.706Skentfile	dev/auconv.c			auconv | mulaw
11681.426Slukemfile	dev/audio.c			audio | midi | midibus	needs-flag
11691.650Sbjh21file	dev/audiobell.c			audiobell
11701.697Skentfile	dev/aurateconv.c		aurateconv		needs-flag
11711.426Slukemfile	dev/ccd.c			ccd			needs-flag
11721.555Selricfile	dev/cgd.c			cgd			needs-flag
11731.555Selricfile	dev/cgd_crypto.c		cgd
11741.623Sthorpejfile	dev/clock_subr.c
11751.491Slukemfile	dev/clockctl.c			clockctl		needs-flag
11761.666Sclfile	dev/dksubr.c			cgd | xbd
11771.689Sthorpejfile	dev/dkwedge/dk.c
11781.691Sthorpejfile	dev/dkwedge/dkwedge_bsdlabel.c	dkwedge_method_bsdlabel
11791.689Sthorpejfile	dev/dkwedge/dkwedge_gpt.c	dkwedge_method_gpt
11801.693Sthorpejfile	dev/dkwedge/dkwedge_mbr.c	dkwedge_method_mbr
11811.754Sthorpejfile	dev/firmload.c			firmload
11821.647Shannkenfile	dev/fss.c			fss			needs-count
11831.426Slukemfile	dev/md.c			md			needs-count
11841.426Slukemfile	dev/midi.c			midi | midibus		needs-flag
11851.426Slukemfile	dev/midisyn.c			midisyn
11861.497Schristosfile	dev/mm.c
11871.697Skentfile	dev/mulaw.c			mulaw			needs-flag
11881.642Scdifile	dev/nullcons_subr.c		nullcons		needs-flag
11891.487Saugustssfile	dev/radio.c			radio			needs-flag
11901.426Slukemfile	dev/rnd.c			rnd			needs-flag
11911.426Slukemfile	dev/rndpool.c			rnd			needs-flag
11921.426Slukemfile	dev/sequencer.c			sequencer		needs-flag
11931.426Slukemfile	dev/vnd.c			vnd			needs-flag
11941.733Syamtfile	kern/bufq_disksort.c		bufq_disksort
11951.733Syamtfile	kern/bufq_fcfs.c		bufq_fcfs
11961.698Syamtfile	kern/bufq_priocscan.c		bufq_priocscan
11971.698Syamtfile	kern/bufq_readprio.c		bufq_readprio | new_bufq_strategy
11981.482Sthorpejfile	kern/core_elf32.c		exec_elf32
11991.482Sthorpejfile	kern/core_elf64.c		exec_elf64
12001.718Smattfile	kern/core_netbsd.c		exec_aout | exec_coff | exec_ecoff |
12011.718Smatt					    exec_macho | lkm
12021.426Slukemfile	kern/cnmagic.c
12031.426Slukemfile	kern/exec_aout.c		exec_aout
12041.426Slukemfile	kern/exec_conf.c
12051.426Slukemfile	kern/exec_ecoff.c		exec_ecoff
12061.426Slukemfile	kern/exec_elf32.c		exec_elf32
12071.426Slukemfile	kern/exec_elf64.c		exec_elf64
12081.452Schristosfile	kern/exec_macho.c		exec_macho
12091.426Slukemfile	kern/exec_script.c		exec_script
12101.426Slukemfile	kern/exec_subr.c
12111.426Slukemfile	kern/init_main.c
12121.645Satatatfile	kern/init_sysctl.c
12131.426Slukemfile	kern/init_sysent.c
12141.426Slukemfile	kern/kern_acct.c
12151.426Slukemfile	kern/kern_clock.c
12161.426Slukemfile	kern/kern_descrip.c
12171.574Sjdolecekfile	kern/kern_event.c
12181.426Slukemfile	kern/kern_exec.c
12191.426Slukemfile	kern/kern_exit.c
12201.426Slukemfile	kern/kern_fork.c
12211.662Smattfile	kern/kern_kcont.c		kcont
12221.426Slukemfile	kern/kern_kthread.c
12231.426Slukemfile	kern/kern_ktrace.c
12241.610Sraggefile	kern/kern_ksyms.c		ksyms | ddb | lkm needs-flag
12251.426Slukemfile	kern/kern_lkm.c			lkm
12261.426Slukemfile	kern/kern_lock.c
12271.588Sthorpejfile	kern/kern_lwp.c
12281.426Slukemfile	kern/kern_malloc.c
12291.454Sthorpejfile	kern/kern_malloc_debug.c	malloc_debug
12301.426Slukemfile	kern/kern_ntptime.c
12311.426Slukemfile	kern/kern_physio.c
12321.426Slukemfile	kern/kern_proc.c
12331.426Slukemfile	kern/kern_prot.c
12341.549Sgmcgarryfile	kern/kern_ras.c
12351.426Slukemfile	kern/kern_resource.c
12361.588Sthorpejfile	kern/kern_sa.c
12371.426Slukemfile	kern/kern_sig.c
12381.662Smattfile	kern/kern_systrace.c		systrace
12391.426Slukemfile	kern/kern_subr.c
12401.426Slukemfile	kern/kern_synch.c
12411.426Slukemfile	kern/kern_sysctl.c
12421.426Slukemfile	kern/kern_time.c
12431.595Sthorpejfile	kern/kern_timeout.c
12441.652Stsarnafile	kern/kern_uuid.c
12451.426Slukemfile	kern/kern_xxx.c
12461.426Slukemfile	kern/kgdb_stub.c		kgdb
12471.426Slukemfile	kern/subr_autoconf.c
12481.731Syamtfile	kern/subr_blist.c		vmswap
12491.736Syamtfile	kern/subr_bufq.c
12501.550Sgehennafile	kern/subr_devsw.c
12511.426Slukemfile	kern/subr_disk.c
12521.657Srtrfile	kern/subr_evcnt.c
12531.426Slukemfile	kern/subr_extent.c
12541.426Slukemfile	kern/subr_log.c
12551.426Slukemfile	kern/subr_pool.c
12561.426Slukemfile	kern/subr_prf.c
12571.426Slukemfile	kern/subr_prof.c
12581.466Seehfile	kern/subr_prop.c
12591.739Syamtfile	kern/subr_once.c
12601.757Sjmmvfile	kern/subr_optstr.c
12611.449Sgmcgarryfile	kern/subr_userconf.c		userconf
12621.739Syamtfile	kern/subr_workqueue.c
12631.426Slukemfile	kern/subr_xxx.c
12641.426Slukemfile	kern/sys_generic.c
12651.495Sjdolecekfile	kern/sys_pipe.c			!pipe_socketpair
12661.543Sbriggsfile	kern/sys_pmc.c
12671.426Slukemfile	kern/sys_process.c
12681.426Slukemfile	kern/sys_socket.c
12691.426Slukemfile	kern/syscalls.c			syscall_debug
12701.426Slukemfile	kern/sysv_ipc.c			sysvshm | sysvsem | sysvmsg
12711.426Slukemfile	kern/sysv_msg.c			sysvmsg
12721.426Slukemfile	kern/sysv_sem.c			sysvsem
12731.426Slukemfile	kern/sysv_shm.c			sysvshm
12741.426Slukemfile	kern/tty.c
12751.426Slukemfile	kern/tty_conf.c
12761.694Schristosfile	kern/tty_bsdpty.c		compat_bsdpty
12771.676Schristosfile	kern/tty_pty.c			pty 			needs-flag
12781.694Schristosfile	kern/tty_ptm.c			pty
12791.426Slukemfile	kern/tty_subr.c
12801.426Slukemfile	kern/tty_tty.c
12811.426Slukemfile	kern/uipc_domain.c
12821.426Slukemfile	kern/uipc_mbuf.c
12831.426Slukemfile	kern/uipc_mbuf2.c
12841.426Slukemfile	kern/uipc_proto.c
12851.592Schristosfile	kern/uipc_sem.c			p1003_1b_semaphore
12861.426Slukemfile	kern/uipc_socket.c
12871.426Slukemfile	kern/uipc_socket2.c
12881.426Slukemfile	kern/uipc_syscalls.c
12891.426Slukemfile	kern/uipc_usrreq.c
12901.426Slukemfile	kern/vfs_bio.c
12911.426Slukemfile	kern/vfs_cache.c
12921.426Slukemfile	kern/vfs_getcwd.c
12931.732Sjmmvfile	kern/vfs_hooks.c
12941.426Slukemfile	kern/vfs_init.c
12951.426Slukemfile	kern/vfs_lockf.c
12961.426Slukemfile	kern/vfs_lookup.c
12971.426Slukemfile	kern/vfs_subr.c
12981.426Slukemfile	kern/vfs_syscalls.c
12991.426Slukemfile	kern/vfs_vnops.c
13001.723Sthorpejfile	kern/vfs_xattr.c
13011.426Slukemfile	kern/vnode_if.c
13021.426Slukemfile	miscfs/deadfs/dead_vnops.c
13031.426Slukemfile	miscfs/fifofs/fifo_vnops.c
13041.426Slukemfile	miscfs/genfs/genfs_vnops.c
13051.426Slukemfile	miscfs/genfs/layer_subr.c	nullfs | overlay | umapfs | lkm
13061.426Slukemfile	miscfs/genfs/layer_vfsops.c	nullfs | overlay | umapfs | lkm
13071.426Slukemfile	miscfs/genfs/layer_vnops.c	nullfs | overlay | umapfs | lkm
13081.426Slukemfile	miscfs/specfs/spec_vnops.c
13091.426Slukemfile	miscfs/syncfs/sync_subr.c
13101.426Slukemfile	miscfs/syncfs/sync_vnops.c
13111.700Schristosfile	net/bpf.c			bpfilter		needs-flag
13121.426Slukemfile	net/bpf_filter.c		bpf_filter
13131.426Slukemfile	net/bsd-comp.c			ppp & ppp_bsdcomp
13141.426Slukemfile	net/if.c
13151.426Slukemfile	net/if_arcsubr.c		arc			needs-flag
13161.426Slukemfile	net/if_atmsubr.c		atm
13171.433Sthorpejfile	net/if_bridge.c			bridge			needs-flag
13181.433Sthorpejfile	net/bridgestp.c			bridge
13191.457Sbjh21file	net/if_ecosubr.c		eco
13201.426Slukemfile	net/if_ethersubr.c		ether | fddi | netatalk | token |
13211.511Smartin					    wlan
13221.443Sitojunfile	net/if_faith.c			faith & inet & inet6	needs-flag
13231.426Slukemfile	net/if_fddisubr.c		fddi			needs-flag
13241.426Slukemfile	net/if_gif.c			gif			needs-flag
13251.468Satatatfile	net/if_gre.c			gre			needs-flag
13261.426Slukemfile	net/if_hippisubr.c		hippi			needs-flag
13271.426Slukemfile	net/if_ieee1394subr.c		ieee1394
13281.701Speterfile	net/if_loop.c			loop			needs-flag
13291.426Slukemfile	net/if_media.c
13301.702Schristosfile	net/if_ppp.c			ppp			needs-flag
13311.426Slukemfile	net/if_stf.c			stf & inet & inet6	needs-flag
13321.702Schristosfile	net/if_sl.c			sl			needs-flag
13331.426Slukemfile	net/if_spppsubr.c		sppp
13341.702Schristosfile	net/if_strip.c			strip			needs-flag
13351.426Slukemfile	net/if_tokensubr.c		token			needs-flag
13361.708Scubefile	net/if_tap.c			tap			needs-flag
13371.468Satatatfile	net/if_tun.c			tun			needs-flag
13381.426Slukemfile	net/if_vlan.c			vlan			needs-flag
13391.502Smartinfile	net/if_pppoe.c			pppoe			needs-flag
13401.751Speterfile	net/pfil.c			pfil_hooks | ipfilter | pf
13411.426Slukemfile	net/ppp-deflate.c		ppp & ppp_deflate
13421.426Slukemfile	net/ppp_tty.c			ppp
13431.426Slukemfile	net/radix.c
13441.426Slukemfile	net/raw_cb.c
13451.426Slukemfile	net/raw_usrreq.c
13461.426Slukemfile	net/route.c
13471.426Slukemfile	net/rtsock.c
13481.607Sdrochnerfile	net/slcompress.c		sl | ppp | strip | (irip & irip_vj)
13491.726Shubertffile	net/zlib.c			(ppp & ppp_deflate) | ipsec | opencrypto | vnd_compression
13501.426Slukemfile	netinet/if_arp.c		arp | netatalk		needs-flag
13511.426Slukemfile	netinet/if_atm.c		atm
13521.426Slukemfile	netinet/in_gif.c		gif & inet
13531.648Sscwfile	netinet/ip_ecn.c		ipsec | fast_ipsec | gif | stf
13541.426Slukemfile	netinet/ip_encap.c		inet | inet6
13551.426Slukemfile	netinet/ip_gre.c		inet & gre
13561.426Slukemfile	netinet6/in6_gif.c		gif & inet6
13571.516Sthorpej
13581.502Smartinfile	netisdn/i4b_ctl.c		isdnctl			needs-flag
13591.502Smartinfile	netisdn/i4b_isppp.c		ippp			needs-count
13601.502Smartinfile	netisdn/i4b_ipr.c		irip			needs-count
13611.502Smartinfile	netisdn/i4b_rbch.c		isdnbchan		needs-count
13621.502Smartinfile	netisdn/i4b_tel.c		isdntel			needs-count
13631.502Smartinfile	netisdn/i4b_trace.c		isdntrc			needs-count
13641.426Slukem
13651.430Smartinfile	netisdn/i4b_mbuf.c		passive_isdn
13661.426Slukemfile	netisdn/i4b_l2.c		passive_isdn
13671.426Slukemfile	netisdn/i4b_l2fsm.c		passive_isdn
13681.426Slukemfile	netisdn/i4b_uframe.c		passive_isdn
13691.426Slukemfile	netisdn/i4b_tei.c		passive_isdn
13701.426Slukemfile	netisdn/i4b_sframe.c		passive_isdn
13711.426Slukemfile	netisdn/i4b_iframe.c		passive_isdn
13721.426Slukemfile	netisdn/i4b_l2timer.c		passive_isdn
13731.426Slukemfile	netisdn/i4b_util.c		passive_isdn
13741.426Slukemfile	netisdn/i4b_lme.c		passive_isdn
13751.415Smartin# Q.931 handler
13761.426Slukemfile	netisdn/i4b_q931.c		passive_isdn
13771.426Slukemfile	netisdn/i4b_q932fac.c		passive_isdn
13781.426Slukemfile	netisdn/i4b_l3fsm.c		passive_isdn
13791.426Slukemfile	netisdn/i4b_l3timer.c		passive_isdn
13801.426Slukemfile	netisdn/i4b_l2if.c		passive_isdn
13811.426Slukemfile	netisdn/i4b_l4if.c		passive_isdn
13821.502Smartin# isdn device driver, interface to isdnd
13831.502Smartinfile	netisdn/i4b_i4bdrv.c		isdn			needs-flag
13841.502Smartinfile	netisdn/i4b_l4.c		isdndev			needs-flag
13851.502Smartinfile	netisdn/i4b_l4mgmt.c		isdndev			needs-flag
13861.502Smartinfile	netisdn/i4b_l4timer.c		isdndev			needs-flag
13871.634Spooka# capi
13881.634Spookafile	netisdn/i4b_capi_l4if.c		isdncapi
13891.634Spookafile	netisdn/i4b_capi_llif.c		isdncapi
13901.634Spookafile	netisdn/i4b_capi_msgs.c		isdncapi
13911.493Sjdolecek
13921.493Sjdolecek# Game adapter (joystick)
13931.493Sjdolecekdevice	joy
13941.493Sjdolecekfile	dev/ic/joy.c			joy needs-flag
13951.582Shaya
13961.713Syamtinclude	"net/agr/files.agr"
13971.734Sjmcneill
13981.734Sjmcneill#
13991.734Sjmcneill# General Purpose Input/Output framework
14001.734Sjmcneill#
14011.734Sjmcneillinclude	"dev/gpio/files.gpio"
1402