AGP_FAST_WRITE
if (ai.interface.status & AGP_FAST_WRITE)
if (cmd & AGP_FAST_WRITE)
if ((agpStatus & AGP_FAST_WRITE) == 0)
command &= ~AGP_FAST_WRITE;
if (ai.interface.status & AGP_FAST_WRITE)
if (cmd & AGP_FAST_WRITE) {
agp_cmd &= ~AGP_FAST_WRITE;