Kip Macy wrote:
Modified:
  head/sys/dev/e1000/if_em.c
  head/sys/dev/e1000/if_em.h

Modified: head/sys/dev/e1000/if_em.c
==============================================================================

@@ -1089,8 +1088,10 @@ em_start_locked(struct ifnet *ifp)
                if (em_xmit(adapter, &m_head)) {
                        if (m_head == NULL)
                                break;
+#ifndef IFNET_BUFRING

Should that be IFNET_BUF_RING?

Richard

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to