Searched defs:swim_drvstatus (Results 1 – 1 of 1) sorted by relevance
90 struct swim_drvstatus { struct91 __u16 curr_track; /* Current track number */92 __u8 write_prot; /* 0x80 if disk is write protected */93 __u8 disk_in_drive; /* 0x01 or 0x02 if a disk is in the drive */94 __u8 installed; /* 0x01 if drive installed, 0xFF if not */95 __u8 num_sides; /* 0x80 if two-sided format supported */96 __u8 two_sided; /* 0xff if two-sided format diskette */97 __u8 new_interface; /* 0x00 if old 400K drive, 0xFF if newer */98 __u16 errors; /* Disk error count */99 struct { /* 32 bits */[all …]