files revision 1.106
11.106Sthorpej#	$NetBSD: files,v 1.106 1996/12/06 20:03:24 thorpej Exp $
21.60Scgd
31.60Scgd#	@(#)files.newconf	7.5 (Berkeley) 5/10/93
41.60Scgd
51.67Scgd
61.60Scgd# generic attributes
71.60Scgddefine	disk
81.60Scgddefine	tape
91.60Scgddefine	ifnet
101.60Scgddefine	tty
111.60Scgddefine	audio
121.93Scgddefine	scsi { [channel = -1] }
131.67Scgd
141.67Scgd# audio device attributes
151.63Sbrezakdefine	mulaw
161.60Scgd
171.67Scgd# net device attributes - we have generic code for arc(net), ether(net),
181.71Sthorpej# and fddi.
191.67Scgddefine	arc
201.88Schuckdefine	atm
211.60Scgddefine	ether
221.67Scgddefine	fddi
231.100Sws
241.102Sws# Device description for machine-independent IPKDB code.
251.102Swsdefine	ipkdb
261.102Sws
271.102Swsdevice	ipkdbif: ipkdb
281.102Swsdevice	ipkdbslip: ipkdb
291.102Swsdevice	ipkdbppp: ipkdb
301.102Sws
311.102Sws# Common files for any ipkdb support
321.102Swsfile	ipkdb/ipkdb_ipkdb.c		ipkdb needs-flag
331.102Swsfile	ipkdb/ipkdb_if.c		ipkdb
341.102Sws
351.102Sws# Support for slip
361.102Swsfile	ipkdb/ipkdb_slip.c		ipkdbslip needs-flag
371.102Sws
381.102Sws# Support for ppp	(for now only fake)
391.102Swsfile	ipkdb/ipkdb_ppp.c		ipkdbppp needs-flag
401.102Sws
411.71Sthorpej
421.83Sthorpej# "Chipset" drivers.  These are the bus-independent routines which
431.83Sthorpej# contain the cfdrivers.  Attachments are provided by files.<bus>
441.83Sthorpej
451.86Smycroft# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
461.86Smycroftdevice	ahc: scsi
471.86Smycroftfile	dev/ic/aic7xxx.c	ahc
481.94Smycroft
491.94Smycroft# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
501.94Smycroftdevice	bha: scsi
511.94Smycroftfile	dev/ic/bha.c		bha
521.94Smycroft
531.94Smycroft# UltraStor SCSI controllers
541.94Smycroftdevice	uha: scsi
551.94Smycroftfile	dev/ic/uha.c		uha
561.86Smycroft
571.83Sthorpej# 3Com Etherlink-III Ethernet controller
581.83Sthorpejdevice	ep: ether, ifnet
591.83Sthorpejfile	dev/ic/elink3.c		ep
601.84Smycroft
611.84Smycroft# LANCE and PCnet Ethernet controllers
621.84Smycroftdevice	le: ether, ifnet
631.85Sthorpejfile	dev/ic/am7990.c		le
641.77Scgd
651.91Scgd# NCR 5380 SCSI Bus Controller
661.91Scgddefine	ncr5380sbc
671.91Scgdfile	dev/ic/ncr5380sbc.c	ncr5380sbc
681.91Scgd
691.91Scgd# DEC FDDI Chipset
701.91Scgddefine	pdq
711.91Scgdfile	dev/ic/pdq.c		pdq
721.91Scgdfile	dev/ic/pdq_ifsubr.c	pdq
731.98Schristos
741.98Schristos# Cyclades Cyclom-8/16/32 
751.98Schristosdevice	cy: tty
761.98Schristosfile	dev/ic/cy.c		cy needs-flag
771.103Sthorpej
781.103Sthorpej# Efficient Networks, Inc. ATM interface
791.103Sthorpejdevice	en: atm, ifnet
801.103Sthorpejfile	dev/ic/midway.c		en
811.91Scgd
821.77Scgd# Attributes which machine-independent bus support can be attached to.
831.77Scgd# These should be defined here, because some of these busses can have
841.77Scgd# devices which provide these attributes, and we'd like to avoid hairy
851.77Scgd# ordering constraints on inclusion of the busses' "files" files.
861.78Scgddefine	isabus { }			# ISA attachment
871.77Scgddefine	eisabus { }			# EISA attachment
881.78Scgddefine	pcibus {[bus = -1]}		# PCI attachment
891.77Scgddefine	tcbus { }			# TurboChannel attachment
901.60Scgd
911.60Scgd# legitimate pseudo-devices
921.60Scgdpseudo-device vnd: disk
931.64Sthorpejpseudo-device ccd: disk
941.60Scgd
951.60Scgdpseudo-device pty: tty
961.60Scgdpseudo-device tb: tty
971.60Scgd
981.60Scgdpseudo-device loop: ifnet
991.60Scgdpseudo-device sl: ifnet
1001.60Scgdpseudo-device ppp: ifnet
1011.60Scgdpseudo-device tun: ifnet
1021.60Scgdpseudo-device bpfilter: ifnet
1031.87Sjonathanpseudo-device strip: ifnet
1041.60Scgd
1051.65Scgd# XXX machine-independent SCSI files should live somewhere here, maybe
1061.65Scgd
1071.60Scgd# kernel sources
1081.65Scgdfile adosfs/adlookup.c			adosfs
1091.65Scgdfile adosfs/adutil.c			adosfs
1101.65Scgdfile adosfs/advfsops.c			adosfs
1111.65Scgdfile adosfs/advnops.c			adosfs
1121.65Scgdfile ddb/db_access.c			ddb
1131.65Scgdfile ddb/db_aout.c			ddb
1141.65Scgdfile ddb/db_break.c			ddb
1151.65Scgdfile ddb/db_command.c			ddb
1161.65Scgdfile ddb/db_examine.c			ddb
1171.65Scgdfile ddb/db_expr.c			ddb
1181.65Scgdfile ddb/db_input.c			ddb
1191.65Scgdfile ddb/db_lex.c			ddb
1201.65Scgdfile ddb/db_output.c			ddb
1211.65Scgdfile ddb/db_print.c			ddb
1221.65Scgdfile ddb/db_run.c			ddb
1231.65Scgdfile ddb/db_sym.c			ddb
1241.65Scgdfile ddb/db_trap.c			ddb
1251.65Scgdfile ddb/db_variables.c			ddb
1261.65Scgdfile ddb/db_watch.c			ddb
1271.65Scgdfile ddb/db_write_cmd.c			ddb
1281.65Scgdfile dev/audio.c			audio			needs-flag
1291.65Scgdfile dev/ccd.c				ccd			needs-flag
1301.65Scgdfile dev/mulaw.c			mulaw
1311.65Scgdfile dev/vnd.c				vnd			needs-flag
1321.60Scgdfile isofs/cd9660/cd9660_bmap.c		cd9660
1331.60Scgdfile isofs/cd9660/cd9660_lookup.c	cd9660
1341.60Scgdfile isofs/cd9660/cd9660_node.c		cd9660
1351.60Scgdfile isofs/cd9660/cd9660_rrip.c		cd9660
1361.60Scgdfile isofs/cd9660/cd9660_util.c		cd9660
1371.60Scgdfile isofs/cd9660/cd9660_vfsops.c	cd9660
1381.60Scgdfile isofs/cd9660/cd9660_vnops.c	cd9660
1391.101Scgdfile kern/exec_aout.c			exec_aout
1401.65Scgdfile kern/exec_conf.c
1411.101Scgdfile kern/exec_ecoff.c			exec_ecoff
1421.101Scgdfile kern/exec_elf32.c			exec_elf32
1431.99Scgdfile kern/exec_elf64.c			exec_elf64
1441.101Scgdfile kern/exec_elf_common.c		exec_elf32 | exec_elf64
1451.101Scgdfile kern/exec_script.c			exec_script
1461.65Scgdfile kern/exec_subr.c
1471.65Scgdfile kern/init_main.c
1481.65Scgdfile kern/init_sysent.c
1491.65Scgdfile kern/kern_acct.c
1501.65Scgdfile kern/kern_clock.c
1511.65Scgdfile kern/kern_descrip.c
1521.65Scgdfile kern/kern_exec.c
1531.65Scgdfile kern/kern_exit.c
1541.65Scgdfile kern/kern_fork.c
1551.65Scgdfile kern/kern_ktrace.c			ktrace
1561.65Scgdfile kern/kern_lkm.c			lkm
1571.106Sthorpejfile kern/kern_ntptime.c
1581.65Scgdfile kern/kern_malloc.c
1591.65Scgdfile kern/kern_physio.c
1601.65Scgdfile kern/kern_proc.c
1611.65Scgdfile kern/kern_prot.c
1621.65Scgdfile kern/kern_resource.c
1631.65Scgdfile kern/kern_sig.c
1641.65Scgdfile kern/kern_subr.c
1651.65Scgdfile kern/kern_sysctl.c
1661.65Scgdfile kern/kern_synch.c
1671.65Scgdfile kern/kern_time.c
1681.65Scgdfile kern/kern_xxx.c
1691.60Scgdfile kern/subr_autoconf.c
1701.60Scgdfile kern/subr_disk.c
1711.89Sthorpejfile kern/subr_extent.c
1721.65Scgdfile kern/subr_log.c
1731.65Scgdfile kern/subr_prf.c
1741.65Scgdfile kern/subr_prof.c
1751.65Scgdfile kern/subr_rmap.c
1761.65Scgdfile kern/subr_xxx.c
1771.65Scgdfile kern/sys_generic.c
1781.65Scgdfile kern/sys_process.c
1791.65Scgdfile kern/sys_socket.c
1801.65Scgdfile kern/syscalls.c			syscall_debug
1811.81Scgdfile kern/sysv_ipc.c			sysvshm | sysvsem | sysvmsg
1821.65Scgdfile kern/sysv_msg.c			sysvmsg
1831.65Scgdfile kern/sysv_sem.c			sysvsem
1841.65Scgdfile kern/sysv_shm.c			sysvshm
1851.65Scgdfile kern/tty.c
1861.65Scgdfile kern/tty_conf.c
1871.65Scgdfile kern/tty_pty.c			pty			needs-count
1881.65Scgdfile kern/tty_subr.c
1891.65Scgdfile kern/tty_tb.c			tb			needs-count
1901.65Scgdfile kern/tty_tty.c
1911.65Scgdfile kern/uipc_domain.c
1921.65Scgdfile kern/uipc_mbuf.c
1931.65Scgdfile kern/uipc_proto.c
1941.65Scgdfile kern/uipc_socket.c
1951.65Scgdfile kern/uipc_socket2.c
1961.65Scgdfile kern/uipc_syscalls.c
1971.65Scgdfile kern/uipc_usrreq.c
1981.65Scgdfile kern/vfs_bio.c
1991.65Scgdfile kern/vfs_cache.c
2001.65Scgdfile kern/vfs_cluster.c
2011.65Scgdfile kern/vfs_conf.c
2021.65Scgdfile kern/vfs_init.c
2031.60Scgdfile kern/vfs_lockf.c
2041.65Scgdfile kern/vfs_lookup.c
2051.65Scgdfile kern/vfs_subr.c
2061.65Scgdfile kern/vfs_syscalls.c
2071.65Scgdfile kern/vfs_vnops.c
2081.79Scgdfile kern/vnode_if.c
2091.60Scgdfile miscfs/deadfs/dead_vnops.c
2101.60Scgdfile miscfs/fdesc/fdesc_vfsops.c	fdesc
2111.60Scgdfile miscfs/fdesc/fdesc_vnops.c		fdesc
2121.60Scgdfile miscfs/fifofs/fifo_vnops.c		fifo
2131.95Smycroftfile miscfs/genfs/genfs_vnops.c
2141.60Scgdfile miscfs/kernfs/kernfs_vfsops.c	kernfs
2151.60Scgdfile miscfs/kernfs/kernfs_vnops.c	kernfs
2161.60Scgdfile miscfs/nullfs/null_subr.c		nullfs
2171.60Scgdfile miscfs/nullfs/null_vfsops.c	nullfs
2181.60Scgdfile miscfs/nullfs/null_vnops.c		nullfs
2191.60Scgdfile miscfs/portal/portal_vfsops.c	portal
2201.60Scgdfile miscfs/portal/portal_vnops.c	portal
2211.60Scgdfile miscfs/procfs/procfs_ctl.c		procfs
2221.60Scgdfile miscfs/procfs/procfs_fpregs.c
2231.60Scgdfile miscfs/procfs/procfs_mem.c
2241.60Scgdfile miscfs/procfs/procfs_note.c	procfs
2251.60Scgdfile miscfs/procfs/procfs_regs.c
2261.60Scgdfile miscfs/procfs/procfs_status.c	procfs
2271.60Scgdfile miscfs/procfs/procfs_subr.c	procfs
2281.60Scgdfile miscfs/procfs/procfs_vfsops.c	procfs
2291.60Scgdfile miscfs/procfs/procfs_vnops.c	procfs
2301.60Scgdfile miscfs/specfs/spec_vnops.c
2311.60Scgdfile miscfs/umapfs/umap_subr.c		umapfs
2321.60Scgdfile miscfs/umapfs/umap_vfsops.c	umapfs
2331.60Scgdfile miscfs/umapfs/umap_vnops.c		umapfs
2341.60Scgdfile miscfs/union/union_subr.c		union
2351.60Scgdfile miscfs/union/union_vfsops.c	union
2361.60Scgdfile miscfs/union/union_vnops.c		union
2371.65Scgdfile msdosfs/msdosfs_conv.c		msdosfs
2381.65Scgdfile msdosfs/msdosfs_denode.c		msdosfs
2391.60Scgdfile msdosfs/msdosfs_fat.c		msdosfs
2401.65Scgdfile msdosfs/msdosfs_lookup.c		msdosfs
2411.65Scgdfile msdosfs/msdosfs_vfsops.c		msdosfs
2421.65Scgdfile msdosfs/msdosfs_vnops.c		msdosfs
2431.65Scgdfile net/bpf.c				bpfilter		needs-count
2441.81Scgdfile net/bpf_filter.c			bpfilter | ppp
2451.65Scgdfile net/if.c
2461.65Scgdfile net/if_arcsubr.c			arc			needs-flag
2471.88Schuckfile net/if_atmsubr.c			atm			needs-flag
2481.81Scgdfile net/if_ethersubr.c			ether | fddi		needs-flag
2491.67Scgdfile net/if_fddisubr.c			fddi
2501.65Scgdfile net/if_loop.c			loop			needs-count
2511.65Scgdfile net/if_sl.c			sl			needs-count
2521.87Sjonathanfile net/if_strip.c			strip			needs-count
2531.65Scgdfile net/if_ppp.c			ppp			needs-count
2541.65Scgdfile net/ppp_tty.c			ppp
2551.82Spaulusfile net/bsd-comp.c			ppp_bsdcomp
2561.82Spaulusfile net/ppp-deflate.c			ppp_deflate
2571.82Spaulusfile net/zlib.c				ppp_deflate
2581.65Scgdfile net/if_tun.c			tun			needs-count
2591.65Scgdfile net/radix.c
2601.65Scgdfile net/raw_cb.c
2611.65Scgdfile net/raw_usrreq.c
2621.65Scgdfile net/route.c
2631.65Scgdfile net/rtsock.c
2641.87Sjonathanfile net/slcompress.c			sl | ppp | strip
2651.96Smrgfile net/pfil.c				pfil_hooks
2661.65Scgdfile netccitt/ccitt_proto.c		ccitt
2671.65Scgdfile netccitt/hd_debug.c		hdlc
2681.65Scgdfile netccitt/hd_input.c		hdlc
2691.65Scgdfile netccitt/hd_output.c		hdlc
2701.65Scgdfile netccitt/hd_subr.c			hdlc
2711.65Scgdfile netccitt/hd_timer.c		hdlc
2721.65Scgdfile netccitt/if_x25subr.c		ccitt
2731.65Scgdfile netccitt/llc_input.c		llc
2741.65Scgdfile netccitt/llc_output.c		llc
2751.65Scgdfile netccitt/llc_subr.c		llc
2761.65Scgdfile netccitt/llc_timer.c		llc
2771.65Scgdfile netccitt/pk_acct.c			ccitt
2781.65Scgdfile netccitt/pk_debug.c		ccitt
2791.65Scgdfile netccitt/pk_input.c		ccitt
2801.81Scgdfile netccitt/pk_llcsubr.c		llc | hdlc
2811.65Scgdfile netccitt/pk_output.c		ccitt
2821.65Scgdfile netccitt/pk_subr.c			ccitt
2831.65Scgdfile netccitt/pk_timer.c		ccitt
2841.65Scgdfile netccitt/pk_usrreq.c		ccitt
2851.88Schuckfile netinet/if_atm.c			atm
2861.65Scgdfile netinet/if_ether.c			ether
2871.65Scgdfile netinet/igmp.c			inet
2881.65Scgdfile netinet/in.c			inet
2891.65Scgdfile netinet/in_pcb.c			inet
2901.65Scgdfile netinet/in_proto.c			inet
2911.65Scgdfile netinet/ip_icmp.c			inet
2921.65Scgdfile netinet/ip_input.c			inet
2931.65Scgdfile netinet/ip_mroute.c		inet
2941.65Scgdfile netinet/ip_output.c		inet
2951.65Scgdfile netinet/raw_ip.c			inet
2961.65Scgdfile netinet/tcp_debug.c		inet
2971.65Scgdfile netinet/tcp_input.c		inet
2981.65Scgdfile netinet/tcp_output.c		inet
2991.65Scgdfile netinet/tcp_subr.c			inet
3001.65Scgdfile netinet/tcp_timer.c		inet
3011.65Scgdfile netinet/tcp_usrreq.c		inet
3021.65Scgdfile netinet/udp_usrreq.c		inet
3031.65Scgdfile netiso/clnp_debug.c		iso
3041.65Scgdfile netiso/clnp_er.c			iso
3051.65Scgdfile netiso/clnp_frag.c			iso
3061.65Scgdfile netiso/clnp_input.c		iso
3071.65Scgdfile netiso/clnp_options.c		iso
3081.65Scgdfile netiso/clnp_output.c		iso
3091.65Scgdfile netiso/clnp_raw.c			iso
3101.65Scgdfile netiso/clnp_subr.c			iso
3111.65Scgdfile netiso/clnp_timer.c		iso
3121.65Scgdfile netiso/cltp_usrreq.c		iso
3131.65Scgdfile netiso/esis.c			iso
3141.65Scgdfile netiso/idrp_usrreq.c		iso
3151.65Scgdfile netiso/if_cons.c			iso
3161.65Scgdfile netiso/if_eon.c			eon
3171.65Scgdfile netiso/iso.c			iso
3181.65Scgdfile netiso/iso_chksum.c		iso
3191.65Scgdfile netiso/iso_pcb.c			iso
3201.65Scgdfile netiso/iso_proto.c			iso
3211.65Scgdfile netiso/iso_snpac.c			iso
3221.81Scgdfile netiso/tp_astring.c		iso | tpip
3231.65Scgdfile netiso/tp_cons.c			iso
3241.81Scgdfile netiso/tp_driver.c			iso | tpip
3251.81Scgdfile netiso/tp_emit.c			iso | tpip
3261.81Scgdfile netiso/tp_inet.c			iso | tpip
3271.81Scgdfile netiso/tp_input.c			iso | tpip
3281.65Scgdfile netiso/tp_iso.c			iso
3291.81Scgdfile netiso/tp_meas.c			iso | tpip
3301.81Scgdfile netiso/tp_output.c			iso | tpip
3311.81Scgdfile netiso/tp_pcb.c			iso | tpip
3321.81Scgdfile netiso/tp_subr.c			iso | tpip
3331.81Scgdfile netiso/tp_subr2.c			iso | tpip
3341.81Scgdfile netiso/tp_timer.c			iso | tpip
3351.81Scgdfile netiso/tp_trace.c			iso | tpip
3361.81Scgdfile netiso/tp_usrreq.c			iso | tpip
3371.81Scgdfile netiso/tuba_subr.c			iso | tuba
3381.81Scgdfile netiso/tuba_table.c		iso | tuba
3391.81Scgdfile netiso/tuba_usrreq.c		iso | tuba
3401.90Schuckfile netnatm/natm_pcb.c			natm
3411.90Schuckfile netnatm/natm_proto.c		natm
3421.90Schuckfile netnatm/natm.c			natm
3431.65Scgdfile netns/idp_usrreq.c			ns
3441.65Scgdfile netns/ns.c				ns
3451.65Scgdfile netns/ns_error.c			ns
3461.65Scgdfile netns/ns_input.c			ns
3471.65Scgdfile netns/ns_ip.c			ns
3481.65Scgdfile netns/ns_output.c			ns
3491.65Scgdfile netns/ns_pcb.c			ns
3501.65Scgdfile netns/ns_proto.c			ns
3511.65Scgdfile netns/spp_debug.c			ns
3521.65Scgdfile netns/spp_usrreq.c			ns
3531.65Scgdfile nfs/krpc_subr.c			nfsclient
3541.65Scgdfile nfs/nfs_bio.c			nfsclient
3551.65Scgdfile nfs/nfs_boot.c			nfsclient
3561.65Scgdfile nfs/nfs_node.c			nfsclient
3571.81Scgdfile nfs/nfs_nqlease.c			nfsserver | nfsclient
3581.65Scgdfile nfs/nfs_serv.c			nfsserver
3591.81Scgdfile nfs/nfs_socket.c			nfsserver | nfsclient
3601.65Scgdfile nfs/nfs_srvcache.c			nfsserver
3611.81Scgdfile nfs/nfs_subs.c			nfsserver | nfsclient
3621.81Scgdfile nfs/nfs_syscalls.c			nfsserver | nfsclient
3631.65Scgdfile nfs/nfs_vfsops.c			nfsclient
3641.65Scgdfile nfs/nfs_vnops.c			nfsclient
3651.81Scgdfile ufs/ffs/ffs_alloc.c		ffs | mfs
3661.81Scgdfile ufs/ffs/ffs_balloc.c		ffs | mfs
3671.81Scgdfile ufs/ffs/ffs_inode.c		ffs | mfs
3681.81Scgdfile ufs/ffs/ffs_subr.c			ffs | mfs
3691.81Scgdfile ufs/ffs/ffs_tables.c		ffs | mfs
3701.81Scgdfile ufs/ffs/ffs_vfsops.c		ffs | mfs
3711.81Scgdfile ufs/ffs/ffs_vnops.c		ffs | mfs
3721.65Scgdfile ufs/lfs/lfs_alloc.c		lfs
3731.65Scgdfile ufs/lfs/lfs_bio.c			lfs
3741.65Scgdfile ufs/lfs/lfs_balloc.c		lfs
3751.65Scgdfile ufs/lfs/lfs_cksum.c		lfs
3761.65Scgdfile ufs/lfs/lfs_debug.c		lfs
3771.65Scgdfile ufs/lfs/lfs_inode.c		lfs
3781.65Scgdfile ufs/lfs/lfs_segment.c		lfs
3791.65Scgdfile ufs/lfs/lfs_subr.c			lfs
3801.65Scgdfile ufs/lfs/lfs_syscalls.c		lfs
3811.65Scgdfile ufs/lfs/lfs_vfsops.c		lfs
3821.65Scgdfile ufs/lfs/lfs_vnops.c		lfs
3831.65Scgdfile ufs/mfs/mfs_vfsops.c		mfs
3841.65Scgdfile ufs/mfs/mfs_vnops.c		mfs
3851.81Scgdfile ufs/ufs/ufs_bmap.c			ffs | lfs | mfs
3861.81Scgdfile ufs/ufs/ufs_ihash.c		ffs | lfs | mfs
3871.81Scgdfile ufs/ufs/ufs_inode.c		ffs | lfs | mfs
3881.81Scgdfile ufs/ufs/ufs_lookup.c		ffs | lfs | mfs
3891.104Smikelfile ufs/ufs/ufs_quota.c		quota & (ffs | lfs | mfs)
3901.81Scgdfile ufs/ufs/ufs_vfsops.c		ffs | lfs | mfs
3911.81Scgdfile ufs/ufs/ufs_vnops.c		ffs | lfs | mfs
3921.65Scgdfile vm/device_pager.c			devpager
3931.65Scgdfile vm/kern_lock.c
3941.65Scgdfile vm/swap_pager.c			swappager
3951.65Scgdfile vm/vm_fault.c
3961.65Scgdfile vm/vm_glue.c
3971.65Scgdfile vm/vm_init.c
3981.65Scgdfile vm/vm_kern.c
3991.65Scgdfile vm/vm_map.c
4001.65Scgdfile vm/vm_meter.c
4011.65Scgdfile vm/vm_mmap.c
4021.65Scgdfile vm/vm_object.c
4031.65Scgdfile vm/vm_page.c
4041.65Scgdfile vm/vm_pageout.c
4051.65Scgdfile vm/vm_pager.c
4061.65Scgdfile vm/vm_swap.c
4071.65Scgdfile vm/vm_unix.c
4081.65Scgdfile vm/vm_user.c
4091.65Scgdfile vm/vnode_pager.c			vnodepager
410