Move the elink probe code from files.isa to the common conf/files so that
MCA without isa can compile. fix by cube.
This commit is contained in:
parent
a4bffcd44a
commit
41918d8024
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files,v 1.877 2007/12/13 17:25:19 joerg Exp $
|
||||
# $NetBSD: files,v 1.878 2007/12/13 21:23:48 garbled Exp $
|
||||
|
||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||
|
||||
|
@ -536,6 +536,10 @@ file dev/ic/esiop.c esiop
|
|||
device uha: scsi
|
||||
file dev/ic/uha.c uha
|
||||
|
||||
# 3Com common probe code
|
||||
define elink
|
||||
file dev/isa/elink.c elink
|
||||
|
||||
# Aironet PC4500/PC4800
|
||||
#
|
||||
device an: arp, wlan, ifnet
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.isa,v 1.153 2007/11/15 12:53:43 xtraeme Exp $
|
||||
# $NetBSD: files.isa,v 1.154 2007/12/13 21:23:48 garbled Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent ISA code.
|
||||
# Included by ports that need it. Requires that the SCSI files be
|
||||
|
@ -172,10 +172,6 @@ file dev/isa/cec.c cec
|
|||
attach we at isa with we_isa
|
||||
file dev/isa/if_we_isa.c we_isa
|
||||
|
||||
# 3Com common probe code
|
||||
define elink
|
||||
file dev/isa/elink.c elink
|
||||
|
||||
# 3Com 3C503
|
||||
device ec: ether, ifnet, arp, dp8390nic
|
||||
attach ec at isa
|
||||
|
|
Loading…
Reference in New Issue