X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=ssb_sprom%2Fssb_sprom.h;h=9705c0a0aab1a581843a15aca8e4e85e9d2b9b67;hb=98a28c2cd91e0bc78c9420b6b78be81993fe969a;hp=4b44e951f742274f749c641dda72bb9ee18e02d3;hpb=05c2c7589d1ad5c96c0f7fa9c89e018b2e8490e2;p=b43-tools.git diff --git a/ssb_sprom/ssb_sprom.h b/ssb_sprom/ssb_sprom.h index 4b44e95..9705c0a 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. */ @@ -26,17 +26,16 @@ #include "utils.h" -#define VERSION ssb_stringify(VERSION_) #define SPROM_SIZE 128 /* bytes */ #define SPROM4_SIZE 440 /* 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)