* [parisc-linux] NCR driver
@ 2000-01-19 5:56 Matthew Wilcox
2000-01-19 6:34 ` Grant Grundler
0 siblings, 1 reply; 5+ messages in thread
From: Matthew Wilcox @ 2000-01-19 5:56 UTC (permalink / raw)
To: parisc-linux
Several people have emailed me and asked if there are any small jobs they
can do to get themselves started. Here's one that needs doing. There
is an NCR 53c710 driver in linux/drivers/scsi/ncr53c7xx.c. This is the
SCSI controller found in the:
712, 715/{64,80,100}, 725/100, A180
and possibly others.
If anyone is feeling really enterprising (or perhaps just frustrated),
they could try getting this driver to work with the following machines:
705, 710, 715/{33,50,75}, 720, 725/{50,75}, 730, 735, 750, 755
which contain the NCR 53c700. The _comments_ in the driver suggest that
it's almost supported, but I don't know how up to date they are.
If you do decide to work on it, please ensure you're working from the
linux-2.3 tree and let everyone know you're working on it.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] NCR driver
2000-01-19 5:56 [parisc-linux] NCR driver Matthew Wilcox
@ 2000-01-19 6:34 ` Grant Grundler
2000-01-19 7:47 ` Matthew Wilcox
2000-01-19 16:44 ` Michael Ang
0 siblings, 2 replies; 5+ messages in thread
From: Grant Grundler @ 2000-01-19 6:34 UTC (permalink / raw)
To: Matthew Wilcox; +Cc: parisc-linux
Matthew Wilcox wrote:
>
> Several people have emailed me and asked if there are any small jobs they
> can do to get themselves started. Here's one that needs doing. There
> is an NCR 53c710 driver in linux/drivers/scsi/ncr53c7xx.c. This is the
> SCSI controller found in the:
>
> 712, 715/{64,80,100}, 725/100, A180
>
> and possibly others.
...
Hi all,
The LASI SCSI code didn't make it's way into the linux-2.3 tree.
Code in linux/drivers/scsi/lasi* can be migrated now.
Someone else could start trying to make PCI NCR SCSI also work under Dino.
Dino code does detect PCI devices and tulip (100BT) driver has started
talking to it's device. Need to enable CONFIG_GSC_DINO from the default
".config". This requires an A, B, or C-class machine to test though.
cheers,
grant
Grant Grundler
Unix Development Lab
+1.408.447.7253
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] NCR driver
2000-01-19 6:34 ` Grant Grundler
@ 2000-01-19 7:47 ` Matthew Wilcox
2000-01-19 16:44 ` Michael Ang
1 sibling, 0 replies; 5+ messages in thread
From: Matthew Wilcox @ 2000-01-19 7:47 UTC (permalink / raw)
To: Grant Grundler; +Cc: parisc-linux
On Tue, Jan 18, 2000 at 10:34:39PM -0800, Grant Grundler wrote:
> Hi all,
> The LASI SCSI code didn't make it's way into the linux-2.3 tree.
> Code in linux/drivers/scsi/lasi* can be migrated now.
My apologies. This oversight has been rectified.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] NCR driver
2000-01-19 6:34 ` Grant Grundler
2000-01-19 7:47 ` Matthew Wilcox
@ 2000-01-19 16:44 ` Michael Ang
2000-01-19 17:15 ` Grant Grundler
1 sibling, 1 reply; 5+ messages in thread
From: Michael Ang @ 2000-01-19 16:44 UTC (permalink / raw)
To: Grant Grundler; +Cc: Matthew Wilcox, parisc-linux
I've gotten the tulip driver to find it's device on the A180, but the
PCI I/O address is being reported incorrectly at some point. The
pci_ioaddr reported is way too low, so I suspect that there is a Dino
related offset that needs to be added somewhere. I'm digging into the
Dino code to find the right place to add the offset, and any hints/help
is appreciated.
Here's the output from the tulip driver with debugging turned on:
Found Digital DS21142/3 Tulip at I/O 0x1ff00.
PCI bus walking should work fine. You can see the devices found by
defining DEBUG in drivers/pci/pci.c, and the vendor and device ids are
listed in devlist.h
- Mike.
Grant Grundler wrote:
>
> Someone else could start trying to make PCI NCR SCSI also work under Dino.
> Dino code does detect PCI devices and tulip (100BT) driver has started
> talking to it's device. Need to enable CONFIG_GSC_DINO from the default
> ".config". This requires an A, B, or C-class machine to test though.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] NCR driver
2000-01-19 16:44 ` Michael Ang
@ 2000-01-19 17:15 ` Grant Grundler
0 siblings, 0 replies; 5+ messages in thread
From: Grant Grundler @ 2000-01-19 17:15 UTC (permalink / raw)
To: Michael Ang; +Cc: parisc-linux
Michael Ang wrote:
> I've gotten the tulip driver to find it's device on the A180, but the
> PCI I/O address is being reported incorrectly at some point. The
> pci_ioaddr reported is way too low, so I suspect that there is a Dino
> related offset that needs to be added somewhere. I'm digging into the
> Dino code to find the right place to add the offset, and any hints/help
> is appreciated.
dino_fixup_bus()
grant
Grant Grundler
Unix Development Lab
+1.408.447.7253
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2000-01-19 18:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-01-19 5:56 [parisc-linux] NCR driver Matthew Wilcox
2000-01-19 6:34 ` Grant Grundler
2000-01-19 7:47 ` Matthew Wilcox
2000-01-19 16:44 ` Michael Ang
2000-01-19 17:15 ` Grant Grundler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox