From mboxrd@z Thu Jan 1 00:00:00 1970 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 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-lwqqyxhuxpofmimnjopyqjipqf" Message-Id: Topicbox-Message-UUID: eb0acf3c-eac8-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-lwqqyxhuxpofmimnjopyqjipqf Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit 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. --upas-lwqqyxhuxpofmimnjopyqjipqf Content-Type: message/rfc822 Content-Disposition: inline Received: from finch-punt-12.mail.demon.net ([194.217.242.36]) by cpu; Thu Jul 27 07:16:45 BST 2000 Received: from punt-1.mail.demon.net by mailstore for ngr@cotswold.demon.co.uk id 964677910:10:13464:0; Thu, 27 Jul 2000 06:05:10 GMT Received: from hearno.cyberware.co.uk ([194.74.221.2]) by punt-1.mail.demon.net id aa1120525; 27 Jul 2000 6:04 GMT Received: from cse.psu.edu (majordom@claven.cse.psu.edu [130.203.3.50]) by hearno.cyberware.co.uk (8.9.1b+Sun/8.7.2) with ESMTP id HAA12107 for ; Thu, 27 Jul 2000 07:03:26 +0100 (BST) Received: from localhost (majordom@localhost) by cse.psu.edu (8.8.8/8.8.8) with SMTP id CAA09544; Thu, 27 Jul 2000 02:01:52 -0400 (EDT) Received: by claven.cse.psu.edu (bulk_mailer v1.5); Thu, 27 Jul 2000 02:01:46 -0400 Received: (from majordom@localhost) by cse.psu.edu (8.8.8/8.8.8) id CAA09523 for 9fans-outgoing; Thu, 27 Jul 2000 02:01:41 -0400 (EDT) X-Authentication-Warning: claven.cse.psu.edu: majordom set sender to owner-9fans using -f Received: from ar.aichi-u.ac.jp (none@ar.aichi-u.ac.jp [202.250.160.40]) by cse.psu.edu (8.8.8/8.8.8) with SMTP id CAA09518 for <9fans@cse.psu.edu>; Thu, 27 Jul 2000 02:01:36 -0400 (EDT) Date: Thu, 27 Jul 2000 02:01:36 -0400 (EDT) From: arisawa@ar.aichi-u.ac.jp Message-Id: <200007270601.CAA09518@cse.psu.edu> To: 9fans@cse.psu.edu Subject: [9fans] 53c895 failed to INIT MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Sender: owner-9fans@cse.psu.edu Reply-To: 9fans@cse.psu.edu Precedence: bulk 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 --upas-lwqqyxhuxpofmimnjopyqjipqf--