START_SPECIAL
} else if ((u_int)off < START_SPECIAL) {
} else if ((u_int)off == START_SPECIAL) {
} else if ((u_int)off == START_SPECIAL + PAGE_SIZE) {
} else if ((u_int)off > (START_SPECIAL + (PAGE_SIZE * 2)) &&
(u_int) off < (START_SPECIAL + (PAGE_SIZE * 2) + PROMSIZE)) {
poff = 0x8000 + (off - (START_SPECIAL + (PAGE_SIZE * 2)));