OboeTaskFile
struct OboeTaskFile *sc_taskfile; /* The taskfile */
addr &= ~(sizeof (struct OboeTaskFile) - 1);
addr += sizeof (struct OboeTaskFile);
sc->sc_taskfile = (struct OboeTaskFile *) addr;
#define OBOE_TASK_BUF_LEN (sizeof(struct OboeTaskFile) << 1)