Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amigappc/conf Fix fallout from recent ed driver rep...
details: https://anonhg.NetBSD.org/src/rev/996459b1b407
branches: trunk
changeset: 782108:996459b1b407
user: rkujawa <rkujawa%NetBSD.org@localhost>
date: Tue Oct 16 12:31:57 2012 +0000
description:
Fix fallout from recent ed driver replacement. Makes amigappc build again.
diffstat:
sys/arch/amigappc/conf/files.amigappc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r fb8d6da4bf3f -r 996459b1b407 sys/arch/amigappc/conf/files.amigappc
--- a/sys/arch/amigappc/conf/files.amigappc Tue Oct 16 08:28:13 2012 +0000
+++ b/sys/arch/amigappc/conf/files.amigappc Tue Oct 16 12:31:57 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.amigappc,v 1.25 2012/02/15 12:11:43 phx Exp $
+# $NetBSD: files.amigappc,v 1.26 2012/10/16 12:31:57 rkujawa Exp $
# maxpartitions must be first item in files.${ARCH}.newconf
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
@@ -229,8 +229,8 @@
# Hydra ethernet card
device ed: ifnet, ether, arp
-attach ed at zbus with ed_zbus
-file arch/amiga/dev/if_ed.c ed_zbus needs-flag
+attach ed at zbus with ed_zbus: dp8390nic
+file arch/amiga/dev/if_ed_zbus.c ed_zbus needs-flag
# C=/Ameristar A2060 / 560
attach bah at zbus with bah_zbus
Home |
Main Index |
Thread Index |
Old Index