fd.h 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _UAPI_LINUX_FD_H
  3. #define _UAPI_LINUX_FD_H
  4. #include <linux/ioctl.h>
  5. #include <linux/compiler.h>
  6. /* New file layout: Now the ioctl definitions immediately follow the
  7. * definitions of the structures that they use */
  8. /*
  9. * Geometry
  10. */
  11. struct floppy_struct {
  12. unsigned int size, /* nr of sectors total */
  13. sect, /* sectors per track */
  14. head, /* nr of heads */
  15. track, /* nr of tracks */
  16. stretch; /* bit 0 !=0 means double track steps */
  17. /* bit 1 != 0 means swap sides */
  18. /* bits 2..9 give the first sector */
  19. /* number (the LSB is flipped) */
  20. #define FD_STRETCH 1
  21. #define FD_SWAPSIDES 2
  22. #define FD_ZEROBASED 4
  23. #define FD_SECTBASEMASK 0x3FC
  24. #define FD_MKSECTBASE(s) (((s) ^ 1) << 2)
  25. #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
  26. unsigned char gap, /* gap1 size */
  27. rate, /* data rate. |= 0x40 for perpendicular */
  28. #define FD_2M 0x4
  29. #define FD_SIZECODEMASK 0x38
  30. #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
  31. #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
  32. 512 : 128 << FD_SIZECODE(floppy) )
  33. #define FD_PERP 0x40
  34. spec1, /* stepping rate, head unload time */
  35. fmt_gap; /* gap2 size */
  36. const char * name; /* used only for predefined formats */
  37. };
  38. /* commands needing write access have 0x40 set */
  39. /* commands needing super user access have 0x80 set */
  40. #define FDCLRPRM _IO(2, 0x41)
  41. /* clear user-defined parameters */
  42. #define FDSETPRM _IOW(2, 0x42, struct floppy_struct)
  43. #define FDSETMEDIAPRM FDSETPRM
  44. /* set user-defined parameters for current media */
  45. #define FDDEFPRM _IOW(2, 0x43, struct floppy_struct)
  46. #define FDGETPRM _IOR(2, 0x04, struct floppy_struct)
  47. #define FDDEFMEDIAPRM FDDEFPRM
  48. #define FDGETMEDIAPRM FDGETPRM
  49. /* set/get disk parameters */
  50. #define FDMSGON _IO(2,0x45)
  51. #define FDMSGOFF _IO(2,0x46)
  52. /* issue/don't issue kernel messages on media type change */
  53. /*
  54. * Formatting (obsolete)
  55. */
  56. #define FD_FILL_BYTE 0xF6 /* format fill byte. */
  57. struct format_descr {
  58. unsigned int device,head,track;
  59. };
  60. #define FDFMTBEG _IO(2,0x47)
  61. /* begin formatting a disk */
  62. #define FDFMTTRK _IOW(2,0x48, struct format_descr)
  63. /* format the specified track */
  64. #define FDFMTEND _IO(2,0x49)
  65. /* end formatting a disk */
  66. /*
  67. * Error thresholds
  68. */
  69. struct floppy_max_errors {
  70. unsigned int
  71. abort, /* number of errors to be reached before aborting */
  72. read_track, /* maximal number of errors permitted to read an
  73. * entire track at once */
  74. reset, /* maximal number of errors before a reset is tried */
  75. recal, /* maximal number of errors before a recalibrate is
  76. * tried */
  77. /*
  78. * Threshold for reporting FDC errors to the console.
  79. * Setting this to zero may flood your screen when using
  80. * ultra cheap floppies ;-)
  81. */
  82. reporting;
  83. };
  84. #define FDSETEMSGTRESH _IO(2,0x4a)
  85. /* set fdc error reporting threshold */
  86. #define FDFLUSH _IO(2,0x4b)
  87. /* flush buffers for media; either for verifying media, or for
  88. * handling a media change without closing the file descriptor */
  89. #define FDSETMAXERRS _IOW(2, 0x4c, struct floppy_max_errors)
  90. #define FDGETMAXERRS _IOR(2, 0x0e, struct floppy_max_errors)
  91. /* set/get abortion and read_track threshold. See also floppy_drive_params
  92. * structure */
  93. typedef char floppy_drive_name[16];
  94. #define FDGETDRVTYP _IOR(2, 0x0f, floppy_drive_name)
  95. /* get drive type: 5 1/4 or 3 1/2 */
  96. /*
  97. * Drive parameters (user modifiable)
  98. */
  99. struct floppy_drive_params {
  100. signed char cmos; /* CMOS type */
  101. /* Spec2 is (HLD<<1 | ND), where HLD is head load time (1=2ms, 2=4 ms
  102. * etc) and ND is set means no DMA. Hardcoded to 6 (HLD=6ms, use DMA).
  103. */
  104. unsigned long max_dtr; /* Step rate, usec */
  105. unsigned long hlt; /* Head load/settle time, msec */
  106. unsigned long hut; /* Head unload time (remnant of
  107. * 8" drives) */
  108. unsigned long srt; /* Step rate, usec */
  109. unsigned long spinup; /* time needed for spinup (expressed
  110. * in jiffies) */
  111. unsigned long spindown; /* timeout needed for spindown */
  112. unsigned char spindown_offset; /* decides in which position the disk
  113. * will stop */
  114. unsigned char select_delay; /* delay to wait after select */
  115. unsigned char rps; /* rotations per second */
  116. unsigned char tracks; /* maximum number of tracks */
  117. unsigned long timeout; /* timeout for interrupt requests */
  118. unsigned char interleave_sect; /* if there are more sectors, use
  119. * interleave */
  120. struct floppy_max_errors max_errors;
  121. char flags; /* various flags, including ftd_msg */
  122. /*
  123. * Announce successful media type detection and media information loss after
  124. * disk changes.
  125. * Also used to enable/disable printing of overrun warnings.
  126. */
  127. #define FTD_MSG 0x10
  128. #define FD_BROKEN_DCL 0x20
  129. #define FD_DEBUG 0x02
  130. #define FD_SILENT_DCL_CLEAR 0x4
  131. #define FD_INVERTED_DCL 0x80 /* must be 0x80, because of hardware
  132. considerations */
  133. char read_track; /* use readtrack during probing? */
  134. /*
  135. * Auto-detection. Each drive type has eight formats which are
  136. * used in succession to try to read the disk. If the FDC cannot lock onto
  137. * the disk, the next format is tried. This uses the variable 'probing'.
  138. */
  139. short autodetect[8]; /* autodetected formats */
  140. int checkfreq; /* how often should the drive be checked for disk
  141. * changes */
  142. int native_format; /* native format of this drive */
  143. };
  144. enum {
  145. FD_NEED_TWADDLE_BIT, /* more magic */
  146. FD_VERIFY_BIT, /* inquire for write protection */
  147. FD_DISK_NEWCHANGE_BIT, /* change detected, and no action undertaken yet
  148. * to clear media change status */
  149. FD_UNUSED_BIT,
  150. FD_DISK_CHANGED_BIT, /* disk has been changed since last i/o */
  151. FD_DISK_WRITABLE_BIT, /* disk is writable */
  152. FD_OPEN_SHOULD_FAIL_BIT
  153. };
  154. #define FDSETDRVPRM _IOW(2, 0x90, struct floppy_drive_params)
  155. #define FDGETDRVPRM _IOR(2, 0x11, struct floppy_drive_params)
  156. /* set/get drive parameters */
  157. /*
  158. * Current drive state (not directly modifiable by user, readonly)
  159. */
  160. struct floppy_drive_struct {
  161. unsigned long flags;
  162. /* values for these flags */
  163. #define FD_NEED_TWADDLE (1 << FD_NEED_TWADDLE_BIT)
  164. #define FD_VERIFY (1 << FD_VERIFY_BIT)
  165. #define FD_DISK_NEWCHANGE (1 << FD_DISK_NEWCHANGE_BIT)
  166. #define FD_DISK_CHANGED (1 << FD_DISK_CHANGED_BIT)
  167. #define FD_DISK_WRITABLE (1 << FD_DISK_WRITABLE_BIT)
  168. unsigned long spinup_date;
  169. unsigned long select_date;
  170. unsigned long first_read_date;
  171. short probed_format;
  172. short track; /* current track */
  173. short maxblock; /* id of highest block read */
  174. short maxtrack; /* id of highest half track read */
  175. int generation; /* how many diskchanges? */
  176. /*
  177. * (User-provided) media information is _not_ discarded after a media change
  178. * if the corresponding keep_data flag is non-zero. Positive values are
  179. * decremented after each probe.
  180. */
  181. int keep_data;
  182. /* Prevent "aliased" accesses. */
  183. int fd_ref;
  184. int fd_device;
  185. unsigned long last_checked; /* when was the drive last checked for a disk
  186. * change? */
  187. char *dmabuf;
  188. int bufblocks;
  189. };
  190. #define FDGETDRVSTAT _IOR(2, 0x12, struct floppy_drive_struct)
  191. #define FDPOLLDRVSTAT _IOR(2, 0x13, struct floppy_drive_struct)
  192. /* get drive state: GET returns the cached state, POLL polls for new state */
  193. /*
  194. * reset FDC
  195. */
  196. enum reset_mode {
  197. FD_RESET_IF_NEEDED, /* reset only if the reset flags is set */
  198. FD_RESET_IF_RAWCMD, /* obsolete */
  199. FD_RESET_ALWAYS /* reset always */
  200. };
  201. #define FDRESET _IO(2, 0x54)
  202. /*
  203. * FDC state
  204. */
  205. struct floppy_fdc_state {
  206. int spec1; /* spec1 value last used */
  207. int spec2; /* spec2 value last used */
  208. int dtr;
  209. unsigned char version; /* FDC version code */
  210. unsigned char dor;
  211. unsigned long address; /* io address */
  212. unsigned int rawcmd:2;
  213. unsigned int reset:1;
  214. unsigned int need_configure:1;
  215. unsigned int perp_mode:2;
  216. unsigned int has_fifo:1;
  217. unsigned int driver_version; /* version code for floppy driver */
  218. #define FD_DRIVER_VERSION 0x100
  219. /* user programs using the floppy API should use floppy_fdc_state to
  220. * get the version number of the floppy driver that they are running
  221. * on. If this version number is bigger than the one compiled into the
  222. * user program (the FD_DRIVER_VERSION define), it should be prepared
  223. * to bigger structures
  224. */
  225. unsigned char track[4];
  226. /* Position of the heads of the 4 units attached to this FDC,
  227. * as stored on the FDC. In the future, the position as stored
  228. * on the FDC might not agree with the actual physical
  229. * position of these drive heads. By allowing such
  230. * disagreement, it will be possible to reset the FDC without
  231. * incurring the expensive cost of repositioning all heads.
  232. * Right now, these positions are hard wired to 0. */
  233. };
  234. #define FDGETFDCSTAT _IOR(2, 0x15, struct floppy_fdc_state)
  235. /*
  236. * Asynchronous Write error tracking
  237. */
  238. struct floppy_write_errors {
  239. /* Write error logging.
  240. *
  241. * These fields can be cleared with the FDWERRORCLR ioctl.
  242. * Only writes that were attempted but failed due to a physical media
  243. * error are logged. write(2) calls that fail and return an error code
  244. * to the user process are not counted.
  245. */
  246. unsigned int write_errors; /* number of physical write errors
  247. * encountered */
  248. /* position of first and last write errors */
  249. unsigned long first_error_sector;
  250. int first_error_generation;
  251. unsigned long last_error_sector;
  252. int last_error_generation;
  253. unsigned int badness; /* highest retry count for a read or write
  254. * operation */
  255. };
  256. #define FDWERRORCLR _IO(2, 0x56)
  257. /* clear write error and badness information */
  258. #define FDWERRORGET _IOR(2, 0x17, struct floppy_write_errors)
  259. /* get write error and badness information */
  260. /*
  261. * Raw commands
  262. */
  263. /* new interface flag: now we can do them in batches */
  264. #define FDHAVEBATCHEDRAWCMD
  265. struct floppy_raw_cmd {
  266. unsigned int flags;
  267. #define FD_RAW_READ 1
  268. #define FD_RAW_WRITE 2
  269. #define FD_RAW_NO_MOTOR 4
  270. #define FD_RAW_DISK_CHANGE 4 /* out: disk change flag was set */
  271. #define FD_RAW_INTR 8 /* wait for an interrupt */
  272. #define FD_RAW_SPIN 0x10 /* spin up the disk for this command */
  273. #define FD_RAW_NO_MOTOR_AFTER 0x20 /* switch the motor off after command
  274. * completion */
  275. #define FD_RAW_NEED_DISK 0x40 /* this command needs a disk to be present */
  276. #define FD_RAW_NEED_SEEK 0x80 /* this command uses an implied seek (soft) */
  277. /* more "in" flags */
  278. #define FD_RAW_MORE 0x100 /* more records follow */
  279. #define FD_RAW_STOP_IF_FAILURE 0x200 /* stop if we encounter a failure */
  280. #define FD_RAW_STOP_IF_SUCCESS 0x400 /* stop if command successful */
  281. #define FD_RAW_SOFTFAILURE 0x800 /* consider the return value for failure
  282. * detection too */
  283. /* more "out" flags */
  284. #define FD_RAW_FAILURE 0x10000 /* command sent to fdc, fdc returned error */
  285. #define FD_RAW_HARDFAILURE 0x20000 /* fdc had to be reset, or timed out */
  286. void __user *data;
  287. char *kernel_data; /* location of data buffer in the kernel */
  288. struct floppy_raw_cmd *next; /* used for chaining of raw cmd's
  289. * within the kernel */
  290. long length; /* in: length of dma transfer. out: remaining bytes */
  291. long phys_length; /* physical length, if different from dma length */
  292. int buffer_length; /* length of allocated buffer */
  293. unsigned char rate;
  294. unsigned char cmd_count;
  295. unsigned char cmd[16];
  296. unsigned char reply_count;
  297. unsigned char reply[16];
  298. int track;
  299. int resultcode;
  300. int reserved1;
  301. int reserved2;
  302. };
  303. #define FDRAWCMD _IO(2, 0x58)
  304. /* send a raw command to the fdc. Structure size not included, because of
  305. * batches */
  306. #define FDTWADDLE _IO(2, 0x59)
  307. /* flicker motor-on bit before reading a sector. Experimental */
  308. #define FDEJECT _IO(2, 0x5a)
  309. /* eject the disk */
  310. #endif /* _UAPI_LINUX_FD_H */