Rename 'arc' into 'arcnet' to avoid conflict with
sys/arch/arc/conf/files.arc's machine statement.
This commit is contained in:
parent
0f71cb6df3
commit
7e42547b90
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files,v 1.873 2007/11/12 14:30:55 pooka Exp $
|
||||
# $NetBSD: files,v 1.874 2007/11/13 23:22:06 cube Exp $
|
||||
|
||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||
|
||||
|
@ -315,7 +315,7 @@ include "dev/videomode/files.videomode"
|
|||
# net device attributes - we have generic code for arc(net), ether(net),
|
||||
# fddi, token ring, atm and eco(net).
|
||||
#
|
||||
define arc
|
||||
define arcnet
|
||||
define atm
|
||||
define eco
|
||||
define ether
|
||||
|
@ -803,7 +803,7 @@ file dev/ic/rrunner.c esh needs-flag
|
|||
|
||||
# SMC 90c26, SMC 90C56 (and 90C66 if in compat mode) chip driver
|
||||
#
|
||||
device bah: ifnet, arc, arp
|
||||
device bah: ifnet, arcnet, arp
|
||||
file dev/ic/smc90cx6.c bah
|
||||
|
||||
# OPL2/OPL3 FM synth driver
|
||||
|
@ -1455,7 +1455,7 @@ file net/bpf.c bpfilter needs-flag
|
|||
file net/bpf_filter.c bpf_filter
|
||||
file net/bsd-comp.c ppp & ppp_bsdcomp
|
||||
file net/if.c
|
||||
file net/if_arcsubr.c arc needs-flag
|
||||
file net/if_arcsubr.c arcnet needs-flag
|
||||
file net/if_atmsubr.c atm
|
||||
file net/if_bridge.c bridge needs-flag
|
||||
file net/bridgestp.c bridge
|
||||
|
|
Loading…
Reference in New Issue