|
smartmontools SVN Rev 3317
Utility to control and monitor storage systems with "S.M.A.R.T."
|
Implement standard SCSI support with old functions. More...

Public Member Functions | |
| legacy_scsi_device (smart_interface *intf, const char *dev_name, const char *req_type) | |
| virtual smart_device * | autodetect_open () |
| SCSI open with autodetection support. | |
| virtual bool | scsi_pass_through (scsi_cmnd_io *iop) |
| SCSI pass through. | |
Implement standard SCSI support with old functions.
Definition at line 144 of file dev_legacy.cpp.
| os::legacy_scsi_device::legacy_scsi_device | ( | smart_interface * | intf, |
| const char * | dev_name, | ||
| const char * | req_type | ||
| ) |
Definition at line 156 of file dev_legacy.cpp.
| smart_device * os::legacy_scsi_device::autodetect_open | ( | ) | [virtual] |
SCSI open with autodetection support.
Reimplemented from smart_device.
Definition at line 177 of file dev_legacy.cpp.
| bool os::legacy_scsi_device::scsi_pass_through | ( | scsi_cmnd_io * | iop | ) | [virtual] |
SCSI pass through.
Returns false on error.
Implements scsi_device.
Definition at line 163 of file dev_legacy.cpp.
1.7.4