PERFORCE change 154445 for review
Sam Leffler
sam at FreeBSD.org
Wed Dec 10 09:38:34 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=154445
Change 154445 by sam at sam_ebb on 2008/12/10 17:37:43
the device id tag for ixp435 is the same for ixp465 so show both
when describing the fw image to avoid confusion
Affected files ...
.. //depot/projects/vap/sys/arm/xscale/ixp425/ixp425_npe.c#9 edit
Differences ...
==== //depot/projects/vap/sys/arm/xscale/ixp425/ixp425_npe.c#9 (text+ko) ====
@@ -446,7 +446,7 @@
ixpnpe_init(struct ixpnpe_softc *sc, const char *imageName, uint32_t imageId)
{
static const char *devname[4] =
- { "IXP425", "IXP465", "DeviceID#2", "DeviceID#3" };
+ { "IXP425", "IXP435/IXP465", "DeviceID#2", "DeviceID#3" };
uint32_t imageSize;
const uint32_t *imageCodePtr;
const struct firmware *fw;
More information about the p4-projects
mailing list