files revision 1.208
11.208Snathanw#	$NetBSD: files,v 1.208 1998/06/28 21:35:37 nathanw Exp $
21.60Scgd
31.60Scgd#	@(#)files.newconf	7.5 (Berkeley) 5/10/93
41.60Scgd
51.112Sthorpej# options understood by the machine-independent part of the kernel
61.112Sthorpej# (note, these are case-sensitive)
71.189Sscottrdefopt	INSECURE
81.112Sthorpejdefopt	KMEMSTATS
91.197Sthorpejdefopt	KTRACE
101.186Senamidefopt	LOCKDEBUG
111.141Senamidefopt	RTC_OFFSET
121.208Snathanwdefopt	SHORTCORENAME
131.157Sthorpejdefopt	UCONSOLE
141.141Senami
151.141Senamidefopt	DEVPAGER
161.141Senamidefopt	SWAPPAGER
171.141Senamidefopt	VNODEPAGER
181.181Sjonathan
191.181Sjonathandefopt	opt_ntp.h	PPS_SYNC NTP 
201.129Sthorpej
211.163Sscottrdefopt	opt_nfs_boot.h	NFS_BOOT_BOOTP NFS_BOOT_BOOTPARAM NFS_BOOT_DHCP
221.163Sscottr			NFS_BOOT_GATEWAY
231.198Sthorpejdefopt	NFSSERVER
241.161Sscottr
251.189Sscottrdefopt	opt_malloclog.h	MALLOCLOG MALLOCLOGSIZE
261.189Sscottr
271.189Sscottrdefopt	opt_execfmt.h	EXEC_AOUT EXEC_ECOFF EXEC_ELF32 EXEC_ELF64 EXEC_SCRIPT
281.199Sthorpej
291.199Sthorpej# compatibility options
301.199Sthorpejdefopt	COMPAT_FREEBSD
311.204Sthorpejdefopt	COMPAT_HPUX
321.205Sthorpejdefopt	COMPAT_IBCS2
331.200Sthorpejdefopt	COMPAT_LINUX
341.205Sthorpejdefopt	COMPAT_OSF1
351.203Sthorpejdefopt	COMPAT_SUNOS
361.206Sthorpejdefopt	COMPAT_SVR4
371.202Sthorpejdefopt	COMPAT_ULTRIX
381.189Sscottr
391.189Sscottr# networking options
401.182Smattdefopt	GATEWAY
411.161Sscottrdefopt	MROUTING
421.161Sscottrdefopt	TCP_COMPAT_42
431.165Sthorpej
441.189Sscottrdefopt	TCP_RECVSPACE
451.189Sscottrdefopt	TCP_SENDSPACE
461.171Smrg
471.171Smrg# these are not together so that turning on UVMHIST only affects files that
481.171Smrg# use it, not most of the kernel
491.171Smrgdefopt	opt_uvm.h	UVM
501.172Sthorpejdefopt	opt_uvmhist.h	UVMHIST UVMHIST_PRINT
511.171Smrgdefopt	opt_pmap_new.h	PMAP_NEW
521.175Sthorpej
531.175Sthorpej# file systems
541.175Sthorpejdeffs	FFS EXT2FS
551.175Sthorpejdeffs	fs_mfs.h MFS			# XXX
561.175Sthorpejdeffs	fs_lfs.h LFS
571.175Sthorpejdeffs	CD9660
581.175Sthorpejdeffs	ADOSFS
591.175Sthorpejdeffs	MSDOSFS
601.175Sthorpejdeffs	fs_nfs.h NFS
611.175Sthorpejdeffs	NULLFS FDESC PORTAL UMAPFS PROCFS
621.175Sthorpejdeffs	fs_kernfs.h KERNFS		# XXX
631.175Sthorpejdeffs	fs_union.h UNION
641.189Sscottr
651.189Sscottr# file system options
661.189Sscottrdefopt	QUOTA
671.192Ssommerfe
681.192Ssommerfe# Not entirely MI, but present on multiple arch's
691.192Ssommerfedefopt	opt_mbr.h	COMPAT_386BSD_MBRPART
701.159Sdrochner
711.173Sthorpej# device classes
721.173Sthorpejdevclass disk
731.173Sthorpejdevclass tape
741.173Sthorpejdevclass ifnet
751.173Sthorpejdevclass tty
761.173Sthorpej
771.60Scgd# generic attributes
781.134Saugustssdefine	audio { }
791.142Senamidefine	scsi {[channel = -1]}
801.164Scgddefine	ata {[drive = -1]}
811.142Senamidefine	atapi { }
821.155Sbouyerdefine  miibus { }
831.67Scgd
841.67Scgd# audio device attributes
851.63Sbrezakdefine	mulaw
861.132Saugustssdefine	auconv
871.134Saugustss
881.134Saugustss# audio device, attaches to audio hardware driver
891.173Sthorpejdevice	audio
901.134Saugustssattach	audio at audio
911.60Scgd
921.67Scgd# net device attributes - we have generic code for arc(net), ether(net),
931.111Sthorpej# fddi, and atm.
941.67Scgddefine	arc
951.88Schuckdefine	atm
961.60Scgddefine	ether
971.67Scgddefine	fddi
981.185Skmldefine	hippi
991.100Sws
1001.119Sis# devices ARPing IPv4 pull this in:
1011.119Sisdefine	arp
1021.119Sis
1031.102Sws# Device description for machine-independent IPKDB code.
1041.102Swsdefine	ipkdb
1051.102Sws
1061.173Sthorpejdevice	ipkdbif: ipkdb
1071.173Sthorpejdevice	ipkdbslip: ipkdb
1081.173Sthorpejdevice	ipkdbppp: ipkdb
1091.102Sws
1101.102Sws# Common files for any ipkdb support
1111.142Senamifile	ipkdb/ipkdb_ipkdb.c		ipkdb			needs-flag
1121.102Swsfile	ipkdb/ipkdb_if.c		ipkdb
1131.102Sws
1141.102Sws# Support for slip
1151.142Senamifile	ipkdb/ipkdb_slip.c		ipkdbslip		needs-flag
1161.102Sws
1171.102Sws# Support for ppp	(for now only fake)
1181.142Senamifile	ipkdb/ipkdb_ppp.c		ipkdbppp		needs-flag
1191.102Sws
1201.71Sthorpej
1211.83Sthorpej# "Chipset" drivers.  These are the bus-independent routines which
1221.83Sthorpej# contain the cfdrivers.  Attachments are provided by files.<bus>
1231.145Schristos
1241.145Schristos# Adaptec AIC-6[32]60 ICs
1251.173Sthorpejdevice	aic: scsi
1261.145Schristosfile	dev/ic/aic6360.c		aic
1271.83Sthorpej
1281.86Smycroft# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
1291.191Ssommerfedefopt	opt_ahc.h	AHC_BROKEN_CACHE AHC_DEBUG AHC_TAGENABLE 
1301.173Sthorpejdevice	ahc: scsi
1311.142Senamifile	dev/ic/aic7xxx.c		ahc
1321.194Sjonathan
1331.194Sjonathan# AMD 7930 audio/ISDN codec
1341.194Sjonathandevice audioamd: audio
1351.194Sjonathanfile	dev/ic/am7930.c				audioamd
1361.113Smycroft
1371.130Sjonathan# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
1381.130Sjonathan# (Must be declared before AHA to ensure bha probes before aha.
1391.130Sjonathan#  Probing AHA first configures bhas as aha, via their AHA
1401.130Sjonathan#  hardware-compatibility mode.)
1411.173Sthorpejdevice	bha: scsi
1421.142Senamifile	dev/ic/bha.c			bha
1431.130Sjonathan
1441.113Smycroft# Adaptec AHA-154x and AHA-164x controllers
1451.130Sjonathan# (must be after bha, see above)
1461.173Sthorpejdevice	aha: scsi
1471.142Senamifile	dev/ic/aha.c			aha
1481.118Scgd
1491.118Scgd# Qlogic ISP 10x0 SCSI Controllers
1501.173Sthorpejdevice	isp: scsi
1511.142Senamifile	dev/ic/isp.c			isp
1521.94Smycroft
1531.94Smycroft# UltraStor SCSI controllers
1541.173Sthorpejdevice	uha: scsi
1551.142Senamifile	dev/ic/uha.c			uha
1561.86Smycroft
1571.83Sthorpej# 3Com Etherlink-III Ethernet controller
1581.173Sthorpejdevice	ep: arp, ether, ifnet
1591.142Senamifile	dev/ic/elink3.c			ep
1601.131Smatt
1611.131Smatt# DEC EtherWORKS III (LEMAC) Ethernet controllers
1621.173Sthorpejdevice	lc: arp, ether, ifnet
1631.142Senamifile	dev/ic/lemac.c			lc
1641.84Smycroft
1651.84Smycroft# LANCE and PCnet Ethernet controllers
1661.173Sthorpejdevice	le: arp, ether, ifnet
1671.142Senamifile	dev/ic/am7990.c			le
1681.122Sscottr
1691.122Sscottr# 8390-family Ethernet controllers
1701.122Sscottrdefine	dp8390nic
1711.142Senamifile	dev/ic/dp8390.c			dp8390nic
1721.77Scgd
1731.91Scgd# NCR 5380 SCSI Bus Controller
1741.91Scgddefine	ncr5380sbc
1751.142Senamifile	dev/ic/ncr5380sbc.c		ncr5380sbc
1761.91Scgd
1771.91Scgd# DEC FDDI Chipset
1781.91Scgddefine	pdq
1791.142Senamifile	dev/ic/pdq.c			pdq
1801.142Senamifile	dev/ic/pdq_ifsubr.c		pdq
1811.98Schristos
1821.98Schristos# Cyclades Cyclom-8/16/32 
1831.173Sthorpejdevice	cy: tty
1841.142Senamifile	dev/ic/cy.c			cy			needs-flag
1851.103Sthorpej
1861.103Sthorpej# Efficient Networks, Inc. ATM interface
1871.173Sthorpejdevice	en: atm, ifnet
1881.142Senamifile	dev/ic/midway.c			en
1891.117Sthorpej
1901.117Sthorpej# NCR 53x9x or Emulex ESP SCSI Controller
1911.117Sthorpejdefine	ncr53c9x
1921.142Senamifile	dev/ic/ncr53c9x.c		ncr53c9x
1931.128Spk
1941.128Spk# Intel 82586 Ethernet Controller
1951.128Spkdefine	i82586
1961.142Senamifile	dev/ic/i82586.c			i82586
1971.137Sthorpej
1981.137Sthorpej# SMC 91Cxx Ethernet Controller
1991.173Sthorpejdevice	sm: arp, ether, ifnet
2001.142Senamifile	dev/ic/smc91cxx.c		sm
2011.188Sthorpej
2021.188Sthorpej# SMC 83C170 EPIC/100 Fast Ethernet Controller
2031.188Sthorpejdevice	epic: arp, ether, ifnet, miibus 
2041.188Sthorpejfile	dev/ic/smc83c170.c		epic
2051.177Senami
2061.177Senami# MB8696x Ethernet Controller
2071.177Senamidefine	mb86960
2081.177Senamifile	dev/ic/mb86960.c		mb86960
2091.177Senami
2101.177Senami# Generic MB8696x Ethernet Controller driver
2111.177Senamidevice	mbe: arp, ether, ifnet, mb86960
2121.146Saugustss
2131.146Saugustss# Interwave Am78C201 audio driver
2141.146Saugustssdefine	interwave
2151.146Saugustssfile	dev/ic/interwave.c		interwave
2161.154Sis
2171.154Sis# TMS 320av110 MPEG2/audio driver
2181.154Sisdefine	tms320av110
2191.154Sisfile	dev/ic/tms320av110.c		tms320av110
2201.152Sthorpej
2211.152Sthorpej# Novell NE2000-compatible Ethernet cards, based on the
2221.152Sthorpej# National Semiconductor DS8390.
2231.173Sthorpejdevice	ne: ether, ifnet, arp, dp8390nic
2241.152Sthorpejfile	dev/ic/ne2000.c			ne
2251.153Sthorpej
2261.153Sthorpej# 8250/16[45]50-based "com" ports
2271.153Sthorpej# XXX In a perfect world, this would be done with attributes
2281.173Sthorpejdevice	com: tty
2291.153Sthorpejfile	dev/ic/com.c			com needs-flag
2301.155Sbouyer
2311.155Sbouyer# Device description for i2c bus and i2c eeprom
2321.155Sbouyerdefine  i2c
2331.155Sbouyerdefine  i2c_eeprom
2341.164Scgd
2351.185Skml# Essential Communications Corp. HIPPI Interface
2361.185Skmldevice  esh: hippi, ifnet
2371.185Skmlfile    dev/ic/rrunner.c        esh
2381.185Skml
2391.164Scgd# XXX THE FOLLOWING BLOCK SHOULD BE UNCOMMENTED, BUT CANNOT
2401.164Scgd# XXX BECAUSE NOT ALL PORTS USE THE MI wdc DRIVER YET.
2411.164Scgd#
2421.164Scgd# # ESDI/IDE/etc. controllers
2431.173Sthorpej# device  wdc: ata, atapi
2441.164Scgd# file    dev/ic/wdc.c
2451.164Scgd#				wdc & (wd | !wd) needs-flag # XXX
2461.179Sdrochner
2471.179Sdrochner# Definitions for wscons
2481.179Sdrochner# device attributes: display, display with emulator, keyboard, and mouse
2491.179Sdrochnerdefine  wsdisplaydev { }
2501.179Sdrochnerdefine  wsemuldisplaydev {[console = -1]}
2511.179Sdrochnerdefine  wskbddev {[console = -1]}
2521.179Sdrochnerdefine	wsmousedev { }
2531.179Sdrochner# attribute to pull in raster support
2541.179Sdrochnerdefine	wsrasteremulops
2551.187Sdrochner# common PC display functions
2561.187Sdrochnerdefine pcdisplayops
2571.187Sdrochnerfile	dev/ic/pcdisplay_subr.c	pcdisplayops
2581.207Sdrochnerfile	dev/ic/pcdisplay_chars.c	pcdisplayops
2591.179Sdrochner# VGA graphics
2601.187Sdrochnerdevice	vga: wsemuldisplaydev, pcdisplayops
2611.180Sdrochnerfile	dev/ic/vga.c		vga	needs-flag
2621.179Sdrochnerfile	dev/ic/vga_subr.c	vga
2631.91Scgd
2641.77Scgd# Attributes which machine-independent bus support can be attached to.
2651.77Scgd# These should be defined here, because some of these busses can have
2661.77Scgd# devices which provide these attributes, and we'd like to avoid hairy
2671.77Scgd# ordering constraints on inclusion of the busses' "files" files.
2681.78Scgddefine	isabus { }			# ISA attachment
2691.77Scgddefine	eisabus { }			# EISA attachment
2701.78Scgddefine	pcibus {[bus = -1]}		# PCI attachment
2711.77Scgddefine	tcbus { }			# TurboChannel attachment
2721.60Scgd
2731.60Scgd# legitimate pseudo-devices
2741.60Scgdpseudo-device vnd: disk
2751.64Sthorpejpseudo-device ccd: disk
2761.110Sthorpejpseudo-device md: disk
2771.110Sthorpej
2781.60Scgdpseudo-device pty: tty
2791.60Scgdpseudo-device tb: tty
2801.151Sexplorerpseudo-device rnd
2811.60Scgd
2821.60Scgdpseudo-device loop: ifnet
2831.60Scgdpseudo-device sl: ifnet
2841.60Scgdpseudo-device ppp: ifnet
2851.60Scgdpseudo-device tun: ifnet
2861.60Scgdpseudo-device bpfilter: ifnet
2871.87Sjonathanpseudo-device strip: ifnet
2881.109Smrgpseudo-device ipfilter: ifnet
2891.60Scgd
2901.60Scgd# kernel sources
2911.65Scgdfile adosfs/adlookup.c			adosfs
2921.65Scgdfile adosfs/adutil.c			adosfs
2931.65Scgdfile adosfs/advfsops.c			adosfs
2941.65Scgdfile adosfs/advnops.c			adosfs
2951.178Spkfile ddb/db_access.c			ddb | kgdb
2961.65Scgdfile ddb/db_aout.c			ddb
2971.65Scgdfile ddb/db_break.c			ddb
2981.65Scgdfile ddb/db_command.c			ddb
2991.140Sthorpejfile ddb/db_elf.c			ddb
3001.65Scgdfile ddb/db_examine.c			ddb
3011.65Scgdfile ddb/db_expr.c			ddb
3021.65Scgdfile ddb/db_input.c			ddb
3031.65Scgdfile ddb/db_lex.c			ddb
3041.65Scgdfile ddb/db_output.c			ddb
3051.65Scgdfile ddb/db_print.c			ddb
3061.178Spkfile ddb/db_run.c			ddb | kgdb
3071.65Scgdfile ddb/db_sym.c			ddb
3081.65Scgdfile ddb/db_trap.c			ddb
3091.65Scgdfile ddb/db_variables.c			ddb
3101.65Scgdfile ddb/db_watch.c			ddb
3111.65Scgdfile ddb/db_write_cmd.c			ddb
3121.123Sgwrfile ddb/db_xxx.c			ddb
3131.132Saugustssfile dev/auconv.c			auconv
3141.65Scgdfile dev/audio.c			audio			needs-flag
3151.65Scgdfile dev/ccd.c				ccd			needs-flag
3161.133Sleofile dev/md.c				md			needs-count
3171.65Scgdfile dev/mulaw.c			mulaw
3181.65Scgdfile dev/vnd.c				vnd			needs-flag
3191.151Sexplorerfile dev/rnd.c				rnd			needs-flag
3201.151Sexplorerfile dev/rndpool.c			rnd			needs-flag
3211.156Sbouyerfile dev/i2c/i2c_bus.c		i2c
3221.156Sbouyerfile dev/i2c/i2c_eeprom.c	i2c_eeprom
3231.60Scgdfile isofs/cd9660/cd9660_bmap.c		cd9660
3241.60Scgdfile isofs/cd9660/cd9660_lookup.c	cd9660
3251.60Scgdfile isofs/cd9660/cd9660_node.c		cd9660
3261.60Scgdfile isofs/cd9660/cd9660_rrip.c		cd9660
3271.60Scgdfile isofs/cd9660/cd9660_util.c		cd9660
3281.60Scgdfile isofs/cd9660/cd9660_vfsops.c	cd9660
3291.60Scgdfile isofs/cd9660/cd9660_vnops.c	cd9660
3301.101Scgdfile kern/exec_aout.c			exec_aout
3311.65Scgdfile kern/exec_conf.c
3321.101Scgdfile kern/exec_ecoff.c			exec_ecoff
3331.101Scgdfile kern/exec_elf32.c			exec_elf32
3341.99Scgdfile kern/exec_elf64.c			exec_elf64
3351.101Scgdfile kern/exec_elf_common.c		exec_elf32 | exec_elf64
3361.101Scgdfile kern/exec_script.c			exec_script
3371.65Scgdfile kern/exec_subr.c
3381.65Scgdfile kern/init_main.c
3391.65Scgdfile kern/init_sysent.c
3401.65Scgdfile kern/kern_acct.c
3411.65Scgdfile kern/kern_clock.c
3421.65Scgdfile kern/kern_descrip.c
3431.65Scgdfile kern/kern_exec.c
3441.65Scgdfile kern/kern_exit.c
3451.65Scgdfile kern/kern_fork.c
3461.170Smrgfile kern/kern_fthread.c
3471.65Scgdfile kern/kern_ktrace.c			ktrace
3481.143Smikelfile kern/kern_lkm.c			lkm
3491.127Sfvdlfile kern/kern_lock.c
3501.143Smikelfile kern/kern_malloc.c
3511.106Sthorpejfile kern/kern_ntptime.c
3521.65Scgdfile kern/kern_physio.c
3531.65Scgdfile kern/kern_proc.c
3541.65Scgdfile kern/kern_prot.c
3551.65Scgdfile kern/kern_resource.c
3561.65Scgdfile kern/kern_sig.c
3571.65Scgdfile kern/kern_subr.c
3581.143Smikelfile kern/kern_synch.c
3591.65Scgdfile kern/kern_sysctl.c
3601.65Scgdfile kern/kern_time.c
3611.65Scgdfile kern/kern_xxx.c
3621.114Sgwrfile kern/kgdb_stub.c			kgdb
3631.60Scgdfile kern/subr_autoconf.c
3641.60Scgdfile kern/subr_disk.c
3651.89Sthorpejfile kern/subr_extent.c
3661.65Scgdfile kern/subr_log.c
3671.158Spkfile kern/subr_pool.c
3681.65Scgdfile kern/subr_prf.c
3691.65Scgdfile kern/subr_prof.c
3701.65Scgdfile kern/subr_rmap.c
3711.65Scgdfile kern/subr_xxx.c
3721.65Scgdfile kern/sys_generic.c
3731.65Scgdfile kern/sys_process.c
3741.65Scgdfile kern/sys_socket.c
3751.65Scgdfile kern/syscalls.c			syscall_debug
3761.81Scgdfile kern/sysv_ipc.c			sysvshm | sysvsem | sysvmsg
3771.65Scgdfile kern/sysv_msg.c			sysvmsg
3781.65Scgdfile kern/sysv_sem.c			sysvsem
3791.65Scgdfile kern/sysv_shm.c			sysvshm
3801.65Scgdfile kern/tty.c
3811.65Scgdfile kern/tty_conf.c
3821.65Scgdfile kern/tty_pty.c			pty			needs-count
3831.65Scgdfile kern/tty_subr.c
3841.65Scgdfile kern/tty_tb.c			tb			needs-count
3851.65Scgdfile kern/tty_tty.c
3861.65Scgdfile kern/uipc_domain.c
3871.65Scgdfile kern/uipc_mbuf.c
3881.65Scgdfile kern/uipc_proto.c
3891.65Scgdfile kern/uipc_socket.c
3901.65Scgdfile kern/uipc_socket2.c
3911.65Scgdfile kern/uipc_syscalls.c
3921.65Scgdfile kern/uipc_usrreq.c
3931.65Scgdfile kern/vfs_bio.c
3941.65Scgdfile kern/vfs_cache.c
3951.65Scgdfile kern/vfs_cluster.c
3961.65Scgdfile kern/vfs_init.c
3971.60Scgdfile kern/vfs_lockf.c
3981.65Scgdfile kern/vfs_lookup.c
3991.65Scgdfile kern/vfs_subr.c
4001.65Scgdfile kern/vfs_syscalls.c
4011.65Scgdfile kern/vfs_vnops.c
4021.79Scgdfile kern/vnode_if.c
4031.60Scgdfile miscfs/deadfs/dead_vnops.c
4041.60Scgdfile miscfs/fdesc/fdesc_vfsops.c	fdesc
4051.60Scgdfile miscfs/fdesc/fdesc_vnops.c		fdesc
4061.195Ssommerfefile miscfs/fifofs/fifo_vnops.c
4071.95Smycroftfile miscfs/genfs/genfs_vnops.c
4081.60Scgdfile miscfs/kernfs/kernfs_vfsops.c	kernfs
4091.60Scgdfile miscfs/kernfs/kernfs_vnops.c	kernfs
4101.60Scgdfile miscfs/nullfs/null_subr.c		nullfs
4111.60Scgdfile miscfs/nullfs/null_vfsops.c	nullfs
4121.60Scgdfile miscfs/nullfs/null_vnops.c		nullfs
4131.60Scgdfile miscfs/portal/portal_vfsops.c	portal
4141.60Scgdfile miscfs/portal/portal_vnops.c	portal
4151.60Scgdfile miscfs/procfs/procfs_ctl.c		procfs
4161.60Scgdfile miscfs/procfs/procfs_fpregs.c
4171.60Scgdfile miscfs/procfs/procfs_mem.c
4181.60Scgdfile miscfs/procfs/procfs_note.c	procfs
4191.60Scgdfile miscfs/procfs/procfs_regs.c
4201.60Scgdfile miscfs/procfs/procfs_status.c	procfs
4211.60Scgdfile miscfs/procfs/procfs_subr.c	procfs
4221.60Scgdfile miscfs/procfs/procfs_vfsops.c	procfs
4231.60Scgdfile miscfs/procfs/procfs_vnops.c	procfs
4241.60Scgdfile miscfs/specfs/spec_vnops.c
4251.60Scgdfile miscfs/umapfs/umap_subr.c		umapfs
4261.60Scgdfile miscfs/umapfs/umap_vfsops.c	umapfs
4271.60Scgdfile miscfs/umapfs/umap_vnops.c		umapfs
4281.60Scgdfile miscfs/union/union_subr.c		union
4291.60Scgdfile miscfs/union/union_vfsops.c	union
4301.60Scgdfile miscfs/union/union_vnops.c		union
4311.65Scgdfile msdosfs/msdosfs_conv.c		msdosfs
4321.65Scgdfile msdosfs/msdosfs_denode.c		msdosfs
4331.60Scgdfile msdosfs/msdosfs_fat.c		msdosfs
4341.65Scgdfile msdosfs/msdosfs_lookup.c		msdosfs
4351.65Scgdfile msdosfs/msdosfs_vfsops.c		msdosfs
4361.65Scgdfile msdosfs/msdosfs_vnops.c		msdosfs
4371.65Scgdfile net/bpf.c				bpfilter		needs-count
4381.81Scgdfile net/bpf_filter.c			bpfilter | ppp
4391.143Smikelfile net/bsd-comp.c			ppp & ppp_bsdcomp
4401.65Scgdfile net/if.c
4411.65Scgdfile net/if_arcsubr.c			arc			needs-flag
4421.88Schuckfile net/if_atmsubr.c			atm			needs-flag
4431.81Scgdfile net/if_ethersubr.c			ether | fddi		needs-flag
4441.67Scgdfile net/if_fddisubr.c			fddi
4451.185Skmlfile net/if_hippisubr.c                 hippi                   needs-flag
4461.65Scgdfile net/if_loop.c			loop			needs-count
4471.120Sthorpejfile net/if_media.c
4481.65Scgdfile net/if_sl.c			sl			needs-count
4491.87Sjonathanfile net/if_strip.c			strip			needs-count
4501.65Scgdfile net/if_ppp.c			ppp			needs-count
4511.143Smikelfile net/if_tun.c			tun			needs-count
4521.143Smikelfile net/pfil.c				pfil_hooks | ipfilter
4531.143Smikelfile net/ppp-deflate.c			ppp & ppp_deflate
4541.65Scgdfile net/ppp_tty.c			ppp
4551.65Scgdfile net/radix.c
4561.65Scgdfile net/raw_cb.c
4571.65Scgdfile net/raw_usrreq.c
4581.65Scgdfile net/route.c
4591.65Scgdfile net/rtsock.c
4601.87Sjonathanfile net/slcompress.c			sl | ppp | strip
4611.143Smikelfile net/zlib.c				ppp & ppp_deflate
4621.65Scgdfile netccitt/ccitt_proto.c		ccitt
4631.65Scgdfile netccitt/hd_debug.c		hdlc
4641.65Scgdfile netccitt/hd_input.c		hdlc
4651.65Scgdfile netccitt/hd_output.c		hdlc
4661.65Scgdfile netccitt/hd_subr.c			hdlc
4671.65Scgdfile netccitt/hd_timer.c		hdlc
4681.65Scgdfile netccitt/if_x25subr.c		ccitt
4691.65Scgdfile netccitt/llc_input.c		llc
4701.65Scgdfile netccitt/llc_output.c		llc
4711.65Scgdfile netccitt/llc_subr.c		llc
4721.65Scgdfile netccitt/llc_timer.c		llc
4731.65Scgdfile netccitt/pk_acct.c			ccitt
4741.65Scgdfile netccitt/pk_debug.c		ccitt
4751.65Scgdfile netccitt/pk_input.c		ccitt
4761.81Scgdfile netccitt/pk_llcsubr.c		llc | hdlc
4771.65Scgdfile netccitt/pk_output.c		ccitt
4781.65Scgdfile netccitt/pk_subr.c			ccitt
4791.65Scgdfile netccitt/pk_timer.c		ccitt
4801.65Scgdfile netccitt/pk_usrreq.c		ccitt
4811.142Senamifile netinet/if_arp.c			arp			needs-flag
4821.88Schuckfile netinet/if_atm.c			atm
4831.65Scgdfile netinet/igmp.c			inet
4841.65Scgdfile netinet/in.c			inet
4851.65Scgdfile netinet/in_pcb.c			inet
4861.65Scgdfile netinet/in_proto.c			inet
4871.183Smattfile netinet/ip_flow.c			inet & gateway
4881.65Scgdfile netinet/ip_icmp.c			inet
4891.65Scgdfile netinet/ip_input.c			inet
4901.115Smikelfile netinet/ip_mroute.c		inet & mrouting
4911.65Scgdfile netinet/ip_output.c		inet
4921.65Scgdfile netinet/raw_ip.c			inet
4931.65Scgdfile netinet/tcp_debug.c		inet
4941.65Scgdfile netinet/tcp_input.c		inet
4951.65Scgdfile netinet/tcp_output.c		inet
4961.65Scgdfile netinet/tcp_subr.c			inet
4971.65Scgdfile netinet/tcp_timer.c		inet
4981.65Scgdfile netinet/tcp_usrreq.c		inet
4991.65Scgdfile netinet/udp_usrreq.c		inet
5001.142Senamifile netinet/ip_auth.c			ipfilter		needs-flag
5011.126Sthorpejfile netinet/ip_fil.c			ipfilter
5021.109Smrgfile netinet/fil.c			ipfilter
5031.109Smrgfile netinet/ip_nat.c			ipfilter
5041.109Smrgfile netinet/ip_frag.c			ipfilter
5051.144Sveegofile netinet/ip_log.c			ipfilter & ipfilter_log
5061.124Sthorpejfile netinet/ip_proxy.c			ipfilter
5071.109Smrgfile netinet/ip_state.c			ipfilter
5081.121Schristosfile netatalk/aarp.c			netatalk
5091.121Schristosfile netatalk/at_control.c		netatalk
5101.121Schristosfile netatalk/at_proto.c		netatalk
5111.121Schristosfile netatalk/at_rmx.c			netatalkdebug
5121.121Schristosfile netatalk/ddp_input.c		netatalk
5131.121Schristosfile netatalk/ddp_output.c		netatalk
5141.121Schristosfile netatalk/ddp_usrreq.c		netatalk
5151.65Scgdfile netiso/clnp_debug.c		iso
5161.65Scgdfile netiso/clnp_er.c			iso
5171.65Scgdfile netiso/clnp_frag.c			iso
5181.65Scgdfile netiso/clnp_input.c		iso
5191.65Scgdfile netiso/clnp_options.c		iso
5201.65Scgdfile netiso/clnp_output.c		iso
5211.65Scgdfile netiso/clnp_raw.c			iso
5221.65Scgdfile netiso/clnp_subr.c			iso
5231.65Scgdfile netiso/clnp_timer.c		iso
5241.65Scgdfile netiso/cltp_usrreq.c		iso
5251.65Scgdfile netiso/esis.c			iso
5261.65Scgdfile netiso/idrp_usrreq.c		iso
5271.65Scgdfile netiso/if_cons.c			iso
5281.65Scgdfile netiso/if_eon.c			eon
5291.65Scgdfile netiso/iso.c			iso
5301.65Scgdfile netiso/iso_chksum.c		iso
5311.65Scgdfile netiso/iso_pcb.c			iso
5321.65Scgdfile netiso/iso_proto.c			iso
5331.65Scgdfile netiso/iso_snpac.c			iso
5341.81Scgdfile netiso/tp_astring.c		iso | tpip
5351.65Scgdfile netiso/tp_cons.c			iso
5361.81Scgdfile netiso/tp_driver.c			iso | tpip
5371.81Scgdfile netiso/tp_emit.c			iso | tpip
5381.81Scgdfile netiso/tp_inet.c			iso | tpip
5391.81Scgdfile netiso/tp_input.c			iso | tpip
5401.65Scgdfile netiso/tp_iso.c			iso
5411.81Scgdfile netiso/tp_meas.c			iso | tpip
5421.81Scgdfile netiso/tp_output.c			iso | tpip
5431.81Scgdfile netiso/tp_pcb.c			iso | tpip
5441.81Scgdfile netiso/tp_subr.c			iso | tpip
5451.81Scgdfile netiso/tp_subr2.c			iso | tpip
5461.81Scgdfile netiso/tp_timer.c			iso | tpip
5471.81Scgdfile netiso/tp_trace.c			iso | tpip
5481.81Scgdfile netiso/tp_usrreq.c			iso | tpip
5491.143Smikelfile netnatm/natm.c			natm
5501.90Schuckfile netnatm/natm_pcb.c			natm
5511.90Schuckfile netnatm/natm_proto.c		natm
5521.65Scgdfile netns/idp_usrreq.c			ns
5531.65Scgdfile netns/ns.c				ns
5541.65Scgdfile netns/ns_error.c			ns
5551.65Scgdfile netns/ns_input.c			ns
5561.65Scgdfile netns/ns_ip.c			ns
5571.65Scgdfile netns/ns_output.c			ns
5581.65Scgdfile netns/ns_pcb.c			ns
5591.65Scgdfile netns/ns_proto.c			ns
5601.65Scgdfile netns/spp_debug.c			ns
5611.65Scgdfile netns/spp_usrreq.c			ns
5621.159Sdrochnerfile nfs/krpc_subr.c			nfs
5631.111Sthorpejfile nfs/nfs_bio.c			nfs
5641.111Sthorpejfile nfs/nfs_boot.c			nfs
5651.160Sscottrfile nfs/nfs_bootdhcp.c 		nfs & (nfs_boot_bootp | nfs_boot_dhcp)
5661.159Sdrochnerfile nfs/nfs_bootparam.c		nfs & nfs_boot_bootparam
5671.111Sthorpejfile nfs/nfs_node.c			nfs
5681.111Sthorpejfile nfs/nfs_nqlease.c			nfsserver | nfs
5691.65Scgdfile nfs/nfs_serv.c			nfsserver
5701.111Sthorpejfile nfs/nfs_socket.c			nfsserver | nfs
5711.65Scgdfile nfs/nfs_srvcache.c			nfsserver
5721.111Sthorpejfile nfs/nfs_subs.c			nfsserver | nfs
5731.111Sthorpejfile nfs/nfs_syscalls.c			nfsserver | nfs
5741.111Sthorpejfile nfs/nfs_vfsops.c			nfs
5751.111Sthorpejfile nfs/nfs_vnops.c			nfs
5761.143Smikelfile ufs/ext2fs/ext2fs_alloc.c		ext2fs
5771.143Smikelfile ufs/ext2fs/ext2fs_balloc.c		ext2fs
5781.143Smikelfile ufs/ext2fs/ext2fs_bmap.c		ext2fs
5791.148Sbouyerfile ufs/ext2fs/ext2fs_bswap.c		ext2fs
5801.143Smikelfile ufs/ext2fs/ext2fs_inode.c		ext2fs
5811.143Smikelfile ufs/ext2fs/ext2fs_lookup.c		ext2fs
5821.143Smikelfile ufs/ext2fs/ext2fs_readwrite.c	ext2fs
5831.143Smikelfile ufs/ext2fs/ext2fs_subr.c		ext2fs
5841.143Smikelfile ufs/ext2fs/ext2fs_vfsops.c		ext2fs
5851.143Smikelfile ufs/ext2fs/ext2fs_vnops.c		ext2fs
5861.81Scgdfile ufs/ffs/ffs_alloc.c		ffs | mfs
5871.81Scgdfile ufs/ffs/ffs_balloc.c		ffs | mfs
5881.176Sbouyerfile ufs/ffs/ffs_bswap.c		(ffs | mfs | lfs) & ffs_ei
5891.81Scgdfile ufs/ffs/ffs_inode.c		ffs | mfs
5901.81Scgdfile ufs/ffs/ffs_subr.c			ffs | mfs
5911.81Scgdfile ufs/ffs/ffs_tables.c		ffs | mfs
5921.81Scgdfile ufs/ffs/ffs_vfsops.c		ffs | mfs
5931.81Scgdfile ufs/ffs/ffs_vnops.c		ffs | mfs
5941.65Scgdfile ufs/lfs/lfs_alloc.c		lfs
5951.65Scgdfile ufs/lfs/lfs_bio.c			lfs
5961.65Scgdfile ufs/lfs/lfs_balloc.c		lfs
5971.65Scgdfile ufs/lfs/lfs_cksum.c		lfs
5981.65Scgdfile ufs/lfs/lfs_debug.c		lfs
5991.65Scgdfile ufs/lfs/lfs_inode.c		lfs
6001.65Scgdfile ufs/lfs/lfs_segment.c		lfs
6011.65Scgdfile ufs/lfs/lfs_subr.c			lfs
6021.65Scgdfile ufs/lfs/lfs_syscalls.c		lfs
6031.65Scgdfile ufs/lfs/lfs_vfsops.c		lfs
6041.65Scgdfile ufs/lfs/lfs_vnops.c		lfs
6051.65Scgdfile ufs/mfs/mfs_vfsops.c		mfs
6061.65Scgdfile ufs/mfs/mfs_vnops.c		mfs
6071.125Sbouyerfile ufs/ufs/ufs_bmap.c			ffs | lfs | mfs | ext2fs
6081.125Sbouyerfile ufs/ufs/ufs_ihash.c		ffs | lfs | mfs | ext2fs
6091.81Scgdfile ufs/ufs/ufs_inode.c		ffs | lfs | mfs
6101.125Sbouyerfile ufs/ufs/ufs_lookup.c		ffs | lfs | mfs | ext2fs
6111.104Smikelfile ufs/ufs/ufs_quota.c		quota & (ffs | lfs | mfs)
6121.125Sbouyerfile ufs/ufs/ufs_vfsops.c		ffs | lfs | mfs | ext2fs
6131.125Sbouyerfile ufs/ufs/ufs_vnops.c		ffs | lfs | mfs | ext2fs
6141.168Smrgfile vm/device_pager.c			!uvm & devpager
6151.168Smrgfile vm/swap_pager.c			!uvm & swappager
6161.168Smrgfile vm/vm_fault.c			!uvm
6171.168Smrgfile vm/vm_glue.c			!uvm
6181.168Smrgfile vm/vm_init.c			!uvm
6191.168Smrgfile vm/vm_kern.c			!uvm
6201.168Smrgfile vm/vm_map.c			!uvm
6211.168Smrgfile vm/vm_meter.c			!uvm
6221.168Smrgfile vm/vm_mmap.c			!uvm
6231.168Smrgfile vm/vm_object.c			!uvm
6241.168Smrgfile vm/vm_page.c			!uvm
6251.168Smrgfile vm/vm_pageout.c			!uvm
6261.168Smrgfile vm/vm_pager.c			!uvm
6271.168Smrgfile vm/vm_swap.c			!uvm
6281.168Smrgfile vm/vm_unix.c			!uvm
6291.168Smrgfile vm/vm_user.c			!uvm
6301.168Smrgfile vm/vnode_pager.c			!uvm & vnodepager
6311.168Smrgfile uvm/uvm_amap.c			uvm
6321.168Smrgfile uvm/uvm_aobj.c			uvm
6331.168Smrgfile uvm/uvm_device.c			uvm
6341.168Smrgfile uvm/uvm_fault.c			uvm
6351.168Smrgfile uvm/uvm_glue.c			uvm
6361.168Smrgfile uvm/uvm_init.c			uvm
6371.168Smrgfile uvm/uvm_io.c			uvm
6381.168Smrgfile uvm/uvm_km.c			uvm
6391.168Smrgfile uvm/uvm_loan.c			uvm
6401.168Smrgfile uvm/uvm_map.c			uvm
6411.168Smrgfile uvm/uvm_meter.c			uvm
6421.168Smrgfile uvm/uvm_mmap.c			uvm
6431.168Smrgfile uvm/uvm_page.c			uvm
6441.168Smrgfile uvm/uvm_pager.c			uvm
6451.168Smrgfile uvm/uvm_pdaemon.c			uvm
6461.168Smrgfile uvm/uvm_pglist.c			uvm
6471.168Smrgfile uvm/uvm_stat.c			uvm
6481.168Smrgfile uvm/uvm_swap.c			uvm
6491.168Smrgfile uvm/uvm_unix.c			uvm
6501.168Smrgfile uvm/uvm_user.c			uvm
6511.168Smrgfile uvm/uvm_vnode.c			uvm
652