Hi. On 14.09.2011 06:59, Nenhum_de_Nos wrote: > I just installed BETA2 on WD notebook disk: > > ada0 at ata2 bus 0 scbus1 target 0 lun 0 > ada0: <WDC WD5000BPVT-00HXZT1 01.01A01> ATA-8 SATA 2.x device > ada0: 150.000MB/s transfers (SATA, UDMA5, PIO 8192bytes) > ada0: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C) > ada0: Previously was known as ad4 > > and tried as usual to make the disk last a little longer: > > rush# ataidle -P 243 /dev/ad4 > ataidle: error: identify device /dev/ad4 > > rush# ataidle -P 243 /dev/ada0 > (pass0:ata2:0:0:0): SETFEATURES. ACB: ef 05 00 00 00 40 00 00 00 00 f3 00 > (pass0:ata2:0:0:0): CAM status: CCB request completed with an error > Failed to configure APM: No error: 0 > > so, is this still needed after ada took place ? How can I do it now if > needed ? Strange CAM status I would say. But try this patch for ataidle: --- ataidle.c.prev 2010-11-04 16:17:28.000000000 +0200 +++ ataidle.c 2011-09-09 19:30:14.000000000 +0300 _at__at_ -125,7 +125,7 _at__at_ atacmd_cam(ATA *ata, int atacmd, int fea if (atacmd == ATA__IDENTIFY || atacmd == ATA__ATAPI_IDENTIFY) direction = CAM_DIR_IN; else - direction = CAM_DIR_OUT; + direction = CAM_DIR_NONE; memset(&(&ccb->ccb_h)[1], 0, sizeof(struct ccb_ataio) - sizeof(struct ccb_hdr)); -- Alexander MotinReceived on Wed Sep 14 2011 - 21:32:44 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:17 UTC