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

Public Types | |
| enum | escalade_type_t { AMCC_3WARE_678K, AMCC_3WARE_678K_CHAR, AMCC_3WARE_9000_CHAR, AMCC_3WARE_9700_CHAR } |
Public Member Functions | |
| linux_escalade_device (smart_interface *intf, const char *dev_name, escalade_type_t escalade_type, int disknum) | |
| virtual bool | open () |
| Open device, return false on error. | |
| virtual bool | ata_pass_through (const ata_cmd_in &in, ata_cmd_out &out) |
| ATA pass through. | |
Private Attributes | |
| escalade_type_t | m_escalade_type |
| Controller type. | |
| int | m_disknum |
| Disk number. | |
Definition at line 1228 of file os_linux.cpp.
| os_linux::linux_escalade_device::linux_escalade_device | ( | smart_interface * | intf, |
| const char * | dev_name, | ||
| escalade_type_t | escalade_type, | ||
| int | disknum | ||
| ) |
Definition at line 1247 of file os_linux.cpp.
| bool os_linux::linux_escalade_device::ata_pass_through | ( | const ata_cmd_in & | in, |
| ata_cmd_out & | out | ||
| ) | [virtual] |
ATA pass through.
Return false on error. Must be implemented in derived class.
Implements ata_device.
Definition at line 1455 of file os_linux.cpp.
| bool os_linux::linux_escalade_device::open | ( | ) | [virtual] |
Open device, return false on error.
Reimplemented from os_linux::linux_smart_device.
Definition at line 1403 of file os_linux.cpp.
int os_linux::linux_escalade_device::m_disknum [private] |
Disk number.
Definition at line 1244 of file os_linux.cpp.
Controller type.
Definition at line 1243 of file os_linux.cpp.
1.7.4