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