FLASH_SIZE
for (nwords = 0; nwords != FLASH_SIZE / 2; nwords++) {
for (nwords = 0; nwords != FLASH_SIZE / 4; nwords++) {
sc->an_flash_buffer = malloc(FLASH_SIZE, M_DEVBUF, M_WAITOK);
if (l_ioctl->len > FLASH_SIZE) {
l_ioctl->len, FLASH_SIZE);