1*67078Smckusick# @(#)files.newconf 8.10 (Berkeley) 05/01/94 259145Storek 359145Storek# generic attributes 459145Storekdefine disk 559145Storekdefine tape 659145Storekdefine ifnet 759145Storekdefine tty 859145Storek 959145Storek# net device attributes - we have generic code for ether. 1059147Storek# we should have imp but right now it is a pseudo-device. 1159145Storekdefine ether 1259145Storek# define imp 1359147Storekpseudo-device imp 1459145Storek 1559145Storek# scsi driver and associated stuff 1659145Storekdefine scsi { target = -1 } 1759145Storekdevice tg at scsi { drive = -1 } 1859145Storekfile dev/scsi/scsi_subr.c scsi 1959145Storek 2059145Storekdevice sd at tg: disk 2159145Storekfile dev/scsi/sd.c sd needs-flag 2259145Storek 2359145Storek# device st at tg: tape -- not yet 2459145Storek 2559145Storek# legitimate pseudo-devices 2659145Storekpseudo-device bpfilter 2759145Storekpseudo-device cd: disk 2859145Storekpseudo-device loop 2959145Storekpseudo-device pty: tty 3059145Storekpseudo-device sl 3159145Storekpseudo-device vn: disk 3259145Storek 3359145Storek# kernel sources 34*67078Smckusickfile isofs/cd9660/cd9660_bmap.c cd9660 35*67078Smckusickfile isofs/cd9660/cd9660_lookup.c cd9660 36*67078Smckusickfile isofs/cd9660/cd9660_node.c cd9660 37*67078Smckusickfile isofs/cd9660/cd9660_rrip.c cd9660 38*67078Smckusickfile isofs/cd9660/cd9660_util.c cd9660 39*67078Smckusickfile isofs/cd9660/cd9660_vfsops.c cd9660 40*67078Smckusickfile isofs/cd9660/cd9660_vnops.c cd9660 4159145Storekfile kern/init_main.c 4259145Storekfile kern/init_sysent.c 4359145Storekfile kern/kern_acct.c 4459145Storekfile kern/kern_clock.c 4559145Storekfile kern/kern_descrip.c 4659145Storekfile kern/kern_exec.c 4759145Storekfile kern/kern_exit.c 4859145Storekfile kern/kern_fork.c 4959145Storekfile kern/kern_ktrace.c ktrace 5059145Storekfile kern/kern_malloc.c 5159145Storekfile kern/kern_physio.c 5259145Storekfile kern/kern_proc.c 5359145Storekfile kern/kern_prot.c 5459145Storekfile kern/kern_resource.c 5559145Storekfile kern/kern_sig.c 5659145Storekfile kern/kern_subr.c 5759145Storekfile kern/kern_synch.c 5859145Storekfile kern/kern_sysctl.c 5959145Storekfile kern/kern_time.c 6059145Storekfile kern/kern_xxx.c 6159145Storekfile kern/subr_autoconf.c 6259145Storekfile kern/subr_log.c 6359145Storekfile kern/subr_prf.c 6459145Storekfile kern/subr_prof.c 6559145Storekfile kern/subr_rmap.c 6659145Storekfile kern/subr_xxx.c 6759145Storekfile kern/sys_generic.c 6859145Storekfile kern/sys_process.c 6959145Storekfile kern/sys_socket.c 7059145Storekfile kern/sysv_shm.c sysvshm 7159145Storekfile kern/tty.c 7259145Storekfile kern/tty_compat.c 7359145Storekfile kern/tty_conf.c 7459145Storekfile kern/tty_pty.c pty needs-count 7559145Storekfile kern/tty_subr.c 7659145Storekfile kern/tty_tb.c tb needs-flag 7759145Storekfile kern/tty_tty.c 7859145Storekfile kern/uipc_domain.c 7959145Storekfile kern/uipc_mbuf.c 8059145Storekfile kern/uipc_proto.c 8159145Storekfile kern/uipc_socket.c 8259145Storekfile kern/uipc_socket2.c 8359145Storekfile kern/uipc_syscalls.c 8459145Storekfile kern/uipc_usrreq.c 8559145Storekfile kern/vfs_bio.c 8659145Storekfile kern/vfs_cache.c 8759876Smckusickfile kern/vfs_cluster.c 8859145Storekfile kern/vfs_conf.c 8959145Storekfile kern/vfs_init.c 9059145Storekfile kern/vfs_lookup.c 9159145Storekfile kern/vfs_subr.c 9259145Storekfile kern/vfs_syscalls.c 9359145Storekfile kern/vfs_vnops.c 9459145Storekfile miscfs/deadfs/dead_vnops.c 9559145Storekfile miscfs/fdesc/fdesc_vfsops.c fdesc 9659145Storekfile miscfs/fdesc/fdesc_vnops.c fdesc 9759145Storekfile miscfs/fifofs/fifo_vnops.c fifo 9859145Storekfile miscfs/kernfs/kernfs_vfsops.c kernfs 9959145Storekfile miscfs/kernfs/kernfs_vnops.c kernfs 10059145Storekfile miscfs/nullfs/null_subr.c nullfs 10159145Storekfile miscfs/nullfs/null_vfsops.c nullfs 10259145Storekfile miscfs/nullfs/null_vnops.c nullfs 10359145Storekfile miscfs/portal/portal_vfsops.c portal 10459145Storekfile miscfs/portal/portal_vnops.c portal 10565355Spendryfile miscfs/procfs/procfs_subr.c procfs 10665355Spendryfile miscfs/procfs/procfs_vnops.c procfs 10765355Spendryfile miscfs/procfs/procfs_vfsops.c procfs 10865355Spendryfile miscfs/procfs/procfs_note.c procfs 10965355Spendryfile miscfs/procfs/procfs_mem.c procfs 11065355Spendryfile miscfs/procfs/procfs_ctl.c procfs 11165355Spendryfile miscfs/procfs/procfs_status.c procfs 11265355Spendryfile miscfs/procfs/procfs_regs.c procfs 11365925Spendryfile miscfs/procfs/procfs_fpregs.c procfs 11459145Storekfile miscfs/specfs/spec_vnops.c 11559145Storekfile miscfs/umapfs/umap_subr.c umapfs 11659145Storekfile miscfs/umapfs/umap_vfsops.c umapfs 11759145Storekfile miscfs/umapfs/umap_vnops.c umapfs 11866056Spendryfile miscfs/union/union_subr.c union 11966056Spendryfile miscfs/union/union_vfsops.c union 12066056Spendryfile miscfs/union/union_vnops.c union 12159145Storekfile net/bpf.c bpfilter needs-count 12259145Storekfile net/bpf_filter.c bpfilter needs-count 12359145Storekfile net/if.c 12459145Storekfile net/if_ethersubr.c ether needs-flag 12559145Storekfile net/if_loop.c loop needs-count 12659145Storekfile net/if_sl.c sl needs-count 12759145Storekfile net/radix.c 12859145Storekfile net/raw_cb.c 12959145Storekfile net/raw_usrreq.c 13059145Storekfile net/route.c 13159145Storekfile net/rtsock.c 13259145Storekfile net/slcompress.c sl 13359145Storekfile netccitt/ccitt_proto.c ccitt 13459146Storekfile netccitt/llc_input.c llc 13559146Storekfile netccitt/llc_output.c llc 13659146Storekfile netccitt/llc_subr.c llc 13759146Storekfile netccitt/llc_timer.c llc 13859146Storekfile netccitt/hd_debug.c hdlc 13959146Storekfile netccitt/hd_input.c hdlc 14059146Storekfile netccitt/hd_output.c hdlc 14159146Storekfile netccitt/hd_subr.c hdlc 14259146Storekfile netccitt/hd_timer.c hdlc 14359145Storekfile netccitt/if_x25subr.c ccitt 14459145Storekfile netccitt/pk_acct.c ccitt 14559145Storekfile netccitt/pk_debug.c ccitt 14659145Storekfile netccitt/pk_input.c ccitt 14759146Storekfile netccitt/pk_llcsubr.c llc hdlc 14859145Storekfile netccitt/pk_output.c ccitt 14959145Storekfile netccitt/pk_subr.c ccitt 15059145Storekfile netccitt/pk_timer.c ccitt 15159145Storekfile netccitt/pk_usrreq.c ccitt 15259145Storekfile netimp/if_imp.c imp needs-count 15359145Storekfile netimp/if_imphost.c imp needs-count 15459145Storekfile netimp/raw_imp.c imp 15559145Storekfile netinet/if_ether.c ether 15659146Storekfile netinet/igmp.c inet 15759145Storekfile netinet/in.c inet 15859145Storekfile netinet/in_pcb.c inet 15959145Storekfile netinet/in_proto.c inet 16059145Storekfile netinet/ip_icmp.c inet 16159145Storekfile netinet/ip_input.c inet 16259146Storekfile netinet/ip_mroute.c inet 16359145Storekfile netinet/ip_output.c inet 16459145Storekfile netinet/raw_ip.c inet 16559145Storekfile netinet/tcp_debug.c inet 16659145Storekfile netinet/tcp_input.c inet 16759145Storekfile netinet/tcp_output.c inet 16859145Storekfile netinet/tcp_subr.c inet 16959145Storekfile netinet/tcp_timer.c inet 17059145Storekfile netinet/tcp_usrreq.c inet 17159145Storekfile netinet/udp_usrreq.c inet 17259145Storekfile netiso/clnp_debug.c iso 17359145Storekfile netiso/clnp_er.c iso 17459145Storekfile netiso/clnp_frag.c iso 17559145Storekfile netiso/clnp_input.c iso 17659145Storekfile netiso/clnp_options.c iso 17759145Storekfile netiso/clnp_output.c iso 17859145Storekfile netiso/clnp_raw.c iso 17959145Storekfile netiso/clnp_subr.c iso 18059145Storekfile netiso/clnp_timer.c iso 18159145Storekfile netiso/cltp_usrreq.c iso 18259145Storekfile netiso/esis.c iso 18359145Storekfile netiso/if_eon.c eon 18459146Storekfile netiso/idrp_usrreq.c iso 18559145Storekfile netiso/iso.c iso 18659145Storekfile netiso/iso_chksum.c iso 18759145Storekfile netiso/iso_pcb.c iso 18859145Storekfile netiso/iso_proto.c iso 18959145Storekfile netiso/iso_snpac.c iso 19059145Storekfile netiso/tp_astring.c iso tpip 19159145Storekfile netiso/tp_cons.c iso 19259145Storekfile netiso/tp_driver.c iso tpip 19359145Storekfile netiso/tp_emit.c iso tpip 19459145Storekfile netiso/tp_inet.c iso tpip 19559145Storekfile netiso/tp_input.c iso tpip 19659145Storekfile netiso/tp_iso.c iso 19759145Storekfile netiso/tp_meas.c iso tpip 19859145Storekfile netiso/tp_output.c iso tpip 19959145Storekfile netiso/tp_pcb.c iso tpip 20059145Storekfile netiso/tp_subr.c iso tpip 20159145Storekfile netiso/tp_subr2.c iso tpip 20259145Storekfile netiso/tp_timer.c iso tpip 20359145Storekfile netiso/tp_trace.c iso tpip 20459145Storekfile netiso/tp_usrreq.c iso tpip 20559146Storekfile netiso/tuba_subr.c iso tuba 20659146Storekfile netiso/tuba_table.c iso tuba 20759146Storekfile netiso/tuba_usrreq.c iso tuba 20859145Storekfile netns/idp_usrreq.c ns 20959145Storekfile netns/ns.c ns 21059145Storekfile netns/ns_error.c ns 21159145Storekfile netns/ns_input.c ns 21259145Storekfile netns/ns_ip.c ns 21359145Storekfile netns/ns_output.c ns 21459145Storekfile netns/ns_pcb.c ns 21559145Storekfile netns/ns_proto.c ns 21659145Storekfile netns/spp_debug.c ns 21759145Storekfile netns/spp_usrreq.c ns 21859145Storekfile nfs/nfs_bio.c nfs 21959145Storekfile nfs/nfs_node.c nfs 22059145Storekfile nfs/nfs_nqlease.c nfs 22159145Storekfile nfs/nfs_serv.c nfs 22259145Storekfile nfs/nfs_socket.c nfs 22359145Storekfile nfs/nfs_srvcache.c nfs 22459145Storekfile nfs/nfs_subs.c nfs 22559145Storekfile nfs/nfs_syscalls.c nfs 22659145Storekfile nfs/nfs_vfsops.c nfs 22759145Storekfile nfs/nfs_vnops.c nfs 22859145Storekfile ufs/ffs/ffs_alloc.c ffs mfs 22959145Storekfile ufs/ffs/ffs_balloc.c ffs mfs 23059145Storekfile ufs/ffs/ffs_inode.c ffs mfs 23159145Storekfile ufs/ffs/ffs_subr.c ffs mfs 23259145Storekfile ufs/ffs/ffs_tables.c ffs mfs 23359145Storekfile ufs/ffs/ffs_vfsops.c ffs mfs 23459145Storekfile ufs/ffs/ffs_vnops.c ffs mfs 23559145Storekfile ufs/lfs/lfs_alloc.c lfs 23659145Storekfile ufs/lfs/lfs_bio.c lfs 23764812Storekfile ufs/lfs/lfs_balloc.c lfs 23859145Storekfile ufs/lfs/lfs_cksum.c lfs 23959145Storekfile ufs/lfs/lfs_debug.c lfs 24059145Storekfile ufs/lfs/lfs_inode.c lfs 24159145Storekfile ufs/lfs/lfs_segment.c lfs 24259145Storekfile ufs/lfs/lfs_subr.c lfs 24359145Storekfile ufs/lfs/lfs_syscalls.c lfs 24459145Storekfile ufs/lfs/lfs_vfsops.c lfs 24559145Storekfile ufs/lfs/lfs_vnops.c lfs 24659145Storekfile ufs/mfs/mfs_vfsops.c mfs 24759145Storekfile ufs/mfs/mfs_vnops.c mfs 24859145Storekfile ufs/ufs/ufs_bmap.c ffs lfs mfs 24959145Storekfile ufs/ufs/ufs_disksubr.c ffs lfs mfs 25059145Storekfile ufs/ufs/ufs_ihash.c ffs lfs mfs 25159145Storekfile ufs/ufs/ufs_inode.c ffs lfs mfs 25259145Storekfile ufs/ufs/ufs_lockf.c ffs lfs mfs 25359145Storekfile ufs/ufs/ufs_lookup.c ffs lfs mfs 25459145Storekfile ufs/ufs/ufs_quota.c ffs lfs mfs 25559145Storekfile ufs/ufs/ufs_vfsops.c ffs lfs mfs 25659145Storekfile ufs/ufs/ufs_vnops.c ffs lfs mfs 25759145Storekfile vm/device_pager.c devpager 25859145Storekfile vm/kern_lock.c 25959145Storekfile vm/swap_pager.c swappager 26059145Storekfile vm/vm_fault.c 26159145Storekfile vm/vm_glue.c 26259145Storekfile vm/vm_init.c 26359145Storekfile vm/vm_kern.c 26459145Storekfile vm/vm_map.c 26559145Storekfile vm/vm_meter.c 26659145Storekfile vm/vm_mmap.c 26759145Storekfile vm/vm_object.c 26859145Storekfile vm/vm_page.c 26959145Storekfile vm/vm_pageout.c 27059145Storekfile vm/vm_pager.c 27159145Storekfile vm/vm_swap.c 27259145Storekfile vm/vm_unix.c 27359145Storekfile vm/vm_user.c 27459145Storekfile vm/vnode_pager.c vnodepager 275