Welcome, Guest. Please login or register.

Author Topic: ATX PSU conversion  (Read 6610 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline patrik

Re: ATX PSU conversion
« on: December 01, 2003, 05:58:31 AM »
@Doobrey:

Dont take for granted that the ZorroII network-card will be much less cpu intensive and faster than the PCMCIA one. Both types often work in kind of the same way - not using DMA-transfers when moving data between the buffers of the network-card and Amiga-memory and instead utilizing the CPU for that task. The card which has the lowest access-time will though waste the least amount of CPU-cycles as waitstates and thus hog the CPU for the least amount of time. That will though vary from card to card and bus to bus.

I do think there were a card made by GVP which utilized DMA-transfers between buffer and Amiga-memory but I am not sure.

Keep in mind that shuffling data over a network using TCP/IP is quite CPU intensive in its nature because of the quite large amount of datashuffling and calculations required to get the data through all layers from the hardware to the application.

Using a network-card which transfers its buffers using DMA to/from Amiga-memory would reduce the CPU-usage in one link between two layers to a minimum, but as the data still has to go through the layers of the TCP/IP-stack it wont have an earthshattering effect on CPU-usage... still I wouldnt mind having a network card with this ability :). Then consider the difference when using network applications between two network-cards not using DMA... It will most likely be neglectible (assuming the device-drivers for both cards are written in a sensible matter).

My point anyhow is that as ZorroII network cards usually are quite expensive, this card switch you are planning might cost you alot more than it tastes... it is not even for sure it tastes any better, could taste worse ;).

Take care!


/Patrik
 

Offline patrik

Re: ATX PSU conversion
« Reply #1 on: December 01, 2003, 07:07:37 AM »
@Wolfe:

That was definately one neat modification to the A1200. Be sure to post some pictures of your construction as soon as possible :)).


/Patrik
 

Offline patrik

Re: ATX PSU conversion
« Reply #2 on: December 04, 2003, 04:02:36 PM »
@Doobrey:

What TCP/IP stacks are you using on those configurations? AmiTCP atleast doubles the results when using the cnet.device compared to Miami as Miami needs a MNI-driver for a card to give good performance.

I have had no problems of reaching 700KB/Sec with the CNET card using AmiTCP, still maintaining a very responsible computer. Though that is with a ftp client which isnt a very good performance measure, a http transfer ala 'wget' would be much better measure as http transfers eats MUCH less cpu cycles than a ftp transfer.

Also, check your switch/hub if the CNET card is rendering many collisions when transferring data. Atleast my card seems to be of very low quality and works very bad with certain switches/hubs and renders lots of collissions with those. A lot of collissions will generate a lot of interrupts which would burden the cpu quite some more than when doing transfers without collissions.


/Patrik