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