Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/isa Forgot this one:
details: https://anonhg.NetBSD.org/src/rev/0de0febd695c
branches: trunk
changeset: 507504:0de0febd695c
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Fri Mar 23 19:41:34 2001 +0000
description:
Forgot this one:
if_we.c was split and ISA-specific part is now in if_we_isa.c,
we(4) device is defined in conf/files.
diffstat:
sys/dev/isa/files.isa | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 8728bb6083c9 -r 0de0febd695c sys/dev/isa/files.isa
--- a/sys/dev/isa/files.isa Fri Mar 23 19:32:32 2001 +0000
+++ b/sys/dev/isa/files.isa Fri Mar 23 19:41:34 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.isa,v 1.111 2001/03/02 22:53:20 thorpej Exp $
+# $NetBSD: files.isa,v 1.112 2001/03/23 19:41:34 jdolecek Exp $
#
# Config file and device description for machine-independent ISA code.
# Included by ports that need it. Requires that the SCSI files be
@@ -161,9 +161,9 @@
# WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
# MUST be first: probe is non invasive, and registers are clobbered
# by other drivers's probe
-device we: ether, ifnet, arp, dp8390nic
-attach we at isa
-file dev/isa/if_we.c we
+# device declaration in sys/conf/files
+attach we at isa with we_isa
+file dev/isa/if_we_isa.c we_isa
# 3Com common probe code
define elink
Home |
Main Index |
Thread Index |
Old Index