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