ioReq = CreateExtIO(port,ioSize);
struct IORequest *CreateExtIO(struct MsgPort *, ULONG);
Allocates memory for and initializes a new IO request block of a user-specified number of bytes. The number of bytes MUST be the size of a legal IORequest (or extended IORequest) or very nasty things will happen.
if (ioReq = CreateExtIO(
CreatePort(NULL,0),sizeof(struct IOExtTD)))