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