svn commit: r186419 - head/sys/arm/xscale/ixp425

Sam Leffler sam at FreeBSD.org
Tue Dec 23 04:49:02 UTC 2008


Author: sam
Date: Tue Dec 23 04:49:01 2008
New Revision: 186419
URL: http://svn.freebsd.org/changeset/base/186419

Log:
  kill NPE_PORTS_MAX, it's not used and likely will not be

Modified:
  head/sys/arm/xscale/ixp425/if_npereg.h

Modified: head/sys/arm/xscale/ixp425/if_npereg.h
==============================================================================
--- head/sys/arm/xscale/ixp425/if_npereg.h	Tue Dec 23 04:48:27 2008	(r186418)
+++ head/sys/arm/xscale/ixp425/if_npereg.h	Tue Dec 23 04:49:01 2008	(r186419)
@@ -84,7 +84,6 @@ struct npehwbuf {
 	} ix_ne[NPE_MAXSEG];
 };
 
-#define NPE_PORTS_MAX		2	/* logical ports */
 #define NPE_FRAME_SIZE_DEFAULT	1536
 #define NPE_FRAME_SIZE_MAX	(65536-64)
 #define NPE_FRAME_SIZE_MIN	64


More information about the svn-src-head mailing list