EEPROMSIZE
if (addr >= EEPROMSIZE || (addr & 3))
return EEPROMSIZE;
u8 *buf = kvzalloc(EEPROMSIZE, GFP_KERNEL);
if (phys_addr < EEPROMSIZE)