On Fri, Apr 22, 2005 at 07:59:03PM +0200, Mechiel Lukkien wrote:
> On Fri, Apr 22, 2005 at 03:15:32PM +0200, Sascha Retzki wrote:
> > On Wed, Apr 20, 2005 at 11:49:24AM -0400, [EMAIL PROTECTED] wrote:
> > > The ATA driver issued a 'read sectors' command and did not receive a
> > > 'done' interrupt within 30 seconds.
> > > I would guess either the interrupt is not going where we think it is
> > > (the drive is not 'busy' any more according to the status) or the chip
> > > used in the controller needs special code.
> > > 
> > > Can you get the output of the /bin/pci command?
> > > 
> > > --jim
> > 
> > Hello,
> > 
> > I found out that there is no problem if there is no disk attached to the 
> > controler. However, the corresponding line from /bin/pci is:
> > 0.10.0: 01.80.00 1103/004 10 0:0000ec01 16 1:0000e801 16 2:0000e401 16 
> > 3:0000e001 16 4:0000dc01 256
> > 
> > Another question: Is there some device/command that shows the vendor/device
> > IDs or similar? It'd be a pleasure to grep for "Adaptec" or "controller" or
> > alike, and get "0.10.0" back ;) .. I actually booted netbsd2, and hope that
> > it is right; I can't get the /bin/pci-output to my unix-machine atm, some
> > newbie problems, so I handpasted the above.
> 
> if you want to print vendor/device strings to go with the id's (and
> also the type of device), try /n/sources/contrib/mjl/src/pcidevs.tgz.
> also available as: 
> 
>       http://www.xs4all.nl/~mechiel/plan9/files/pcidevs.tgz
> 
> it uses the openbsd pci devices list (download the latest version
> from their cvsweb by `mk fetch').
> 
> mechiel
> 


Thank you:
0.10.0  01.80.00  (Mass storage/miscellaneous)  1103/0004 (HighPoint, 
HPT36x/37x IDE)

NetBSD calls it hptide, if anybody is interested in that sources. 
http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/dev/pci/hptide.c?rev=1.16.6.1&content-type=text/plain

So, after we found out that all, what happens there? And how can that be fixed?

Reply via email to