Home | History | Annotate | Line # | Download | only in conf
files revision 1.251
      1 #	$NetBSD: files,v 1.251 1998/10/29 21:22:33 jonathan Exp $
      2 
      3 #	@(#)files.newconf	7.5 (Berkeley) 5/10/93
      4 
      5 # options understood by the machine-independent part of the kernel
      6 # (note, these are case-sensitive)
      7 defopt	INSECURE
      8 defopt	KMEMSTATS
      9 defopt	KTRACE
     10 defopt	LOCKDEBUG
     11 defopt	RTC_OFFSET
     12 defopt	SHORTCORENAME
     13 defopt	UCONSOLE
     14 
     15 defopt	MULTIPROCESSOR
     16 
     17 defopt	DEVPAGER
     18 defopt	SWAPPAGER
     19 defopt	VNODEPAGER
     20 
     21 defopt	opt_sysv.h	SYSVMSG SYSVSEM	SYSVSHM
     22 
     23 defopt	opt_ntp.h	PPS_SYNC NTP 
     24 
     25 defopt	opt_nfs_boot.h	NFS_BOOT_BOOTP NFS_BOOT_BOOTPARAM NFS_BOOT_DHCP
     26 			NFS_BOOT_GATEWAY
     27 			NFS_BOOT_TCP NFS_BOOT_OPTIONS NFS_BOOT_RWSIZE
     28 defopt	NFSSERVER
     29 
     30 defopt	opt_malloclog.h	MALLOCLOG MALLOCLOGSIZE
     31 
     32 defopt	opt_execfmt.h	EXEC_AOUT EXEC_ECOFF EXEC_ELF32 EXEC_ELF64 EXEC_SCRIPT
     33 
     34 # compatibility options
     35 defopt	COMPAT_FREEBSD
     36 defopt	COMPAT_HPUX
     37 defopt	COMPAT_IBCS2
     38 defopt	COMPAT_LINUX
     39 defopt	COMPAT_OSF1
     40 defopt	COMPAT_SUNOS
     41 defopt	COMPAT_SVR4
     42 defopt	COMPAT_ULTRIX
     43 defopt	COMPAT_SPARC32
     44 defopt  opt_compat_netbsd.h	COMPAT_09 COMPAT_10 COMPAT_11 COMPAT_12
     45 				COMPAT_13 COMPAT_NOMID
     46 
     47 # networking protocols
     48 defopt	INET
     49 defopt	opt_atalk.h	NETATALK
     50 defopt	opt_ns.h	NS	 	# Xerox Network Services (XNS)
     51 defopt	opt_ns.h	NSIP	 	# XNS tunneled over IP
     52 defopt	opt_iso.h	ISO TPIP	# ISO network stack
     53 defopt	EON				# ISO clnp over IP
     54 defopt	CCITT				# 
     55 defopt	HDLC				# CCITT over HDLC
     56 defopt	LLC				# CCITT over LLC2 (also IEEE LLC?)
     57 defopt	NATM				# "native" ATM protocols
     58 defopt	PFIL_HOOKS			# pfil(9)
     59 
     60 # networking options
     61 defopt	GATEWAY
     62 defopt	MROUTING
     63 defopt	TCP_COMPAT_42
     64 
     65 defopt	TCP_RECVSPACE
     66 defopt	TCP_SENDSPACE
     67 
     68 # these are not together so that turning on UVMHIST only affects files that
     69 # use it, not most of the kernel
     70 defopt	opt_uvm.h	UVM
     71 defopt	opt_uvmhist.h	UVMHIST UVMHIST_PRINT
     72 defopt	opt_pmap_new.h	PMAP_NEW
     73 
     74 # file systems
     75 deffs	FFS EXT2FS
     76 deffs	fs_mfs.h MFS			# XXX
     77 deffs	fs_lfs.h LFS
     78 deffs	CD9660
     79 deffs	ADOSFS
     80 deffs	MSDOSFS
     81 deffs	FILECORE
     82 deffs	fs_nfs.h NFS
     83 deffs	NULLFS FDESC PORTAL UMAPFS PROCFS
     84 deffs	fs_kernfs.h KERNFS		# XXX
     85 deffs	fs_union.h UNION
     86 deffs	fs_coda.h CODA
     87 
     88 # file system options
     89 defopt	QUOTA
     90 
     91 # Not entirely MI, but present on multiple arch's
     92 defopt	opt_mbr.h	COMPAT_386BSD_MBRPART BIOS_VERBOSE
     93 
     94 # debugging options
     95 defopt	DDB
     96 defopt	opt_ddbparam.h	DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE
     97 
     98 # device classes
     99 devclass disk
    100 devclass tape
    101 devclass ifnet
    102 devclass tty
    103 
    104 # generic attributes
    105 define	audio { }
    106 define	midibus { }
    107 define	midisyn
    108 define  wdc_base
    109 define	scsi {[channel = -1]}
    110 define	ata {[channel = -1], [drive = -1]}
    111 define	atapi {[channel = -1]}
    112 define  mii {[phy = -1]}
    113 
    114 # audio device attributes
    115 define	mulaw
    116 define	auconv
    117 
    118 # audio and midi devices, attaches to audio hardware driver
    119 device	audio
    120 attach	audio at audio
    121 device	midi
    122 attach	midi at midibus
    123 
    124 # net device attributes - we have generic code for arc(net), ether(net),
    125 # fddi, and atm.
    126 define	arc
    127 define	atm
    128 define	ether
    129 define	fddi
    130 define	hippi
    131 
    132 # devices ARPing IPv4 pull this in:
    133 define	arp
    134 
    135 # Device description for machine-independent IPKDB code.
    136 define	ipkdb
    137 
    138 device	ipkdbif: ipkdb
    139 device	ipkdbslip: ipkdb
    140 device	ipkdbppp: ipkdb
    141 
    142 # Common files for any ipkdb support
    143 file	ipkdb/ipkdb_ipkdb.c		ipkdb			needs-flag
    144 file	ipkdb/ipkdb_if.c		ipkdb
    145 
    146 # Support for slip
    147 file	ipkdb/ipkdb_slip.c		ipkdbslip		needs-flag
    148 
    149 # Support for ppp	(for now only fake)
    150 file	ipkdb/ipkdb_ppp.c		ipkdbppp		needs-flag
    151 
    152 
    153 # "Chipset" drivers.  These are the bus-independent routines which
    154 # contain the cfdrivers.  Attachments are provided by files.<bus>
    155 
    156 # Adaptec AIC-6[32]60 ICs
    157 device	aic: scsi
    158 file	dev/ic/aic6360.c		aic
    159 
    160 # Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
    161 defopt	opt_ahc.h	AHC_BROKEN_CACHE AHC_DEBUG AHC_TAGENABLE 
    162 device	ahc: scsi
    163 file	dev/ic/aic7xxx.c		ahc
    164 
    165 # AdvanSys 1200A, 1200B and ULTRA SCSI controllers
    166 device	adv: scsi
    167 file	dev/ic/adv.c			adv
    168 
    169 # AdvanSys ULTRA WIDE SCSI controllers
    170 device	adw: scsi
    171 file	dev/ic/adw.c			adw
    172 
    173 # AMD 7930 audio/ISDN codec
    174 device audioamd: audio
    175 file	dev/ic/am7930.c				audioamd
    176 
    177 # BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
    178 # (Must be declared before AHA to ensure bha probes before aha.
    179 #  Probing AHA first configures bhas as aha, via their AHA
    180 #  hardware-compatibility mode.)
    181 device	bha: scsi
    182 file	dev/ic/bha.c			bha
    183 
    184 # Adaptec AHA-154x and AHA-164x controllers
    185 # (must be after bha, see above)
    186 device	aha: scsi
    187 file	dev/ic/aha.c			aha
    188 
    189 # Qlogic ISP 10x0 SCSI Controllers
    190 device	isp: scsi
    191 file	dev/ic/isp.c			isp
    192 file	dev/ic/isp_netbsd.c		isp
    193 
    194 # UltraStor SCSI controllers
    195 device	uha: scsi
    196 file	dev/ic/uha.c			uha
    197 
    198 # 3Com Etherlink-III Ethernet controller
    199 device	ep: arp, ether, ifnet, mii
    200 file	dev/ic/elink3.c			ep
    201 
    202 # DEC EtherWORKS III (LEMAC) Ethernet controllers
    203 device	lc: arp, ether, ifnet
    204 file	dev/ic/lemac.c			lc
    205 
    206 # LANCE and PCnet Ethernet controllers
    207 device	le: arp, ether, ifnet
    208 define le24
    209 define le32
    210 file	dev/ic/am7990.c			le24
    211 file	dev/ic/am79900.c		le32
    212 file	dev/ic/lance.c			le24 | le32
    213 
    214 # 8390-family Ethernet controllers
    215 define	dp8390nic
    216 file	dev/ic/dp8390.c			dp8390nic
    217 
    218 # NCR 5380 SCSI Bus Controller
    219 define	ncr5380sbc
    220 file	dev/ic/ncr5380sbc.c		ncr5380sbc
    221 
    222 # DEC FDDI Chipset
    223 define	pdq
    224 file	dev/ic/pdq.c			pdq
    225 file	dev/ic/pdq_ifsubr.c		pdq
    226 
    227 # Cyclades Cyclom-8/16/32 
    228 device	cy: tty
    229 file	dev/ic/cy.c			cy			needs-flag
    230 
    231 # Efficient Networks, Inc. ATM interface
    232 device	en: atm, ifnet
    233 file	dev/ic/midway.c			en
    234 
    235 # NCR 53x9x or Emulex ESP SCSI Controller
    236 define	ncr53c9x
    237 file	dev/ic/ncr53c9x.c		ncr53c9x
    238 
    239 # Hitachi HD64570 serial controller
    240 define hd64570
    241 file	dev/ic/hd64570.c		hd64570
    242 
    243 # Intel 82586 Ethernet Controller
    244 define	i82586
    245 file	dev/ic/i82586.c			i82586
    246 
    247 # SMC 91Cxx Ethernet Controller
    248 device	sm: arp, ether, ifnet
    249 file	dev/ic/smc91cxx.c		sm
    250 
    251 # SMC 83C170 EPIC/100 Fast Ethernet Controller
    252 device	epic: arp, ether, ifnet, mii
    253 file	dev/ic/smc83c170.c		epic
    254 
    255 # MB8696x Ethernet Controller
    256 define	mb86960
    257 file	dev/ic/mb86960.c		mb86960
    258 
    259 # Generic MB8696x Ethernet Controller driver
    260 device	mbe: arp, ether, ifnet, mb86960
    261 
    262 # Interwave Am78C201 audio driver
    263 define	interwave
    264 file	dev/ic/interwave.c		interwave
    265 
    266 # TMS 320av110 MPEG2/audio driver
    267 define	tms320av110
    268 file	dev/ic/tms320av110.c		tms320av110
    269 
    270 # Novell NE2000-compatible Ethernet cards, based on the
    271 # National Semiconductor DS8390.
    272 device	ne: ether, ifnet, arp, dp8390nic
    273 file	dev/ic/ne2000.c			ne
    274 
    275 # 8250/16[45]50-based "com" ports
    276 # XXX In a perfect world, this would be done with attributes
    277 device	com: tty
    278 file	dev/ic/com.c			com needs-flag
    279 
    280 # Device description for i2c bus and i2c eeprom
    281 define  i2c
    282 define  i2c_eeprom
    283 
    284 # Essential Communications Corp. HIPPI Interface
    285 device  esh: hippi, ifnet
    286 file    dev/ic/rrunner.c        esh
    287 
    288 # SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver
    289 device  bah: ifnet, arc, arp
    290 file    dev/ic/smc90cx6.c	bah
    291 
    292 # OPL2/OPL3 FM synth driver
    293 device	opl: midibus, midisyn
    294 file	dev/ic/opl.c			opl
    295 file	dev/ic/oplinstrs.c		opl
    296 
    297 # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
    298 define	ad1848
    299 file	dev/ic/ad1848.c			ad1848
    300 
    301 # LSI64854 DMA controller back-end
    302 define	lsi64854
    303 file	dev/ic/lsi64854.c		lsi64854
    304 
    305 
    306 # XXX THE FOLLOWING BLOCK SHOULD BE UNCOMMENTED, BUT CANNOT
    307 # XXX BECAUSE NOT ALL PORTS USE THE MI wdc DRIVER YET.
    308 #
    309 # device  wdc: ata, atapi, wdc_base
    310 # # Common code for ESDI/IDE/etc. controllers
    311 file    dev/ic/wdc.c wdc_base
    312 
    313 # Definitions for wscons
    314 # device attributes: display, display with emulator, keyboard, and mouse
    315 define  wsdisplaydev { }
    316 define  wsemuldisplaydev {[console = -1]}
    317 define  wskbddev {[console = -1]}
    318 define	wsmousedev { }
    319 # attribute to pull in raster support
    320 define	wsrasteremulops
    321 # common PC display functions
    322 define pcdisplayops
    323 file	dev/ic/pcdisplay_subr.c	pcdisplayops
    324 file	dev/ic/pcdisplay_chars.c	pcdisplayops
    325 # VGA graphics
    326 device	vga: wsemuldisplaydev, pcdisplayops
    327 file	dev/ic/vga.c		vga	needs-flag
    328 file	dev/ic/vga_subr.c	vga
    329 
    330 # Attributes which machine-independent bus support can be attached to.
    331 # These should be defined here, because some of these busses can have
    332 # devices which provide these attributes, and we'd like to avoid hairy
    333 # ordering constraints on inclusion of the busses' "files" files.
    334 define	isabus { }			# ISA attachment
    335 define	eisabus { }			# EISA attachment
    336 define	pcibus {[bus = -1]}		# PCI attachment
    337 define	tcbus { }			# TurboChannel attachment
    338 define	usbus { }			# USB attachment
    339 define	vmebus { }			# VME bus attachment
    340 
    341 # We need the USB bus controllers here so different busses can
    342 # use them in an 'attach-with'.
    343 # UHCI USB controller
    344 device	uhci: usbus
    345 file	dev/usb/uhci.c			uhci
    346 
    347 # OHCI USB controller
    348 device	ohci: usbus
    349 file	dev/usb/ohci.c			ohci
    350 
    351 # legitimate pseudo-devices
    352 pseudo-device vnd: disk
    353 pseudo-device ccd: disk
    354 pseudo-device md: disk
    355 pseudo-device vcoda
    356 
    357 pseudo-device pty: tty
    358 pseudo-device tb: tty
    359 pseudo-device rnd
    360 
    361 pseudo-device loop: ifnet
    362 pseudo-device sl: ifnet
    363 pseudo-device ppp: ifnet
    364 pseudo-device tun: ifnet
    365 pseudo-device bpfilter: ifnet
    366 pseudo-device strip: ifnet
    367 pseudo-device ipfilter: ifnet
    368 pseudo-device gre: ifnet
    369 
    370 pseudo-device sequencer
    371 
    372 # kernel sources
    373 file adosfs/adlookup.c			adosfs
    374 file adosfs/adutil.c			adosfs
    375 file adosfs/advfsops.c			adosfs
    376 file adosfs/advnops.c			adosfs
    377 file coda/coda_namecache.c		coda
    378 file coda/coda_psdev.c			vcoda			needs-count
    379 file coda/coda_subr.c			coda
    380 file coda/coda_venus.c			coda
    381 file coda/coda_vfsops.c			coda
    382 file coda/coda_vnops.c			coda
    383 file ddb/db_access.c			ddb | kgdb
    384 file ddb/db_aout.c			ddb
    385 file ddb/db_break.c			ddb
    386 file ddb/db_command.c			ddb
    387 file ddb/db_elf.c			ddb
    388 file ddb/db_examine.c			ddb
    389 file ddb/db_expr.c			ddb
    390 file ddb/db_input.c			ddb
    391 file ddb/db_lex.c			ddb
    392 file ddb/db_output.c			ddb
    393 file ddb/db_print.c			ddb
    394 file ddb/db_run.c			ddb | kgdb
    395 file ddb/db_sym.c			ddb
    396 file ddb/db_trap.c			ddb
    397 file ddb/db_variables.c			ddb
    398 file ddb/db_watch.c			ddb
    399 file ddb/db_write_cmd.c			ddb
    400 file ddb/db_xxx.c			ddb
    401 file dev/auconv.c			auconv
    402 file dev/audio.c			audio | midi		needs-flag
    403 file dev/ccd.c				ccd			needs-flag
    404 file dev/md.c				md			needs-count
    405 file dev/midi.c				midi			needs-flag
    406 file dev/midisyn.c			midisyn
    407 file dev/mulaw.c			mulaw
    408 file dev/sequencer.c			sequencer		needs-flag
    409 file dev/vnd.c				vnd			needs-flag
    410 file dev/rnd.c				rnd			needs-flag
    411 file dev/rndpool.c			rnd			needs-flag
    412 file dev/i2c/i2c_bus.c		i2c
    413 file dev/i2c/i2c_eeprom.c	i2c_eeprom
    414 file filecorefs/filecore_bmap.c		filecore
    415 file filecorefs/filecore_lookup.c	filecore
    416 file filecorefs/filecore_node.c		filecore
    417 file filecorefs/filecore_utils.c	filecore
    418 file filecorefs/filecore_vfsops.c	filecore
    419 file filecorefs/filecore_vnops.c	filecore
    420 file isofs/cd9660/cd9660_bmap.c		cd9660
    421 file isofs/cd9660/cd9660_lookup.c	cd9660
    422 file isofs/cd9660/cd9660_node.c		cd9660
    423 file isofs/cd9660/cd9660_rrip.c		cd9660
    424 file isofs/cd9660/cd9660_util.c		cd9660
    425 file isofs/cd9660/cd9660_vfsops.c	cd9660
    426 file isofs/cd9660/cd9660_vnops.c	cd9660
    427 file kern/exec_aout.c			exec_aout
    428 file kern/exec_conf.c
    429 file kern/exec_ecoff.c			exec_ecoff
    430 file kern/exec_elf32.c			exec_elf32
    431 file kern/exec_elf64.c			exec_elf64
    432 file kern/exec_elf_common.c		exec_elf32 | exec_elf64
    433 file kern/exec_script.c			exec_script
    434 file kern/exec_subr.c
    435 file kern/init_main.c
    436 file kern/init_sysent.c
    437 file kern/kern_acct.c
    438 file kern/kern_clock.c
    439 file kern/kern_descrip.c
    440 file kern/kern_exec.c
    441 file kern/kern_exit.c
    442 file kern/kern_fork.c
    443 file kern/kern_fthread.c
    444 file kern/kern_ktrace.c			ktrace
    445 file kern/kern_lkm.c			lkm
    446 file kern/kern_lock.c
    447 file kern/kern_malloc.c
    448 file kern/kern_ntptime.c
    449 file kern/kern_physio.c
    450 file kern/kern_proc.c
    451 file kern/kern_prot.c
    452 file kern/kern_resource.c
    453 file kern/kern_sig.c
    454 file kern/kern_subr.c
    455 file kern/kern_synch.c
    456 file kern/kern_sysctl.c
    457 file kern/kern_time.c
    458 file kern/kern_xxx.c
    459 file kern/kgdb_stub.c			kgdb
    460 file kern/subr_autoconf.c
    461 file kern/subr_disk.c
    462 file kern/subr_extent.c
    463 file kern/subr_log.c
    464 file kern/subr_pool.c
    465 file kern/subr_prf.c
    466 file kern/subr_prof.c
    467 file kern/subr_rmap.c
    468 file kern/subr_xxx.c
    469 file kern/sys_generic.c
    470 file kern/sys_process.c
    471 file kern/sys_socket.c
    472 file kern/syscalls.c			syscall_debug
    473 file kern/sysv_ipc.c			sysvshm | sysvsem | sysvmsg
    474 file kern/sysv_msg.c			sysvmsg
    475 file kern/sysv_sem.c			sysvsem
    476 file kern/sysv_shm.c			sysvshm
    477 file kern/tty.c
    478 file kern/tty_conf.c
    479 file kern/tty_pty.c			pty			needs-count
    480 file kern/tty_subr.c
    481 file kern/tty_tb.c			tb			needs-count
    482 file kern/tty_tty.c
    483 file kern/uipc_domain.c
    484 file kern/uipc_mbuf.c
    485 file kern/uipc_proto.c
    486 file kern/uipc_socket.c
    487 file kern/uipc_socket2.c
    488 file kern/uipc_syscalls.c
    489 file kern/uipc_usrreq.c
    490 file kern/vfs_bio.c
    491 file kern/vfs_cache.c
    492 file kern/vfs_cluster.c
    493 file kern/vfs_init.c
    494 file kern/vfs_lockf.c
    495 file kern/vfs_lookup.c
    496 file kern/vfs_subr.c
    497 file kern/vfs_syscalls.c
    498 file kern/vfs_vnops.c
    499 file kern/vnode_if.c
    500 file miscfs/deadfs/dead_vnops.c
    501 file miscfs/fdesc/fdesc_vfsops.c	fdesc
    502 file miscfs/fdesc/fdesc_vnops.c		fdesc
    503 file miscfs/fifofs/fifo_vnops.c
    504 file miscfs/genfs/genfs_vnops.c
    505 file miscfs/kernfs/kernfs_vfsops.c	kernfs
    506 file miscfs/kernfs/kernfs_vnops.c	kernfs
    507 file miscfs/nullfs/null_subr.c		nullfs
    508 file miscfs/nullfs/null_vfsops.c	nullfs
    509 file miscfs/nullfs/null_vnops.c		nullfs
    510 file miscfs/portal/portal_vfsops.c	portal
    511 file miscfs/portal/portal_vnops.c	portal
    512 file miscfs/procfs/procfs_ctl.c		procfs
    513 file miscfs/procfs/procfs_fpregs.c
    514 file miscfs/procfs/procfs_mem.c
    515 file miscfs/procfs/procfs_note.c	procfs
    516 file miscfs/procfs/procfs_regs.c
    517 file miscfs/procfs/procfs_status.c	procfs
    518 file miscfs/procfs/procfs_subr.c	procfs
    519 file miscfs/procfs/procfs_vfsops.c	procfs
    520 file miscfs/procfs/procfs_vnops.c	procfs
    521 file miscfs/specfs/spec_vnops.c
    522 file miscfs/umapfs/umap_subr.c		umapfs
    523 file miscfs/umapfs/umap_vfsops.c	umapfs
    524 file miscfs/umapfs/umap_vnops.c		umapfs
    525 file miscfs/union/union_subr.c		union
    526 file miscfs/union/union_vfsops.c	union
    527 file miscfs/union/union_vnops.c		union
    528 file msdosfs/msdosfs_conv.c		msdosfs
    529 file msdosfs/msdosfs_denode.c		msdosfs
    530 file msdosfs/msdosfs_fat.c		msdosfs
    531 file msdosfs/msdosfs_lookup.c		msdosfs
    532 file msdosfs/msdosfs_vfsops.c		msdosfs
    533 file msdosfs/msdosfs_vnops.c		msdosfs
    534 file net/bpf.c				bpfilter		needs-count
    535 file net/bpf_filter.c			bpfilter | ppp
    536 file net/bsd-comp.c			ppp & ppp_bsdcomp
    537 file net/if.c
    538 file net/if_arcsubr.c			arc
    539 file net/if_atmsubr.c			atm
    540 file net/if_ethersubr.c			ether | fddi
    541 file net/if_fddisubr.c			fddi
    542 file net/if_hippisubr.c                 hippi                   needs-flag
    543 file net/if_gre.c			gre				needs-count	
    544 file net/if_loop.c			loop			needs-count
    545 file net/if_media.c
    546 file net/if_sl.c			sl			needs-count
    547 file net/if_strip.c			strip			needs-count
    548 file net/if_ppp.c			ppp			needs-count
    549 file net/if_tun.c			tun			needs-count
    550 file net/pfil.c				pfil_hooks | ipfilter
    551 file net/ppp-deflate.c			ppp & ppp_deflate
    552 file net/ppp_tty.c			ppp
    553 file net/radix.c
    554 file net/raw_cb.c
    555 file net/raw_usrreq.c
    556 file net/route.c
    557 file net/rtsock.c
    558 file net/slcompress.c			sl | ppp | strip
    559 file net/zlib.c				ppp & ppp_deflate
    560 file netccitt/ccitt_proto.c		ccitt
    561 file netccitt/hd_debug.c		hdlc
    562 file netccitt/hd_input.c		hdlc
    563 file netccitt/hd_output.c		hdlc
    564 file netccitt/hd_subr.c			hdlc
    565 file netccitt/hd_timer.c		hdlc
    566 file netccitt/if_x25subr.c		ccitt
    567 file netccitt/llc_input.c		llc
    568 file netccitt/llc_output.c		llc
    569 file netccitt/llc_subr.c		llc
    570 file netccitt/llc_timer.c		llc
    571 file netccitt/pk_acct.c			ccitt
    572 file netccitt/pk_debug.c		ccitt
    573 file netccitt/pk_input.c		ccitt
    574 file netccitt/pk_llcsubr.c		llc | hdlc
    575 file netccitt/pk_output.c		ccitt
    576 file netccitt/pk_subr.c			ccitt
    577 file netccitt/pk_timer.c		ccitt
    578 file netccitt/pk_usrreq.c		ccitt
    579 file netinet/if_arp.c			arp			needs-flag
    580 file netinet/if_atm.c			atm
    581 file netinet/igmp.c			inet
    582 file netinet/in.c			inet
    583 file netinet/in_pcb.c			inet
    584 file netinet/in_proto.c			inet
    585 file netinet/ip_gre.c			inet
    586 file netinet/ip_flow.c			inet & gateway
    587 file netinet/ip_icmp.c			inet
    588 file netinet/ip_input.c			inet
    589 file netinet/ip_mroute.c		inet & mrouting
    590 file netinet/ip_output.c		inet
    591 file netinet/raw_ip.c			inet
    592 file netinet/tcp_debug.c		inet
    593 file netinet/tcp_input.c		inet
    594 file netinet/tcp_output.c		inet
    595 file netinet/tcp_subr.c			inet
    596 file netinet/tcp_timer.c		inet
    597 file netinet/tcp_usrreq.c		inet
    598 file netinet/udp_usrreq.c		inet
    599 file netinet/ip_auth.c			ipfilter		needs-flag
    600 file netinet/ip_fil.c			ipfilter
    601 file netinet/fil.c			ipfilter
    602 file netinet/ip_nat.c			ipfilter
    603 file netinet/ip_frag.c			ipfilter
    604 file netinet/ip_log.c			ipfilter & ipfilter_log
    605 file netinet/ip_proxy.c			ipfilter
    606 file netinet/ip_state.c			ipfilter
    607 file netatalk/aarp.c			netatalk
    608 file netatalk/at_control.c		netatalk
    609 file netatalk/at_proto.c		netatalk
    610 file netatalk/at_rmx.c			netatalkdebug
    611 file netatalk/ddp_input.c		netatalk
    612 file netatalk/ddp_output.c		netatalk
    613 file netatalk/ddp_usrreq.c		netatalk
    614 file netiso/clnp_debug.c		iso
    615 file netiso/clnp_er.c			iso
    616 file netiso/clnp_frag.c			iso
    617 file netiso/clnp_input.c		iso
    618 file netiso/clnp_options.c		iso
    619 file netiso/clnp_output.c		iso
    620 file netiso/clnp_raw.c			iso
    621 file netiso/clnp_subr.c			iso
    622 file netiso/clnp_timer.c		iso
    623 file netiso/cltp_usrreq.c		iso
    624 file netiso/esis.c			iso
    625 file netiso/idrp_usrreq.c		iso
    626 file netiso/if_cons.c			iso
    627 file netiso/if_eon.c			eon
    628 file netiso/iso.c			iso
    629 file netiso/iso_chksum.c		iso
    630 file netiso/iso_pcb.c			iso
    631 file netiso/iso_proto.c			iso
    632 file netiso/iso_snpac.c			iso
    633 file netiso/tp_astring.c		iso | tpip
    634 file netiso/tp_cons.c			iso
    635 file netiso/tp_driver.c			iso | tpip
    636 file netiso/tp_emit.c			iso | tpip
    637 file netiso/tp_inet.c			iso | tpip
    638 file netiso/tp_input.c			iso | tpip
    639 file netiso/tp_iso.c			iso
    640 file netiso/tp_meas.c			iso | tpip
    641 file netiso/tp_output.c			iso | tpip
    642 file netiso/tp_pcb.c			iso | tpip
    643 file netiso/tp_subr.c			iso | tpip
    644 file netiso/tp_subr2.c			iso | tpip
    645 file netiso/tp_timer.c			iso | tpip
    646 file netiso/tp_trace.c			iso | tpip
    647 file netiso/tp_usrreq.c			iso | tpip
    648 file netnatm/natm.c			natm
    649 file netnatm/natm_pcb.c			natm
    650 file netnatm/natm_proto.c		natm
    651 file netns/idp_usrreq.c			ns
    652 file netns/ns.c				ns
    653 file netns/ns_error.c			ns
    654 file netns/ns_input.c			ns
    655 file netns/ns_ip.c			ns
    656 file netns/ns_output.c			ns
    657 file netns/ns_pcb.c			ns
    658 file netns/ns_proto.c			ns
    659 file netns/spp_debug.c			ns
    660 file netns/spp_usrreq.c			ns
    661 file nfs/krpc_subr.c			nfs
    662 file nfs/nfs_bio.c			nfs
    663 file nfs/nfs_boot.c			nfs
    664 file nfs/nfs_bootdhcp.c 		nfs & (nfs_boot_bootp | nfs_boot_dhcp)
    665 file nfs/nfs_bootparam.c		nfs & nfs_boot_bootparam
    666 file nfs/nfs_node.c			nfs
    667 file nfs/nfs_nqlease.c			nfsserver | nfs
    668 file nfs/nfs_serv.c			nfsserver
    669 file nfs/nfs_socket.c			nfsserver | nfs
    670 file nfs/nfs_srvcache.c			nfsserver
    671 file nfs/nfs_subs.c			nfsserver | nfs
    672 file nfs/nfs_syscalls.c			nfsserver | nfs
    673 file nfs/nfs_vfsops.c			nfs
    674 file nfs/nfs_vnops.c			nfs
    675 file ufs/ext2fs/ext2fs_alloc.c		ext2fs
    676 file ufs/ext2fs/ext2fs_balloc.c		ext2fs
    677 file ufs/ext2fs/ext2fs_bmap.c		ext2fs
    678 file ufs/ext2fs/ext2fs_bswap.c		ext2fs
    679 file ufs/ext2fs/ext2fs_inode.c		ext2fs
    680 file ufs/ext2fs/ext2fs_lookup.c		ext2fs
    681 file ufs/ext2fs/ext2fs_readwrite.c	ext2fs
    682 file ufs/ext2fs/ext2fs_subr.c		ext2fs
    683 file ufs/ext2fs/ext2fs_vfsops.c		ext2fs
    684 file ufs/ext2fs/ext2fs_vnops.c		ext2fs
    685 file ufs/ffs/ffs_alloc.c		ffs | mfs
    686 file ufs/ffs/ffs_balloc.c		ffs | mfs
    687 file ufs/ffs/ffs_bswap.c		(ffs | mfs | lfs) & ffs_ei
    688 file ufs/ffs/ffs_inode.c		ffs | mfs
    689 file ufs/ffs/ffs_subr.c			ffs | mfs
    690 file ufs/ffs/ffs_tables.c		ffs | mfs
    691 file ufs/ffs/ffs_vfsops.c		ffs | mfs
    692 file ufs/ffs/ffs_vnops.c		ffs | mfs
    693 file ufs/lfs/lfs_alloc.c		lfs
    694 file ufs/lfs/lfs_bio.c			lfs
    695 file ufs/lfs/lfs_balloc.c		lfs
    696 file ufs/lfs/lfs_cksum.c		lfs
    697 file ufs/lfs/lfs_debug.c		lfs
    698 file ufs/lfs/lfs_inode.c		lfs
    699 file ufs/lfs/lfs_segment.c		lfs
    700 file ufs/lfs/lfs_subr.c			lfs
    701 file ufs/lfs/lfs_syscalls.c		lfs
    702 file ufs/lfs/lfs_vfsops.c		lfs
    703 file ufs/lfs/lfs_vnops.c		lfs
    704 file ufs/mfs/mfs_vfsops.c		mfs
    705 file ufs/mfs/mfs_vnops.c		mfs
    706 file ufs/ufs/ufs_bmap.c			ffs | lfs | mfs | ext2fs
    707 file ufs/ufs/ufs_ihash.c		ffs | lfs | mfs | ext2fs
    708 file ufs/ufs/ufs_inode.c		ffs | lfs | mfs
    709 file ufs/ufs/ufs_lookup.c		ffs | lfs | mfs | ext2fs
    710 file ufs/ufs/ufs_quota.c		quota & (ffs | lfs | mfs)
    711 file ufs/ufs/ufs_vfsops.c		ffs | lfs | mfs | ext2fs
    712 file ufs/ufs/ufs_vnops.c		ffs | lfs | mfs | ext2fs
    713 file vm/device_pager.c			!uvm & devpager
    714 file vm/swap_pager.c			!uvm & swappager
    715 file vm/vm_fault.c			!uvm
    716 file vm/vm_glue.c			!uvm
    717 file vm/vm_init.c			!uvm
    718 file vm/vm_kern.c			!uvm
    719 file vm/vm_map.c			!uvm
    720 file vm/vm_meter.c			!uvm
    721 file vm/vm_mmap.c			!uvm
    722 file vm/vm_object.c			!uvm
    723 file vm/vm_page.c			!uvm
    724 file vm/vm_pageout.c			!uvm
    725 file vm/vm_pager.c			!uvm
    726 file vm/vm_swap.c			!uvm
    727 file vm/vm_unix.c			!uvm
    728 file vm/vm_user.c			!uvm
    729 file vm/vnode_pager.c			!uvm & vnodepager
    730 file uvm/uvm_amap.c			uvm
    731 file uvm/uvm_aobj.c			uvm
    732 file uvm/uvm_device.c			uvm
    733 file uvm/uvm_fault.c			uvm
    734 file uvm/uvm_glue.c			uvm
    735 file uvm/uvm_init.c			uvm
    736 file uvm/uvm_io.c			uvm
    737 file uvm/uvm_km.c			uvm
    738 file uvm/uvm_loan.c			uvm
    739 file uvm/uvm_map.c			uvm
    740 file uvm/uvm_meter.c			uvm
    741 file uvm/uvm_mmap.c			uvm
    742 file uvm/uvm_page.c			uvm
    743 file uvm/uvm_pager.c			uvm
    744 file uvm/uvm_pdaemon.c			uvm
    745 file uvm/uvm_pglist.c			uvm
    746 file uvm/uvm_stat.c			uvm
    747 file uvm/uvm_swap.c			uvm
    748 file uvm/uvm_unix.c			uvm
    749 file uvm/uvm_user.c			uvm
    750 file uvm/uvm_vnode.c			uvm
    751