From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 22 Apr 2005 20:30:33 +0200 From: Sascha Retzki To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] bootmessages, part one Message-ID: <20050422183033.GA718@gmx.de> References: <20050420142527.GA104@gmx.de> <42f4f63fa44ee758a9ab7fca93a7893c@plan9.bell-labs.com> <20050422131532.GA104@gmx.de> <20050422175903.GA47393@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050422175903.GA47393@xs4all.nl> User-Agent: Mutt/1.4.2.1i Topicbox-Message-UUID: 3fbe54e8-ead0-11e9-9d60-3106f5b1d025 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, jmk@plan9.bell-labs.com 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?