TWE driver IOCTL's

2003-11-15 Thread Eduard Martinescu
Hello,

I looking to extend the smartmontools support
(/usr/ports/sysutils/smartmontools) to include support for drives behind
a TWE device.

I looked at the source for the TWE driver, and it seems to support what
I neednot sure yet, as the linux version use the ATA Passthru
IOCTL.  At any rate, there does not appear to be any twe.h include files
installed into /usr/include anywhere for my program to be able to pick
the correct definitions.  Is this just an oversight? Or did I miss
something?

Thanks,
Ed

-- 
Eduard Martinescu <[EMAIL PROTECTED]>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Too many uncorrectable read errors with atang

2003-11-07 Thread Eduard Martinescu
If you are running -CURRENT, you can check the SMART status of the
drives with the port sysutils/smartmontools.  If the drive supports >
ATA-3 commands, you should be able to see if there are errors being
reported by the drive itself.

Ed

On Fri, 2003-11-07 at 13:33, Soren Schmidt wrote:

> It seems Kris Kennaway wrote:
> -- Start of PGP signed section.
> > Since upgrading the bento package machines to -current I am getting
> > a lot of the following errors:
> > 
> > ad0: FAILURE - READ_DMA status=51 error=40
> 
> That does look like a valid error condition from the drive...
> 
> > 1) All my drives have performed mass suicide at once
> 
> You know, with deathstar's you cant really rule that out :)
> 
> > 2) ATAng is detecting errors that the ATAog did not
> 
> That is true, the error detection is better in ATAng.
> 
> > 3) ATAng is not trying as hard as ATAog to recover from the errors
> > from the crappy drives
> 
> Neither ATAog nor ATAnr retried uncorrectable errors...
>  
> > 4) ATAng has a bug on this hardware.
> 
> That we cant rule out, and it probably likely..
> 
> > Furthermore, I'd like to know why the panic occurred above.
> 
> Is this on a brand new -current ? lots of things that could
> cause this has been fixed...
> 
> -Søren
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 
Eduard Martinescu <[EMAIL PROTECTED]>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Experimental port of smartmontools available

2003-10-11 Thread Eduard Martinescu
 All,
 
 The current CVS version of smartmontools
 http://smartmontools.sourceforge.net now has support for FreeBSD.
 
 A couple of notes:
 
 1) SCSI support is there, but has not been highly tested.  It uses CAM, so
 any version of FreeBSD with CAM should work (hopefully)
 
 2) ATA support requires ATAng, or a fairly recent CURRENT. 
 
 I do plan on eventually creating a /usr/ports/systutil/smartmontools and
 submitting to the appropriate place, but haven't gotten there yet.
 
 Please try it out and send any problem reports to the smartmon-support
 mailing list.
 
 Thanks,
 Ed
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"