|
smartmontools SVN Rev 3317
Utility to control and monitor storage systems with "S.M.A.R.T."
|
Implement AMCC/3ware RAID support. More...

Public Member Functions | |
| freebsd_escalade_device (smart_interface *intf, const char *dev_name, int escalade_type, int disknum) | |
Protected Member Functions | |
| virtual bool | ata_pass_through (const ata_cmd_in &in, ata_cmd_out &out) |
| ATA pass through. | |
| virtual bool | open () |
| Open device, return false on error. | |
Private Attributes | |
| int | m_escalade_type |
| Type string for escalade_command_interface(). | |
| int | m_disknum |
| Disk number. | |
Implement AMCC/3ware RAID support.
Definition at line 472 of file os_freebsd.cpp.
| os_freebsd::freebsd_escalade_device::freebsd_escalade_device | ( | smart_interface * | intf, |
| const char * | dev_name, | ||
| int | escalade_type, | ||
| int | disknum | ||
| ) |
Definition at line 489 of file os_freebsd.cpp.
| bool os_freebsd::freebsd_escalade_device::ata_pass_through | ( | const ata_cmd_in & | in, |
| ata_cmd_out & | out | ||
| ) | [protected, virtual] |
ATA pass through.
Return false on error. Must be implemented in derived class.
Implements ata_device.
Definition at line 514 of file os_freebsd.cpp.
| bool os_freebsd::freebsd_escalade_device::open | ( | ) | [protected, virtual] |
Open device, return false on error.
Reimplemented from os_freebsd::freebsd_smart_device.
Definition at line 501 of file os_freebsd.cpp.
int os_freebsd::freebsd_escalade_device::m_disknum [private] |
Disk number.
Definition at line 486 of file os_freebsd.cpp.
int os_freebsd::freebsd_escalade_device::m_escalade_type [private] |
Type string for escalade_command_interface().
Definition at line 485 of file os_freebsd.cpp.
1.7.4