Date: Wed, 18 May 2005 21:36:06 -0400 From: Mike Tancsa <mike@sentex.net> To: Tony Ackerman <tackerman@freebsd.org>, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/em if_em.c Message-ID: <6.2.1.2.0.20050518213351.06651e28@64.7.153.2> In-Reply-To: <200505182348.j4INmgoC072796@repoman.freebsd.org> References: <200505182348.j4INmgoC072796@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
Any chance updating what is in RELENG_5 as well ? Also would it
be possible to look at the patch that ru@freebsd.org proposed to fix the
issue of the interface being reset when adding or removing an alias ?
%%%
Index: if_em.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/em/if_em.c,v
retrieving revision 1.62
diff -u -p -r1.62 if_em.c
--- if_em.c 5 Mar 2005 18:30:10 -0000 1.62
+++ if_em.c 31 Mar 2005 07:41:47 -0000
@@ -832,12 +832,14 @@ em_init_locked(struct adapter * adapter)
bcopy(adapter->interface_data.ac_enaddr, adapter->hw.mac_addr,
ETHER_ADDR_LEN);
+#if 0
/* Initialize the hardware */
if (em_hardware_init(adapter)) {
printf("em%d: Unable to initialize the hardware\n",
adapter->unit);
return;
}
+#endif
if (ifp->if_capenable & IFCAP_VLAN_HWTAGGING)
em_enable_vlans(adapter);
%%%
Thanks,
---Mike
At 07:48 PM 18/05/2005, Tony Ackerman wrote:
>tackerman 2005-05-18 23:48:42 UTC
>
> FreeBSD src repository
>
> Modified files: (Branch: RELENG_4)
> sys/dev/em if_em.c
> Log:
> Changes to bring the driver closer to Intel's em version 2.1.7
> - Changed from using explicit devices id to using descriptive labels.
> - Added support for 82573 and 82546 Quad adapters.
> - Corrected support for 82547EI and 82541ER (mac_type was not assigned)
> - Removed #ifdef DBG_STATS and extraneous code.
> - Corrected incorrect Packet Buffer assignment for 82541.
> - Cleaned up a few typos and style nits.
>
> PR: None
>
> Revision Changes Path
> 1.2.2.23 +79 -70 src/sys/dev/em/if_em.c
>_______________________________________________
>cvs-all@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/cvs-all
>To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.2.1.2.0.20050518213351.06651e28>
