Re: PCI NCR875 Detection breakage?

Kurt Garloff (garloff@kg1.ping.de)
Fri, 1 May 1998 20:49:46 +0200


On Thu, Apr 30, 1998 at 04:51:21PM -0400, Phil's Kernel Account wrote:
> This is happening in 2.1.98 and 2.0.33
>
> First off, a quick overview of the Tekram DC390F's behaviour at boot.
> dmesg time!
>
> scsi : 0 hosts.
> scsi : detected total.
>
>
> Bus 0, device 10, function 0:
> SCSI storage controller: NCR 53c875 (rev 3).
> Medium devsel. IRQ 9. Master Capable. Latency=32. Min Gnt=17.Max
> Lat=64.
> I/O at 0x6200 [0x6201].
> Non-prefetchable 32 bit memory at 0xe1020000 [0xe1020000].
> Non-prefetchable 32 bit memory at 0xe1021000 [0xe1021000].
>
> There it is in /proc/pci, so it's just not picking up at boot. Any ideas?
> This is driving me nuts! :(

You got several possible drivers to drive the DC390F:
1) ncr53c8xx
2) 53c7,8xx
3) tmscsiw

I'd recommend the first one and enable the NVRam detection. It works
perfectly here.
I didn't test the 53c7,8xx.
The tmscsiw driver is adapter specific and can be found on
ftp://student.physik.uni-dortmund.de/pub/linux/kernel/patches/
(filename is something like dc390wuf.diff). This one works as well.

Don't forget to compile it into the kernel, to insmod it in your bootup
scripts or to tell your kerneld to load it, when accessing block-major-8.

-- 
Kurt Garloff, Dortmund 
<K.Garloff@ping.de>
PGP key on http://student.physik.uni-dortmund.de/homepages/garloff

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu