FIFO_FLAGS
DEB(fifo_size = inb(port_base + FIFO_FLAGS) & 0x1f);
VDEB(printk("SCSI FIFO size=%d\n", inb(port_base + FIFO_FLAGS) & 0x1f));