Module Name:    src
Committed By:   rkujawa
Date:           Tue Oct 16 12:31:58 UTC 2012

Modified Files:
        src/sys/arch/amigappc/conf: files.amigappc

Log Message:
Fix fallout from recent ed driver replacement. Makes amigappc build again.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/amigappc/conf/files.amigappc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amigappc/conf/files.amigappc
diff -u src/sys/arch/amigappc/conf/files.amigappc:1.25 src/sys/arch/amigappc/conf/files.amigappc:1.26
--- src/sys/arch/amigappc/conf/files.amigappc:1.25	Wed Feb 15 12:11:43 2012
+++ src/sys/arch/amigappc/conf/files.amigappc	Tue Oct 16 12:31:57 2012
@@ -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 @@ file	arch/amiga/dev/if_ne_zbus.c	ne_zbus
 
 # 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

Reply via email to