taglinefilesource code
READY84drivers/cdrom/mcdx.cconst int READY  = 0x70;
READY262drivers/net/de620.cwhile ((((value = inb(STATUS_PORT)) & READY) == 0) && (cnt <= 1000))