cvs commit: src/sys/dev/em if_em.c
Mike Tancsa
mike at sentex.net
Wed May 18 18:35:54 PDT 2005
Hi,
Any chance updating what is in RELENG_5 as well ? Also would it
be possible to look at the patch that ru at 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 at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/cvs-all
>To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
More information about the cvs-all
mailing list