Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/sys/arch/amigappc/conf Pull up following revision(s) (req...



details:   https://anonhg.NetBSD.org/src/rev/08319b642929
branches:  netbsd-6
changeset: 775547:08319b642929
user:      riz <riz%NetBSD.org@localhost>
date:      Thu Nov 29 00:11:26 2012 +0000

description:
Pull up following revision(s) (requested by msaitoh in ticket #727):
        sys/arch/amigappc/conf/files.amigappc: revision 1.26
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 d7dd0c6cb7f0 -r 08319b642929 sys/arch/amigappc/conf/files.amigappc
--- a/sys/arch/amigappc/conf/files.amigappc     Thu Nov 29 00:09:44 2012 +0000
+++ b/sys/arch/amigappc/conf/files.amigappc     Thu Nov 29 00:11:26 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.25.2.1 2012/11/29 00:11:26 riz 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