Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Dec 2008 17:38:33 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 154445 for review
Message-ID:  <200812101738.mBAHcX0q064339@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=154445

Change 154445 by sam@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;



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