Modern Example of Channel Archetecture?

Discussions on more advanced topics such as monolithic vs micro-kernels, transactional memory models, and paging vs segmentation should go here. Use this forum to expand and improve the wiki!
Post Reply
User avatar
Primis
Member
Member
Posts: 62
Joined: Fri May 14, 2010 3:46 pm
Libera.chat IRC: Primis
Location: New York, NY
Contact:

Modern Example of Channel Archetecture?

Post by Primis »

Most CPU's are based on the same technology as 1970's microprocessors in terms of how external devices are talked to, either memory mapping, or I/O via (very slow) ports. But in the days of the Big Iron Mainframes, Channel Architecture was the best way of transferring data.
It would seem that CPU's today don't follow that path, Sure there is bus mastering DMA, but that is far from Channel Architecture, it's more of "Channel Extension"
Are there any Computers / Systems designed circa this Millennium that follow a Channel Arch?
"On two occasions I have been asked, 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question."
Image
Post Reply