Bell 32V development
[unix-history] / usr / src / standalone / FL.h
CommitLineData
d52f1552
TL
1# define FL_FFC 0x200 /* floppy function complete */
2# define FL_ERR 0x80 /* error bit in floppy status byte */
3# define FL_PERR 0x905 /* Floppy protocol error */
4# define FL_DATA 0x100 /* floppy data select code */
5# define FL_RS 0x900 /* floppy read sector command */
6# define FL_WS 0x901 /* floppy write sector command */
7# define FL_STAT 0x902 /* floppy get status command */
8/* */
9# define BLKSIZ 512 /* tape block size */
10# define RXFTRK 77 /* no. tracks/floppy */
11# define RXSTRK 26 /* no. sectors/track */
12# define RXBYSEC 128 /* no. bytes/sector */
13# define MAXSEC (RXFTRK*RXSTRK) /* no. sectors/floppy */