Searched refs:FDC_500KBPS (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/dev/isa/
H A Dfdreg.h54 #define FDC_500KBPS 0x00 /* 500KBPS MFM drive transfer rate */ macro
H A Dfd.c85 { 18,2,36,2,0xff,0xcf,0x1b,0x6c,80,2880,1,FDC_500KBPS,"1.44MB" }, /* 1.44MB diskette */
86 { 15,2,30,2,0xff,0xdf,0x1b,0x54,80,2400,1,FDC_500KBPS, "1.2MB" }, /* 1.2 MB AT-diskettes */
92 { 36,2,72,2,0xff,0xaf,0x1b,0x54,80,5760,1,FDC_500KBPS,"2.88MB" }, /* 2.88MB diskette */
93 { 8,2,16,3,0xff,0xdf,0x35,0x74,77,1232,1,FDC_500KBPS,"1.2MB/[1024bytes/sector]" } /* 1.2 MB japanese format */
/openbsd-current/sys/arch/amd64/include/
H A Dioctl_fd.h121 #ifndef FDC_500KBPS
122 #define FDC_500KBPS 0x00 /* 500KBPS MFM drive transfer rate */ macro
127 #endif /* FDC_500KBPS */
/openbsd-current/sys/arch/i386/include/
H A Dioctl_fd.h122 #ifndef FDC_500KBPS
123 #define FDC_500KBPS 0x00 /* 500KBPS MFM drive transfer rate */ macro
128 #endif /* FDC_500KBPS */
/openbsd-current/sys/arch/sparc64/include/
H A Dioctl_fd.h121 #ifndef FDC_500KBPS
122 #define FDC_500KBPS 0x00 /* 500KBPS MFM drive transfer rate */ macro
127 #endif /* FDC_500KBPS */
/openbsd-current/sys/arch/alpha/include/
H A Dioctl_fd.h120 #ifndef FDC_500KBPS
121 #define FDC_500KBPS 0x00 /* 500KBPS MFM drive transfer rate */ macro
126 #endif /* FDC_500KBPS */
/openbsd-current/sys/arch/sparc64/dev/
H A Dfdreg.h59 #define FDC_500KBPS 0x00 /* 500KBPS MFM drive transfer rate */ macro
H A Dfd.c237 { 18,2,36,2,0xff,0xcf,0x1b,0x6c,80,2880,1,FDC_500KBPS, "1.44MB" }, /* 1.44MB diskette */
240 { 8,2,16,3,0xff,0xdf,0x35,0x74,77,1232,1,FDC_500KBPS, "1.2MB/NEC" } /* 1.2 MB japanese format */
/openbsd-current/usr.sbin/fdformat/
H A Dfdformat.c262 fdt.rate = FDC_500KBPS;

Completed in 166 milliseconds