files revision 1.102
11.102Sws#	$NetBSD: files,v 1.102 1996/10/16 19:33:15 ws 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.91Scgd
781.77Scgd# Attributes which machine-independent bus support can be attached to.
791.77Scgd# These should be defined here, because some of these busses can have
801.77Scgd# devices which provide these attributes, and we'd like to avoid hairy
811.77Scgd# ordering constraints on inclusion of the busses' "files" files.
821.78Scgddefine	isabus { }			# ISA attachment
831.77Scgddefine	eisabus { }			# EISA attachment
841.78Scgddefine	pcibus {[bus = -1]}		# PCI attachment
851.77Scgddefine	tcbus { }			# TurboChannel attachment
861.60Scgd
871.60Scgd# legitimate pseudo-devices
881.60Scgdpseudo-device vnd: disk
891.64Sthorpejpseudo-device ccd: disk
901.60Scgd
911.60Scgdpseudo-device pty: tty
921.60Scgdpseudo-device tb: tty
931.60Scgd
941.60Scgdpseudo-device loop: ifnet
951.60Scgdpseudo-device sl: ifnet
961.60Scgdpseudo-device ppp: ifnet
971.60Scgdpseudo-device tun: ifnet
981.60Scgdpseudo-device bpfilter: ifnet
991.87Sjonathanpseudo-device strip: ifnet
1001.60Scgd
1011.65Scgd# XXX machine-independent SCSI files should live somewhere here, maybe
1021.65Scgd
1031.60Scgd# kernel sources
1041.65Scgdfile adosfs/adlookup.c			adosfs
1051.65Scgdfile adosfs/adutil.c			adosfs
1061.65Scgdfile adosfs/advfsops.c			adosfs
1071.65Scgdfile adosfs/advnops.c			adosfs
1081.65Scgdfile ddb/db_access.c			ddb
1091.65Scgdfile ddb/db_aout.c			ddb
1101.65Scgdfile ddb/db_break.c			ddb
1111.65Scgdfile ddb/db_command.c			ddb
1121.65Scgdfile ddb/db_examine.c			ddb
1131.65Scgdfile ddb/db_expr.c			ddb
1141.65Scgdfile ddb/db_input.c			ddb
1151.65Scgdfile ddb/db_lex.c			ddb
1161.65Scgdfile ddb/db_output.c			ddb
1171.65Scgdfile ddb/db_print.c			ddb
1181.65Scgdfile ddb/db_run.c			ddb
1191.65Scgdfile ddb/db_sym.c			ddb
1201.65Scgdfile ddb/db_trap.c			ddb
1211.65Scgdfile ddb/db_variables.c			ddb
1221.65Scgdfile ddb/db_watch.c			ddb
1231.65Scgdfile ddb/db_write_cmd.c			ddb
1241.65Scgdfile dev/audio.c			audio			needs-flag
1251.65Scgdfile dev/ccd.c				ccd			needs-flag
1261.65Scgdfile dev/mulaw.c			mulaw
1271.65Scgdfile dev/vnd.c				vnd			needs-flag
1281.60Scgdfile isofs/cd9660/cd9660_bmap.c		cd9660
1291.60Scgdfile isofs/cd9660/cd9660_lookup.c	cd9660
1301.60Scgdfile isofs/cd9660/cd9660_node.c		cd9660
1311.60Scgdfile isofs/cd9660/cd9660_rrip.c		cd9660
1321.60Scgdfile isofs/cd9660/cd9660_util.c		cd9660
1331.60Scgdfile isofs/cd9660/cd9660_vfsops.c	cd9660
1341.60Scgdfile isofs/cd9660/cd9660_vnops.c	cd9660
1351.101Scgdfile kern/exec_aout.c			exec_aout
1361.65Scgdfile kern/exec_conf.c
1371.101Scgdfile kern/exec_ecoff.c			exec_ecoff
1381.101Scgdfile kern/exec_elf32.c			exec_elf32
1391.99Scgdfile kern/exec_elf64.c			exec_elf64
1401.101Scgdfile kern/exec_elf_common.c		exec_elf32 | exec_elf64
1411.101Scgdfile kern/exec_script.c			exec_script
1421.65Scgdfile kern/exec_subr.c
1431.65Scgdfile kern/init_main.c
1441.65Scgdfile kern/init_sysent.c
1451.65Scgdfile kern/kern_acct.c
1461.65Scgdfile kern/kern_clock.c
1471.65Scgdfile kern/kern_descrip.c
1481.65Scgdfile kern/kern_exec.c
1491.65Scgdfile kern/kern_exit.c
1501.65Scgdfile kern/kern_fork.c
1511.65Scgdfile kern/kern_ktrace.c			ktrace
1521.65Scgdfile kern/kern_lkm.c			lkm
1531.76Sjonathanfile kern/kern_ntptime.c
1541.65Scgdfile kern/kern_malloc.c
1551.65Scgdfile kern/kern_physio.c
1561.65Scgdfile kern/kern_proc.c
1571.65Scgdfile kern/kern_prot.c
1581.65Scgdfile kern/kern_resource.c
1591.65Scgdfile kern/kern_sig.c
1601.65Scgdfile kern/kern_subr.c
1611.65Scgdfile kern/kern_sysctl.c
1621.65Scgdfile kern/kern_synch.c
1631.65Scgdfile kern/kern_time.c
1641.65Scgdfile kern/kern_xxx.c
1651.60Scgdfile kern/subr_autoconf.c
1661.60Scgdfile kern/subr_disk.c
1671.89Sthorpejfile kern/subr_extent.c
1681.65Scgdfile kern/subr_log.c
1691.65Scgdfile kern/subr_prf.c
1701.65Scgdfile kern/subr_prof.c
1711.65Scgdfile kern/subr_rmap.c
1721.65Scgdfile kern/subr_xxx.c
1731.65Scgdfile kern/sys_generic.c
1741.65Scgdfile kern/sys_process.c
1751.65Scgdfile kern/sys_socket.c
1761.65Scgdfile kern/syscalls.c			syscall_debug
1771.81Scgdfile kern/sysv_ipc.c			sysvshm | sysvsem | sysvmsg
1781.65Scgdfile kern/sysv_msg.c			sysvmsg
1791.65Scgdfile kern/sysv_sem.c			sysvsem
1801.65Scgdfile kern/sysv_shm.c			sysvshm
1811.65Scgdfile kern/tty.c
1821.65Scgdfile kern/tty_conf.c
1831.65Scgdfile kern/tty_pty.c			pty			needs-count
1841.65Scgdfile kern/tty_subr.c
1851.65Scgdfile kern/tty_tb.c			tb			needs-count
1861.65Scgdfile kern/tty_tty.c
1871.65Scgdfile kern/uipc_domain.c
1881.65Scgdfile kern/uipc_mbuf.c
1891.65Scgdfile kern/uipc_proto.c
1901.65Scgdfile kern/uipc_socket.c
1911.65Scgdfile kern/uipc_socket2.c
1921.65Scgdfile kern/uipc_syscalls.c
1931.65Scgdfile kern/uipc_usrreq.c
1941.65Scgdfile kern/vfs_bio.c
1951.65Scgdfile kern/vfs_cache.c
1961.65Scgdfile kern/vfs_cluster.c
1971.65Scgdfile kern/vfs_conf.c
1981.65Scgdfile kern/vfs_init.c
1991.60Scgdfile kern/vfs_lockf.c
2001.65Scgdfile kern/vfs_lookup.c
2011.65Scgdfile kern/vfs_subr.c
2021.65Scgdfile kern/vfs_syscalls.c
2031.65Scgdfile kern/vfs_vnops.c
2041.79Scgdfile kern/vnode_if.c
2051.60Scgdfile miscfs/deadfs/dead_vnops.c
2061.60Scgdfile miscfs/fdesc/fdesc_vfsops.c	fdesc
2071.60Scgdfile miscfs/fdesc/fdesc_vnops.c		fdesc
2081.60Scgdfile miscfs/fifofs/fifo_vnops.c		fifo
2091.95Smycroftfile miscfs/genfs/genfs_vnops.c
2101.60Scgdfile miscfs/kernfs/kernfs_vfsops.c	kernfs
2111.60Scgdfile miscfs/kernfs/kernfs_vnops.c	kernfs
2121.60Scgdfile miscfs/nullfs/null_subr.c		nullfs
2131.60Scgdfile miscfs/nullfs/null_vfsops.c	nullfs
2141.60Scgdfile miscfs/nullfs/null_vnops.c		nullfs
2151.60Scgdfile miscfs/portal/portal_vfsops.c	portal
2161.60Scgdfile miscfs/portal/portal_vnops.c	portal
2171.60Scgdfile miscfs/procfs/procfs_ctl.c		procfs
2181.60Scgdfile miscfs/procfs/procfs_fpregs.c
2191.60Scgdfile miscfs/procfs/procfs_mem.c
2201.60Scgdfile miscfs/procfs/procfs_note.c	procfs
2211.60Scgdfile miscfs/procfs/procfs_regs.c
2221.60Scgdfile miscfs/procfs/procfs_status.c	procfs
2231.60Scgdfile miscfs/procfs/procfs_subr.c	procfs
2241.60Scgdfile miscfs/procfs/procfs_vfsops.c	procfs
2251.60Scgdfile miscfs/procfs/procfs_vnops.c	procfs
2261.60Scgdfile miscfs/specfs/spec_vnops.c
2271.60Scgdfile miscfs/umapfs/umap_subr.c		umapfs
2281.60Scgdfile miscfs/umapfs/umap_vfsops.c	umapfs
2291.60Scgdfile miscfs/umapfs/umap_vnops.c		umapfs
2301.60Scgdfile miscfs/union/union_subr.c		union
2311.60Scgdfile miscfs/union/union_vfsops.c	union
2321.60Scgdfile miscfs/union/union_vnops.c		union
2331.65Scgdfile msdosfs/msdosfs_conv.c		msdosfs
2341.65Scgdfile msdosfs/msdosfs_denode.c		msdosfs
2351.60Scgdfile msdosfs/msdosfs_fat.c		msdosfs
2361.65Scgdfile msdosfs/msdosfs_lookup.c		msdosfs
2371.65Scgdfile msdosfs/msdosfs_vfsops.c		msdosfs
2381.65Scgdfile msdosfs/msdosfs_vnops.c		msdosfs
2391.65Scgdfile net/bpf.c				bpfilter		needs-count
2401.81Scgdfile net/bpf_filter.c			bpfilter | ppp
2411.65Scgdfile net/if.c
2421.65Scgdfile net/if_arcsubr.c			arc			needs-flag
2431.88Schuckfile net/if_atmsubr.c			atm			needs-flag
2441.81Scgdfile net/if_ethersubr.c			ether | fddi		needs-flag
2451.67Scgdfile net/if_fddisubr.c			fddi
2461.65Scgdfile net/if_loop.c			loop			needs-count
2471.65Scgdfile net/if_sl.c			sl			needs-count
2481.87Sjonathanfile net/if_strip.c			strip			needs-count
2491.65Scgdfile net/if_ppp.c			ppp			needs-count
2501.65Scgdfile net/ppp_tty.c			ppp
2511.82Spaulusfile net/bsd-comp.c			ppp_bsdcomp
2521.82Spaulusfile net/ppp-deflate.c			ppp_deflate
2531.82Spaulusfile net/zlib.c				ppp_deflate
2541.65Scgdfile net/if_tun.c			tun			needs-count
2551.65Scgdfile net/radix.c
2561.65Scgdfile net/raw_cb.c
2571.65Scgdfile net/raw_usrreq.c
2581.65Scgdfile net/route.c
2591.65Scgdfile net/rtsock.c
2601.87Sjonathanfile net/slcompress.c			sl | ppp | strip
2611.96Smrgfile net/pfil.c				pfil_hooks
2621.65Scgdfile netccitt/ccitt_proto.c		ccitt
2631.65Scgdfile netccitt/hd_debug.c		hdlc
2641.65Scgdfile netccitt/hd_input.c		hdlc
2651.65Scgdfile netccitt/hd_output.c		hdlc
2661.65Scgdfile netccitt/hd_subr.c			hdlc
2671.65Scgdfile netccitt/hd_timer.c		hdlc
2681.65Scgdfile netccitt/if_x25subr.c		ccitt
2691.65Scgdfile netccitt/llc_input.c		llc
2701.65Scgdfile netccitt/llc_output.c		llc
2711.65Scgdfile netccitt/llc_subr.c		llc
2721.65Scgdfile netccitt/llc_timer.c		llc
2731.65Scgdfile netccitt/pk_acct.c			ccitt
2741.65Scgdfile netccitt/pk_debug.c		ccitt
2751.65Scgdfile netccitt/pk_input.c		ccitt
2761.81Scgdfile netccitt/pk_llcsubr.c		llc | hdlc
2771.65Scgdfile netccitt/pk_output.c		ccitt
2781.65Scgdfile netccitt/pk_subr.c			ccitt
2791.65Scgdfile netccitt/pk_timer.c		ccitt
2801.65Scgdfile netccitt/pk_usrreq.c		ccitt
2811.88Schuckfile netinet/if_atm.c			atm
2821.65Scgdfile netinet/if_ether.c			ether
2831.65Scgdfile netinet/igmp.c			inet
2841.65Scgdfile netinet/in.c			inet
2851.65Scgdfile netinet/in_pcb.c			inet
2861.65Scgdfile netinet/in_proto.c			inet
2871.65Scgdfile netinet/ip_icmp.c			inet
2881.65Scgdfile netinet/ip_input.c			inet
2891.65Scgdfile netinet/ip_mroute.c		inet
2901.65Scgdfile netinet/ip_output.c		inet
2911.65Scgdfile netinet/raw_ip.c			inet
2921.65Scgdfile netinet/tcp_debug.c		inet
2931.65Scgdfile netinet/tcp_input.c		inet
2941.65Scgdfile netinet/tcp_output.c		inet
2951.65Scgdfile netinet/tcp_subr.c			inet
2961.65Scgdfile netinet/tcp_timer.c		inet
2971.65Scgdfile netinet/tcp_usrreq.c		inet
2981.65Scgdfile netinet/udp_usrreq.c		inet
2991.65Scgdfile netiso/clnp_debug.c		iso
3001.65Scgdfile netiso/clnp_er.c			iso
3011.65Scgdfile netiso/clnp_frag.c			iso
3021.65Scgdfile netiso/clnp_input.c		iso
3031.65Scgdfile netiso/clnp_options.c		iso
3041.65Scgdfile netiso/clnp_output.c		iso
3051.65Scgdfile netiso/clnp_raw.c			iso
3061.65Scgdfile netiso/clnp_subr.c			iso
3071.65Scgdfile netiso/clnp_timer.c		iso
3081.65Scgdfile netiso/cltp_usrreq.c		iso
3091.65Scgdfile netiso/esis.c			iso
3101.65Scgdfile netiso/idrp_usrreq.c		iso
3111.65Scgdfile netiso/if_cons.c			iso
3121.65Scgdfile netiso/if_eon.c			eon
3131.65Scgdfile netiso/iso.c			iso
3141.65Scgdfile netiso/iso_chksum.c		iso
3151.65Scgdfile netiso/iso_pcb.c			iso
3161.65Scgdfile netiso/iso_proto.c			iso
3171.65Scgdfile netiso/iso_snpac.c			iso
3181.81Scgdfile netiso/tp_astring.c		iso | tpip
3191.65Scgdfile netiso/tp_cons.c			iso
3201.81Scgdfile netiso/tp_driver.c			iso | tpip
3211.81Scgdfile netiso/tp_emit.c			iso | tpip
3221.81Scgdfile netiso/tp_inet.c			iso | tpip
3231.81Scgdfile netiso/tp_input.c			iso | tpip
3241.65Scgdfile netiso/tp_iso.c			iso
3251.81Scgdfile netiso/tp_meas.c			iso | tpip
3261.81Scgdfile netiso/tp_output.c			iso | tpip
3271.81Scgdfile netiso/tp_pcb.c			iso | tpip
3281.81Scgdfile netiso/tp_subr.c			iso | tpip
3291.81Scgdfile netiso/tp_subr2.c			iso | tpip
3301.81Scgdfile netiso/tp_timer.c			iso | tpip
3311.81Scgdfile netiso/tp_trace.c			iso | tpip
3321.81Scgdfile netiso/tp_usrreq.c			iso | tpip
3331.81Scgdfile netiso/tuba_subr.c			iso | tuba
3341.81Scgdfile netiso/tuba_table.c		iso | tuba
3351.81Scgdfile netiso/tuba_usrreq.c		iso | tuba
3361.90Schuckfile netnatm/natm_pcb.c			natm
3371.90Schuckfile netnatm/natm_proto.c		natm
3381.90Schuckfile netnatm/natm.c			natm
3391.65Scgdfile netns/idp_usrreq.c			ns
3401.65Scgdfile netns/ns.c				ns
3411.65Scgdfile netns/ns_error.c			ns
3421.65Scgdfile netns/ns_input.c			ns
3431.65Scgdfile netns/ns_ip.c			ns
3441.65Scgdfile netns/ns_output.c			ns
3451.65Scgdfile netns/ns_pcb.c			ns
3461.65Scgdfile netns/ns_proto.c			ns
3471.65Scgdfile netns/spp_debug.c			ns
3481.65Scgdfile netns/spp_usrreq.c			ns
3491.65Scgdfile nfs/krpc_subr.c			nfsclient
3501.65Scgdfile nfs/nfs_bio.c			nfsclient
3511.65Scgdfile nfs/nfs_boot.c			nfsclient
3521.65Scgdfile nfs/nfs_node.c			nfsclient
3531.81Scgdfile nfs/nfs_nqlease.c			nfsserver | nfsclient
3541.65Scgdfile nfs/nfs_serv.c			nfsserver
3551.81Scgdfile nfs/nfs_socket.c			nfsserver | nfsclient
3561.65Scgdfile nfs/nfs_srvcache.c			nfsserver
3571.81Scgdfile nfs/nfs_subs.c			nfsserver | nfsclient
3581.81Scgdfile nfs/nfs_syscalls.c			nfsserver | nfsclient
3591.65Scgdfile nfs/nfs_vfsops.c			nfsclient
3601.65Scgdfile nfs/nfs_vnops.c			nfsclient
3611.81Scgdfile ufs/ffs/ffs_alloc.c		ffs | mfs
3621.81Scgdfile ufs/ffs/ffs_balloc.c		ffs | mfs
3631.81Scgdfile ufs/ffs/ffs_inode.c		ffs | mfs
3641.81Scgdfile ufs/ffs/ffs_subr.c			ffs | mfs
3651.81Scgdfile ufs/ffs/ffs_tables.c		ffs | mfs
3661.81Scgdfile ufs/ffs/ffs_vfsops.c		ffs | mfs
3671.81Scgdfile ufs/ffs/ffs_vnops.c		ffs | mfs
3681.65Scgdfile ufs/lfs/lfs_alloc.c		lfs
3691.65Scgdfile ufs/lfs/lfs_bio.c			lfs
3701.65Scgdfile ufs/lfs/lfs_balloc.c		lfs
3711.65Scgdfile ufs/lfs/lfs_cksum.c		lfs
3721.65Scgdfile ufs/lfs/lfs_debug.c		lfs
3731.65Scgdfile ufs/lfs/lfs_inode.c		lfs
3741.65Scgdfile ufs/lfs/lfs_segment.c		lfs
3751.65Scgdfile ufs/lfs/lfs_subr.c			lfs
3761.65Scgdfile ufs/lfs/lfs_syscalls.c		lfs
3771.65Scgdfile ufs/lfs/lfs_vfsops.c		lfs
3781.65Scgdfile ufs/lfs/lfs_vnops.c		lfs
3791.65Scgdfile ufs/mfs/mfs_vfsops.c		mfs
3801.65Scgdfile ufs/mfs/mfs_vnops.c		mfs
3811.81Scgdfile ufs/ufs/ufs_bmap.c			ffs | lfs | mfs
3821.81Scgdfile ufs/ufs/ufs_ihash.c		ffs | lfs | mfs
3831.81Scgdfile ufs/ufs/ufs_inode.c		ffs | lfs | mfs
3841.81Scgdfile ufs/ufs/ufs_lookup.c		ffs | lfs | mfs
3851.81Scgdfile ufs/ufs/ufs_quota.c		ffs | lfs | mfs
3861.81Scgdfile ufs/ufs/ufs_vfsops.c		ffs | lfs | mfs
3871.81Scgdfile ufs/ufs/ufs_vnops.c		ffs | lfs | mfs
3881.65Scgdfile vm/device_pager.c			devpager
3891.65Scgdfile vm/kern_lock.c
3901.65Scgdfile vm/swap_pager.c			swappager
3911.65Scgdfile vm/vm_fault.c
3921.65Scgdfile vm/vm_glue.c
3931.65Scgdfile vm/vm_init.c
3941.65Scgdfile vm/vm_kern.c
3951.65Scgdfile vm/vm_map.c
3961.65Scgdfile vm/vm_meter.c
3971.65Scgdfile vm/vm_mmap.c
3981.65Scgdfile vm/vm_object.c
3991.65Scgdfile vm/vm_page.c
4001.65Scgdfile vm/vm_pageout.c
4011.65Scgdfile vm/vm_pager.c
4021.65Scgdfile vm/vm_swap.c
4031.65Scgdfile vm/vm_unix.c
4041.65Scgdfile vm/vm_user.c
4051.65Scgdfile vm/vnode_pager.c			vnodepager
406