PERFORCE change 110168 for review

Sam Leffler sam at FreeBSD.org
Fri Nov 17 19:05:42 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=110168

Change 110168 by sam at sam_ebb on 2006/11/17 19:04:46

	don't need the portid any more; remove it

Affected files ...

.. //depot/projects/arm/src/sys/arm/xscale/ixp425/if_npe.c#24 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/if_npe.c#24 (text+ko) ====

@@ -149,7 +149,6 @@
 static const struct {
 	const char	*desc;		/* device description */
 	int		npeid;		/* NPE assignment */
-	int		portid;		/* NPE Ethernet port */
 	uint32_t	imageid;	/* NPE firmware image id */
 	uint32_t	regbase;
 	int		regsize;
@@ -162,7 +161,6 @@
 } npeconfig[NPE_PORTS_MAX] = {
 	{ .desc		= "IXP NPE-B",
 	  .npeid	= NPE_B,
-	  .portid	= 0,
 	  .imageid	= IXP425_NPE_B_IMAGEID,
 	  .regbase	= IXP425_MAC_A_HWBASE,
 	  .regsize	= IXP425_MAC_A_SIZE,
@@ -175,7 +173,6 @@
 	},
 	{ .desc		= "IXP NPE-C",
 	  .npeid	= NPE_C,
-	  .portid	= 1,
 	  .imageid	= IXP425_NPE_C_IMAGEID,
 	  .regbase	= IXP425_MAC_B_HWBASE,
 	  .regsize	= IXP425_MAC_B_SIZE,


More information about the p4-projects mailing list