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