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