Home
last modified time | relevance | path

Searched refs:FDC_1MBPS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dfdcio.h161 #define FDC_1MBPS 0x03 /* 1MPBS MFM drive transfer rate */ macro
174 #define FDF_3_2880 36,2,0xFF,0x1B,80,0,FDC_1MBPS,002,0x4C,1,1,FL_MFM|FL_PERPND
/freebsd/usr.sbin/fdread/
H A Dfdutil.c272 out->trans = FDC_1MBPS; in parse_fmt()
355 case FDC_1MBPS: speed = 1000; break; in print_fmt()