ID:         h06
Name:       move_tapedev_rewind_locate
Created:    12/13/2001
Based on:   v2.15
Prereqs:    h01, h02

Moves some code from the tapedev_execute_ccw function to tape format specific
functions for the rewind and locate ccws.  Why should they be handled any
differently than say read and write?

===============================================================================
Updated:    12/15/2001

For a rewind/unload operation, dev->fd wasn't being reset for HET or SCSI files
and the file wasn't being closed for SCSI.

===============================================================================
Updated:    12/15/2001

Created a locate_oma function.  It doesn't do anything (yet), but at least 
it's consistent with the other media formats.

===============================================================================