X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=ssb_sprom%2Fssb_sprom.h;h=e1b109cbf2d59f73b9a69cbf443a6dabdde834ed;hb=9486a944fe6f0a8e839cdf2d1b1118e225cd2289;hp=4b44e951f742274f749c641dda72bb9ee18e02d3;hpb=05c2c7589d1ad5c96c0f7fa9c89e018b2e8490e2;p=b43-tools.git diff --git a/ssb_sprom/ssb_sprom.h b/ssb_sprom/ssb_sprom.h index 4b44e95..e1b109c 100644 --- a/ssb_sprom/ssb_sprom.h +++ b/ssb_sprom/ssb_sprom.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ @@ -33,10 +33,10 @@ /* byte offsets */ #define SPROM_SUBP (0x02 * 2) -#define SPROM4_SUBP (0x00 * 2) +#define SPROM4_SUBP (0x02 * 2) #define SPROM_SUBV (0x03 * 2) #define SPROM_PPID (0x04 * 2) -#define SPROM4_PPID (0x02 * 2) +#define SPROM4_PPID (0x04 * 2) #define SPROM_BFLHI (0x1C * 2) #define SPROM_IL0MACADDR (0x24 * 2) #define SPROM_ET0MACADDR (0x27 * 2)