files revision 1.100
11.100Sws#	$NetBSD: files,v 1.100 1996/09/30 16:16:46 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.100Sws# kgdb has its own "files" file, but is really machine independent
251.100Swsinclude "kgdb/files.kgdb"
261.71Sthorpej
271.83Sthorpej# "Chipset" drivers.  These are the bus-independent routines which
281.83Sthorpej# contain the cfdrivers.  Attachments are provided by files.<bus>
291.83Sthorpej
301.86Smycroft# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
311.86Smycroftdevice	ahc: scsi
321.86Smycroftfile	dev/ic/aic7xxx.c	ahc
331.94Smycroft
341.94Smycroft# BusLogic MultiMaster and MultiMaster Ultra SCSI controllers
351.94Smycroftdevice	bha: scsi
361.94Smycroftfile	dev/ic/bha.c		bha
371.94Smycroft
381.94Smycroft# UltraStor SCSI controllers
391.94Smycroftdevice	uha: scsi
401.94Smycroftfile	dev/ic/uha.c		uha
411.86Smycroft
421.83Sthorpej# 3Com Etherlink-III Ethernet controller
431.83Sthorpejdevice	ep: ether, ifnet
441.83Sthorpejfile	dev/ic/elink3.c		ep
451.84Smycroft
461.84Smycroft# LANCE and PCnet Ethernet controllers
471.84Smycroftdevice	le: ether, ifnet
481.85Sthorpejfile	dev/ic/am7990.c		le
491.77Scgd
501.91Scgd# NCR 5380 SCSI Bus Controller
511.91Scgddefine	ncr5380sbc
521.91Scgdfile	dev/ic/ncr5380sbc.c	ncr5380sbc
531.91Scgd
541.91Scgd# DEC FDDI Chipset
551.91Scgddefine	pdq
561.91Scgdfile	dev/ic/pdq.c		pdq
571.91Scgdfile	dev/ic/pdq_ifsubr.c	pdq
581.98Schristos
591.98Schristos# Cyclades Cyclom-8/16/32 
601.98Schristosdevice	cy: tty
611.98Schristosfile	dev/ic/cy.c		cy needs-flag
621.91Scgd
631.77Scgd# Attributes which machine-independent bus support can be attached to.
641.77Scgd# These should be defined here, because some of these busses can have
651.77Scgd# devices which provide these attributes, and we'd like to avoid hairy
661.77Scgd# ordering constraints on inclusion of the busses' "files" files.
671.78Scgddefine	isabus { }			# ISA attachment
681.77Scgddefine	eisabus { }			# EISA attachment
691.78Scgddefine	pcibus {[bus = -1]}		# PCI attachment
701.77Scgddefine	tcbus { }			# TurboChannel attachment
711.60Scgd
721.60Scgd# legitimate pseudo-devices
731.60Scgdpseudo-device vnd: disk
741.64Sthorpejpseudo-device ccd: disk
751.60Scgd
761.60Scgdpseudo-device pty: tty
771.60Scgdpseudo-device tb: tty
781.60Scgd
791.60Scgdpseudo-device loop: ifnet
801.60Scgdpseudo-device sl: ifnet
811.60Scgdpseudo-device ppp: ifnet
821.60Scgdpseudo-device tun: ifnet
831.60Scgdpseudo-device bpfilter: ifnet
841.87Sjonathanpseudo-device strip: ifnet
851.60Scgd
861.65Scgd# XXX machine-independent SCSI files should live somewhere here, maybe
871.65Scgd
881.60Scgd# kernel sources
891.65Scgdfile adosfs/adlookup.c			adosfs
901.65Scgdfile adosfs/adutil.c			adosfs
911.65Scgdfile adosfs/advfsops.c			adosfs
921.65Scgdfile adosfs/advnops.c			adosfs
931.65Scgdfile ddb/db_access.c			ddb
941.65Scgdfile ddb/db_aout.c			ddb
951.65Scgdfile ddb/db_break.c			ddb
961.65Scgdfile ddb/db_command.c			ddb
971.65Scgdfile ddb/db_examine.c			ddb
981.65Scgdfile ddb/db_expr.c			ddb
991.65Scgdfile ddb/db_input.c			ddb
1001.65Scgdfile ddb/db_lex.c			ddb
1011.65Scgdfile ddb/db_output.c			ddb
1021.65Scgdfile ddb/db_print.c			ddb
1031.65Scgdfile ddb/db_run.c			ddb
1041.65Scgdfile ddb/db_sym.c			ddb
1051.65Scgdfile ddb/db_trap.c			ddb
1061.65Scgdfile ddb/db_variables.c			ddb
1071.65Scgdfile ddb/db_watch.c			ddb
1081.65Scgdfile ddb/db_write_cmd.c			ddb
1091.65Scgdfile dev/audio.c			audio			needs-flag
1101.65Scgdfile dev/ccd.c				ccd			needs-flag
1111.65Scgdfile dev/mulaw.c			mulaw
1121.65Scgdfile dev/vnd.c				vnd			needs-flag
1131.60Scgdfile isofs/cd9660/cd9660_bmap.c		cd9660
1141.60Scgdfile isofs/cd9660/cd9660_lookup.c	cd9660
1151.60Scgdfile isofs/cd9660/cd9660_node.c		cd9660
1161.60Scgdfile isofs/cd9660/cd9660_rrip.c		cd9660
1171.60Scgdfile isofs/cd9660/cd9660_util.c		cd9660
1181.60Scgdfile isofs/cd9660/cd9660_vfsops.c	cd9660
1191.60Scgdfile isofs/cd9660/cd9660_vnops.c	cd9660
1201.99Scgd# XXX should be conditional on exec_aout
1211.65Scgdfile kern/exec_aout.c
1221.65Scgdfile kern/exec_conf.c
1231.99Scgd# XXX should be conditional on only exec_ecoff
1241.99Scgdfile kern/exec_ecoff.c			exec_ecoff | compat_ultrix | compat_osf1
1251.99Scgd# XXX should be conditional on only exec_elf32
1261.99Scgdfile kern/exec_elf32.c			exec_elf32 | compat_svr4 | compat_linux
1271.99Scgdfile kern/exec_elf64.c			exec_elf64
1281.99Scgd# XXX should be conditional on only exec_elf32 | exec_elf64
1291.99Scgdfile kern/exec_elf_common.c		exec_elf32 | exec_elf64 | compat_svr4 | compat_linux
1301.99Scgd# XXX should be conditional on exec_script
1311.65Scgdfile kern/exec_script.c
1321.65Scgdfile kern/exec_subr.c
1331.65Scgdfile kern/init_main.c
1341.65Scgdfile kern/init_sysent.c
1351.65Scgdfile kern/kern_acct.c
1361.65Scgdfile kern/kern_clock.c
1371.65Scgdfile kern/kern_descrip.c
1381.65Scgdfile kern/kern_exec.c
1391.65Scgdfile kern/kern_exit.c
1401.65Scgdfile kern/kern_fork.c
1411.65Scgdfile kern/kern_ktrace.c			ktrace
1421.65Scgdfile kern/kern_lkm.c			lkm
1431.76Sjonathanfile kern/kern_ntptime.c
1441.65Scgdfile kern/kern_malloc.c
1451.65Scgdfile kern/kern_physio.c
1461.65Scgdfile kern/kern_proc.c
1471.65Scgdfile kern/kern_prot.c
1481.65Scgdfile kern/kern_resource.c
1491.65Scgdfile kern/kern_sig.c
1501.65Scgdfile kern/kern_subr.c
1511.65Scgdfile kern/kern_sysctl.c
1521.65Scgdfile kern/kern_synch.c
1531.65Scgdfile kern/kern_time.c
1541.65Scgdfile kern/kern_xxx.c
1551.60Scgdfile kern/subr_autoconf.c
1561.60Scgdfile kern/subr_disk.c
1571.89Sthorpejfile kern/subr_extent.c
1581.65Scgdfile kern/subr_log.c
1591.65Scgdfile kern/subr_prf.c
1601.65Scgdfile kern/subr_prof.c
1611.65Scgdfile kern/subr_rmap.c
1621.65Scgdfile kern/subr_xxx.c
1631.65Scgdfile kern/sys_generic.c
1641.65Scgdfile kern/sys_process.c
1651.65Scgdfile kern/sys_socket.c
1661.65Scgdfile kern/syscalls.c			syscall_debug
1671.81Scgdfile kern/sysv_ipc.c			sysvshm | sysvsem | sysvmsg
1681.65Scgdfile kern/sysv_msg.c			sysvmsg
1691.65Scgdfile kern/sysv_sem.c			sysvsem
1701.65Scgdfile kern/sysv_shm.c			sysvshm
1711.65Scgdfile kern/tty.c
1721.65Scgdfile kern/tty_conf.c
1731.65Scgdfile kern/tty_pty.c			pty			needs-count
1741.65Scgdfile kern/tty_subr.c
1751.65Scgdfile kern/tty_tb.c			tb			needs-count
1761.65Scgdfile kern/tty_tty.c
1771.65Scgdfile kern/uipc_domain.c
1781.65Scgdfile kern/uipc_mbuf.c
1791.65Scgdfile kern/uipc_proto.c
1801.65Scgdfile kern/uipc_socket.c
1811.65Scgdfile kern/uipc_socket2.c
1821.65Scgdfile kern/uipc_syscalls.c
1831.65Scgdfile kern/uipc_usrreq.c
1841.65Scgdfile kern/vfs_bio.c
1851.65Scgdfile kern/vfs_cache.c
1861.65Scgdfile kern/vfs_cluster.c
1871.65Scgdfile kern/vfs_conf.c
1881.65Scgdfile kern/vfs_init.c
1891.60Scgdfile kern/vfs_lockf.c
1901.65Scgdfile kern/vfs_lookup.c
1911.65Scgdfile kern/vfs_subr.c
1921.65Scgdfile kern/vfs_syscalls.c
1931.65Scgdfile kern/vfs_vnops.c
1941.79Scgdfile kern/vnode_if.c
1951.60Scgdfile miscfs/deadfs/dead_vnops.c
1961.60Scgdfile miscfs/fdesc/fdesc_vfsops.c	fdesc
1971.60Scgdfile miscfs/fdesc/fdesc_vnops.c		fdesc
1981.60Scgdfile miscfs/fifofs/fifo_vnops.c		fifo
1991.95Smycroftfile miscfs/genfs/genfs_vnops.c
2001.60Scgdfile miscfs/kernfs/kernfs_vfsops.c	kernfs
2011.60Scgdfile miscfs/kernfs/kernfs_vnops.c	kernfs
2021.60Scgdfile miscfs/nullfs/null_subr.c		nullfs
2031.60Scgdfile miscfs/nullfs/null_vfsops.c	nullfs
2041.60Scgdfile miscfs/nullfs/null_vnops.c		nullfs
2051.60Scgdfile miscfs/portal/portal_vfsops.c	portal
2061.60Scgdfile miscfs/portal/portal_vnops.c	portal
2071.60Scgdfile miscfs/procfs/procfs_ctl.c		procfs
2081.60Scgdfile miscfs/procfs/procfs_fpregs.c
2091.60Scgdfile miscfs/procfs/procfs_mem.c
2101.60Scgdfile miscfs/procfs/procfs_note.c	procfs
2111.60Scgdfile miscfs/procfs/procfs_regs.c
2121.60Scgdfile miscfs/procfs/procfs_status.c	procfs
2131.60Scgdfile miscfs/procfs/procfs_subr.c	procfs
2141.60Scgdfile miscfs/procfs/procfs_vfsops.c	procfs
2151.60Scgdfile miscfs/procfs/procfs_vnops.c	procfs
2161.60Scgdfile miscfs/specfs/spec_vnops.c
2171.60Scgdfile miscfs/umapfs/umap_subr.c		umapfs
2181.60Scgdfile miscfs/umapfs/umap_vfsops.c	umapfs
2191.60Scgdfile miscfs/umapfs/umap_vnops.c		umapfs
2201.60Scgdfile miscfs/union/union_subr.c		union
2211.60Scgdfile miscfs/union/union_vfsops.c	union
2221.60Scgdfile miscfs/union/union_vnops.c		union
2231.65Scgdfile msdosfs/msdosfs_conv.c		msdosfs
2241.65Scgdfile msdosfs/msdosfs_denode.c		msdosfs
2251.60Scgdfile msdosfs/msdosfs_fat.c		msdosfs
2261.65Scgdfile msdosfs/msdosfs_lookup.c		msdosfs
2271.65Scgdfile msdosfs/msdosfs_vfsops.c		msdosfs
2281.65Scgdfile msdosfs/msdosfs_vnops.c		msdosfs
2291.65Scgdfile net/bpf.c				bpfilter		needs-count
2301.81Scgdfile net/bpf_filter.c			bpfilter | ppp
2311.65Scgdfile net/if.c
2321.65Scgdfile net/if_arcsubr.c			arc			needs-flag
2331.88Schuckfile net/if_atmsubr.c			atm			needs-flag
2341.81Scgdfile net/if_ethersubr.c			ether | fddi		needs-flag
2351.67Scgdfile net/if_fddisubr.c			fddi
2361.65Scgdfile net/if_loop.c			loop			needs-count
2371.65Scgdfile net/if_sl.c			sl			needs-count
2381.87Sjonathanfile net/if_strip.c			strip			needs-count
2391.65Scgdfile net/if_ppp.c			ppp			needs-count
2401.65Scgdfile net/ppp_tty.c			ppp
2411.82Spaulusfile net/bsd-comp.c			ppp_bsdcomp
2421.82Spaulusfile net/ppp-deflate.c			ppp_deflate
2431.82Spaulusfile net/zlib.c				ppp_deflate
2441.65Scgdfile net/if_tun.c			tun			needs-count
2451.65Scgdfile net/radix.c
2461.65Scgdfile net/raw_cb.c
2471.65Scgdfile net/raw_usrreq.c
2481.65Scgdfile net/route.c
2491.65Scgdfile net/rtsock.c
2501.87Sjonathanfile net/slcompress.c			sl | ppp | strip
2511.96Smrgfile net/pfil.c				pfil_hooks
2521.65Scgdfile netccitt/ccitt_proto.c		ccitt
2531.65Scgdfile netccitt/hd_debug.c		hdlc
2541.65Scgdfile netccitt/hd_input.c		hdlc
2551.65Scgdfile netccitt/hd_output.c		hdlc
2561.65Scgdfile netccitt/hd_subr.c			hdlc
2571.65Scgdfile netccitt/hd_timer.c		hdlc
2581.65Scgdfile netccitt/if_x25subr.c		ccitt
2591.65Scgdfile netccitt/llc_input.c		llc
2601.65Scgdfile netccitt/llc_output.c		llc
2611.65Scgdfile netccitt/llc_subr.c		llc
2621.65Scgdfile netccitt/llc_timer.c		llc
2631.65Scgdfile netccitt/pk_acct.c			ccitt
2641.65Scgdfile netccitt/pk_debug.c		ccitt
2651.65Scgdfile netccitt/pk_input.c		ccitt
2661.81Scgdfile netccitt/pk_llcsubr.c		llc | hdlc
2671.65Scgdfile netccitt/pk_output.c		ccitt
2681.65Scgdfile netccitt/pk_subr.c			ccitt
2691.65Scgdfile netccitt/pk_timer.c		ccitt
2701.65Scgdfile netccitt/pk_usrreq.c		ccitt
2711.88Schuckfile netinet/if_atm.c			atm
2721.65Scgdfile netinet/if_ether.c			ether
2731.65Scgdfile netinet/igmp.c			inet
2741.65Scgdfile netinet/in.c			inet
2751.65Scgdfile netinet/in_pcb.c			inet
2761.65Scgdfile netinet/in_proto.c			inet
2771.65Scgdfile netinet/ip_icmp.c			inet
2781.65Scgdfile netinet/ip_input.c			inet
2791.65Scgdfile netinet/ip_mroute.c		inet
2801.65Scgdfile netinet/ip_output.c		inet
2811.65Scgdfile netinet/raw_ip.c			inet
2821.65Scgdfile netinet/tcp_debug.c		inet
2831.65Scgdfile netinet/tcp_input.c		inet
2841.65Scgdfile netinet/tcp_output.c		inet
2851.65Scgdfile netinet/tcp_subr.c			inet
2861.65Scgdfile netinet/tcp_timer.c		inet
2871.65Scgdfile netinet/tcp_usrreq.c		inet
2881.65Scgdfile netinet/udp_usrreq.c		inet
2891.65Scgdfile netiso/clnp_debug.c		iso
2901.65Scgdfile netiso/clnp_er.c			iso
2911.65Scgdfile netiso/clnp_frag.c			iso
2921.65Scgdfile netiso/clnp_input.c		iso
2931.65Scgdfile netiso/clnp_options.c		iso
2941.65Scgdfile netiso/clnp_output.c		iso
2951.65Scgdfile netiso/clnp_raw.c			iso
2961.65Scgdfile netiso/clnp_subr.c			iso
2971.65Scgdfile netiso/clnp_timer.c		iso
2981.65Scgdfile netiso/cltp_usrreq.c		iso
2991.65Scgdfile netiso/esis.c			iso
3001.65Scgdfile netiso/idrp_usrreq.c		iso
3011.65Scgdfile netiso/if_cons.c			iso
3021.65Scgdfile netiso/if_eon.c			eon
3031.65Scgdfile netiso/iso.c			iso
3041.65Scgdfile netiso/iso_chksum.c		iso
3051.65Scgdfile netiso/iso_pcb.c			iso
3061.65Scgdfile netiso/iso_proto.c			iso
3071.65Scgdfile netiso/iso_snpac.c			iso
3081.81Scgdfile netiso/tp_astring.c		iso | tpip
3091.65Scgdfile netiso/tp_cons.c			iso
3101.81Scgdfile netiso/tp_driver.c			iso | tpip
3111.81Scgdfile netiso/tp_emit.c			iso | tpip
3121.81Scgdfile netiso/tp_inet.c			iso | tpip
3131.81Scgdfile netiso/tp_input.c			iso | tpip
3141.65Scgdfile netiso/tp_iso.c			iso
3151.81Scgdfile netiso/tp_meas.c			iso | tpip
3161.81Scgdfile netiso/tp_output.c			iso | tpip
3171.81Scgdfile netiso/tp_pcb.c			iso | tpip
3181.81Scgdfile netiso/tp_subr.c			iso | tpip
3191.81Scgdfile netiso/tp_subr2.c			iso | tpip
3201.81Scgdfile netiso/tp_timer.c			iso | tpip
3211.81Scgdfile netiso/tp_trace.c			iso | tpip
3221.81Scgdfile netiso/tp_usrreq.c			iso | tpip
3231.81Scgdfile netiso/tuba_subr.c			iso | tuba
3241.81Scgdfile netiso/tuba_table.c		iso | tuba
3251.81Scgdfile netiso/tuba_usrreq.c		iso | tuba
3261.90Schuckfile netnatm/natm_pcb.c			natm
3271.90Schuckfile netnatm/natm_proto.c		natm
3281.90Schuckfile netnatm/natm.c			natm
3291.65Scgdfile netns/idp_usrreq.c			ns
3301.65Scgdfile netns/ns.c				ns
3311.65Scgdfile netns/ns_error.c			ns
3321.65Scgdfile netns/ns_input.c			ns
3331.65Scgdfile netns/ns_ip.c			ns
3341.65Scgdfile netns/ns_output.c			ns
3351.65Scgdfile netns/ns_pcb.c			ns
3361.65Scgdfile netns/ns_proto.c			ns
3371.65Scgdfile netns/spp_debug.c			ns
3381.65Scgdfile netns/spp_usrreq.c			ns
3391.65Scgdfile nfs/krpc_subr.c			nfsclient
3401.65Scgdfile nfs/nfs_bio.c			nfsclient
3411.65Scgdfile nfs/nfs_boot.c			nfsclient
3421.65Scgdfile nfs/nfs_node.c			nfsclient
3431.81Scgdfile nfs/nfs_nqlease.c			nfsserver | nfsclient
3441.65Scgdfile nfs/nfs_serv.c			nfsserver
3451.81Scgdfile nfs/nfs_socket.c			nfsserver | nfsclient
3461.65Scgdfile nfs/nfs_srvcache.c			nfsserver
3471.81Scgdfile nfs/nfs_subs.c			nfsserver | nfsclient
3481.81Scgdfile nfs/nfs_syscalls.c			nfsserver | nfsclient
3491.65Scgdfile nfs/nfs_vfsops.c			nfsclient
3501.65Scgdfile nfs/nfs_vnops.c			nfsclient
3511.81Scgdfile ufs/ffs/ffs_alloc.c		ffs | mfs
3521.81Scgdfile ufs/ffs/ffs_balloc.c		ffs | mfs
3531.81Scgdfile ufs/ffs/ffs_inode.c		ffs | mfs
3541.81Scgdfile ufs/ffs/ffs_subr.c			ffs | mfs
3551.81Scgdfile ufs/ffs/ffs_tables.c		ffs | mfs
3561.81Scgdfile ufs/ffs/ffs_vfsops.c		ffs | mfs
3571.81Scgdfile ufs/ffs/ffs_vnops.c		ffs | mfs
3581.65Scgdfile ufs/lfs/lfs_alloc.c		lfs
3591.65Scgdfile ufs/lfs/lfs_bio.c			lfs
3601.65Scgdfile ufs/lfs/lfs_balloc.c		lfs
3611.65Scgdfile ufs/lfs/lfs_cksum.c		lfs
3621.65Scgdfile ufs/lfs/lfs_debug.c		lfs
3631.65Scgdfile ufs/lfs/lfs_inode.c		lfs
3641.65Scgdfile ufs/lfs/lfs_segment.c		lfs
3651.65Scgdfile ufs/lfs/lfs_subr.c			lfs
3661.65Scgdfile ufs/lfs/lfs_syscalls.c		lfs
3671.65Scgdfile ufs/lfs/lfs_vfsops.c		lfs
3681.65Scgdfile ufs/lfs/lfs_vnops.c		lfs
3691.65Scgdfile ufs/mfs/mfs_vfsops.c		mfs
3701.65Scgdfile ufs/mfs/mfs_vnops.c		mfs
3711.81Scgdfile ufs/ufs/ufs_bmap.c			ffs | lfs | mfs
3721.81Scgdfile ufs/ufs/ufs_ihash.c		ffs | lfs | mfs
3731.81Scgdfile ufs/ufs/ufs_inode.c		ffs | lfs | mfs
3741.81Scgdfile ufs/ufs/ufs_lookup.c		ffs | lfs | mfs
3751.81Scgdfile ufs/ufs/ufs_quota.c		ffs | lfs | mfs
3761.81Scgdfile ufs/ufs/ufs_vfsops.c		ffs | lfs | mfs
3771.81Scgdfile ufs/ufs/ufs_vnops.c		ffs | lfs | mfs
3781.65Scgdfile vm/device_pager.c			devpager
3791.65Scgdfile vm/kern_lock.c
3801.65Scgdfile vm/swap_pager.c			swappager
3811.65Scgdfile vm/vm_fault.c
3821.65Scgdfile vm/vm_glue.c
3831.65Scgdfile vm/vm_init.c
3841.65Scgdfile vm/vm_kern.c
3851.65Scgdfile vm/vm_map.c
3861.65Scgdfile vm/vm_meter.c
3871.65Scgdfile vm/vm_mmap.c
3881.65Scgdfile vm/vm_object.c
3891.65Scgdfile vm/vm_page.c
3901.65Scgdfile vm/vm_pageout.c
3911.65Scgdfile vm/vm_pager.c
3921.65Scgdfile vm/vm_swap.c
3931.65Scgdfile vm/vm_unix.c
3941.65Scgdfile vm/vm_user.c
3951.65Scgdfile vm/vnode_pager.c			vnodepager
396