svn commit: r191611 - head/sys/dev/e1000
Richard Tector
richard at tector.org.uk
Mon Apr 27 23:37:51 UTC 2009
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2697 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20090427/320937c6/smime.bin
More information about the svn-src-head
mailing list