--- st.h.orig 2005-06-17 15:48:29.000000000 -0400 +++ st.h 2005-07-22 15:15:37.000000000 -0400 @@ -15,6 +15,8 @@ u8 remainder_valid; u8 fixed_format; u8 deferred; + u8 last_sense[SCSI_SENSE_BUFFERSIZE]; + u8 last_cmnd[MAX_COMMAND_SIZE]; }; /* The tape buffer descriptor. */ @@ -57,6 +59,7 @@ unsigned char default_compression; /* 0 = don't touch, etc */ short default_density; /* Forced density, -1 = no value */ int default_blksize; /* Forced blocksize, -1 = no value */ + struct st_cmdstatus *cmdstat; /* last SCSI response flags */ struct cdev *cdevs[2]; /* Auto-rewind and non-rewind devices */ }; @@ -152,8 +155,6 @@ int nbr_dio; int nbr_pages; int nbr_combinable; - unsigned char last_cmnd[6]; - unsigned char last_sense[16]; #endif struct gendisk *disk; };