Home | History | Annotate | Line # | Download | only in conf
files revision 1.876
      1 #	$NetBSD: files,v 1.876 2007/12/09 20:27:51 jmcneill Exp $
      2 
      3 #	@(#)files.newconf	7.5 (Berkeley) 5/10/93
      4 
      5 version 	20070109
      6 
      7 #
      8 # device classes
      9 #
     10 devclass disk
     11 devclass tape
     12 devclass ifnet
     13 devclass tty
     14 devclass audiodev
     15 devclass displaydev
     16 devclass bus
     17 
     18 # options understood by the machine-independent part of the kernel
     19 # (note, these are case-sensitive)
     20 #
     21 defflag				INSECURE
     22 defflag				KMEMSTATS
     23 defflag				KTRACE
     24 defflag				MBUFTRACE
     25 defflag				PTRACE
     26 defflag				SYSTRACE
     27 defflag				COREDUMP
     28 
     29 defparam			DEFCORENAME
     30 defparam			HZ
     31 defparam			MAXUPRC
     32 defparam			RTC_OFFSET
     33 defflag	opt_pipe.h		PIPE_SOCKETPAIR PIPE_NODIRECT
     34 
     35 defflag				BUFQ_DISKSORT
     36 defflag				BUFQ_FCFS
     37 defflag				BUFQ_PRIOCSCAN
     38 defflag				BUFQ_READPRIO
     39 defflag				NEW_BUFQ_STRATEGY	# same as BUFQ_READPRIO
     40 
     41 defflag	opt_sched.h		SCHED_4BSD
     42 defflag	opt_sched.h		SCHED_M2
     43 
     44 defparam			SOMAXKVA
     45 defflag	opt_sock_counters.h	SOSEND_COUNTERS
     46 defflag	opt_sosend_loan.h	SOSEND_NO_LOAN
     47 defflag	opt_route.h		RTCACHE_DEBUG RTFLUSH_DEBUG
     48 
     49 defflag				MULTIPROCESSOR
     50 
     51 defflag	opt_config.h		INCLUDE_CONFIG_FILE INCLUDE_JUST_CONFIG
     52 
     53 defparam opt_dump.h		DUMP_ON_PANIC
     54 
     55 defflag	opt_callout.h		CALLWHEEL_STATS
     56 
     57 defflag opt_posix.h		P1003_1B_SEMAPHORE
     58 defflag	opt_sysv.h		SYSVMSG SYSVSEM	SYSVSHM
     59 defparam opt_sysvparam.h	SHMMAXPGS SEMMNI SEMMNS SEMUME SEMMNU
     60 
     61 defflag	opt_ntp.h		PPS_SYNC NTP
     62 
     63 defflag	opt_ptm.h		NO_DEV_PTM COMPAT_BSDPTY
     64 
     65 defparam opt_kmempages.h	NKMEMPAGES NKMEMPAGES_MIN NKMEMPAGES_MAX
     66 defflag	opt_malloclog.h		MALLOCLOG
     67 defparam opt_malloclog.h	MALLOCLOGSIZE
     68 defflag	opt_malloc_debug.h	MALLOC_DEBUG
     69 defflag	opt_pool.h		POOL_DIAGNOSTIC
     70 defparam opt_poollog.h		POOL_LOGSIZE
     71 defflag	opt_powerhook.h		POWERHOOK_DEBUG
     72 
     73 defflag	opt_revcache.h		NAMECACHE_ENTER_REVERSE
     74 
     75 defflag	opt_execfmt.h		EXEC_AOUT EXEC_COFF EXEC_ECOFF EXEC_ELF32
     76 				EXEC_ELF64 EXEC_MACHO EXEC_SCRIPT
     77 				EXEC_ELF_NOTELESS
     78 
     79 defflag	opt_dkwedge.h		DKWEDGE_AUTODISCOVER
     80 				DKWEDGE_METHOD_BSDLABEL
     81 				DKWEDGE_METHOD_GPT
     82 				DKWEDGE_METHOD_MBR
     83 
     84 defflag	opt_veriexec.h		VERIFIED_EXEC_FP_SHA1
     85 				VERIFIED_EXEC_FP_SHA256
     86 				VERIFIED_EXEC_FP_SHA384
     87 				VERIFIED_EXEC_FP_SHA512
     88 				VERIFIED_EXEC_FP_MD5
     89 				VERIFIED_EXEC_FP_RMD160
     90 
     91 # Per system call number counts and times
     92 defflag opt_syscall_stats.h	SYSCALL_STATS
     93 defflag opt_syscall_stats.h	SYSCALL_TIMES: SYSCALL_STATS 
     94 # Assume cpu_hascounter() returns true - to use disabled rdtsc() (for soekris)
     95 defflag opt_syscall_stats.h	SYSCALL_TIMES_HASCOUNTER: SYSCALL_TIMES 
     96 file kern/subr_syscall_stats.c	syscall_stats
     97 
     98 defparam opt_pax.h		PAX_MPROTECT
     99 				PAX_SEGVGUARD
    100 
    101 defflag	opt_fileassoc.h		FILEASSOC
    102 
    103 defflag	opt_gre.h		GRE_DEBUG
    104 
    105 # compatibility options
    106 #
    107 defflag	opt_compat_netbsd.h	COMPAT_40
    108 defflag	opt_compat_netbsd.h	COMPAT_30: COMPAT_40
    109 defflag	opt_compat_netbsd.h	COMPAT_20: COMPAT_30
    110 defflag	opt_compat_netbsd.h	COMPAT_16: COMPAT_20
    111 defflag	opt_compat_netbsd.h	COMPAT_15: COMPAT_16
    112 defflag	opt_compat_netbsd.h	COMPAT_14: COMPAT_15
    113 defflag	opt_compat_netbsd.h	COMPAT_13: COMPAT_14
    114 defflag	opt_compat_netbsd.h	COMPAT_12: COMPAT_13
    115 defflag	opt_compat_netbsd.h	COMPAT_11: COMPAT_12
    116 defflag	opt_compat_netbsd.h	COMPAT_10: COMPAT_11
    117 defflag	opt_compat_netbsd.h	COMPAT_09: COMPAT_10
    118 defflag				COMPAT_OSSAUDIO
    119 defflag				COMPAT_FREEBSD: COMPAT_30
    120 defflag				COMPAT_HPUX
    121 defflag				COMPAT_IBCS2
    122 defflag				COMPAT_IRIX
    123 defflag				COMPAT_LINUX
    124 defflag				COMPAT_LINUX32
    125 defflag				COMPAT_OSF1
    126 defflag				COMPAT_SUNOS: COMPAT_30
    127 defflag	opt_compat_svr4.h	COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2
    128 defflag				COMPAT_ULTRIX
    129 defflag				COMPAT_NETBSD32
    130 defflag				COMPAT_AOUT_M68K: COMPAT_40
    131 defflag				COMPAT_M68K4K
    132 defflag				COMPAT_MACH
    133 defflag				COMPAT_DARWIN
    134 defflag				COMPAT_VAX1K
    135 defflag				COMPAT_43
    136 defflag				COMPAT_PECOFF
    137 defflag	opt_compat_netbsd.h	COMPAT_NOMID
    138 
    139 #
    140 # Cryptography support.  Include this early, since several things
    141 # use it.
    142 
    143 # Individual crypto transforms
    144 include "crypto/arc4/files.arc4"
    145 include "crypto/des/files.des"
    146 include "crypto/blowfish/files.blowfish"
    147 include "crypto/cast128/files.cast128"
    148 include "crypto/rijndael/files.rijndael"
    149 include "crypto/skipjack/files.skipjack"
    150 
    151 # General-purpose crypto processing framework.
    152 include "opencrypto/files.opencrypto"
    153 
    154 #
    155 # System monitoring framework
    156 #
    157 include "dev/sysmon/files.sysmon"
    158 
    159 #
    160 # Networking protocols
    161 #
    162 include "net80211/files.net80211"
    163 include "netatalk/files.netatalk"
    164 include "netbt/files.netbt"
    165 include "netinet/files.netinet"
    166 include "netinet/files.ipfilter"
    167 include "netinet6/files.netinet6"
    168 include "netinet6/files.ipsec"
    169 include "netipsec/files.netipsec"
    170 include "netiso/files.netiso"
    171 include "netnatm/files.netnatm"
    172 include "netsmb/files.netsmb"
    173 include "net/files.pf"
    174 
    175 obsolete defflag		CCITT		# obsolete
    176 obsolete defflag		HDLC		# obsolete
    177 obsolete defflag		LLC		# obsolete
    178 obsolete defflag opt_ns.h	NS NSIP		# obsolete
    179 obsolete defflag		IPX		# obsolete
    180 obsolete defflag opt_iso.h	TPCONS
    181 defflag				PFIL_HOOKS	# pfil(9)
    182 defflag	opt_bridge_ipf.h	BRIDGE_IPF	# bridge(4) use inet_pfil_hooks
    183 defflag	opt_ppp.h		PPP_DEFLATE PPP_BSDCOMP PPP_FILTER
    184 						# Include deflate or bsd
    185 						# compression, enable pppd
    186 						# packet filtering support
    187 defflag opt_pppoe.h		PPPOE_SERVER PPPOE_TERM_UNKNOWN_SESSIONS
    188 
    189 # networking options
    190 #
    191 defflag				GATEWAY
    192 defparam opt_nmbclusters.h	NMBCLUSTERS
    193 defparam			SB_MAX
    194 
    195 # file system options
    196 #
    197 defflag				SOFTDEP			# XXX files.ufs?
    198 defflag				QUOTA			# XXX files.ufs?
    199 defflag				VNODE_LOCKDEBUG
    200 defflag				MAGICLINKS
    201 
    202 # buffer cache size options
    203 #
    204 defparam opt_bufcache.h		BUFCACHE BUFPAGES
    205 
    206 # userconf
    207 #
    208 defflag				USERCONF
    209 
    210 # sysctl related
    211 #
    212 defflag opt_sysctl.h		SYSCTL_DISALLOW_CREATE SYSCTL_DISALLOW_KWRITE
    213 				SYSCTL_DEBUG_SETUP SYSCTL_DEBUG_CREATE
    214 				SYSCTL_INCLUDE_DESCR
    215 
    216 #
    217 # Not entirely MI, but present on multiple arch's
    218 #
    219 
    220 # PC-style MBR handling
    221 #
    222 defflag	opt_mbr.h		COMPAT_386BSD_MBRPART
    223 
    224 #
    225 # debugging options
    226 #
    227 include "ddb/files.ddb"		# in-kernel dynamic debugger
    228 
    229 defflag	opt_kgdb.h		KGDB
    230 defparam opt_kgdb.h		KGDB_DEV KGDB_DEVNAME KGDB_DEVPORT
    231 				KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
    232 defflag				LOCKDEBUG
    233 defflag				SYSCALL_DEBUG
    234 defflag	opt_kstack.h		KSTACK_CHECK_MAGIC
    235 
    236 # memory (ram) disk options
    237 #
    238 defflag	opt_md.h		MEMORY_DISK_HOOKS MEMORY_DISK_IS_ROOT
    239 				MEMORY_DISK_DYNAMIC
    240 defparam opt_md.h		MEMORY_DISK_SERVER=1 MEMORY_DISK_ROOT_SIZE
    241 				MEMORY_RBFLAGS
    242 
    243 defflag opt_tftproot.h		TFTPROOT TFTPROOT_DEBUG
    244 
    245 # Support for hardware performance monitoring counters
    246 #
    247 defflag	opt_perfctrs.h		PERFCTRS
    248 
    249 # Machine-independent device majors assignements
    250 include "conf/majors"
    251 
    252 # generic attributes
    253 #
    254 define	audiobus	{ }
    255 define	midibus		{ }
    256 define	midisyn
    257 define	ata	        {[channel = -1]}
    258 define	sata
    259 define	scsi_core
    260 define	scsi		{[channel = -1]}: scsi_core
    261 define	ata_hl		{[drive = -1]}
    262 define	atapi		{ }
    263 define	radiodev	{ }
    264 define	gpibdev		{[address = -1]}
    265 define	gpiobus		{ }
    266 define	onewirebus	{ }
    267 define 	pckbport	{[slot = -1]}
    268 define	pckbport_machdep_cnattach
    269 define	firmload
    270 
    271 # audio device attributes
    272 #
    273 define	mulaw
    274 define	auconv
    275 define	aurateconv
    276 
    277 # audio and midi devices, attaches to audio hardware driver
    278 #
    279 device	audio: audiodev
    280 attach	audio at audiobus
    281 device	midi
    282 attach	midi at midibus
    283 
    284 # console bell via audio device
    285 #
    286 define	audiobell
    287 
    288 # I2C device support
    289 include "dev/i2c/files.i2c"
    290 
    291 # SPI device support
    292 include "dev/spi/files.spi"
    293 
    294 # IR device support
    295 include	"dev/ir/files.ir"
    296 
    297 # Parallel Port Bus support
    298 include "dev/ppbus/files.ppbus"
    299 
    300 # raster operations attributes
    301 #
    302 define	rasops1
    303 define	rasops2
    304 define	rasops4
    305 define	rasops8
    306 define	rasops15
    307 define	rasops16
    308 define	rasops24
    309 define	rasops32
    310 define	rasops_rotation
    311 
    312 # splash screen support
    313 include "dev/splash/files.splash"
    314 
    315 # videomode support
    316 include "dev/videomode/files.videomode"
    317 
    318 # net device attributes - we have generic code for arc(net), ether(net),
    319 # fddi, token ring, atm and eco(net).
    320 #
    321 define	arcnet
    322 define	atm
    323 define	eco
    324 define	ether
    325 define	fddi
    326 define	hippi
    327 define	ieee1394
    328 define	token
    329 define	sppp
    330 define	wlan: arc4, rijndael
    331 define	crypto
    332 
    333 # devices ARPing IPv4 pull this in:
    334 #
    335 define	arp
    336 
    337 #
    338 # ALTQ network traffic shaping subsystem
    339 #
    340 include "altq/files.altq"
    341 
    342 #
    343 # IPKDB kernel debugger
    344 #
    345 include "ipkdb/files.ipkdb"
    346 
    347 # Logical disk
    348 #
    349 device	ld: disk
    350 file	dev/ld.c			ld			needs-flag
    351 
    352 #
    353 # MII/PHY support for network devices
    354 #
    355 include "dev/mii/files.mii"
    356 
    357 #
    358 # RAIDframe
    359 #
    360 include "dev/raidframe/files.raidframe"
    361 
    362 #
    363 # Hardware-assisted data mover API
    364 #
    365 include "dev/dmover/files.dmover"
    366 
    367 #
    368 # "Chipset" drivers.  These are the bus-independent routines which
    369 # contain the cfdrivers.  Attachments are provided by files.<bus>
    370 #
    371 
    372 # Adaptec AIC-6[32]60 ICs
    373 #
    374 device	aic: scsi
    375 file	dev/ic/aic6360.c		aic
    376 
    377 # SMC 93Cx6 Serial EEPROM devices
    378 #
    379 define	smc93cx6
    380 file	dev/ic/smc93cx6.c		smc93cx6
    381 
    382 # Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
    383 #
    384 defparam opt_ahc.h		AHC_DEBUG
    385 defflag	opt_ahc.h		AHC_NO_TAGS
    386 device	ahc: scsi
    387 define	ahc_seeprom
    388 define	ahc_aic77xx
    389 file	dev/ic/aic7xxx.c		ahc
    390 file	dev/ic/aic7xxx_osm.c		ahc
    391 file	dev/ic/aic7xxx_seeprom.c	ahc_seeprom
    392 file	dev/ic/aic77xx.c		ahc_aic77xx
    393 
    394 # Adaptec aic79xx SCSI controllers
    395 defflag	opt_ahd.h		AHD_DEBUG
    396 device	ahd: scsi
    397 file	dev/ic/aic79xx.c		ahd
    398 file	dev/ic/aic79xx_osm.c		ahd
    399 
    400 # DPT EATA SCSI controllers
    401 #
    402 device	dpt: scsi
    403 file	dev/ic/dpt.c			dpt
    404 
    405 # Compaq Smart ARRAY controllers
    406 #
    407 device	cac {unit = -1}
    408 file	dev/ic/cac.c			cac
    409 
    410 attach	ld at cac with ld_cac
    411 file	dev/ic/ld_cac.c			ld_cac
    412 
    413 # HP/Compaq Command Interface for SCSI-3 Support
    414 #
    415 device ciss: scsi
    416 file	dev/ic/ciss.c			ciss
    417 
    418 # Mylex DAC960 RAID controllers
    419 #
    420 device	mlx {unit = -1}
    421 file	dev/ic/mlx.c			mlx			needs-flag
    422 
    423 attach	ld at mlx with ld_mlx
    424 file	dev/ic/ld_mlx.c			ld_mlx
    425 
    426 # ICP-Vortex/Intel RAID controllers
    427 #
    428 device	icp {unit = -1}
    429 file	dev/ic/icp.c			icp			needs-flag
    430 file	dev/ic/icp_ioctl.c		icp
    431 
    432 attach	ld at icp with ld_icp
    433 file	dev/ic/ld_icp.c			ld_icp
    434 
    435 device	icpsp: scsi
    436 file	dev/ic/icpsp.c			icpsp
    437 attach	icpsp at icp
    438 
    439 # Adaptec FSA RAID controllers
    440 #
    441 device	aac {unit = -1}
    442 file	dev/ic/aac.c			aac
    443 
    444 attach	ld at aac with ld_aac
    445 file	dev/ic/ld_aac.c			ld_aac
    446 
    447 # AdvanSys 1200A, 1200B and ULTRA SCSI controllers
    448 #
    449 device	adv: scsi
    450 file	dev/ic/adv.c			adv
    451 file	dev/ic/advlib.c			adv
    452 file	dev/ic/advmcode.c		adv
    453 
    454 # AdvanSys ULTRA WIDE SCSI controllers
    455 #
    456 device	adw: scsi
    457 file	dev/ic/adw.c			adw
    458 
    459 # BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
    460 # (Must be declared before AHA to ensure bha probes before aha.
    461 #  Probing AHA first configures bhas as aha, via their AHA
    462 #  hardware-compatibility mode.)
    463 #
    464 device	bha: scsi
    465 file	dev/ic/bha.c			bha
    466 
    467 # Adaptec AHA-154x and AHA-164x controllers
    468 # (must be after bha, see above)
    469 #
    470 device	aha: scsi
    471 file	dev/ic/aha.c			aha
    472 
    473 # Initio INIC-940/950 SCSI controllers
    474 #
    475 device	iha: scsi
    476 file	dev/ic/iha.c			iha
    477 
    478 # Qlogic ISP 10x0 SCSI Controllers
    479 #
    480 defflag	opt_isp.h		ISP_DISABLE_1020_SUPPORT
    481 				ISP_DISABLE_1080_SUPPORT
    482 				ISP_DISABLE_2100_SUPPORT
    483 				ISP_DISABLE_2200_SUPPORT
    484 				ISP_DISABLE_2300_SUPPORT
    485 				ISP_DISABLE_2400_SUPPORT
    486 				ISP_DISABLE_FW
    487 				ISP_TARGET_MODE
    488 				ISP_FW_CRASH_DUMP
    489 defparam opt_isp.h		ISP_LOGDEFAULT
    490 device	isp: scsi
    491 file	dev/ic/isp.c			isp
    492 file	dev/ic/isp_library.c		isp
    493 file	dev/ic/isp_netbsd.c		isp
    494 file	dev/ic/isp_target.c		isp & isp_target_mode
    495 # LSILogic MegaRAID SAS
    496 #
    497 device	mfi: scsi
    498 file	dev/ic/mfi.c			mfi
    499 
    500 # LSILogic Fusion-MPT I/O Processor SCSI/FC Controllers
    501 #
    502 device	mpt: scsi
    503 file	dev/ic/mpt.c			mpt
    504 file	dev/ic/mpt_debug.c		mpt
    505 file	dev/ic/mpt_netbsd.c		mpt
    506 
    507 # Workbit NinjaSCSI-32 controllers
    508 device	njs: scsi
    509 file	dev/ic/ninjascsi32.c		njs
    510 
    511 # Symbios/NCR 53c700 SCSI controllers
    512 device	oosiop: scsi
    513 file	dev/ic/oosiop.c			oosiop
    514 
    515 # Symbios/NCR 53c710 SCSI controllers
    516 #
    517 device	osiop: scsi
    518 file	dev/ic/osiop.c			osiop
    519 
    520 # common stuff for siop and esiop
    521 #
    522 define	siop_common
    523 file	dev/ic/siop_common.c		siop_common
    524 
    525 # Symbios/NCR 53c720/53c8xx SCSI controllers
    526 #
    527 device	siop: scsi,siop_common
    528 file	dev/ic/siop.c			siop
    529 defflag	opt_siop.h			SIOP_SYMLED
    530 
    531 device	esiop: scsi,siop_common
    532 file	dev/ic/esiop.c			esiop
    533 
    534 # UltraStor SCSI controllers
    535 #
    536 device	uha: scsi
    537 file	dev/ic/uha.c			uha
    538 
    539 # Aironet PC4500/PC4800
    540 #
    541 device	an: arp, wlan, ifnet
    542 file	dev/ic/an.c			an
    543 
    544 # AMD 79c930-based 802.11 cards
    545 #
    546 device	awi: arp, wlan, ifnet
    547 file	dev/ic/awi.c			awi
    548 file	dev/ic/am79c930.c		awi
    549 
    550 # Lucent & Intersil WaveLan IEEE (802.11)
    551 #
    552 device	wi: arp, wlan, ifnet
    553 file	dev/ic/wi.c			wi
    554 
    555 # Atheros 5210/5211/5212 multi-mode 802.11
    556 #
    557 defflag	opt_athhal.h	ATHHAL_ASSERT ATHHAL_DEBUG ATHHAL_DEBUG_ALQ
    558 device	ath: arp, wlan, ifnet
    559 file	dev/ic/ath.c					ath
    560 file	dev/ic/ath_netbsd.c				ath
    561 file	dev/ic/athrate-sample.c				ath
    562 file	contrib/dev/ath/netbsd/ah_osdep.c		ath
    563 object	/athhal.o					ath
    564 
    565 # ADMtek ADM8211 802.11
    566 #
    567 device	atw: arp, wlan, ifnet, smc93cx6
    568 file	dev/ic/atw.c			atw
    569 
    570 # Realtek RTL8180 802.11
    571 #
    572 device rtw: arp, wlan, ifnet, smc93cx6
    573 file	dev/ic/rtw.c			rtw
    574 file	dev/ic/rtwphy.c			rtw
    575 file	dev/ic/rtwphyio.c		rtw
    576 
    577 # Ralink RT2500/RT2600 802.11
    578 device	ral: arp, ether, ifnet, wlan, firmload
    579 file	dev/ic/rt2560.c			ral
    580 file	dev/ic/rt2661.c			ral
    581 
    582 # 3Com Etherlink-III Ethernet controller
    583 #
    584 device	ep: arp, ether, ifnet, mii, mii_bitbang
    585 file	dev/ic/elink3.c			ep
    586 
    587 # 3Com EtherLink XL Controller
    588 #
    589 device	ex: arp, ether, ifnet, mii, mii_bitbang
    590 file	dev/ic/elinkxl.c		ex
    591 
    592 # DEC EtherWORKS III (LEMAC) Ethernet controllers
    593 #
    594 device	lc: arp, ether, ifnet
    595 file	dev/ic/lemac.c			lc
    596 
    597 # LANCE and PCnet Ethernet controllers
    598 #
    599 device	le: arp, ether, ifnet
    600 define	le24
    601 define	le32
    602 file	dev/ic/am7990.c			le24
    603 file	dev/ic/am79900.c		le32
    604 file	dev/ic/lance.c			le24 | le32
    605 
    606 # DEC DEPCA-family of LANCE Ethernet controllers
    607 #
    608 device	depca { }: le24
    609 file	dev/ic/depca.c			depca
    610 attach	le at depca with le_depca
    611 
    612 # Sun HME Ethernet controllers
    613 #
    614 device	hme: arp, ether, ifnet, mii
    615 file	dev/ic/hme.c			hme
    616 
    617 # Sun GEM Ethernet controllers
    618 #
    619 device	gem: arp, ether, ifnet, mii
    620 file	dev/ic/gem.c			gem
    621 
    622 # 8390-family Ethernet controllers
    623 #
    624 defflag	opt_ipkdb.h		IPKDB_DP8390
    625 define	dp8390nic
    626 file	dev/ic/dp8390.c			dp8390nic | ipkdb_dp8390
    627 
    628 # National Semiconductor DP83905 AT/LANTIC Ethernet media support
    629 #
    630 define	dp83905
    631 file	dev/ic/dp83905.c		dp83905
    632 
    633 # Macronix MX98905 Ethernet controller
    634 # (use as an attribute for an "ne" bus attachment)
    635 #
    636 define	mx98905
    637 file	dev/ic/mx98905.c		mx98905
    638 
    639 # TROPIC Token-Ring controller
    640 #
    641 device	tr: arp, token, ifnet
    642 file	dev/ic/tropic.c			tr
    643 
    644 # NCR 5380 SCSI Bus Controller
    645 #
    646 define	ncr5380sbc
    647 file	dev/ic/ncr5380sbc.c		ncr5380sbc
    648 device	nca: scsi, ncr5380sbc
    649 
    650 # Sun sc PAL SCSI Bus Controller
    651 #
    652 define	sunscpal
    653 file	dev/ic/sunscpal.c		sunscpal
    654 device	ssc: scsi, sunscpal
    655 
    656 # DEC FDDI Chipset
    657 #
    658 define	pdq
    659 file	dev/ic/pdq.c			pdq
    660 file	dev/ic/pdq_ifsubr.c		pdq
    661 
    662 # Cyclades Cyclom-8/16/32
    663 #
    664 device	cy: tty
    665 file	dev/ic/cy.c			cy			needs-flag
    666 
    667 # Efficient Networks, Inc. ATM interface
    668 #
    669 device	en: atm, ifnet
    670 file	dev/ic/midway.c			en
    671 
    672 # NCR 53x9x or Emulex ESP SCSI Controller
    673 #
    674 define	ncr53c9x
    675 device	esp: scsi, ncr53c9x
    676 file	dev/ic/ncr53c9x.c		ncr53c9x
    677 
    678 # Fujitsu MB87030/MB89352 SCSI Protocol Controller
    679 device	spc: scsi
    680 file	dev/ic/mb89352.c		spc
    681 
    682 # Western Digital WD33C93/WD33C93A SCSI Bus Interface Controller
    683 define	wd33c93
    684 file	dev/ic/wd33c93.c		wd33c93
    685 
    686 # Hitachi HD44780 LCD panel controller
    687 define	hd44780
    688 file	dev/ic/hd44780_subr.c		hd44780
    689 file	dev/ic/lcdkp_subr.c		hd44780
    690 
    691 # Matrix keypad
    692 define	matrixkp
    693 file	dev/ic/matrixkp_subr.c		matrixkp
    694 
    695 # Hitachi HD64570 serial controller
    696 #
    697 define	hd64570
    698 file	dev/ic/hd64570.c		hd64570
    699 
    700 # Riscom/N2 ISA/PCI Sync Serial Controller
    701 #
    702 device	ntwoc: ifnet, hd64570
    703 
    704 # Intel 82586 Ethernet Controller
    705 #
    706 define	i82586
    707 file	dev/ic/i82586.c			i82586
    708 
    709 # Intel 82596 Ethernet Controller
    710 #
    711 define	i82596
    712 file	dev/ic/i82596.c			i82596
    713 
    714 # Intel 82557/82558/82559 Ethernet Controller
    715 #
    716 device	fxp: ether, ifnet, arp, mii
    717 file	dev/ic/i82557.c			fxp
    718 
    719 # SEEQ 8005 Advanced Ethernet Data Link Controller
    720 #
    721 define	seeq8005
    722 file	dev/ic/seeq8005.c		seeq8005
    723 
    724 # SMC 91Cxx Ethernet Controller
    725 #
    726 device	sm: arp, ether, ifnet, mii, mii_bitbang
    727 file	dev/ic/smc91cxx.c		sm
    728 
    729 # SMC 83C170 EPIC/100 Fast Ethernet Controller
    730 #
    731 device	epic: arp, ether, ifnet, mii
    732 file	dev/ic/smc83c170.c		epic
    733 
    734 # DEC SGEC Second Generation Ethernet Controller
    735 #
    736 define	sgec
    737 file	dev/ic/sgec.c			sgec
    738 
    739 # MB86950 Ethernet Controller
    740 #
    741 define	mb86950
    742 file	dev/ic/mb86950.c		mb86950
    743 
    744 # MB8696x Ethernet Controller
    745 #
    746 define	mb86960
    747 file	dev/ic/mb86960.c		mb86960
    748 
    749 # Generic MB8696x Ethernet Controller driver
    750 #
    751 device	mbe: arp, ether, ifnet, mb86960
    752 
    753 # Interwave Am78C201 audio driver
    754 #
    755 define	interwave
    756 file	dev/ic/interwave.c		interwave
    757 
    758 # TMS 320av110 MPEG2/audio driver
    759 #
    760 define	tms320av110
    761 file	dev/ic/tms320av110.c		tms320av110
    762 
    763 # Novell NE2000-compatible Ethernet cards, based on the
    764 # National Semiconductor DS8390.
    765 #
    766 defflag	opt_ipkdb.h		IPKDB_NE			: IPKDB_DP8390
    767 device	ne: ether, ifnet, arp, dp8390nic, mii
    768 file	dev/ic/ne2000.c			ne | ipkdb_ne
    769 
    770 # 8250/16[45]50-based "com" ports
    771 #
    772 defflag	opt_com.h		COM_DEBUG
    773 # XXX In a perfect world, this would be done with attributes
    774 defflag	opt_com.h		COM_16650 COM_HAYESP COM_PXA2X0 COM_AU1X00
    775 				COM_REGMAP
    776 device	com { } : tty
    777 file	dev/ic/com.c			com			needs-flag
    778 
    779 # PC-like keyboard controller
    780 #
    781 device	pckbc: pckbport
    782 file	dev/ic/pckbc.c			pckbc			needs-flag
    783 
    784 device	attimer
    785 file	dev/ic/attimer.c		attimer			needs-flag
    786 
    787 # Cirrus Logic CD240[01] 4-port Multi-Protocol Communications Controller
    788 #
    789 device	clmpcc: tty
    790 file	dev/ic/clmpcc.c			clmpcc			needs-flag
    791 
    792 # National Semiconductor LM7[89]
    793 #
    794 device	lm: sysmon_envsys
    795 file	dev/ic/nslm7x.c			lm			needs-flag
    796 
    797 # Abit uGuru
    798 #
    799 device	ug: sysmon_envsys
    800 file	dev/ic/ug.c			ug			needs-flag
    801 
    802 # Essential Communications Corp. HIPPI Interface
    803 #
    804 device	esh: hippi, ifnet
    805 file	dev/ic/rrunner.c		esh			needs-flag
    806 
    807 # SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver
    808 #
    809 device	bah: ifnet, arcnet, arp
    810 file	dev/ic/smc90cx6.c		bah
    811 
    812 # OPL2/OPL3 FM synth driver
    813 #
    814 device	opl: midibus, midisyn
    815 file	dev/ic/opl.c			opl
    816 file	dev/ic/oplinstrs.c		opl
    817 
    818 # MPU401 MIDI UART compatibles
    819 #
    820 device	mpu: midibus
    821 file	dev/ic/mpu.c			mpu			needs-flag
    822 
    823 # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
    824 #
    825 define	ad1848
    826 file	dev/ic/ad1848.c			ad1848
    827 
    828 # AMD 7930 audio/ISDN codec
    829 #
    830 define	am7930
    831 file	dev/ic/am7930.c			am7930
    832 
    833 # SPARC `SUNW,audiocs'
    834 #
    835 device	audiocs: audiobus, auconv, ad1848
    836 file	dev/ic/cs4231.c			audiocs
    837 
    838 # AC-97 CODECs
    839 #
    840 define	ac97
    841 file	dev/ic/ac97.c			ac97
    842 
    843 # Oki MSM6258 support code
    844 #
    845 define msm6258
    846 file	dev/ic/msm6258.c		msm6258
    847 
    848 # LSI64854 DMA controller back-end
    849 #
    850 define	lsi64854
    851 file	dev/ic/lsi64854.c		lsi64854
    852 
    853 # Cirrus Logic CL-CD180/1864/1865 multi port serial controller back-end
    854 #
    855 define	cd18xx
    856 file	dev/ic/cd18xx.c			cd18xx
    857 
    858 # Realtek 8019/8029 NE2000-compatible network interface subroutines
    859 #
    860 define	rtl80x9
    861 file	dev/ic/rtl80x9.c		rtl80x9
    862 
    863 # Realtek 8129/8139 Ethernet controllers
    864 #
    865 device	rtk: ether, ifnet, arp, mii
    866 file	dev/ic/rtl81x9.c		rtk | re
    867 
    868 # Realtek 8169 Ethernet controllers
    869 #
    870 device	re: ether, ifnet, arp, mii
    871 file	dev/ic/rtl8169.c		re
    872 
    873 # Common code for ESDI/IDE/etc. controllers
    874 #
    875 define	wdc_common
    876 define	ata_dma
    877 define	ata_udma
    878 define	ata_piobm
    879 device	wdc: ata, wdc_common
    880 
    881 defflag	opt_ata.h	ATADEBUG
    882 
    883 device	atabus: atapi,ata_hl
    884 attach	atabus at ata
    885 # The strange expression is to dump ata_* definitions to ata_dma.h.
    886 file	dev/ic/wdc.c			(ata_dma | ata_udma | ata_piobm | atabus) & atabus & wdc_common	needs-flag
    887 
    888 # Workbit NinjaATA-32 IDE controllers
    889 device	njata: ata, ata_piobm, wdc_common
    890 file	dev/ic/ninjaata32.c		njata
    891 
    892 # CHIPS and Technologies 82C7[12][01] Universal Peripheral Controller
    893 #
    894 device	upc { [offset = -1] }
    895 attach	wdc at upc with wdc_upc
    896 attach	com at upc with com_upc
    897 attach	lpt at upc with lpt_upc
    898 file	dev/ic/upc.c			upc
    899 file	dev/ic/wdc_upc.c		wdc_upc
    900 file	dev/ic/com_upc.c		com_upc
    901 file	dev/ic/lpt_upc.c		lpt_upc
    902 
    903 # AHCI-compatible SATA controllers
    904 define ahcisata_core
    905 file dev/ic/ahcisata_core.c ahcisata_core
    906 device ahcisata: ata, ata_dma, ata_udma, sata, ahcisata_core
    907 
    908 # DECchip 21x4x Ethernet controller family, and assorted clones.
    909 #
    910 device	tlp: arp, ether, ifnet, mii, mii_bitbang
    911 file	dev/ic/tulip.c			tlp
    912 
    913 # Adaptec AIC-6915 Ethernet interface
    914 #
    915 device	sf: arp, ether, ifnet, mii
    916 file	dev/ic/aic6915.c		sf
    917 
    918 # Mostek time-of-day clock and NVRAM
    919 #
    920 define	mk48txx
    921 file	dev/ic/mk48txx.c		mk48txx
    922 
    923 # Intersil 7170 time-of-day clock
    924 #
    925 define	intersil7170
    926 file	dev/ic/intersil7170.c		intersil7170
    927 
    928 # National Semiconductor MM58167 time-of-day clock
    929 #
    930 define	mm58167
    931 file	dev/ic/mm58167.c		mm58167
    932 
    933 # Motorola mc146818 (and compatible) time-of-day clock
    934 #
    935 define	mc146818
    936 file	dev/ic/mc146818.c		mc146818
    937 
    938 # Ricoh RS5C313 time of-day-clock
    939 #
    940 define	rs5c313
    941 file	dev/ic/rs5c313.c		rs5c313
    942 
    943 # D-Link DL10019/10022 NE2000-compatible network interface subroutines
    944 #
    945 define	dl10019
    946 file	dev/ic/dl10019.c		dl10019
    947 
    948 # ASIX AX88190 NE2000-compatible network interface subroutines
    949 #
    950 define	ax88190
    951 file	dev/ic/ax88190.c		ax88190
    952 
    953 # WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
    954 #
    955 device	we: ether, ifnet, arp, dp8390nic
    956 file	dev/ic/we.c			we
    957 
    958 # Allied-Telesis Ethernet driver based on Fujitsu MB8696xA controllers
    959 #
    960 device	ate: arp, ether, ifnet, mb86960
    961 
    962 # Fujitsu FMV-18x Ethernet driver based on Fujitsu MB8696xA controllers
    963 #
    964 device	fmv: arp, ether, ifnet, mb86960
    965 file	dev/ic/fmv.c			fmv
    966 
    967 # Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
    968 #
    969 device	cs: arp, ether, ifnet
    970 device	tscs: arp, ether, ifnet
    971 file	dev/ic/cs89x0.c			cs | tscs
    972 
    973 # Radio device attributes
    974 #
    975 define	tea5757
    976 file	dev/ic/tea5757.c		tea5757
    977 define	lm700x
    978 file	dev/ic/lm700x.c			lm700x
    979 
    980 # Philips PCF8584 i2c controller
    981 define	pcf8584
    982 file	dev/ic/pcf8584.c		pcf8584
    983 
    984 # ACPI power management timer (hardware access, independent of ACPI)
    985 #
    986 define acpipmtimer
    987 file	dev/ic/acpipmtimer.c	acpipmtimer
    988 
    989 device 	hpet
    990 file 	dev/ic/hpet.c		hpet			needs-flag
    991 
    992 # DRM - Direct Rendering Infrastructure: dev/drm
    993 define drm {}
    994 include	dev/drm/files.drm
    995 
    996 # Definitions for wscons
    997 # device attributes: display, display with emulator, keyboard, and mouse
    998 #
    999 define	wsdisplaydev		{[kbdmux = 1]}
   1000 define	wsemuldisplaydev	{[console = -1], [kbdmux = 1]}
   1001 define	wskbddev		{[console = -1], [mux = 1]}
   1002 define	wsmousedev		{[mux = 0]}
   1003 define	vcons
   1004 # attribute to pull in raster support
   1005 #
   1006 define	wsrasteremulops
   1007 # common PC display functions
   1008 #
   1009 defflag	opt_pcdisplay.h		PCDISPLAY_SOFTCURSOR
   1010 define	pcdisplayops
   1011 file	dev/ic/pcdisplay_subr.c	pcdisplayops
   1012 file	dev/ic/pcdisplay_chars.c	pcdisplayops
   1013 # an attribute used by arch specific config files to include /dev/fb* (or
   1014 # equivalent) support - on most archs this is just a NOP (untill, maybe
   1015 # someday when we might make /dev/fb* support MI)
   1016 define	fb
   1017 # VGA graphics
   1018 #
   1019 defparam opt_vga.h		VGA_CONSOLE_SCREENTYPE
   1020 defflag opt_vga.h 		VGA_CONSOLE_ATI_BROKEN_FONTSEL
   1021 defflag opt_vga.h		VGA_RASTERCONSOLE
   1022 defflag opt_vga.h		VGA_RESET
   1023 device	vga: displaydev, wsemuldisplaydev, pcdisplayops, drm
   1024 file	dev/ic/vga.c		vga & !vga_rasterconsole	needs-flag
   1025 file	dev/ic/vga_raster.c	vga_rasterconsole		needs-flag
   1026 file	dev/ic/vga_subr.c	vga | vga_rasterconsole
   1027 file	dev/ic/vga_common.c	vga | vga_rasterconsole
   1028 # Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode)
   1029 #
   1030 device	igsfb: wsemuldisplaydev, wsrasteremulops, rasops8, vcons
   1031 file	dev/ic/igsfb.c			igsfb			needs-flag
   1032 file	dev/ic/igsfb_subr.c		igsfb
   1033 
   1034 # STI (hp graphics)
   1035 device	sti: wsemuldisplaydev
   1036 file	dev/ic/sti.c		sti & (sti_pci | sti_sgc | sti_phantom)
   1037 
   1038 # Attributes which machine-independent bus support can be attached to.
   1039 # These should be defined here, because some of these busses can have
   1040 # devices which provide these attributes, and we'd like to avoid hairy
   1041 # ordering constraints on inclusion of the busses' "files" files.
   1042 #
   1043 define	isabus	{ }			# ISA attachment
   1044 define	eisabus	{ }			# EISA attachment
   1045 define	pcibus	{[bus = -1]}		# PCI attachment
   1046 define	tcbus	{ }			# TurboChannel attachment
   1047 define	mcabus	{ }			# MicroChannel attachment
   1048 define	usbus	{ }			# USB attachment
   1049 define	fwbus	{ }			# IEEE 1394 attachment
   1050 define	vmebus	{ }			# VME bus attachment
   1051 define	acpibus	{ }			# ACPI "bus" attachment
   1052 define	pcmciabus { [controller = -1], [socket = -1]}	# PCMCIA bus attachment
   1053 define	cbbus	{[slot = -1]}		# CardBus attachment
   1054 define	pcmciaslot {[slot = -1]}	# PCMCIA slot itself
   1055 
   1056 # We need the USB bus controllers here so different busses can
   1057 # use them in an 'attach-with'.
   1058 # UHCI USB controller
   1059 #
   1060 
   1061 defparam USB_MEM_RESERVE
   1062 
   1063 device	uhci: usbus
   1064 file	dev/usb/uhci.c			uhci			needs-flag
   1065 
   1066 # OHCI USB controller
   1067 #
   1068 device	ohci: usbus
   1069 file	dev/usb/ohci.c			ohci			needs-flag
   1070 
   1071 # EHCI USB controller
   1072 #
   1073 device	ehci: usbus
   1074 file	dev/usb/ehci.c			ehci			needs-flag
   1075 
   1076 # SL811HS/T USB controller
   1077 defflag	opt_slhci.h	SLHCI_DEBUG SLHCI_TRY_LSVH SLHCI_PROFILE_TRANSFER
   1078 device	slhci: usbus
   1079 file	dev/ic/sl811hs.c		slhci			needs-flag
   1080 
   1081 # USB HID processing (as used by bluetooth and usb code)
   1082 define	hid
   1083 file	dev/usb/hid.c			hid
   1084 
   1085 # Myson MTD803 3-in-1 Fast Ethernet Controller
   1086 device	mtd: arp, ether, ifnet, mii
   1087 file	dev/ic/mtd803.c			mtd
   1088 
   1089 # radio devices, attaches to radio hardware driver
   1090 device	radio
   1091 attach	radio at radiodev
   1092 
   1093 # IEEE 1394 controllers
   1094 # (These need to be here since it will have both PCI and CardBus attachments)
   1095 #
   1096 device	fwohci: fwbus
   1097 
   1098 # Sony Programmable I/O Controller
   1099 device	spic: wsmousedev
   1100 file	dev/ic/spic.c			spic
   1101 
   1102 # IBM CPC700 PowerPC bridge
   1103 define	cpcbus { addr, [irq=-1] }
   1104 device	cpc: cpcbus, pcibus
   1105 file	dev/ic/cpc700.c			cpc
   1106 
   1107 attach	com at cpcbus with com_cpcbus
   1108 file	dev/ic/com_cpcbus.c		com_cpcbus
   1109 
   1110 device	cpctim
   1111 attach	cpctim at cpcbus
   1112 file	dev/ic/timer_cpcbus.c		cpctim
   1113 
   1114 device	cpciic
   1115 attach	cpciic at cpcbus with iic_cpcbus
   1116 file	dev/ic/iic_cpcbus.c		iic_cpcbus
   1117 
   1118 
   1119 # Attribute used by various things that need BPF's virtual machine
   1120 #
   1121 define	bpf_filter
   1122 defparam opt_bpf.h	BPF_BUFSIZE
   1123 
   1124 # Attributes used by the ISDN subsystem
   1125 #
   1126 define	isdndev		# the ISDN subsystem
   1127 define	passive_isdn	# files needed by passive cards (XXX - protocol
   1128 			# specific)
   1129 define	isdncapi	# ISDN CAPI (http://www.capi.org/)
   1130 
   1131 # The isac found on the Fritz V2.0 Card.
   1132 define	nisacsx
   1133 file	dev/ic/isacsx.c			nisacsx	needs-flag
   1134 
   1135 # The 'standard' isac
   1136 define	nisac
   1137 file	dev/ic/isac.c			nisac	needs-flag
   1138 
   1139 # ISDN cards based on the Siemens ISAC/HSCX chipset (or lookalikes)
   1140 #
   1141 device	isic: isdndev, passive_isdn, nisac
   1142 
   1143 file	dev/ic/isic.c			isic
   1144 file	dev/ic/isic_l1.c		isic|ifpci|ifritz
   1145 file	dev/ic/isic_l1fsm.c		isic|ifpci|ifritz
   1146 file	dev/ic/hscx.c			isic
   1147 file	dev/ic/isic_bchan.c		isic
   1148 
   1149 # (old) Diehl active ISDN cards
   1150 #
   1151 #device	daic: isdndev
   1152 #file	dev/ic/daic.c			daic
   1153 
   1154 # AWM B1/T1
   1155 # XXX: passive_isdn
   1156 device	iavc: isdndev, isdncapi, passive_isdn
   1157 file	dev/ic/iavc.c			iavc
   1158 
   1159 # legitimate pseudo-devices
   1160 #
   1161 defpseudo vnd { }:	disk
   1162 defflag opt_vnd.h	VND_COMPRESSION
   1163 defpseudo ccd:		disk
   1164 defpseudo cgd:		disk, des, blowfish, cast128, rijndael
   1165 defpseudo md { }:	disk
   1166 defpseudo fss:		disk
   1167 
   1168 defpseudo pty:		tty
   1169 defpseudo rnd
   1170 defpseudo ksyms
   1171 defpseudo nullcons
   1172 defpseudo lockstat
   1173 defpseudo bio:		sysmon_envsys
   1174 
   1175 defpseudo loop:		ifnet
   1176 defpseudo sl:		ifnet
   1177 defpseudo ppp:		ifnet, bpf_filter
   1178 defpseudo pppoe:	ifnet, ether, sppp
   1179 defpseudo sppp:		ifnet
   1180 defpseudo tun:		ifnet
   1181 defpseudo vlan:		ifnet, ether
   1182 defpseudo bridge:	ifnet, ether
   1183 defpseudo bpfilter:	ifnet, bpf_filter
   1184 defpseudo strip:	ifnet
   1185 defpseudo gre:		ifnet
   1186 defpseudo gif:		ifnet
   1187 defpseudo faith:	ifnet
   1188 defpseudo srt:		ifnet
   1189 defpseudo stf:		ifnet
   1190 defpseudo tap { }:	ifnet, ether, arp, bpf_filter
   1191 defpseudo carp:		ifnet, ether, arp, bpf_filter
   1192 defpseudo etherip { }:	ifnet, ether, arp, bpf_filter
   1193 
   1194 defpseudo sequencer
   1195 defpseudo clockctl
   1196 defpseudo irix_kmem
   1197 defpseudo irix_usema
   1198 
   1199 # ISDN userland pseudo devices
   1200 #
   1201 defpseudo isdntrc:	isdndev, tty
   1202 defpseudo isdnbchan:	isdndev, tty
   1203 defpseudo isdntel:	isdndev, tty
   1204 defpseudo isdnctl:	isdndev, tty
   1205 defpseudo isdn:		isdndev, tty
   1206 
   1207 # ISDN network interfaces
   1208 defpseudo irip:		isdndev, ifnet
   1209 defflag opt_irip.h	IRIP_VJ
   1210 defpseudo ippp:		isdndev, sppp, ifnet
   1211 
   1212 # KTTCP network throughput testing pseudo-device
   1213 defpseudo kttcp
   1214 file	dev/kttcp.c			kttcp		needs-flag
   1215 
   1216 # Veriexec
   1217 defpseudo veriexec
   1218 file	kern/kern_verifiedexec.c	veriexec
   1219 file	dev/verified_exec.c		veriexec	needs-flag
   1220 
   1221 # isochronous pseudo device for IEEE 1394, i.LINK or FireWire
   1222 defpseudo fwiso:	ieee1394
   1223 
   1224 # driver attach / detach user interface
   1225 defpseudo drvctl
   1226 file	kern/kern_drvctl.c		drvctl
   1227 
   1228 # cpu control
   1229 defpseudo cpuctl
   1230 
   1231 # pass-to-userspace transporter
   1232 defpseudo putter
   1233 file	dev/putter/putter.c		putter
   1234 
   1235 # userspace block/char device drivers
   1236 defpseudo pud
   1237 file	dev/pud/pud.c			pud
   1238 file	dev/pud/pud_dev.c		pud
   1239 
   1240 #
   1241 # File systems
   1242 #
   1243 include "coda/files.coda"
   1244 include "fs/adosfs/files.adosfs"
   1245 include "fs/cd9660/files.cd9660"
   1246 include "fs/efs/files.efs"
   1247 include "fs/filecorefs/files.filecorefs"
   1248 include "fs/hfs/files.hfs"
   1249 include "fs/msdosfs/files.msdosfs"
   1250 include "fs/ntfs/files.ntfs"
   1251 include "fs/ptyfs/files.ptyfs"
   1252 include "fs/puffs/files.puffs"
   1253 include "fs/udf/files.udf"
   1254 include "fs/smbfs/files.smbfs"
   1255 include "fs/sysvbfs/files.sysvbfs"
   1256 include "fs/tmpfs/files.tmpfs"
   1257 include "fs/union/files.union"
   1258 include "miscfs/fdesc/files.fdesc"
   1259 include "miscfs/kernfs/files.kernfs"
   1260 include "miscfs/nullfs/files.nullfs"
   1261 include "miscfs/overlay/files.overlay"
   1262 include "miscfs/portal/files.portal"
   1263 include "miscfs/procfs/files.procfs"
   1264 include "miscfs/umapfs/files.umapfs"
   1265 include "nfs/files.nfs"
   1266 include "ufs/files.ufs"
   1267 
   1268 #
   1269 # UVM (virtual memory)
   1270 #
   1271 include "uvm/files.uvm"
   1272 
   1273 #
   1274 # Security models
   1275 #
   1276 include "secmodel/files.secmodel"
   1277 
   1278 #
   1279 # kernel sources
   1280 #
   1281 file	dev/auconv.c			auconv | mulaw
   1282 file	dev/audio.c			audio | midi | midibus	needs-flag
   1283 file	dev/audiobell.c			audiobell
   1284 file	dev/aurateconv.c		aurateconv		needs-flag
   1285 file	dev/bio.c			bio			needs-flag
   1286 file	dev/ccd.c			ccd			needs-flag
   1287 file	dev/cgd.c			cgd			needs-flag
   1288 file	dev/cgd_crypto.c		cgd
   1289 file	dev/clock_subr.c
   1290 file	dev/clockctl.c			clockctl		needs-flag
   1291 file	dev/dksubr.c			cgd | xbd | ccd | raid
   1292 file	dev/dkwedge/dk.c
   1293 file	dev/dkwedge/dkwedge_bsdlabel.c	dkwedge_method_bsdlabel
   1294 file	dev/dkwedge/dkwedge_gpt.c	dkwedge_method_gpt
   1295 file	dev/dkwedge/dkwedge_mbr.c	dkwedge_method_mbr
   1296 file	dev/firmload.c			firmload
   1297 file	dev/fss.c			fss			needs-count
   1298 file	dev/lockstat.c			lockstat		needs-flag
   1299 file	dev/md.c			md			needs-count
   1300 file	dev/midi.c			midi | midibus		needs-flag
   1301 file	dev/midictl.c			midisyn
   1302 file	dev/midisyn.c			midisyn
   1303 file	dev/mm.c
   1304 file	dev/mulaw.c			mulaw			needs-flag
   1305 file	dev/nullcons_subr.c		nullcons		needs-flag
   1306 file	dev/radio.c			radio			needs-flag
   1307 file	dev/rnd.c			rnd			needs-flag
   1308 file	dev/rndpool.c			rnd			needs-flag
   1309 file	dev/sequencer.c			sequencer		needs-flag
   1310 file	dev/vnd.c			vnd			needs-flag
   1311 file	kern/bufq_disksort.c		bufq_disksort
   1312 file	kern/bufq_fcfs.c		bufq_fcfs
   1313 file	kern/bufq_priocscan.c		bufq_priocscan
   1314 file	kern/bufq_readprio.c		bufq_readprio | new_bufq_strategy
   1315 file	kern/core_elf32.c		coredump & exec_elf32
   1316 file	kern/core_elf64.c		coredump & exec_elf64
   1317 file	kern/core_netbsd.c		coredump & (exec_aout | exec_coff |
   1318 					     exec_ecoff | exec_macho | lkm)
   1319 file	kern/cnmagic.c
   1320 file	kern/exec_aout.c		exec_aout
   1321 file	kern/exec_conf.c
   1322 file	kern/exec_ecoff.c		exec_ecoff
   1323 file	kern/exec_elf32.c		exec_elf32
   1324 file	kern/exec_elf64.c		exec_elf64
   1325 file	kern/exec_macho.c		exec_macho
   1326 file	kern/exec_script.c		exec_script
   1327 file	kern/exec_subr.c
   1328 file	kern/init_main.c
   1329 file	kern/init_sysctl.c
   1330 file	kern/init_sysent.c
   1331 file	kern/kern_acct.c
   1332 file	kern/kern_auth.c
   1333 file	kern/kern_clock.c
   1334 file	kern/kern_condvar.c
   1335 file	kern/kern_core.c
   1336 file	kern/kern_cpu.c
   1337 file	kern/kern_descrip.c
   1338 file	kern/kern_event.c
   1339 file	kern/kern_exec.c
   1340 file	kern/kern_exit.c
   1341 file	kern/kern_fork.c
   1342 file	kern/kern_idle.c
   1343 file	kern/kern_kthread.c
   1344 file	kern/kern_ktrace.c		ktrace
   1345 file	kern/kern_ksyms.c		ksyms | ddb | lkm needs-flag
   1346 file	kern/kern_lkm.c			lkm
   1347 file	kern/kern_lock.c
   1348 file	kern/kern_lwp.c
   1349 file	kern/kern_malloc.c
   1350 file	kern/kern_malloc_debug.c	malloc_debug
   1351 file	kern/kern_mutex.c
   1352 file	kern/kern_fileassoc.c		fileassoc
   1353 file	kern/kern_ntptime.c
   1354 file	kern/kern_pax.c			pax_mprotect | pax_segvguard
   1355 file	kern/kern_physio.c
   1356 file	kern/kern_pmf.c
   1357 file	kern/kern_proc.c
   1358 file	kern/kern_prot.c
   1359 file	kern/kern_ras.c
   1360 file	kern/kern_resource.c
   1361 file	kern/kern_rwlock.c
   1362 file	kern/kern_sig.c
   1363 file	kern/kern_sleepq.c
   1364 file	kern/kern_softint.c
   1365 file	kern/kern_stub.c
   1366 file	kern/kern_subr.c
   1367 file	kern/kern_systrace.c		systrace
   1368 file	kern/kern_synch.c
   1369 file	kern/kern_sysctl.c
   1370 file	kern/kern_tc.c
   1371 file	kern/kern_time.c
   1372 file	kern/kern_timeout.c
   1373 file	kern/kern_turnstile.c
   1374 file	kern/kern_todr.c
   1375 file	kern/kern_uuid.c
   1376 file	kern/kern_xxx.c
   1377 file	kern/kgdb_stub.c		kgdb
   1378 file	kern/sched_4bsd.c		sched_4bsd
   1379 file	kern/sched_m2.c			sched_m2
   1380 file	kern/subr_autoconf.c
   1381 file	kern/subr_blist.c		vmswap
   1382 file	kern/subr_bufq.c
   1383 file	kern/subr_callback.c
   1384 file	kern/subr_debug.c		debug
   1385 file	kern/subr_devsw.c
   1386 file	kern/subr_disk.c
   1387 file	kern/subr_iostat.c
   1388 file	kern/subr_evcnt.c
   1389 file	kern/subr_extent.c
   1390 file	kern/subr_hash.c
   1391 file	kern/subr_kmem.c
   1392 file	kern/subr_lockdebug.c
   1393 file	kern/subr_log.c
   1394 file	kern/subr_pool.c
   1395 file	kern/subr_prf.c
   1396 file	kern/subr_prf2.c
   1397 file	kern/subr_prof.c
   1398 file	kern/subr_once.c
   1399 file	kern/subr_optstr.c
   1400 file	kern/subr_specificdata.c
   1401 file	kern/subr_tftproot.c		tftproot
   1402 file	kern/subr_time.c
   1403 file	kern/subr_userconf.c		userconf
   1404 file	kern/subr_vmem.c
   1405 file	kern/subr_workqueue.c
   1406 file	kern/subr_xcall.c
   1407 file	kern/sys_aio.c
   1408 file	kern/sys_generic.c
   1409 file	kern/sys_mqueue.c
   1410 file	kern/sys_lwp.c
   1411 file	kern/sys_pipe.c			!pipe_socketpair
   1412 file	kern/sys_pmc.c
   1413 file	kern/sys_process.c		ptrace | ktrace
   1414 file	kern/sys_sig.c
   1415 file	kern/sys_sched.c
   1416 file	kern/sys_socket.c
   1417 file	kern/syscalls.c			syscall_debug
   1418 file	kern/sysv_ipc.c			sysvshm | sysvsem | sysvmsg
   1419 file	kern/sysv_msg.c			sysvmsg
   1420 file	kern/sysv_sem.c			sysvsem
   1421 file	kern/sysv_shm.c			sysvshm
   1422 file	kern/tty.c
   1423 file	kern/tty_conf.c
   1424 file	kern/tty_bsdpty.c		compat_bsdpty
   1425 file	kern/tty_pty.c			pty 			needs-flag
   1426 file	kern/tty_ptm.c			pty
   1427 file	kern/tty_subr.c
   1428 file	kern/tty_tty.c
   1429 file	kern/uipc_domain.c
   1430 file	kern/uipc_mbuf.c
   1431 file	kern/uipc_mbuf2.c
   1432 file	net/link_proto.c
   1433 file	kern/uipc_proto.c
   1434 file	kern/uipc_sem.c			p1003_1b_semaphore
   1435 file	kern/uipc_socket.c
   1436 file	kern/uipc_socket2.c
   1437 file	kern/uipc_syscalls.c
   1438 file	kern/uipc_usrreq.c
   1439 file	kern/vfs_bio.c
   1440 file	kern/vfs_cache.c
   1441 file	kern/vfs_getcwd.c
   1442 file	kern/vfs_hooks.c
   1443 file	kern/vfs_init.c
   1444 file	kern/vfs_lockf.c
   1445 file	kern/vfs_lookup.c
   1446 file	kern/vfs_subr.c
   1447 file	kern/vfs_subr2.c
   1448 file	kern/vfs_syscalls.c
   1449 file	kern/vfs_trans.c
   1450 file	kern/vfs_vnops.c
   1451 file	kern/vfs_xattr.c
   1452 file	kern/vnode_if.c
   1453 file	miscfs/deadfs/dead_vnops.c
   1454 file	miscfs/fifofs/fifo_vnops.c
   1455 file	miscfs/genfs/genfs_io.c
   1456 file	miscfs/genfs/genfs_vnops.c
   1457 file	miscfs/genfs/layer_subr.c	nullfs | overlay | umapfs | lkm
   1458 file	miscfs/genfs/layer_vfsops.c	nullfs | overlay | umapfs | lkm
   1459 file	miscfs/genfs/layer_vnops.c	nullfs | overlay | umapfs | lkm
   1460 file	miscfs/specfs/spec_vnops.c
   1461 file	miscfs/syncfs/sync_subr.c
   1462 file	miscfs/syncfs/sync_vnops.c
   1463 file	net/bpf.c			bpfilter		needs-flag
   1464 file	net/bpf_filter.c		bpf_filter
   1465 file	net/bsd-comp.c			ppp & ppp_bsdcomp
   1466 file	net/if.c
   1467 file	net/if_arcsubr.c		arcnet			needs-flag
   1468 file	net/if_atmsubr.c		atm
   1469 file	net/if_bridge.c			bridge			needs-flag
   1470 file	net/bridgestp.c			bridge
   1471 file	net/if_ecosubr.c		eco
   1472 file	net/if_etherip.c		etherip			needs-flag
   1473 file	net/if_ethersubr.c		ether | fddi | netatalk | token |
   1474 					    wlan
   1475 file	net/if_faith.c			faith & inet & inet6	needs-flag
   1476 file	net/if_fddisubr.c		fddi			needs-flag
   1477 file	net/if_gif.c			gif			needs-flag
   1478 file	net/if_gre.c			gre			needs-flag
   1479 file	net/if_hippisubr.c		hippi			needs-flag
   1480 file	net/if_ieee1394subr.c		ieee1394
   1481 file	net/if_loop.c			loop			needs-flag
   1482 file	net/if_media.c
   1483 file	net/if_ppp.c			ppp			needs-flag
   1484 file	net/if_srt.c			srt
   1485 file	net/if_stf.c			stf & inet & inet6	needs-flag
   1486 file	net/if_sl.c			sl			needs-flag
   1487 file	net/if_spppsubr.c		sppp
   1488 file	net/if_strip.c			strip			needs-flag
   1489 file	net/if_tokensubr.c		token			needs-flag
   1490 file	net/if_tap.c			tap			needs-flag
   1491 file	net/if_tun.c			tun			needs-flag
   1492 file	net/if_vlan.c			vlan			needs-flag
   1493 file	net/if_pppoe.c			pppoe			needs-flag
   1494 file	net/pfil.c			pfil_hooks | ipfilter | pf
   1495 file	net/ppp-deflate.c		ppp & ppp_deflate
   1496 file	net/ppp_tty.c			ppp
   1497 file	net/radix.c
   1498 file	net/raw_cb.c
   1499 file	net/raw_usrreq.c
   1500 file	net/route.c
   1501 file	net/rtsock.c
   1502 file	net/slcompress.c		sl | ppp | strip | (irip & irip_vj)
   1503 file	net/zlib.c			(ppp & ppp_deflate) | ipsec | opencrypto | vnd_compression
   1504 file	netinet/if_arp.c		arp | netatalk		needs-flag
   1505 file	netinet/if_atm.c		atm
   1506 file	netinet/in_gif.c		gif & inet
   1507 file	netinet/ip_carp.c		carp & (inet | inet6)	needs-flag
   1508 file	netinet/ip_ecn.c		ipsec | fast_ipsec | gif | stf
   1509 file	netinet/ip_encap.c		inet | inet6
   1510 file	netinet/ip_etherip.c		etherip & inet
   1511 file	netinet6/ip6_etherip.c		etherip & inet6
   1512 file	netinet6/in6_gif.c		gif & inet6
   1513 
   1514 file	netisdn/i4b_ctl.c		isdnctl			needs-flag
   1515 file	netisdn/i4b_isppp.c		ippp			needs-count
   1516 file	netisdn/i4b_ipr.c		irip			needs-count
   1517 file	netisdn/i4b_rbch.c		isdnbchan		needs-count
   1518 file	netisdn/i4b_tel.c		isdntel			needs-count
   1519 file	netisdn/i4b_trace.c		isdntrc			needs-count
   1520 
   1521 file	netisdn/i4b_mbuf.c		passive_isdn
   1522 file	netisdn/i4b_l2.c		passive_isdn
   1523 file	netisdn/i4b_l2fsm.c		passive_isdn
   1524 file	netisdn/i4b_uframe.c		passive_isdn
   1525 file	netisdn/i4b_tei.c		passive_isdn
   1526 file	netisdn/i4b_sframe.c		passive_isdn
   1527 file	netisdn/i4b_iframe.c		passive_isdn
   1528 file	netisdn/i4b_l2timer.c		passive_isdn
   1529 file	netisdn/i4b_util.c		passive_isdn
   1530 file	netisdn/i4b_lme.c		passive_isdn
   1531 # Q.931 handler
   1532 file	netisdn/i4b_q931.c		passive_isdn
   1533 file	netisdn/i4b_q932fac.c		passive_isdn
   1534 file	netisdn/i4b_l3fsm.c		passive_isdn
   1535 file	netisdn/i4b_l3timer.c		passive_isdn
   1536 file	netisdn/i4b_l2if.c		passive_isdn
   1537 file	netisdn/i4b_l4if.c		passive_isdn
   1538 # isdn device driver, interface to isdnd
   1539 file	netisdn/i4b_i4bdrv.c		isdn			needs-flag
   1540 file	netisdn/i4b_l4.c		isdndev			needs-flag
   1541 file	netisdn/i4b_l4mgmt.c		isdndev			needs-flag
   1542 file	netisdn/i4b_l4timer.c		isdndev			needs-flag
   1543 # capi
   1544 file	netisdn/i4b_capi_l4if.c		isdncapi
   1545 file	netisdn/i4b_capi_llif.c		isdncapi
   1546 file	netisdn/i4b_capi_msgs.c		isdncapi
   1547 
   1548 # Game adapter (joystick)
   1549 device	joy
   1550 file	dev/ic/joy.c			joy needs-flag
   1551 
   1552 include	"net/agr/files.agr"
   1553 
   1554 #
   1555 # General Purpose Input/Output framework
   1556 #
   1557 define	onewire_bitbang
   1558 include	"dev/gpio/files.gpio"
   1559 
   1560 include "dev/onewire/files.onewire"
   1561 
   1562 #
   1563 # Pseudo audio device
   1564 #
   1565 include "dev/pad/files.pad"
   1566