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