Home | History | Annotate | Download | only in podulebus

Lines Matching defs:idrom

261  * This routine does the checksumming for the idrom
307 char idrom[32];
338 /* Fetch the first part of the idrom */
340 idrom[i] = ReadByte ( sc->sc_rom + (i<<2) );
414 /* Get second part of idrom */
416 idrom[i] = ReadByte ( sc->sc_rom + (i<<2) );
425 if ( crc32(idrom,28) != *(u_long *)(idrom+28) )
427 printf ( "ie: ether1 idrom failed checksum %08x!=%08x\n",
428 crc32(idrom,28), *(u_long *)(idrom+28));
430 printf ( "IDROM: %02x %02x %02x %02x %02x %02x %02x %02x\n",
431 idrom[0+i], idrom[1+i], idrom[2+i], idrom[3+i],
432 idrom[4+i], idrom[5+i], idrom[6+i], idrom[7+i] );
440 hwaddr[i] = idrom[9+i];