PCI to ISA card

F

Fla

I was looking for a PCI to ISA card in order to re-use an ISA card with
PCI connector of modern PC. I found costronic.com solutions.
Do you know further solutions?

Thanks in advance
 
P

philo

Fla said:
I was looking for a PCI to ISA card in order to re-use an ISA card with
PCI connector of modern PC. I found costronic.com solutions.
Do you know further solutions?

Thanks in advance

Since there is so little need for such a device...I was surprised to see
that
one actually exists...
however you'd be better off to just get a motherboard that has both pci
and isa slots...you can still get them
 
A

Art

Check out newegg.com they seem to have a few unique items. or 'Google" for
one, sure you will have a few good hits to follow up on.
 
H

hhc314

It isn't easy to do, since the PCI technology is totally different from
the comparatively simple ISA bus.

Your best bet will be to locate an adapter card, or a motherboard
having both PCI and ISA slots.

Harry C.
 
K

keith

It isn't easy to do, since the PCI technology is totally different from
the comparatively simple ISA bus.

Your best bet will be to locate an adapter card, or a motherboard
having both PCI and ISA slots.

Actually, it's not hard to do at all, unless the ISA card is a bus master
(_very_ few were). Many devices use the PLX9050 PCI to ISA bridge to do
exactly this.
 
F

Fla

keith ha scritto:
Actually, it's not hard to do at all, unless the ISA card is a bus master
(_very_ few were). Many devices use the PLX9050 PCI to ISA bridge to do
exactly this.

Thank you all for the replies.
I decided to use a development kit like PLX one (PCI 9052RDK-LITE, the
upgraded version of PLX9050) for my purpose, so I'm looking for a
development environment like that, for migrating ISA card to PCI
connector.

Best regards
 
P

Pooh Bear

keith said:
Actually, it's not hard to do at all, unless the ISA card is a bus master
(_very_ few were).

How can an ISA card be a *bus master* ?

ISA is just the micro's data and address bus basically with a few extra pins
to the interrupt controller !

I think only EISA and MCA cards had that ability prior to the adoption of
PCI.

Then goes and wonders over some of the earlyish Adaptec SCSI controllers e.g
AHA1540/1542. In which case how did they do it ?

Graham
 
K

Keith Williams

How can an ISA card be a *bus master* ?

The device asserts a DRQ, waits for the corresponding DACK, then
asserts MASTER, at which point it can drive the address/data/control
lines as needed.
ISA is just the micro's data and address bus basically with a few extra pins
to the interrupt controller !

It's a *little* more than that.
I think only EISA and MCA cards had that ability prior to the adoption of
PCI.

No, it was there in ISA too, though not often used.
Then goes and wonders over some of the earlyish Adaptec SCSI controllers e.g
AHA1540/1542. In which case how did they do it ?

Yep. There was also the IBM Multi-media Modem (sound card/modem
combined on one DSP) that used bus mastering to swap its OS and data in
and out of system memory.
 
P

Pooh Bear

Keith said:
The device asserts a DRQ, waits for the corresponding DACK, then
asserts MASTER, at which point it can drive the address/data/control
lines as needed.


It's a *little* more than that.


No, it was there in ISA too, though not often used.


Yep. There was also the IBM Multi-media Modem (sound card/modem
combined on one DSP) that used bus mastering to swap its OS and data in
and out of system memory.

Thanks for the filling me in on the missing bits. I'll have to revisit the ISA bus
standard to get to grips with this.

Graham
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top