Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2009 17:38:06 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r200635 - head/sys/dev/vge
Message-ID:  <200912171738.nBHHc6nY042995@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yongari
Date: Thu Dec 17 17:38:06 2009
New Revision: 200635
URL: http://svn.freebsd.org/changeset/base/200635

Log:
  Remove unused VGE_ETHER_ALIGN definition.

Modified:
  head/sys/dev/vge/if_vgevar.h

Modified: head/sys/dev/vge/if_vgevar.h
==============================================================================
--- head/sys/dev/vge/if_vgevar.h	Thu Dec 17 17:27:12 2009	(r200634)
+++ head/sys/dev/vge/if_vgevar.h	Thu Dec 17 17:38:06 2009	(r200635)
@@ -65,12 +65,6 @@
 #define VGE_RXBYTES(x)		(((x) & VGE_RDSTS_BUFSIZ) >> 16)
 #define VGE_MIN_FRAMELEN	60
 
-#ifdef VGE_FIXUP_RX
-#define VGE_ETHER_ALIGN		sizeof(uint32_t)
-#else
-#define VGE_ETHER_ALIGN		0
-#endif
-
 struct vge_type {
 	uint16_t		vge_vid;
 	uint16_t		vge_did;



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