English Amiga Board


Go Back   English Amiga Board > Support > support.Hardware

 
 
Thread Tools
Old 09 May 2021, 09:54   #4741
jbenam
Italian Amiga Zealot
 
Join Date: Jan 2009
Location: Italy
Age: 36
Posts: 1,910
@torsti76
Thanks.

Okay, it seems to be fairly easy to source P17C9X111SL based bridges, even if they are a bit on the expensive side.

Might purchase one of those el-cheapo ones from China just to be sure...

Now I have to find one of those Prometheus repros while hese finishes his Firebird for A4000D
jbenam is offline  
Old 09 May 2021, 10:38   #4742
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 1,993
It could be money lost. Killer NICs refuse to work with Warp3D on the Prometheus.
Hedeon is offline  
Old 09 May 2021, 13:50   #4743
jbenam
Italian Amiga Zealot
 
Join Date: Jan 2009
Location: Italy
Age: 36
Posts: 1,910
Quote:
Originally Posted by Hedeon View Post
It could be money lost. Killer NICs refuse to work with Warp3D on the Prometheus.
Well, that would most certainly limit their usefulness.

I wonder how much of a chance there is for Elbox to implement PCI bridge support in pci.library after you will add support for PCIe cards to the Sonnet lib?

It seems they are quite responsive when something could lead to new sales...
jbenam is offline  
Old 09 May 2021, 14:12   #4744
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 1,993
Quote:
Originally Posted by jbenam View Post
I wonder how much of a chance there is for Elbox to implement PCI bridge support in pci.library after you will add support for PCIe cards to the Sonnet lib?
It is a hardware limitation. Mediator cannot handle config1 requests as far as I know.
Hedeon is offline  
Old 09 May 2021, 15:32   #4745
jbenam
Italian Amiga Zealot
 
Join Date: Jan 2009
Location: Italy
Age: 36
Posts: 1,910
Quote:
Originally Posted by Hedeon View Post
It is a hardware limitation. Mediator cannot handle config1 requests as far as I know.
I see. What about Warp3D and Prometheus? Is there hope in the future that it will work?

Just wondering if it's worth purchasing a Prometheus or not.

Thanks.
jbenam is offline  
Old 09 May 2021, 16:12   #4746
trixster
Guru Meditating
 
Join Date: Jun 2014
Location: England
Posts: 2,337
Warp3D works fine with Prometheus, there’s just a problem with the K1/M1 that breaks warp3D. Use a different supported ppc and it’s fine
trixster is offline  
Old 09 May 2021, 16:35   #4747
jbenam
Italian Amiga Zealot
 
Join Date: Jan 2009
Location: Italy
Age: 36
Posts: 1,910
Quote:
Originally Posted by trixster View Post
Warp3D works fine with Prometheus, there’s just a problem with the K1/M1 that breaks warp3D. Use a different supported ppc and it’s fine
If it's just limited to Warp3D it might still be worth for me to get one for cheap and see if it works at least in "normal" PPC mode on my system.

Otherwise if that still ends up as not working, with a bridge I should be able to use my PCIe PPC card and see if the M1 is the issue.

If nothing works then it's the A4000D itself
jbenam is offline  
Old 13 May 2021, 17:09   #4748
k0x
Registered User
 
Join Date: Jan 2018
Location: Ostrava
Posts: 124
Anybody can confirm Ragnarok or Apocalypse card working with ADC-PMC-2-2353?

Thanks for any info
k0x is offline  
Old 14 May 2021, 13:09   #4749
Timtheloon
Registered User
 
Timtheloon's Avatar
 
Join Date: Dec 2017
Location: Portsmouth / United Kingdom
Posts: 302
Quote:
Originally Posted by Hedeon View Post
Updated the libraries (See first post). Added support for the PCIe Bigfoot 2100 NIC without having one to my disposal so it probably won't work.

But if you want to test, use the debug versions (with sashimi).


Wow it all happens when I go to sea

Think I have one of these look forward to trialling it but sadly not for another two months until I’m home
Timtheloon is offline  
Old 14 May 2021, 13:45   #4750
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 1,993
Quote:
Originally Posted by Timtheloon View Post
Wow it all happens when I go to sea

Think I have one of these look forward to trialling it but sadly not for another two months until I’m home
I looked at the documentation of the MPC8314E which is on the PCIe card and of course they left out the most important bit (literally). The software soft reset bit is not present as it is on the MPC8343E making it impossible to reset just the cpu core (make it jump to vector 0x100) in software.
Hedeon is offline  
Old 14 May 2021, 13:48   #4751
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 1,993
Quote:
Originally Posted by trixster View Post
Warp3D works fine with Prometheus, there’s just a problem with the K1/M1 that breaks warp3D. Use a different supported ppc and it’s fine
Don't expect everything to work. The voodoo drivers on the prometheus seem less mature than the mediator drivers. The source of the prometheus library came with the 2D voodoo drivers, but they are hopelessly outdated (version 6 while latest was version 7) and won't compile. Same actually as with the prometheus library (source was a year behind the latest 3.1) but that was more easy to fix.
Hedeon is offline  
Old 17 May 2021, 01:21   #4752
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 1,993
Been messing a bit further:

1) Turning on the PCIe bridge makes the card that sits in the lowest memory range unreachable (the GFX card). So not sure what is going on there.

2) I have the source to a couple of prometheus components. However, they are hopelessly outdated. I am putting back all the stuff in that I see while disassembling the newest binaries. Thusfar this lead to prometheus.library version 4.0. Bumped the version number as I added 2 functions and loads of code handling the PPC cards. Now also got Prometheus.card back to latest. Bumped version to 7.600. I have the 7.530 binary and the source to 6.503 to give an example.

3) I am also looking at the Voodoo3 source as current driver does not support BE modes. Loads of work still needed there. Source is for version 6.500. Latest binary is 7.11.

4) Looking to add DMA support for the Permedia2 driver. DMA is part of the Prometheus.card driver and not the separate chip drivers, so could be done. I don't have the source for any other gfx driver than Voodoo3 btw.

5) I added 2D support for the Permedia2 to the powerpc.library.

6) Stay away from the Killer/Prometheus combo. Not sure what is wrong, but it won't work (correctly).

I updated the first post with the files. Back-up the ones you use atm.
Hedeon is offline  
Old 19 May 2021, 00:07   #4753
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 1,993
Updated first posting with some new revisions, including a beta 3dfxVoodoo3.chip.
Hedeon is offline  
Old 20 May 2021, 21:41   #4754
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 1,993
Updated the first post again:

Updated 3dfxVoodoo3.chip (2D driver):
- Now supports Napalm including 15 bit screenmodes.
- Added BE modes for all supported 3dfx cards.


Some remarks:

PPC stalls when writing to Voodoo4/5 cards...68K warp3d works.
Looked into DMA for Permedia2, but does not work.
Hedeon is offline  
Old 21 May 2021, 16:34   #4755
HelloBeautiful
Registered User
 
Join Date: Jan 2016
Location: Helsinki
Posts: 84
I bought two Ramix 237 bridges and they came with Ramix PMC675 ethernet controllers that have 32mb or 64mb ram and a 400mhz PPC. Anyone tried this combo?

Last edited by HelloBeautiful; 21 May 2021 at 17:11.
HelloBeautiful is offline  
Old 21 May 2021, 23:17   #4756
grelbfarlk
Registered User
 
Join Date: Dec 2015
Location: USA
Posts: 2,902
Quote:
Originally Posted by HelloBeautiful View Post
I bought two Ramix 237 bridges and they came with Ramix PMC675 ethernet controllers that have 32mb or 64mb ram and a 400mhz PPC. Anyone tried this combo?
That PMC675 has a 440GP on it which has no FPU. Unsupported and probably not worth the effort.
grelbfarlk is offline  
Old 22 May 2021, 13:41   #4757
spudje
Registered User
 
Join Date: Dec 2014
Location: Netherlands
Posts: 1,406
I guess I should be collecting my AA3000+ board and start enjoying all your work Hedeon Thanks so much for all of it!!
spudje is offline  
Old 24 May 2021, 22:42   #4758
jbenam
Italian Amiga Zealot
 
Join Date: Jan 2009
Location: Italy
Age: 36
Posts: 1,910
Purchased today a Prometheus replica. I hope that lets me solve the mystery of my issues with the M1

I will also help with testing the new Prometheus libraries
jbenam is offline  
Old 24 May 2021, 23:15   #4759
grelbfarlk
Registered User
 
Join Date: Dec 2015
Location: USA
Posts: 2,902
Quote:
Originally Posted by jbenam View Post
Purchased today a Prometheus replica. I hope that lets me solve the mystery of my issues with the M1

I will also help with testing the new Prometheus libraries
Is it the old version of the Prometheus, or a replacement A4000D busboard?
grelbfarlk is offline  
Old 25 May 2021, 09:32   #4760
jbenam
Italian Amiga Zealot
 
Join Date: Jan 2009
Location: Italy
Age: 36
Posts: 1,910
Quote:
Originally Posted by grelbfarlk View Post
Is it the old version of the Prometheus, or a replacement A4000D busboard?
Sadly it's a replica of the old version. Oh well, better than nothing, I guess.
jbenam is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
WANTED: PCI Sound Card VORTEX2 SuperQuard / SQ2500 or Turtlebeach SantaCruz pci card keropi MarketPlace 12 15 March 2017 02:48
Wanted:Sonnet Technologies QuadDoubler 50 (Doubler 4000) kronuz MarketPlace 0 16 June 2013 00:29
eBay : Sonnet Quaddoubler alexh MarketPlace 3 07 May 2013 00:50
Overlay problem on GeForce 7200 Leandro Jardim support.WinUAE 1 10 August 2010 15:50
Prometheus PCI & Voodoo 3 PCI GFX Card Slayer support.Hardware 21 05 September 2006 10:57

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 17:10.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.25555 seconds with 16 queries