VOGONS


First post, by Tawkalin

User metadata
Rank Newbie
Rank
Newbie

İs there a adapter for it or can i make something like this

Reply 1 of 5, by Trashbytes

User metadata
Rank Oldbie
Rank
Oldbie

https://www.ebay.co.uk/itm/114575954684

Something like this allows ISA cards to work over PCI, not sure it can go the other way, Im pretty sure it would require a significant amount of work to get PCI to interface with the ISA bus and there would be a HUGE performance loss as ISA is significantly slower than PCI. ISA is also very rigid in how it operates and wouldn't mesh well with how flexible PCI devices are with interrupts and how the card uses them.

I dont know how well and ISA card would work with the above adapter . .I doubt very well.

Last edited by Trashbytes on 2025-04-28, 14:16. Edited 1 time in total.

Reply 2 of 5, by wierd_w

User metadata
Rank Oldbie
Rank
Oldbie

No. Just no.

ISA is an 8/16 bit architecture with a direct to CPU connection.

PCI is a 32/64bit architecture with a bus arbitration architecture that uses the chipset to do bus mastering and other functions, and is thus abstracted from the CPU by the supporting chipset.

This doesnt even begin to discuss stuff like bus clock timings...

There is no way to put a PCI device into an ISA slot.

Reply 3 of 5, by Trashbytes

User metadata
Rank Oldbie
Rank
Oldbie
wierd_w wrote on 2025-04-28, 14:13:
No. Just no. […]
Show full quote

No. Just no.

ISA is an 8/16 bit architecture with a direct to CPU connection.

PCI is a 32/64bit architecture with a bus arbitration architecture that uses the chipset to do bus mastering and other functions, and is thus abstracted from the CPU by the supporting chipset.

This doesnt even begin to discuss stuff like bus clock timings...

There is no way to put a PCI device into an ISA slot.

All true, would be far easier to add USB to an ISA system than try to mesh a PCI card over ISA.

Apparently running ISA over PCI works with the associated interrupt and IRQ issues of doing so.

Reply 4 of 5, by keenmaster486

User metadata
Rank l33t
Rank
l33t

Yeah no. If you're trying to do this, take a step back, think about your requirements, and do something else instead.

World's foremost 486 enjoyer.

Reply 5 of 5, by Tawkalin

User metadata
Rank Newbie
Rank
Newbie

Thx for all answers.