9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: nigel@9fs.org
To: 9fans@cse.psu.edu
Subject: Re: [9fans] 53c895 failed to INIT
Date: Thu, 27 Jul 2000 07:24:17 +0100	[thread overview]
Message-ID: <E13Hh1l-000KD2-0Y@anchor-post-34.mail.demon.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 679 bytes --]

Interesting. Well, the fileserver code is rather behind the cpu code
for this controller. Perhaps jmk's rumoured fileserver hacks to allow
driver sharing will help here.

In the meantime, you may enable diagnostics in scsincr53c8xx.c:

/*******************************/
/* Fileserver specific defines */
/*******************************/
#ifdef FS
#define xalloc(n) ialloc(n, 1)
#define KADDR(a) ((void*)((ulong)(a)|KZERO))

#define KPRINT if(1)print
#define IPRINT if(1)print
#define DEBUG(n) ((n) <= 2)
#define IFLUSH()
#endif

This will produce a lot of output. Perhaps it should be caught
using a uart console....

It will certainly give more clues.


[-- Attachment #2: Type: message/rfc822, Size: 2372 bytes --]

From: arisawa@ar.aichi-u.ac.jp
To: 9fans@cse.psu.edu
Subject: [9fans] 53c895 failed to INIT
Date: Thu, 27 Jul 2000 02:01:36 -0400 (EDT)
Message-ID: <200007270601.CAA09518@cse.psu.edu>

Hello,

I am installing 9fs. The target is as bellow:
MB: ASUS SP97-V
cpu: K6/233
ether: 3C905b
scsi card: SYM53C895
scsi #0: IBM DNES-309170LV (9GB Ultra2 SCSI)

This mother board lead me "config:" message of 9pcfs.
However SCSI is something weird.
The messages are as follows:

ether#0: elnk3: port 0xB800 irq=9: ....
sd53c8xx: SYM53C895 rev. 0x01 intr+10 command=2000017
found 9PCFS ...
...
scsi#0: 53c895: port 0 Failed to INIT controller
...
config: ...
...
config: ream main
config: end
sysinit
devinit w0
stack trace of 1
1048 stack out of 4000
...
panic: scsiio: device : w0


I could format the disk using scsi configuration menu
that is shown before FD is accessed.

Any ideas are welcome.

Kenji Arisawa
E-mail: arisawa@aichi-u.ac.jp

             reply	other threads:[~2000-07-27  6:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-27  6:24 nigel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-07-28 10:32 nigel
2000-07-28 10:08 arisawa
2000-07-28  8:36 nigel
2000-07-28  5:21 arisawa
2000-07-27  6:01 arisawa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E13Hh1l-000KD2-0Y@anchor-post-34.mail.demon.net \
    --to=nigel@9fs.org \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).