Subject: Re: bm ethernet
To: Michael Lorenz <macallan@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: port-macppc
Date: 08/23/2006 11:15:12
On Aug 23, 2006, at 12:12 AM, Michael Lorenz wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello,
>
> could someone with the right hardware ( B&W G3, iMac G3, probably  
> others ) please test the patch from this PR?

That patch is not correct.  However, this one probably is:

Index: if_bm.c
===================================================================
RCS file: /cvsroot/src/sys/arch/macppc/dev/if_bm.c,v
retrieving revision 1.27
diff -u -p -r1.27 if_bm.c
--- if_bm.c     24 Dec 2005 20:07:15 -0000      1.27
+++ if_bm.c     23 Aug 2006 18:14:29 -0000
@@ -400,6 +400,9 @@ bmac_init(sc)

         bmac_write_reg(sc, INTDISABLE, NormalIntEvents);

+       /* Set up the MAC for the selected media. */
+       bmac_mediachange(ifp);
+
         ifp->if_flags |= IFF_RUNNING;
         ifp->if_flags &= ~IFF_OACTIVE;
         ifp->if_timer = 0;

-- thorpej