diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-07-18 11:52:13 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-07-18 11:52:13 +0000 |
commit | 96f16f7aaf10f74e1cf882128ee736d9ad486608 (patch) | |
tree | d614e0a2230b2903fbec171bd2feaf1311bf3bc1 /sys/conf/files | |
parent | 4a877b39c333c7ad0e5eb339e0d552768bdf04f2 (diff) |
get rid of arc network support. we have no users of it so this is dead
code. however, it is still cluttering up the kernel namespace a bit. it is
better gone.
ok claudio@
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/conf/files b/sys/conf/files index 56eb24a82a9..9d8e9590c30 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.379 2006/06/29 22:14:41 dlg Exp $ +# $OpenBSD: files,v 1.380 2006/07/18 11:52:12 dlg Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -50,9 +50,8 @@ define rasops24 define rasops32 define rasops_rotation -# net device attributes - we have generic code for arc(net), ether(net), +# net device attributes - we have generic code for ether(net), # and fddi. -define arc define atm define crypto define systrace @@ -706,7 +705,6 @@ file ntfs/ntfs_vnops.c ntfs file net/bpf.c bpfilter needs-count file net/bpf_filter.c bpfilter file net/if.c -file net/if_arcsubr.c arc needs-flag file net/if_atmsubr.c atm needs-flag file net/if_ethersubr.c ether | inet | fddi | token needs-flag file net/if_fddisubr.c fddi |