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

Public Member Functions | |
| linux_highpoint_device (smart_interface *intf, const char *dev_name, unsigned char controller, unsigned char channel, unsigned char port) | |
Protected Member Functions | |
| virtual int | ata_command_interface (smart_command_set command, int select, char *data) |
| Old ATA interface called by ata_pass_through() | |
Private Attributes | |
| unsigned char | m_hpt_data [3] |
| controller/channel/port | |
Highpoint RAID support.
Definition at line 1999 of file os_linux.cpp.
| os_linux::linux_highpoint_device::linux_highpoint_device | ( | smart_interface * | intf, |
| const char * | dev_name, | ||
| unsigned char | controller, | ||
| unsigned char | channel, | ||
| unsigned char | port | ||
| ) |
Definition at line 2014 of file os_linux.cpp.
| int os_linux::linux_highpoint_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 2044 of file os_linux.cpp.
unsigned char os_linux::linux_highpoint_device::m_hpt_data[3] [private] |
controller/channel/port
Definition at line 2011 of file os_linux.cpp.
1.7.4