//fdc.c //Author: Josh Holtrop //Date: 10/30/03 inline void fdc_sendDOR(byte dor) { outportb(FDC_DOR, dor); }