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

Public Member Functions | |
| freebsd_cciss_device (smart_interface *intf, const char *name, unsigned char disknum) | |
| virtual bool | scsi_pass_through (scsi_cmnd_io *iop) |
| SCSI pass through. | |
| virtual bool | open () |
| Open device, return false on error. | |
Private Attributes | |
| unsigned char | m_disknum |
| Disk number. | |
Implement CCISS RAID support with old functions.
Definition at line 1194 of file os_freebsd.cpp.
| os_freebsd::freebsd_cciss_device::freebsd_cciss_device | ( | smart_interface * | intf, |
| const char * | name, | ||
| unsigned char | disknum | ||
| ) |
Definition at line 1220 of file os_freebsd.cpp.
| bool os_freebsd::freebsd_cciss_device::open | ( | ) | [virtual] |
Open device, return false on error.
Reimplemented from os_freebsd::freebsd_smart_device.
Definition at line 1208 of file os_freebsd.cpp.
| bool os_freebsd::freebsd_cciss_device::scsi_pass_through | ( | scsi_cmnd_io * | iop | ) | [virtual] |
SCSI pass through.
Returns false on error.
Implements scsi_device.
Definition at line 1229 of file os_freebsd.cpp.
unsigned char os_freebsd::freebsd_cciss_device::m_disknum [private] |
Disk number.
Definition at line 1205 of file os_freebsd.cpp.
1.7.4