PERFORCE change 153976 for review
Sam Leffler
sam at FreeBSD.org
Tue Dec 2 15:07:14 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=153976
Change 153976 by sam at sam_ebb on 2008/12/02 23:06:33
switch default imageids to match new firmware
Affected files ...
.. //depot/projects/vap/sys/arm/xscale/ixp425/ixp425_npevar.h#4 edit
Differences ...
==== //depot/projects/vap/sys/arm/xscale/ixp425/ixp425_npevar.h#4 (text+ko) ====
@@ -101,9 +101,9 @@
#define NPE_C 2
#define NPE_MAX (NPE_C+1)
-#define IXP425_NPE_A_IMAGEID 0x10800200
-#define IXP425_NPE_B_IMAGEID 0x01000200
-#define IXP425_NPE_C_IMAGEID 0x02000200
+#define IXP425_NPE_A_IMAGEID 0x10820200
+#define IXP425_NPE_B_IMAGEID 0x01020201
+#define IXP425_NPE_C_IMAGEID 0x02050201
struct ixpnpe_softc;
struct ixpnpe_softc *ixpnpe_attach(device_t, int npeid);
More information about the p4-projects
mailing list