kasbert / OS-X-SAT-SMART-Driver

Max OS X kernel driver for providing access to external drive SMART data
578 stars 74 forks source link

Request for supporting SCSI CPU Reset #25

Closed hnr3103 closed 9 years ago

hnr3103 commented 10 years ago

Hi Kasbert,

I saw somewhere in the driver code, function for issuing CPU reset. Is it worlking one ? If so, Is it possible to export the functionality of CPU reset in the driver interface so that application can issue it ?

Regards,

Ravichandran

kasbert commented 10 years ago

Compile the driver by yourself and try the "set_properties" tool with parameter "20" . I don't know if it actually works or does any good.

The feature could be added, if there really is a need for it.

hnr3103 commented 10 years ago

I tried the same, But it does not seem to be working ..

hnr3103 commented 10 years ago

Thank you for your support.. It is working fine.....

kasbert commented 9 years ago

I suppose this is not an issue anymore.