DragonFly bugs List (threaded) for 2009-09
DragonFly BSD
DragonFly bugs List (threaded) for 2009-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

[issue1412] sysutils/smartmontools doesn't work with ahci(4)


From: "Alex Hornung \(via DragonFly issue tracker\)" <sinknull@xxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 07 Sep 2009 22:52:34 +0000

Alex Hornung <ahornung@gmail.com> added the comment:

Ok, I think one should use device type 'sat' for smartmontools (ata over scsi, 
or scsi attached ata). For this to be feasible, ATA_PASS_* have to be 
implemented in our ahci driver.
Relevant snippet in ahci_cam.c:
        case ATA_PASS_12:
        case ATA_PASS_16:
                /*
                 * XXX implement pass-through
                 */
                ccbh->status = CAM_FUNC_NOTAVAIL;
                break;

I'll give it a shot, but any hint is welcome.

Cheers,
Alex Hornung

_____________________________________________________
DragonFly issue tracker <bugs@lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1412>
_____________________________________________________



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]