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

Public Member Functions | |
| freebsd_ata_device (smart_interface *intf, const char *dev_name, const char *req_type) | |
| virtual bool | ata_pass_through (const ata_cmd_in &in, ata_cmd_out &out) |
| ATA pass through. | |
Protected Member Functions | |
| virtual int | do_cmd (struct ata_ioc_request *request, bool is_48bit_cmd) |
Implement standard ATA support.
Definition at line 238 of file os_freebsd.cpp.
| os_freebsd::freebsd_ata_device::freebsd_ata_device | ( | smart_interface * | intf, |
| const char * | dev_name, | ||
| const char * | req_type | ||
| ) |
Definition at line 250 of file os_freebsd.cpp.
| bool os_freebsd::freebsd_ata_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 267 of file os_freebsd.cpp.
| int os_freebsd::freebsd_ata_device::do_cmd | ( | struct ata_ioc_request * | request, |
| bool | is_48bit_cmd | ||
| ) | [protected, virtual] |
Definition at line 256 of file os_freebsd.cpp.
1.7.4