From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 28 Jul 2000 06:08:07 -0400 From: arisawa@ar.aichi-u.ac.jp Message-Id: <200007281008.GAA12337@cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] 53c895 failed to INIT MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: ecebc82e-eac8-11e9-9e20-41e7f4b1d025 Hello, We can find the line: #define SYM_895_DID 0x000c in scsincr53c8xx.c. However it seems this is not used anywhere. We can also find following lines bellow the line. { SYM_875_DID, 0x01, "SYM53C875r1", Burst128, 16, Prefetch|LocalRAM|BigFifo|Differential|Wide|Ultra }, { SYM_875_DID, 0xff, "SYM53C875", Burst128, 16, Prefetch|LocalRAM|BigFifo|Differential|Wide|Ultra|ClockDouble }, { SYM_885_DID, 0xff, "SYM53C885", Burst128, 16, Prefetch|LocalRAM|BigFifo|Wide|Ultra|ClockDouble }, { SYM_896_DID, 0xff, "SYM53C896", Burst128, 16, Prefetch|LocalRAM|BigFifo|Wide|Ultra|ClockDouble }, SYS53C895 does not apear here. Therefore init fails. Does it mean SYS53C895 is not supported? I added entry: { SYM_895_DID, 0xff, "SYM53C895", Burst128, 16, Prefetch|LocalRAM|BigFifo|Wide|Ultra|ClockDouble }, and ran 9pcfs (based on emelie), then I reached "config:" message without error message. now I am formatting.... I will report the result. Kenji Arisawa E-mail: arisawa@aichi-u.ac.jp