|
smartmontools SVN Rev 3317
Utility to control and monitor storage systems with "S.M.A.R.T."
|
Linux ATA support. More...

Public Member Functions | |
| linux_ata_device (smart_interface *intf, const char *dev_name, const char *req_type) | |
Protected Member Functions | |
| virtual int | ata_command_interface (smart_command_set command, int select, char *data) |
| Old ATA interface called by ata_pass_through() | |
Linux ATA support.
Definition at line 211 of file os_linux.cpp.
| os_linux::linux_ata_device::linux_ata_device | ( | smart_interface * | intf, |
| const char * | dev_name, | ||
| const char * | req_type | ||
| ) |
Definition at line 222 of file os_linux.cpp.
| int os_linux::linux_ata_device::ata_command_interface | ( | smart_command_set | command, |
| int | select, | ||
| char * | data | ||
| ) | [protected, virtual] |
Old ATA interface called by ata_pass_through()
Implements ata_device_with_command_set.
Definition at line 250 of file os_linux.cpp.
1.7.4