Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2011 18:40:11 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/156893: commit references a PR
Message-ID:  <201105101840.p4AIeBef033836@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/156893; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/156893: commit references a PR
Date: Tue, 10 May 2011 18:38:13 +0000 (UTC)

 Author: marius
 Date: Tue May 10 18:38:01 2011
 New Revision: 221746
 URL: http://svn.freebsd.org/changeset/base/221746
 
 Log:
   Fix a bug in r221407; this driver doesn't add the media itself.
   
   PR:	156893
 
 Modified:
   head/sys/dev/mii/ip1000phy.c
 
 Modified: head/sys/dev/mii/ip1000phy.c
 ==============================================================================
 --- head/sys/dev/mii/ip1000phy.c	Tue May 10 18:19:56 2011	(r221745)
 +++ head/sys/dev/mii/ip1000phy.c	Tue May 10 18:38:01 2011	(r221746)
 @@ -111,7 +111,7 @@ ip1000phy_attach(device_t dev)
  	     strcmp(ma->mii_data->mii_ifp->if_dname, "stge") == 0 &&
  	     (miibus_get_flags(dev) & MIIF_MACPRIV0) != 0)
  		flags |= MIIF_PHYPRIV0;
 -	mii_phy_dev_attach(dev, flags, &ip1000phy_funcs, 0);
 +	mii_phy_dev_attach(dev, flags, &ip1000phy_funcs, 1);
  	return (0);
  }
  
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105101840.p4AIeBef033836>