files revision 1.765
11.765Sgdamore#	$NetBSD: files,v 1.765 2006/04/02 05:52:14 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.67Scgd# net device attributes - we have generic code for arc(net), ether(net),
2831.457Sbjh21# fddi, token ring, atm and eco(net).
2841.473Slukem#
2851.67Scgddefine	arc
2861.88Schuckdefine	atm
2871.457Sbjh21define	eco
2881.60Scgddefine	ether
2891.67Scgddefine	fddi
2901.185Skmldefine	hippi
2911.399Sonoedefine	ieee1394
2921.282Sbaddefine	token
2931.284Sexplorerdefine	sppp
2941.719Sdyoungdefine	wlan: arc4, rijndael
2951.294Sitojundefine	crypto
2961.100Sws
2971.119Sis# devices ARPing IPv4 pull this in:
2981.473Slukem#
2991.119Sisdefine	arp
3001.119Sis
3011.515Sthorpej#
3021.515Sthorpej# ALTQ network traffic shaping subsystem
3031.515Sthorpej#
3041.515Sthorpejinclude "altq/files.altq"
3051.515Sthorpej
3061.473Slukem#
3071.560Sthorpej# IPKDB kernel debugger
3081.473Slukem#
3091.560Sthorpejinclude "ipkdb/files.ipkdb"
3101.102Sws
3111.404Sad# Logical disk
3121.473Slukem#
3131.404Saddevice	ld: disk
3141.426Slukemfile	dev/ld.c			ld			needs-flag
3151.513Sthorpej
3161.513Sthorpej#
3171.513Sthorpej# MII/PHY support for network devices
3181.513Sthorpej#
3191.513Sthorpejinclude "dev/mii/files.mii"
3201.375Sthorpej
3211.473Slukem#
3221.512Sthorpej# RAIDframe
3231.512Sthorpej#
3241.512Sthorpejinclude "dev/raidframe/files.raidframe"
3251.639Sgrog
3261.639Sgrog#
3271.542Sthorpej# Hardware-assisted data mover API
3281.542Sthorpej#
3291.542Sthorpejinclude "dev/dmover/files.dmover"
3301.512Sthorpej
3311.512Sthorpej#
3321.83Sthorpej# "Chipset" drivers.  These are the bus-independent routines which
3331.83Sthorpej# contain the cfdrivers.  Attachments are provided by files.<bus>
3341.473Slukem#
3351.145Schristos
3361.145Schristos# Adaptec AIC-6[32]60 ICs
3371.473Slukem#
3381.173Sthorpejdevice	aic: scsi
3391.145Schristosfile	dev/ic/aic6360.c		aic
3401.346Sthorpej
3411.346Sthorpej# SMC 93Cx6 Serial EEPROM devices
3421.473Slukem#
3431.346Sthorpejdefine	smc93cx6
3441.346Sthorpejfile	dev/ic/smc93cx6.c		smc93cx6
3451.83Sthorpej
3461.86Smycroft# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
3471.473Slukem#
3481.474Slukemdefparam opt_ahc.h		AHC_DEBUG
3491.474Slukemdefflag	opt_ahc.h		AHC_NO_TAGS
3501.173Sthorpejdevice	ahc: scsi
3511.345Sthorpejdefine	ahc_seeprom
3521.354Sfvdldefine	ahc_aic77xx
3531.142Senamifile	dev/ic/aic7xxx.c		ahc
3541.609Sfvdlfile	dev/ic/aic7xxx_osm.c		ahc
3551.345Sthorpejfile	dev/ic/aic7xxx_seeprom.c	ahc_seeprom
3561.354Sfvdlfile	dev/ic/aic77xx.c		ahc_aic77xx
3571.609Sfvdl
3581.609Sfvdl# Adaptec aic79xx SCSI controllers
3591.609Sfvdldefflag	opt_ahd.h		AHD_DEBUG
3601.609Sfvdldevice	ahd: scsi
3611.609Sfvdlfile	dev/ic/aic79xx.c		ahd
3621.609Sfvdlfile	dev/ic/aic79xx_osm.c		ahd
3631.318Sad
3641.318Sad# DPT EATA SCSI controllers
3651.473Slukem#
3661.318Saddevice	dpt: scsi
3671.318Sadfile	dev/ic/dpt.c			dpt
3681.355Sad
3691.355Sad# Compaq Smart ARRAY controllers
3701.473Slukem#
3711.355Saddevice	cac {unit = -1}
3721.355Sadfile	dev/ic/cac.c			cac
3731.355Sad
3741.404Sadattach	ld at cac with ld_cac
3751.404Sadfile	dev/ic/ld_cac.c			ld_cac
3761.419Sad
3771.764She# HP/Compaq Command Interface for SCSI-3 Support
3781.764She#
3791.764Shedevice ciss: scsi
3801.764Shefile	dev/ic/ciss.c			ciss
3811.764She
3821.419Sad# Mylex DAC960 RAID controllers
3831.473Slukem#
3841.419Saddevice	mlx {unit = -1}
3851.419Sadfile	dev/ic/mlx.c			mlx			needs-flag
3861.419Sad
3871.419Sadattach	ld at mlx with ld_mlx
3881.419Sadfile	dev/ic/ld_mlx.c			ld_mlx
3891.521Sad
3901.521Sad# ICP-Vortex/Intel RAID controllers
3911.521Sad#
3921.521Saddevice	icp {unit = -1}
3931.521Sadfile	dev/ic/icp.c			icp			needs-flag
3941.611Sthorpejfile	dev/ic/icp_ioctl.c		icp
3951.521Sad
3961.521Sadattach	ld at icp with ld_icp
3971.521Sadfile	dev/ic/ld_icp.c			ld_icp
3981.521Sad
3991.521Saddevice	icpsp: scsi
4001.521Sadfile	dev/ic/icpsp.c			icpsp
4011.521Sadattach	icpsp at icp
4021.523Sad
4031.523Sad# Adaptec FSA RAID controllers
4041.523Sad#
4051.523Saddevice	aac {unit = -1}
4061.523Sadfile	dev/ic/aac.c			aac
4071.523Sad
4081.523Sadattach	ld at aac with ld_aac
4091.523Sadfile	dev/ic/ld_aac.c			ld_aac
4101.238Sdante
4111.238Sdante# AdvanSys 1200A, 1200B and ULTRA SCSI controllers
4121.473Slukem#
4131.238Sdantedevice	adv: scsi
4141.238Sdantefile	dev/ic/adv.c			adv
4151.428Sthorpejfile	dev/ic/advlib.c			adv
4161.428Sthorpejfile	dev/ic/advmcode.c		adv
4171.248Sdante
4181.248Sdante# AdvanSys ULTRA WIDE SCSI controllers
4191.473Slukem#
4201.248Sdantedevice	adw: scsi
4211.248Sdantefile	dev/ic/adw.c			adw
4221.194Sjonathan
4231.130Sjonathan# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
4241.130Sjonathan# (Must be declared before AHA to ensure bha probes before aha.
4251.130Sjonathan#  Probing AHA first configures bhas as aha, via their AHA
4261.130Sjonathan#  hardware-compatibility mode.)
4271.473Slukem#
4281.173Sthorpejdevice	bha: scsi
4291.142Senamifile	dev/ic/bha.c			bha
4301.130Sjonathan
4311.113Smycroft# Adaptec AHA-154x and AHA-164x controllers
4321.130Sjonathan# (must be after bha, see above)
4331.473Slukem#
4341.173Sthorpejdevice	aha: scsi
4351.142Senamifile	dev/ic/aha.c			aha
4361.445Stsutsui
4371.445Stsutsui# Initio INIC-940/950 SCSI controllers
4381.473Slukem#
4391.445Stsutsuidevice	iha: scsi
4401.445Stsutsuifile	dev/ic/iha.c			iha
4411.118Scgd
4421.118Scgd# Qlogic ISP 10x0 SCSI Controllers
4431.473Slukem#
4441.474Slukemdefflag	opt_isp.h		ISP_DISABLE_1020_SUPPORT
4451.474Slukem				ISP_DISABLE_1080_SUPPORT
4461.474Slukem				ISP_DISABLE_2100_SUPPORT
4471.474Slukem				ISP_DISABLE_2200_SUPPORT
4481.474Slukem				ISP_DISABLE_FW ISP_TARGET_MODE
4491.496Smjacob				ISP_FW_CRASH_DUMP
4501.474Slukemdefparam opt_isp.h		ISP_LOGDEFAULT
4511.173Sthorpejdevice	isp: scsi
4521.142Senamifile	dev/ic/isp.c			isp
4531.223Smjacobfile	dev/ic/isp_netbsd.c		isp
4541.711Sdrochnerfile	dev/ic/isp_target.c		isp & isp_target_mode
4551.528Smatt
4561.528Smatt# LSILogic Fusion-MPT I/O Processor SCSI/FC Controllers
4571.528Smatt#
4581.608Sthorpejdevice	mpt: scsi
4591.608Sthorpejfile	dev/ic/mpt.c			mpt
4601.608Sthorpejfile	dev/ic/mpt_debug.c		mpt
4611.608Sthorpejfile	dev/ic/mpt_netbsd.c		mpt
4621.605Stsutsui
4631.682Sitohy# Workbit NinjaSCSI-32 controllers
4641.682Sitohydevice	njs: scsi
4651.682Sitohyfile	dev/ic/ninjascsi32.c		njs
4661.682Sitohy
4671.605Stsutsui# Symbios/NCR 53c700 SCSI controllers
4681.605Stsutsuidevice	oosiop: scsi
4691.605Stsutsuifile	dev/ic/oosiop.c			oosiop
4701.436Stsutsui
4711.436Stsutsui# Symbios/NCR 53c710 SCSI controllers
4721.473Slukem#
4731.436Stsutsuidevice	osiop: scsi
4741.436Stsutsuifile	dev/ic/osiop.c			osiop
4751.364Sbouyer
4761.368Sbouyer# common stuff for siop and esiop
4771.473Slukem#
4781.426Slukemdefine	siop_common
4791.426Slukemfile	dev/ic/siop_common.c		siop_common
4801.368Sbouyer
4811.364Sbouyer# Symbios/NCR 53c720/53c8xx SCSI controllers
4821.473Slukem#
4831.426Slukemdevice	siop: scsi,siop_common
4841.426Slukemfile	dev/ic/siop.c			siop
4851.517Sbouyerdefflag	opt_siop.h			SIOP_SYMLED
4861.518Sbouyer
4871.518Sbouyerdevice	esiop: scsi,siop_common
4881.518Sbouyerfile	dev/ic/esiop.c			esiop
4891.94Smycroft
4901.94Smycroft# UltraStor SCSI controllers
4911.473Slukem#
4921.173Sthorpejdevice	uha: scsi
4931.142Senamifile	dev/ic/uha.c			uha
4941.409Sonoe
4951.409Sonoe# Aironet PC4500/PC4800
4961.473Slukem#
4971.653Stsarnadevice	an: arp, wlan, ifnet
4981.409Sonoefile	dev/ic/an.c			an
4991.86Smycroft
5001.376Sonoe# AMD 79c930-based 802.11 cards
5011.473Slukem#
5021.376Sonoedevice	awi: arp, wlan, ifnet
5031.376Sonoefile	dev/ic/awi.c			awi
5041.376Sonoefile	dev/ic/am79c930.c		awi
5051.438Sichiro
5061.438Sichiro# Lucent & Intersil WaveLan IEEE (802.11)
5071.473Slukem#
5081.656Sjunyoungdevice	wi: arp, wlan, ifnet
5091.438Sichirofile	dev/ic/wi.c			wi
5101.617Sdyoung
5111.641Sdyoung# Atheros 5210/5211/5212 multi-mode 802.11
5121.641Sdyoung#
5131.721Schristos# XXX: All the AH_ stuff should be renamed to ATHHAL_!!! 
5141.737Sdyoungdefflag	opt_athhal.h	AH_ASSERT AH_DEBUG AH_DEBUG_ALQ AH_REGOPS_FUNC
5151.737Sdyoung
5161.656Sjunyoungdevice	ath: arp, wlan, ifnet
5171.641Sdyoungfile	dev/ic/ath.c					ath
5181.719Sdyoungfile	dev/ic/ath_netbsd.c				ath
5191.738Sdyoungfile	dev/ic/athrate-sample.c				ath
5201.765Sgdamorefile	contrib/dev/ath/netbsd/ah_osdep.c		ath
5211.641Sdyoung
5221.617Sdyoung# ADMtek ADM8211 802.11
5231.617Sdyoung#
5241.656Sjunyoungdevice	atw: arp, wlan, ifnet, smc93cx6
5251.617Sdyoungfile	dev/ic/atw.c			atw
5261.376Sonoe
5271.687Sdyoung# Realtek RTL8180 802.11
5281.687Sdyoung#
5291.687Sdyoungdevice rtw: arp, wlan, ifnet, smc93cx6
5301.687Sdyoungfile	dev/ic/rtw.c			rtw
5311.687Sdyoungfile	dev/ic/rtwphy.c			rtw
5321.687Sdyoungfile	dev/ic/rtwphyio.c		rtw
5331.687Sdyoung
5341.722Sdrochner# Ralink RT2500 802.11
5351.722Sdrochnerdevice	ral: arp, ether, ifnet, wlan
5361.722Sdrochnerdefine	ralcommon
5371.722Sdrochnerfile	dev/ic/ral.c			ralcommon
5381.722Sdrochner
5391.83Sthorpej# 3Com Etherlink-III Ethernet controller
5401.473Slukem#
5411.333Sthorpejdevice	ep: arp, ether, ifnet, mii, mii_bitbang
5421.142Senamifile	dev/ic/elink3.c			ep
5431.253Sfvdl
5441.253Sfvdl# 3Com EtherLink XL Controller
5451.473Slukem#
5461.331Sthorpejdevice	ex: arp, ether, ifnet, mii, mii_bitbang
5471.253Sfvdlfile	dev/ic/elinkxl.c		ex
5481.131Smatt
5491.131Smatt# DEC EtherWORKS III (LEMAC) Ethernet controllers
5501.473Slukem#
5511.173Sthorpejdevice	lc: arp, ether, ifnet
5521.142Senamifile	dev/ic/lemac.c			lc
5531.84Smycroft
5541.84Smycroft# LANCE and PCnet Ethernet controllers
5551.473Slukem#
5561.173Sthorpejdevice	le: arp, ether, ifnet
5571.426Slukemdefine	le24
5581.426Slukemdefine	le32
5591.227Sexplorerfile	dev/ic/am7990.c			le24
5601.225Sdrochnerfile	dev/ic/am79900.c		le32
5611.225Sdrochnerfile	dev/ic/lance.c			le24 | le32
5621.383Sthorpej
5631.383Sthorpej# DEC DEPCA-family of LANCE Ethernet controllers
5641.473Slukem#
5651.383Sthorpejdevice	depca { }: le24
5661.383Sthorpejfile	dev/ic/depca.c			depca
5671.383Sthorpejattach	le at depca with le_depca
5681.122Sscottr
5691.290Smrg# Sun HME Ethernet controllers
5701.473Slukem#
5711.293Spkdevice	hme: arp, ether, ifnet, mii
5721.293Spkfile	dev/ic/hme.c			hme
5731.461Seeh
5741.461Seeh# Sun GEM Ethernet controllers
5751.473Slukem#
5761.461Seehdevice	gem: arp, ether, ifnet, mii
5771.461Seehfile	dev/ic/gem.c			gem
5781.290Smrg
5791.122Sscottr# 8390-family Ethernet controllers
5801.473Slukem#
5811.569Sthorpejdefflag	opt_ipkdb.h		IPKDB_DP8390
5821.122Sscottrdefine	dp8390nic
5831.569Sthorpejfile	dev/ic/dp8390.c			dp8390nic | ipkdb_dp8390
5841.485Sbjh21
5851.485Sbjh21# National Semiconductor DP83905 AT/LANTIC Ethernet media support
5861.485Sbjh21#
5871.485Sbjh21define	dp83905
5881.485Sbjh21file	dev/ic/dp83905.c		dp83905
5891.484Sbjh21
5901.484Sbjh21# Macronix MX98905 Ethernet controller
5911.484Sbjh21# (use as an attribute for an "ne" bus attachment)
5921.484Sbjh21#
5931.484Sbjh21define	mx98905
5941.484Sbjh21file	dev/ic/mx98905.c		mx98905
5951.77Scgd
5961.282Sbad# TROPIC Token-Ring controller
5971.473Slukem#
5981.282Sbaddevice	tr: arp, token, ifnet
5991.282Sbadfile	dev/ic/tropic.c			tr
6001.282Sbad
6011.91Scgd# NCR 5380 SCSI Bus Controller
6021.473Slukem#
6031.91Scgddefine	ncr5380sbc
6041.142Senamifile	dev/ic/ncr5380sbc.c		ncr5380sbc
6051.356Spkdevice	nca: scsi, ncr5380sbc
6061.91Scgd
6071.434Sfredette# Sun sc PAL SCSI Bus Controller
6081.473Slukem#
6091.434Sfredettedefine	sunscpal
6101.434Sfredettefile	dev/ic/sunscpal.c		sunscpal
6111.434Sfredettedevice	ssc: scsi, sunscpal
6121.434Sfredette
6131.91Scgd# DEC FDDI Chipset
6141.473Slukem#
6151.91Scgddefine	pdq
6161.142Senamifile	dev/ic/pdq.c			pdq
6171.142Senamifile	dev/ic/pdq_ifsubr.c		pdq
6181.98Schristos
6191.474Slukem# Cyclades Cyclom-8/16/32
6201.473Slukem#
6211.173Sthorpejdevice	cy: tty
6221.142Senamifile	dev/ic/cy.c			cy			needs-flag
6231.103Sthorpej
6241.103Sthorpej# Efficient Networks, Inc. ATM interface
6251.473Slukem#
6261.173Sthorpejdevice	en: atm, ifnet
6271.142Senamifile	dev/ic/midway.c			en
6281.117Sthorpej
6291.117Sthorpej# NCR 53x9x or Emulex ESP SCSI Controller
6301.473Slukem#
6311.117Sthorpejdefine	ncr53c9x
6321.359Smycroftdevice	esp: scsi, ncr53c9x
6331.142Senamifile	dev/ic/ncr53c9x.c		ncr53c9x
6341.227Sexplorer
6351.679Smycroft# Fujitsu MB87030/MB89352 SCSI Protocol Controller
6361.679Smycroftdevice	spc: scsi
6371.679Smycroftfile	dev/ic/mb89352.c		spc
6381.679Smycroft
6391.590Ssoren# Hitachi HD44780 LCD panel controller
6401.590Ssorendefine	hd44780
6411.590Ssorenfile	dev/ic/hd44780_subr.c		hd44780
6421.590Ssorenfile	dev/ic/lcdkp_subr.c		hd44780
6431.590Ssoren
6441.710Sjoff# Matrix keypad
6451.710Sjoffdefine	matrixkp
6461.710Sjofffile	dev/ic/matrixkp_subr.c		matrixkp
6471.710Sjoff
6481.227Sexplorer# Hitachi HD64570 serial controller
6491.473Slukem#
6501.359Smycroftdefine	hd64570
6511.227Sexplorerfile	dev/ic/hd64570.c		hd64570
6521.339Schopps
6531.339Schopps# Riscom/N2 ISA/PCI Sync Serial Controller
6541.473Slukem#
6551.339Schoppsdevice	ntwoc: ifnet, hd64570
6561.128Spk
6571.128Spk# Intel 82586 Ethernet Controller
6581.473Slukem#
6591.128Spkdefine	i82586
6601.142Senamifile	dev/ic/i82586.c			i82586
6611.291Sthorpej
6621.658Sjkunz# Intel 82596 Ethernet Controller
6631.658Sjkunz#
6641.658Sjkunzdefine	i82596
6651.658Sjkunzfile	dev/ic/i82596.c			i82596
6661.658Sjkunz
6671.291Sthorpej# Intel 82557/82558/82559 Ethernet Controller
6681.473Slukem#
6691.291Sthorpejdevice	fxp: ether, ifnet, arp, mii
6701.291Sthorpejfile	dev/ic/i82557.c			fxp
6711.389Sbjh21
6721.389Sbjh21# SEEQ 8005 Advanced Ethernet Data Link Controller
6731.473Slukem#
6741.389Sbjh21define	seeq8005
6751.389Sbjh21file	dev/ic/seeq8005.c		seeq8005
6761.137Sthorpej
6771.137Sthorpej# SMC 91Cxx Ethernet Controller
6781.473Slukem#
6791.379Sbriggsdevice	sm: arp, ether, ifnet, mii, mii_bitbang
6801.142Senamifile	dev/ic/smc91cxx.c		sm
6811.188Sthorpej
6821.188Sthorpej# SMC 83C170 EPIC/100 Fast Ethernet Controller
6831.473Slukem#
6841.230Sthorpejdevice	epic: arp, ether, ifnet, mii
6851.188Sthorpejfile	dev/ic/smc83c170.c		epic
6861.309Sragge
6871.309Sragge# DEC SGEC Second Generation Ethernet Controller
6881.473Slukem#
6891.309Sraggedefine	sgec
6901.309Sraggefile	dev/ic/sgec.c			sgec
6911.177Senami
6921.715Sjdolecek# MB86950 Ethernet Controller
6931.715Sjdolecek#
6941.715Sjdolecekdefine	mb86950
6951.715Sjdolecekfile	dev/ic/mb86950.c		mb86950
6961.715Sjdolecek
6971.177Senami# MB8696x Ethernet Controller
6981.473Slukem#
6991.177Senamidefine	mb86960
7001.177Senamifile	dev/ic/mb86960.c		mb86960
7011.177Senami
7021.177Senami# Generic MB8696x Ethernet Controller driver
7031.473Slukem#
7041.177Senamidevice	mbe: arp, ether, ifnet, mb86960
7051.146Saugustss
7061.146Saugustss# Interwave Am78C201 audio driver
7071.473Slukem#
7081.146Saugustssdefine	interwave
7091.146Saugustssfile	dev/ic/interwave.c		interwave
7101.154Sis
7111.154Sis# TMS 320av110 MPEG2/audio driver
7121.473Slukem#
7131.154Sisdefine	tms320av110
7141.154Sisfile	dev/ic/tms320av110.c		tms320av110
7151.152Sthorpej
7161.152Sthorpej# Novell NE2000-compatible Ethernet cards, based on the
7171.152Sthorpej# National Semiconductor DS8390.
7181.473Slukem#
7191.474Slukemdefflag	opt_ipkdb.h		IPKDB_NE			: IPKDB_DP8390
7201.423Sthorpejdevice	ne: ether, ifnet, arp, dp8390nic, mii
7211.569Sthorpejfile	dev/ic/ne2000.c			ne | ipkdb_ne
7221.153Sthorpej
7231.153Sthorpej# 8250/16[45]50-based "com" ports
7241.668Sthorpej#
7251.749Schsdefflag	opt_com.h		COM_DEBUG
7261.153Sthorpej# XXX In a perfect world, this would be done with attributes
7271.669Sthorpejdefflag	opt_com.h		COM_16650 COM_HAYESP COM_PXA2X0
7281.392Seehdevice	com { } : tty
7291.426Slukemfile	dev/ic/com.c			com			needs-flag
7301.336Sthorpej
7311.336Sthorpej# PC-like keyboard controller
7321.473Slukem#
7331.659Sbjh21device	pckbc: pckbport
7341.660Sbjh21file	dev/ic/pckbc.c			pckbc			needs-flag
7351.274Sscw
7361.714Scubedevice	attimer
7371.714Scubefile	dev/ic/attimer.c		attimer			needs-flag
7381.714Scube
7391.274Sscw# Cirrus Logic CD240[01] 4-port Multi-Protocol Communications Controller
7401.473Slukem#
7411.274Sscwdevice	clmpcc: tty
7421.426Slukemfile	dev/ic/clmpcc.c			clmpcc			needs-flag
7431.385Sbjh21
7441.351Sgroo# National Semiconductor LM7[89]
7451.473Slukem#
7461.426Slukemdevice	lm: sysmon_envsys
7471.426Slukemfile	dev/ic/nslm7x.c			lm			needs-flag
7481.164Scgd
7491.185Skml# Essential Communications Corp. HIPPI Interface
7501.473Slukem#
7511.426Slukemdevice	esh: hippi, ifnet
7521.426Slukemfile	dev/ic/rrunner.c		esh			needs-flag
7531.242Sis
7541.242Sis# SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver
7551.473Slukem#
7561.426Slukemdevice	bah: ifnet, arc, arp
7571.426Slukemfile	dev/ic/smc90cx6.c		bah
7581.234Saugustss
7591.234Saugustss# OPL2/OPL3 FM synth driver
7601.473Slukem#
7611.235Saugustssdevice	opl: midibus, midisyn
7621.234Saugustssfile	dev/ic/opl.c			opl
7631.234Saugustssfile	dev/ic/oplinstrs.c		opl
7641.305Saugustss
7651.305Saugustss# MPU401 MIDI UART compatibles
7661.473Slukem#
7671.305Saugustssdevice	mpu: midibus
7681.426Slukemfile	dev/ic/mpu.c			mpu			needs-flag
7691.236Spk
7701.236Spk# AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
7711.473Slukem#
7721.236Spkdefine	ad1848
7731.236Spkfile	dev/ic/ad1848.c			ad1848
7741.290Smrg
7751.290Smrg# AMD 7930 audio/ISDN codec
7761.473Slukem#
7771.366Saugustssdefine	am7930
7781.366Saugustssfile	dev/ic/am7930.c			am7930
7791.290Smrg
7801.290Smrg# SPARC `SUNW,audiocs'
7811.473Slukem#
7821.519Saugustssdevice	audiocs: audiobus, auconv, ad1848
7831.290Smrgfile	dev/ic/cs4231.c			audiocs
7841.326Saugustss
7851.326Saugustss# AC-97 CODECs
7861.473Slukem#
7871.326Saugustssdefine	ac97
7881.326Saugustssfile	dev/ic/ac97.c			ac97
7891.437Sminoura
7901.437Sminoura# Oki MSM6258 support code
7911.473Slukem#
7921.437Sminouradefine msm6258
7931.437Sminourafile	dev/ic/msm6258.c		msm6258
7941.240Spk
7951.240Spk# LSI64854 DMA controller back-end
7961.473Slukem#
7971.240Spkdefine	lsi64854
7981.240Spkfile	dev/ic/lsi64854.c		lsi64854
7991.465Smrg
8001.465Smrg# Cirrus Logic CL-CD180/1864/1865 multi port serial controller back-end
8011.473Slukem#
8021.465Smrgdefine	cd18xx
8031.465Smrgfile	dev/ic/cd18xx.c			cd18xx
8041.240Spk
8051.654Swiz# Realtek 8019/8029 NE2000-compatible network interface subroutines
8061.473Slukem#
8071.252Sthorpejdefine	rtl80x9
8081.252Sthorpejfile	dev/ic/rtl80x9.c		rtl80x9
8091.360Shaya
8101.654Swiz# Realtek 8129/8139 Ethernet controllers
8111.473Slukem#
8121.362Shayadevice	rtk: ether, ifnet, arp, mii
8131.675Ssekiyafile	dev/ic/rtl81x9.c		rtk | re
8141.185Skml
8151.673Stoshii# Realtek 8169 Ethernet controllers
8161.673Stoshii#
8171.673Stoshiidevice	re: ether, ifnet, arp, mii
8181.709Syamtfile	dev/ic/rtl8169.c		re
8191.673Stoshii
8201.258Spk# Common code for ESDI/IDE/etc. controllers
8211.473Slukem#
8221.680Sthorpejdefine	wdc_common
8231.680Sthorpejdevice	wdc: ata, wdc_common
8241.637Sbouyer
8251.656Sjunyoungdevice	atabus: atapi,ata_hl
8261.656Sjunyoungattach	atabus at ata
8271.680Sthorpejfile	dev/ic/wdc.c			atabus & wdc_common
8281.386Sbjh21
8291.386Sbjh21# CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller
8301.473Slukem#
8311.386Sbjh21device	upc { [offset = -1] }
8321.386Sbjh21attach	wdc at upc with wdc_upc
8331.386Sbjh21attach	com at upc with com_upc
8341.651Sjdolecekattach	lpt at upc with lpt_upc
8351.426Slukemfile	dev/ic/upc.c			upc
8361.426Slukemfile	dev/ic/wdc_upc.c		wdc_upc
8371.426Slukemfile	dev/ic/com_upc.c		com_upc
8381.651Sjdolecekfile	dev/ic/lpt_upc.c		lpt_upc
8391.327Smatt
8401.327Smatt# Common code for ISA/PCMCIA (non 802.11) WaveLAN adapters
8411.473Slukem#
8421.328Smattdefine	wavelan
8431.327Smattdevice	wl: ether, ifnet, arp
8441.327Smattfile	dev/ic/wavelan.c		wavelan
8451.314Sthorpej
8461.314Sthorpej# DECchip 21x4x Ethernet controller family, and assorted clones.
8471.473Slukem#
8481.333Sthorpejdevice	tlp: arp, ether, ifnet, mii, mii_bitbang
8491.314Sthorpejfile	dev/ic/tulip.c			tlp
8501.322Sthorpej
8511.322Sthorpej# Adaptec AIC-6915 Ethernet interface
8521.473Slukem#
8531.322Sthorpejdevice	sf: arp, ether, ifnet, mii
8541.322Sthorpejfile	dev/ic/aic6915.c		sf
8551.378Spk
8561.378Spk# Mostek time-of-day clock and NVRAM
8571.473Slukem#
8581.378Spkdefine	mk48txx
8591.507Spkfile	dev/ic/mk48txx.c		mk48txx
8601.378Spk
8611.378Spk# Intersil 7170 time-of-day clock
8621.473Slukem#
8631.378Spkdefine	intersil7170
8641.378Spkfile	dev/ic/intersil7170.c		intersil7170
8651.434Sfredette
8661.434Sfredette# National Semiconductor MM58167 time-of-day clock
8671.473Slukem#
8681.434Sfredettedefine	mm58167
8691.434Sfredettefile	dev/ic/mm58167.c		mm58167
8701.643Stsutsui
8711.643Stsutsui# Motorola mc146818 (and compatible) time-of-day clock
8721.643Stsutsui#
8731.643Stsutsuidefine	mc146818
8741.643Stsutsuifile	dev/ic/mc146818.c		mc146818
8751.422Sthorpej
8761.422Sthorpej# D-Link DL10019/10022 NE2000-compatible network interface subroutines
8771.473Slukem#
8781.422Sthorpejdefine	dl10019
8791.422Sthorpejfile	dev/ic/dl10019.c		dl10019
8801.453Senami
8811.453Senami# ASIX AX88190 NE2000-compatible network interface subroutines
8821.473Slukem#
8831.453Senamidefine	ax88190
8841.453Senamifile	dev/ic/ax88190.c		ax88190
8851.429Sjdolecek
8861.429Sjdolecek# WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
8871.473Slukem#
8881.429Sjdolecekdevice	we: ether, ifnet, arp, dp8390nic
8891.429Sjdolecekfile	dev/ic/we.c			we
8901.432Sjdolecek
8911.432Sjdolecek# Allied-Telesis Ethernet driver based on Fujitsu MB8696xA controllers
8921.473Slukem#
8931.432Sjdolecekdevice	ate: arp, ether, ifnet, mb86960
8941.557Stsutsui
8951.557Stsutsui# Fujitsu FMV-18x Ethernet driver based on Fujitsu MB8696xA controllers
8961.557Stsutsui#
8971.557Stsutsuidevice	fmv: arp, ether, ifnet, mb86960
8981.557Stsutsuifile	dev/ic/fmv.c			fmv
8991.471Syamt
9001.471Syamt# Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
9011.473Slukem#
9021.471Syamtdevice	cs: arp, ether, ifnet
9031.704Sjoffdevice	tscs: arp, ether, ifnet
9041.704Sjofffile	dev/ic/cs89x0.c			cs | tscs
9051.487Saugustss
9061.487Saugustss# Radio device attributes
9071.487Saugustss#
9081.487Saugustssdefine	tea5757
9091.656Sjunyoungfile	dev/ic/tea5757.c		tea5757
9101.487Saugustssdefine	lm700x
9111.656Sjunyoungfile	dev/ic/lm700x.c			lm700x
9121.179Sdrochner
9131.179Sdrochner# Definitions for wscons
9141.179Sdrochner# device attributes: display, display with emulator, keyboard, and mouse
9151.473Slukem#
9161.479Saugustssdefine	wsdisplaydev		{[kbdmux = 1]}
9171.479Saugustssdefine	wsemuldisplaydev	{[console = -1], [kbdmux = 1]}
9181.479Saugustssdefine	wskbddev		{[console = -1], [mux = 1]}
9191.479Saugustssdefine	wsmousedev		{[mux = 0]}
9201.761Smacallandefine	vcons
9211.179Sdrochner# attribute to pull in raster support
9221.473Slukem#
9231.179Sdrochnerdefine	wsrasteremulops
9241.187Sdrochner# common PC display functions
9251.473Slukem#
9261.474Slukemdefflag	opt_pcdisplay.h		PCDISPLAY_SOFTCURSOR
9271.426Slukemdefine	pcdisplayops
9281.187Sdrochnerfile	dev/ic/pcdisplay_subr.c	pcdisplayops
9291.207Sdrochnerfile	dev/ic/pcdisplay_chars.c	pcdisplayops
9301.179Sdrochner# VGA graphics
9311.473Slukem#
9321.541Sdrochnerdefparam opt_vga.h		VGA_CONSOLE_SCREENTYPE
9331.538Sdrochnerdefflag opt_vga.h 		VGA_CONSOLE_ATI_BROKEN_FONTSEL
9341.572Sjunyoungdefflag opt_vga.h		VGA_RASTERCONSOLE
9351.593Stsutsuidefflag opt_vga.h		VGA_RESET
9361.187Sdrochnerdevice	vga: wsemuldisplaydev, pcdisplayops
9371.572Sjunyoungfile	dev/ic/vga.c		vga & !vga_rasterconsole	needs-flag
9381.572Sjunyoungfile	dev/ic/vga_raster.c	vga_rasterconsole		needs-flag
9391.572Sjunyoungfile	dev/ic/vga_subr.c	vga | vga_rasterconsole
9401.572Sjunyoungfile	dev/ic/vga_common.c	vga | vga_rasterconsole
9411.508Suwe# Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode)
9421.473Slukem#
9431.761Smacallandevice	igsfb: wsemuldisplaydev, wsrasteremulops, rasops8, vcons
9441.615Suwefile	dev/ic/igsfb.c			igsfb			needs-flag
9451.551Suwefile	dev/ic/igsfb_subr.c		igsfb
9461.91Scgd
9471.683Sjkunz# STI (hp graphics)
9481.683Sjkunzdevice	sti: wsemuldisplaydev
9491.683Sjkunzfile	dev/ic/sti.c		sti & (sti_pci | sti_sgc | sti_phantom)
9501.683Sjkunz
9511.77Scgd# Attributes which machine-independent bus support can be attached to.
9521.77Scgd# These should be defined here, because some of these busses can have
9531.77Scgd# devices which provide these attributes, and we'd like to avoid hairy
9541.77Scgd# ordering constraints on inclusion of the busses' "files" files.
9551.473Slukem#
9561.474Slukemdefine	isabus	{ }			# ISA attachment
9571.474Slukemdefine	eisabus	{ }			# EISA attachment
9581.474Slukemdefine	pcibus	{[bus = -1]}		# PCI attachment
9591.474Slukemdefine	tcbus	{ }			# TurboChannel attachment
9601.474Slukemdefine	mcabus	{ }			# MicroChannel attachment
9611.474Slukemdefine	usbus	{ }			# USB attachment
9621.724Skiyoharadefine	fwbus	{ }			# IEEE 1394 attachment
9631.474Slukemdefine	vmebus	{ }			# VME bus attachment
9641.474Slukemdefine	acpibus	{ }			# ACPI "bus" attachment
9651.259Spkdefine	pcmciabus { [controller = -1], [socket = -1]}	# PCMCIA bus attachment
9661.474Slukemdefine	cbbus	{[slot = -1]}		# CardBus attachment
9671.474Slukemdefine	pcmciaslot {[slot = -1]}	# PCMCIA slot itself
9681.222Saugustss
9691.222Saugustss# We need the USB bus controllers here so different busses can
9701.222Saugustss# use them in an 'attach-with'.
9711.222Saugustss# UHCI USB controller
9721.473Slukem#
9731.703Sfvdl
9741.703Sfvdldefparam USB_MEM_RESERVE
9751.703Sfvdl
9761.222Saugustssdevice	uhci: usbus
9771.426Slukemfile	dev/usb/uhci.c			uhci			needs-flag
9781.222Saugustss
9791.222Saugustss# OHCI USB controller
9801.473Slukem#
9811.222Saugustssdevice	ohci: usbus
9821.426Slukemfile	dev/usb/ohci.c			ohci			needs-flag
9831.412Saugustss
9841.412Saugustss# EHCI USB controller
9851.473Slukem#
9861.412Saugustssdevice	ehci: usbus
9871.426Slukemfile	dev/usb/ehci.c			ehci			needs-flag
9881.545Sisaki
9891.545Sisaki# SL811HS/T USB controller
9901.712Sperrydefflag	opt_slhci.h	SLHCI_DEBUG
9911.545Sisakidevice	slhci: usbus
9921.545Sisakifile	dev/ic/sl811hs.c		slhci			needs-flag
9931.579Smartin
9941.579Smartin# Myson MTD803 3-in-1 Fast Ethernet Controller
9951.579Smartindevice	mtd: arp, ether, ifnet, mii
9961.579Smartinfile	dev/ic/mtd803.c			mtd
9971.369Smatt
9981.487Saugustss# radio devices, attaches to radio hardware driver
9991.487Saugustssdevice	radio
10001.489Sdrochnerattach	radio at radiodev
10011.498Sjmc
10021.402Smatt# IEEE 1394 controllers
10031.402Smatt# (These need to be here since it will have both PCI and CardBus attachments)
10041.473Slukem#
10051.369Smattdevice	fwohci: fwbus
10061.520Saugustss
10071.520Saugustss# Sony Programmable I/O Controller
10081.520Saugustssdevice	spic: wsmousedev
10091.520Saugustssfile	dev/ic/spic.c			spic
10101.529Saugustss
10111.529Saugustss# IBM CPC700 PowerPC bridge
10121.529Saugustssdefine	cpcbus { addr, [irq=-1] }
10131.529Saugustssdevice	cpc: cpcbus, pcibus
10141.529Saugustssfile	dev/ic/cpc700.c			cpc
10151.529Saugustss
10161.529Saugustssattach	com at cpcbus with com_cpcbus
10171.529Saugustssfile	dev/ic/com_cpcbus.c		com_cpcbus
10181.529Saugustss
10191.529Saugustssdevice	cpctim
10201.529Saugustssattach	cpctim at cpcbus
10211.529Saugustssfile	dev/ic/timer_cpcbus.c		cpctim
10221.529Saugustss
10231.530Saugustssdevice	cpciic
10241.530Saugustssattach	cpciic at cpcbus with iic_cpcbus
10251.529Saugustssfile	dev/ic/iic_cpcbus.c		iic_cpcbus
10261.529Saugustss
10271.60Scgd
10281.414Sthorpej# Attribute used by various things that need BPF's virtual machine
10291.473Slukem#
10301.414Sthorpejdefine	bpf_filter
10311.532Swrstudendefparam opt_bpf.h	BPF_BUFSIZE
10321.414Sthorpej
10331.415Smartin# Attributes used by the ISDN subsystem
10341.473Slukem#
10351.502Smartindefine	isdndev		# the ISDN subsystem
10361.458Senamidefine	passive_isdn	# files needed by passive cards (XXX - protocol
10371.458Senami			# specific)
10381.634Spookadefine	isdncapi	# ISDN CAPI (http://www.capi.org/)
10391.415Smartin
10401.575Sleo# The isac found on the Fritz V2.0 Card.
10411.575Sleodefine	nisacsx
10421.575Sleofile	dev/ic/isacsx.c			nisacsx	needs-flag
10431.575Sleo
10441.575Sleo# The 'standard' isac
10451.575Sleodefine	nisac
10461.575Sleofile	dev/ic/isac.c			nisac	needs-flag
10471.575Sleo
10481.415Smartin# ISDN cards based on the Siemens ISAC/HSCX chipset (or lookalikes)
10491.473Slukem#
10501.575Sleodevice	isic: isdndev, passive_isdn, nisac
10511.415Smartin
10521.426Slukemfile	dev/ic/isic.c			isic
10531.575Sleofile	dev/ic/isic_l1.c		isic|ifpci|ifritz
10541.575Sleofile	dev/ic/isic_l1fsm.c		isic|ifpci|ifritz
10551.426Slukemfile	dev/ic/hscx.c			isic
10561.426Slukemfile	dev/ic/isic_bchan.c		isic
10571.415Smartin
10581.415Smartin# (old) Diehl active ISDN cards
10591.473Slukem#
10601.502Smartindevice	daic: isdndev
10611.426Slukemfile	dev/ic/daic.c			daic
10621.415Smartin
10631.634Spooka# AWM B1/T1
10641.634Spooka# XXX: passive_isdn
10651.634Spookadevice	iavc: isdndev, isdncapi, passive_isdn
10661.634Spookafile	dev/ic/iavc.c			iavc
10671.634Spooka
10681.60Scgd# legitimate pseudo-devices
10691.473Slukem#
10701.755Scubedefpseudo vnd { }:	disk
10711.726Shubertfdefflag opt_vnd.h	VND_COMPRESSION
10721.474Slukemdefpseudo ccd:		disk
10731.570Sthorpejdefpseudo cgd:		disk, des, blowfish, cast128, rijndael
10741.763Scubedefpseudo md { }:	disk
10751.647Shannkendefpseudo fss:		disk
10761.298Sthorpej
10771.474Slukemdefpseudo pty:		tty
10781.298Sthorpejdefpseudo rnd
10791.610Sraggedefpseudo ksyms
10801.642Scdidefpseudo nullcons
10811.298Sthorpej
10821.474Slukemdefpseudo loop:		ifnet
10831.474Slukemdefpseudo sl:		ifnet
10841.474Slukemdefpseudo ppp:		ifnet, bpf_filter
10851.474Slukemdefpseudo pppoe:	ifnet, ether, sppp
10861.474Slukemdefpseudo sppp:		ifnet
10871.474Slukemdefpseudo tun:		ifnet
10881.474Slukemdefpseudo vlan:		ifnet, ether
10891.474Slukemdefpseudo bridge:	ifnet, ether
10901.474Slukemdefpseudo bpfilter:	ifnet, bpf_filter
10911.474Slukemdefpseudo strip:	ifnet
10921.474Slukemdefpseudo gre:		ifnet
10931.474Slukemdefpseudo gif:		ifnet
10941.474Slukemdefpseudo faith:	ifnet
10951.474Slukemdefpseudo stf:		ifnet
10961.752Scubedefpseudo tap { }:	ifnet, ether, arp, bpf_filter
10971.60Scgd
10981.298Sthorpejdefpseudo sequencer
10991.462Smanudefpseudo clockctl
11001.504Smanudefpseudo irix_kmem
11011.522Smanudefpseudo irix_usema
11021.228Saugustss
11031.415Smartin# ISDN userland pseudo devices
11041.473Slukem#
11051.502Smartindefpseudo isdntrc:	isdndev, tty
11061.502Smartindefpseudo isdnbchan:	isdndev, tty
11071.502Smartindefpseudo isdntel:	isdndev, tty
11081.502Smartindefpseudo isdnctl:	isdndev, tty
11091.502Smartindefpseudo isdn:		isdndev, tty
11101.502Smartin
11111.502Smartin# ISDN network interfaces
11121.502Smartindefpseudo irip:		isdndev, ifnet
11131.607Sdrochnerdefflag opt_irip.h	IRIP_VJ
11141.502Smartindefpseudo ippp:		isdndev, sppp, ifnet
11151.539Sthorpej
11161.539Sthorpej# KTTCP network throughput testing pseudo-device
11171.539Sthorpejdefpseudo kttcp
11181.539Sthorpejfile	dev/kttcp.c			kttcp		needs-flag
11191.576Sblymn
11201.576Sblymn# Verified exec fingerprint loader pseudo-device
11211.717Sblymndefpseudo veriexec
11221.717Sblymnfile	kern/kern_verifiedexec.c	veriexec		needs-flag
11231.717Sblymnfile	dev/verified_exec.c		veriexec		needs-flag
11241.415Smartin
11251.582Shaya# isochronous pseudo device for IEEE 1394, i.LINK or FireWire
11261.582Shayadefpseudo fwiso:	ieee1394
11271.582Shaya
11281.681Sdrochner# driver attach / detach user interface
11291.681Sdrochnerdefpseudo drvctl
11301.681Sdrochnerfile	kern/kern_drvctl.c		drvctl
11311.681Sdrochner
11321.516Sthorpej#
11331.516Sthorpej# File systems
11341.516Sthorpej#
11351.696Sjdolecekinclude "coda/files.coda"
11361.583Sjdolecekinclude "fs/adosfs/files.adosfs"
11371.696Sjdolecekinclude "fs/cd9660/files.cd9660"
11381.584Sjdolecekinclude "fs/filecorefs/files.filecorefs"
11391.696Sjdolecekinclude "fs/msdosfs/files.msdosfs"
11401.696Sjdolecekinclude "fs/ntfs/files.ntfs"
11411.696Sjdolecekinclude "fs/ptyfs/files.ptyfs"
11421.756Sreinoudinclude "fs/udf/files.udf"
11431.516Sthorpejinclude "fs/smbfs/files.smbfs"
11441.750Stsutsuiinclude "fs/sysvbfs/files.sysvbfs"
11451.730Sjmmvinclude "fs/tmpfs/files.tmpfs"
11461.696Sjdolecekinclude "fs/union/files.union"
11471.516Sthorpejinclude "miscfs/fdesc/files.fdesc"
11481.516Sthorpejinclude "miscfs/kernfs/files.kernfs"
11491.516Sthorpejinclude "miscfs/nullfs/files.nullfs"
11501.516Sthorpejinclude "miscfs/overlay/files.overlay"
11511.516Sthorpejinclude "miscfs/portal/files.portal"
11521.516Sthorpejinclude "miscfs/procfs/files.procfs"
11531.516Sthorpejinclude "miscfs/umapfs/files.umapfs"
11541.516Sthorpejinclude "nfs/files.nfs"
11551.516Sthorpejinclude "ufs/files.ufs"
11561.516Sthorpej
11571.516Sthorpej#
11581.744Sthorpej# UVM (virtual memory)
11591.744Sthorpej#
11601.744Sthorpejinclude "uvm/files.uvm"
11611.744Sthorpej
11621.744Sthorpej#
11631.60Scgd# kernel sources
11641.473Slukem#
11651.706Skentfile	dev/auconv.c			auconv | mulaw
11661.426Slukemfile	dev/audio.c			audio | midi | midibus	needs-flag
11671.650Sbjh21file	dev/audiobell.c			audiobell
11681.697Skentfile	dev/aurateconv.c		aurateconv		needs-flag
11691.426Slukemfile	dev/ccd.c			ccd			needs-flag
11701.555Selricfile	dev/cgd.c			cgd			needs-flag
11711.555Selricfile	dev/cgd_crypto.c		cgd
11721.623Sthorpejfile	dev/clock_subr.c
11731.491Slukemfile	dev/clockctl.c			clockctl		needs-flag
11741.666Sclfile	dev/dksubr.c			cgd | xbd
11751.689Sthorpejfile	dev/dkwedge/dk.c
11761.691Sthorpejfile	dev/dkwedge/dkwedge_bsdlabel.c	dkwedge_method_bsdlabel
11771.689Sthorpejfile	dev/dkwedge/dkwedge_gpt.c	dkwedge_method_gpt
11781.693Sthorpejfile	dev/dkwedge/dkwedge_mbr.c	dkwedge_method_mbr
11791.754Sthorpejfile	dev/firmload.c			firmload
11801.647Shannkenfile	dev/fss.c			fss			needs-count
11811.426Slukemfile	dev/md.c			md			needs-count
11821.426Slukemfile	dev/midi.c			midi | midibus		needs-flag
11831.426Slukemfile	dev/midisyn.c			midisyn
11841.497Schristosfile	dev/mm.c
11851.697Skentfile	dev/mulaw.c			mulaw			needs-flag
11861.642Scdifile	dev/nullcons_subr.c		nullcons		needs-flag
11871.487Saugustssfile	dev/radio.c			radio			needs-flag
11881.426Slukemfile	dev/rnd.c			rnd			needs-flag
11891.426Slukemfile	dev/rndpool.c			rnd			needs-flag
11901.426Slukemfile	dev/sequencer.c			sequencer		needs-flag
11911.426Slukemfile	dev/vnd.c			vnd			needs-flag
11921.733Syamtfile	kern/bufq_disksort.c		bufq_disksort
11931.733Syamtfile	kern/bufq_fcfs.c		bufq_fcfs
11941.698Syamtfile	kern/bufq_priocscan.c		bufq_priocscan
11951.698Syamtfile	kern/bufq_readprio.c		bufq_readprio | new_bufq_strategy
11961.482Sthorpejfile	kern/core_elf32.c		exec_elf32
11971.482Sthorpejfile	kern/core_elf64.c		exec_elf64
11981.718Smattfile	kern/core_netbsd.c		exec_aout | exec_coff | exec_ecoff |
11991.718Smatt					    exec_macho | lkm
12001.426Slukemfile	kern/cnmagic.c
12011.426Slukemfile	kern/exec_aout.c		exec_aout
12021.426Slukemfile	kern/exec_conf.c
12031.426Slukemfile	kern/exec_ecoff.c		exec_ecoff
12041.426Slukemfile	kern/exec_elf32.c		exec_elf32
12051.426Slukemfile	kern/exec_elf64.c		exec_elf64
12061.452Schristosfile	kern/exec_macho.c		exec_macho
12071.426Slukemfile	kern/exec_script.c		exec_script
12081.426Slukemfile	kern/exec_subr.c
12091.426Slukemfile	kern/init_main.c
12101.645Satatatfile	kern/init_sysctl.c
12111.426Slukemfile	kern/init_sysent.c
12121.426Slukemfile	kern/kern_acct.c
12131.426Slukemfile	kern/kern_clock.c
12141.426Slukemfile	kern/kern_descrip.c
12151.574Sjdolecekfile	kern/kern_event.c
12161.426Slukemfile	kern/kern_exec.c
12171.426Slukemfile	kern/kern_exit.c
12181.426Slukemfile	kern/kern_fork.c
12191.662Smattfile	kern/kern_kcont.c		kcont
12201.426Slukemfile	kern/kern_kthread.c
12211.426Slukemfile	kern/kern_ktrace.c
12221.610Sraggefile	kern/kern_ksyms.c		ksyms | ddb | lkm needs-flag
12231.426Slukemfile	kern/kern_lkm.c			lkm
12241.426Slukemfile	kern/kern_lock.c
12251.588Sthorpejfile	kern/kern_lwp.c
12261.426Slukemfile	kern/kern_malloc.c
12271.454Sthorpejfile	kern/kern_malloc_debug.c	malloc_debug
12281.426Slukemfile	kern/kern_ntptime.c
12291.426Slukemfile	kern/kern_physio.c
12301.426Slukemfile	kern/kern_proc.c
12311.426Slukemfile	kern/kern_prot.c
12321.549Sgmcgarryfile	kern/kern_ras.c
12331.426Slukemfile	kern/kern_resource.c
12341.588Sthorpejfile	kern/kern_sa.c
12351.426Slukemfile	kern/kern_sig.c
12361.662Smattfile	kern/kern_systrace.c		systrace
12371.426Slukemfile	kern/kern_subr.c
12381.426Slukemfile	kern/kern_synch.c
12391.426Slukemfile	kern/kern_sysctl.c
12401.426Slukemfile	kern/kern_time.c
12411.595Sthorpejfile	kern/kern_timeout.c
12421.652Stsarnafile	kern/kern_uuid.c
12431.426Slukemfile	kern/kern_xxx.c
12441.426Slukemfile	kern/kgdb_stub.c		kgdb
12451.426Slukemfile	kern/subr_autoconf.c
12461.731Syamtfile	kern/subr_blist.c		vmswap
12471.736Syamtfile	kern/subr_bufq.c
12481.550Sgehennafile	kern/subr_devsw.c
12491.426Slukemfile	kern/subr_disk.c
12501.657Srtrfile	kern/subr_evcnt.c
12511.426Slukemfile	kern/subr_extent.c
12521.426Slukemfile	kern/subr_log.c
12531.426Slukemfile	kern/subr_pool.c
12541.426Slukemfile	kern/subr_prf.c
12551.426Slukemfile	kern/subr_prof.c
12561.466Seehfile	kern/subr_prop.c
12571.739Syamtfile	kern/subr_once.c
12581.757Sjmmvfile	kern/subr_optstr.c
12591.449Sgmcgarryfile	kern/subr_userconf.c		userconf
12601.739Syamtfile	kern/subr_workqueue.c
12611.426Slukemfile	kern/subr_xxx.c
12621.426Slukemfile	kern/sys_generic.c
12631.495Sjdolecekfile	kern/sys_pipe.c			!pipe_socketpair
12641.543Sbriggsfile	kern/sys_pmc.c
12651.426Slukemfile	kern/sys_process.c
12661.426Slukemfile	kern/sys_socket.c
12671.426Slukemfile	kern/syscalls.c			syscall_debug
12681.426Slukemfile	kern/sysv_ipc.c			sysvshm | sysvsem | sysvmsg
12691.426Slukemfile	kern/sysv_msg.c			sysvmsg
12701.426Slukemfile	kern/sysv_sem.c			sysvsem
12711.426Slukemfile	kern/sysv_shm.c			sysvshm
12721.426Slukemfile	kern/tty.c
12731.426Slukemfile	kern/tty_conf.c
12741.694Schristosfile	kern/tty_bsdpty.c		compat_bsdpty
12751.676Schristosfile	kern/tty_pty.c			pty 			needs-flag
12761.694Schristosfile	kern/tty_ptm.c			pty
12771.426Slukemfile	kern/tty_subr.c
12781.426Slukemfile	kern/tty_tty.c
12791.426Slukemfile	kern/uipc_domain.c
12801.426Slukemfile	kern/uipc_mbuf.c
12811.426Slukemfile	kern/uipc_mbuf2.c
12821.426Slukemfile	kern/uipc_proto.c
12831.592Schristosfile	kern/uipc_sem.c			p1003_1b_semaphore
12841.426Slukemfile	kern/uipc_socket.c
12851.426Slukemfile	kern/uipc_socket2.c
12861.426Slukemfile	kern/uipc_syscalls.c
12871.426Slukemfile	kern/uipc_usrreq.c
12881.426Slukemfile	kern/vfs_bio.c
12891.426Slukemfile	kern/vfs_cache.c
12901.426Slukemfile	kern/vfs_getcwd.c
12911.732Sjmmvfile	kern/vfs_hooks.c
12921.426Slukemfile	kern/vfs_init.c
12931.426Slukemfile	kern/vfs_lockf.c
12941.426Slukemfile	kern/vfs_lookup.c
12951.426Slukemfile	kern/vfs_subr.c
12961.426Slukemfile	kern/vfs_syscalls.c
12971.426Slukemfile	kern/vfs_vnops.c
12981.723Sthorpejfile	kern/vfs_xattr.c
12991.426Slukemfile	kern/vnode_if.c
13001.426Slukemfile	miscfs/deadfs/dead_vnops.c
13011.426Slukemfile	miscfs/fifofs/fifo_vnops.c
13021.426Slukemfile	miscfs/genfs/genfs_vnops.c
13031.426Slukemfile	miscfs/genfs/layer_subr.c	nullfs | overlay | umapfs | lkm
13041.426Slukemfile	miscfs/genfs/layer_vfsops.c	nullfs | overlay | umapfs | lkm
13051.426Slukemfile	miscfs/genfs/layer_vnops.c	nullfs | overlay | umapfs | lkm
13061.426Slukemfile	miscfs/specfs/spec_vnops.c
13071.426Slukemfile	miscfs/syncfs/sync_subr.c
13081.426Slukemfile	miscfs/syncfs/sync_vnops.c
13091.700Schristosfile	net/bpf.c			bpfilter		needs-flag
13101.426Slukemfile	net/bpf_filter.c		bpf_filter
13111.426Slukemfile	net/bsd-comp.c			ppp & ppp_bsdcomp
13121.426Slukemfile	net/if.c
13131.426Slukemfile	net/if_arcsubr.c		arc			needs-flag
13141.426Slukemfile	net/if_atmsubr.c		atm
13151.433Sthorpejfile	net/if_bridge.c			bridge			needs-flag
13161.433Sthorpejfile	net/bridgestp.c			bridge
13171.457Sbjh21file	net/if_ecosubr.c		eco
13181.426Slukemfile	net/if_ethersubr.c		ether | fddi | netatalk | token |
13191.511Smartin					    wlan
13201.443Sitojunfile	net/if_faith.c			faith & inet & inet6	needs-flag
13211.426Slukemfile	net/if_fddisubr.c		fddi			needs-flag
13221.426Slukemfile	net/if_gif.c			gif			needs-flag
13231.468Satatatfile	net/if_gre.c			gre			needs-flag
13241.426Slukemfile	net/if_hippisubr.c		hippi			needs-flag
13251.426Slukemfile	net/if_ieee1394subr.c		ieee1394
13261.701Speterfile	net/if_loop.c			loop			needs-flag
13271.426Slukemfile	net/if_media.c
13281.702Schristosfile	net/if_ppp.c			ppp			needs-flag
13291.426Slukemfile	net/if_stf.c			stf & inet & inet6	needs-flag
13301.702Schristosfile	net/if_sl.c			sl			needs-flag
13311.426Slukemfile	net/if_spppsubr.c		sppp
13321.702Schristosfile	net/if_strip.c			strip			needs-flag
13331.426Slukemfile	net/if_tokensubr.c		token			needs-flag
13341.708Scubefile	net/if_tap.c			tap			needs-flag
13351.468Satatatfile	net/if_tun.c			tun			needs-flag
13361.426Slukemfile	net/if_vlan.c			vlan			needs-flag
13371.502Smartinfile	net/if_pppoe.c			pppoe			needs-flag
13381.751Speterfile	net/pfil.c			pfil_hooks | ipfilter | pf
13391.426Slukemfile	net/ppp-deflate.c		ppp & ppp_deflate
13401.426Slukemfile	net/ppp_tty.c			ppp
13411.426Slukemfile	net/radix.c
13421.426Slukemfile	net/raw_cb.c
13431.426Slukemfile	net/raw_usrreq.c
13441.426Slukemfile	net/route.c
13451.426Slukemfile	net/rtsock.c
13461.607Sdrochnerfile	net/slcompress.c		sl | ppp | strip | (irip & irip_vj)
13471.726Shubertffile	net/zlib.c			(ppp & ppp_deflate) | ipsec | opencrypto | vnd_compression
13481.426Slukemfile	netinet/if_arp.c		arp | netatalk		needs-flag
13491.426Slukemfile	netinet/if_atm.c		atm
13501.426Slukemfile	netinet/in_gif.c		gif & inet
13511.648Sscwfile	netinet/ip_ecn.c		ipsec | fast_ipsec | gif | stf
13521.426Slukemfile	netinet/ip_encap.c		inet | inet6
13531.426Slukemfile	netinet/ip_gre.c		inet & gre
13541.426Slukemfile	netinet6/in6_gif.c		gif & inet6
13551.516Sthorpej
13561.502Smartinfile	netisdn/i4b_ctl.c		isdnctl			needs-flag
13571.502Smartinfile	netisdn/i4b_isppp.c		ippp			needs-count
13581.502Smartinfile	netisdn/i4b_ipr.c		irip			needs-count
13591.502Smartinfile	netisdn/i4b_rbch.c		isdnbchan		needs-count
13601.502Smartinfile	netisdn/i4b_tel.c		isdntel			needs-count
13611.502Smartinfile	netisdn/i4b_trace.c		isdntrc			needs-count
13621.426Slukem
13631.430Smartinfile	netisdn/i4b_mbuf.c		passive_isdn
13641.426Slukemfile	netisdn/i4b_l2.c		passive_isdn
13651.426Slukemfile	netisdn/i4b_l2fsm.c		passive_isdn
13661.426Slukemfile	netisdn/i4b_uframe.c		passive_isdn
13671.426Slukemfile	netisdn/i4b_tei.c		passive_isdn
13681.426Slukemfile	netisdn/i4b_sframe.c		passive_isdn
13691.426Slukemfile	netisdn/i4b_iframe.c		passive_isdn
13701.426Slukemfile	netisdn/i4b_l2timer.c		passive_isdn
13711.426Slukemfile	netisdn/i4b_util.c		passive_isdn
13721.426Slukemfile	netisdn/i4b_lme.c		passive_isdn
13731.415Smartin# Q.931 handler
13741.426Slukemfile	netisdn/i4b_q931.c		passive_isdn
13751.426Slukemfile	netisdn/i4b_q932fac.c		passive_isdn
13761.426Slukemfile	netisdn/i4b_l3fsm.c		passive_isdn
13771.426Slukemfile	netisdn/i4b_l3timer.c		passive_isdn
13781.426Slukemfile	netisdn/i4b_l2if.c		passive_isdn
13791.426Slukemfile	netisdn/i4b_l4if.c		passive_isdn
13801.502Smartin# isdn device driver, interface to isdnd
13811.502Smartinfile	netisdn/i4b_i4bdrv.c		isdn			needs-flag
13821.502Smartinfile	netisdn/i4b_l4.c		isdndev			needs-flag
13831.502Smartinfile	netisdn/i4b_l4mgmt.c		isdndev			needs-flag
13841.502Smartinfile	netisdn/i4b_l4timer.c		isdndev			needs-flag
13851.634Spooka# capi
13861.634Spookafile	netisdn/i4b_capi_l4if.c		isdncapi
13871.634Spookafile	netisdn/i4b_capi_llif.c		isdncapi
13881.634Spookafile	netisdn/i4b_capi_msgs.c		isdncapi
13891.493Sjdolecek
13901.493Sjdolecek# Game adapter (joystick)
13911.493Sjdolecekdevice	joy
13921.493Sjdolecekfile	dev/ic/joy.c			joy needs-flag
13931.582Shaya
13941.713Syamtinclude	"net/agr/files.agr"
13951.734Sjmcneill
13961.734Sjmcneill#
13971.734Sjmcneill# General Purpose Input/Output framework
13981.734Sjmcneill#
13991.734Sjmcneillinclude	"dev/gpio/files.gpio"
1400