> I posted about this some months ago and wanted to try
> again.  I am trying to install Solaris 10 x86 (08/07)
> onto a SuperMicro H8SSL-i motherboard.  At first I
> thought my problem might be lack of support for the
> HT1000 chipset, but that doesn't seem to be it.  The
> Install Check Tool CD (1.3) seems to recognize the
> bus and IDE devices fine.  But first it gives me the
> same error I get when I try to install:
> 
> WARNING: /pci at 0,0/pci-ide at 2,1/ide at 0 (ata0):
> timeout: abort request, target=0 lun=0
> WARNING: /pci at 0,0/pci-ide at 2,1/ide at 0 (ata0):
> timeout: abort device, target=0 lun=0
> WARNING: /pci at 0,0/pci-ide at 2,1/ide at 0 (ata0):
> timeout: reset target, target=0 lun=0
> WARNING: /pci at 0,0/pci-ide at 2,1/ide at 0 (ata0):
> timeout: reset bus, target=0 lun=0

It would be interesting to know if OpenSolaris snv_72
Build 72 or newer might have fixed this problem.

snv_72 contains a couple of ata driver fixes, and one
of them fixed a similar issue for me, when using
a Promise IDE controller.  It seems that for the
Promise controller, implementing a 400 nsec wait
my doing some IDE controller alternate status reads
did break the driver and resulted in the above timeout
messages; switching to a time based 400 nsec wait
avoid that kind of problem:

http://src.opensolaris.org/source/diff/onnv/onnv-gate/usr/src/uts/intel/io/dktp/controller/ata/ata_common.h?r2=4852&r1=3652
 
 
This message posted from opensolaris.org

Reply via email to