Micro Channel architecture

Last updated
Micro Channel
Micro Channel architecture
IBM MCA XGA card front.jpg
IBM XGA-2 32-bit graphics card
Year created1987;37 years ago (1987)
Created by IBM
Supersedes ISA
Superseded by PCI (1993)
Width in bits16 or 32
Speed10 MHz
Style Parallel
Hotplugging interfaceNo
External interfaceNo

Micro Channel architecture, or the Micro Channel bus, is a proprietary 16- or 32-bit parallel computer bus introduced by IBM in 1987 which was used on PS/2 and other computers until the mid-1990s. Its name is commonly abbreviated as "MCA", although not by IBM. In IBM products, it superseded the ISA bus and was itself subsequently superseded by the PCI bus architecture.

Contents

Background

The development of Micro Channel was driven by both technical and business pressures.

Technology

The IBM AT bus, which later became known as the Industry Standard Architecture (ISA) bus, had a number of technical design limitations, including:

In addition, it suffered from other problems:

These limitations became more serious as the range of tasks and peripherals, and the number of manufacturers for IBM PC-compatibles, grew. IBM was already investigating the use of RISC processors in desktop machines, and could, in theory, save considerable money if a single well-documented bus could be used across their entire computer lineup.

Market share

It was thought that by creating a new standard, IBM would regain control of standards via the required licensing. As patents can take three years or more to be granted, however, only those relating to ISA could be licensed when Micro Channel was announced. Patents on important Micro Channel features, such as Plug and Play automatic configuration, were not granted to IBM until after PCI had replaced Micro Channel in the marketplace. The overall reception was tepid and the impact of Micro Channel in the worldwide PC market was minor.

Design

CHIPS P82C612 in a PLCC package CHIPS P82C612.jpg
CHIPS P82C612 in a PLCC package

The Micro Channel architecture was designed by engineer Chet Heath. [1] [2] A lot of the Micro Channel cards that were developed used the CHIPS P82C612 MCA interface controller; allowing MCA implementations to become a lot easier. [3]

IBM 83X9648 16-bit network interface card MCA NIC IBM 83X9648.jpg
IBM 83X9648 16-bit network interface card

Overview

The Micro Channel was primarily a 32-bit bus, but the system also supported a 16-bit mode designed to lower the cost of connectors and logic in Intel-based machines like the IBM PS/2.

The situation was never that simple, however, as both the 32-bit and 16-bit versions initially had a number of additional optional connectors for memory cards which resulted in a huge number of physically incompatible cards for bus attached memory. In time, memory moved to the CPU's local bus, thereby eliminating the problem. On the upside, signal quality was greatly improved as Micro Channel added ground and power pins and arranged the pins to minimize interference; a ground or a supply was thereby located within 3 pins of every signal.

Another connector extension was included for graphics cards. This extension was used for analog output from the video card, which was then routed through the system board to the system's own monitor output. The advantage of this was that Micro Channel system boards could have a basic VGA or MCGA graphics system on board, and higher-level graphics (XGA or other accelerator cards) could then share the same port. The add-on cards were then able to be free of 'legacy' VGA modes, making use of the on-board graphics system when needed, and allowing a single system board connector for graphics that could be upgraded.

Micro Channel cards also featured a unique, 16-bit software-readable ID, which formed the basis of an early plug and play system. The BIOS and/or OS can read IDs, compare against a list of known cards, and perform automatic system configuration to suit. This led to boot failures whereby an older BIOS would not recognize a newer card, causing an error at startup. In turn, this required IBM to release updated Reference Disks (The CMOS Setup Utility) on a regular basis. A fairly complete list of known IDs is available (see External links section). To accompany these reference disks were ADF files which were read by setup which in turn provided configuration information for the card. The ADF was a simple text file, containing information about the card's memory addressing and interrupts.

Although MCA cards cost nearly double the price of comparable non-MCA cards, the marketing stressed that it was simple for any user to upgrade or add more cards to their PC, thus saving the considerable expense of a technician. In this critical area, Micro Channel architecture's biggest advantage was also its greatest disadvantage, and one of the major reasons for its demise. To add a new card (video, printer, memory, network, modem, etc.) the user simply plugged in the MCA card and inserted a customized floppy disk (that came with the PC) to blend the new card into the original hardware automatically, rather than bringing in an expensively trained technician who could manually make all the needed changes. All choices for interrupts (an often perplexing problem) and other changes were accomplished automatically by the PC reading the old configuration from the floppy disk, which made necessary changes in software, then wrote the new configuration to the floppy disk. In practice, however, this meant that the user must keep that same floppy disk matched to that PC. For a small company with a few PCs, this was annoying, but practical. But for large organizations with hundreds or even thousands of PCs, permanently matching each PC with its own floppy disk was logistically unlikely or impossible. Without the original, updated floppy disk, no changes could be made to the PC's cards. After this experience repeated itself thousands of times, business leaders realized their dream scenario for upgrade simplicity did not work in the corporate world, and they sought a better process.

Data transmission

The basic data rate of the Micro Channel was increased from ISA's 8 MHz to 10 MHz. This may have been a modest increase in terms of clock rate, but the greater bus width, coupled with a dedicated bus controller that utilized burst mode transfers, meant that effective throughput was up to five times higher than ISA. For faster transfers the address bus could be reused for data, further increasing the effective width of the bus. While the 10 MHz rate allowed 40 MB/s of throughput at 32-bit width, later models of RS/6000 machines increased the data rate to 20 MHz, and the throughput to 80 MB/s. [4] Some higher throughput functions of the Micro Channel bus were available to RS/6000 platform only, and were not initially supported on cards operating on an Intel platform. [5]

With bus mastering, each card could talk to another directly. This allowed performance that was independent of the CPU. One potential drawback of multi-master design was the possible collisions when more than one card would try to bus master, but Micro Channel included an arbitration feature to correct for these situations, and also allowed a master to use a burst-mode . Micro Channel cards had complete control for up to 12 milliseconds. This was long enough to permit the maximum number of other devices on the bus to buffer inbound data from over-runnable devices like tape and communications.

Multiple bus-master support and improved arbitration mean that several such devices could coexist and share the system bus. Micro Channel bus-master-capable devices can even use the bus to talk directly to each other (peer to peer) at speeds faster than the system CPU, without any other system intervention. In theory, Micro Channel architecture systems could be expanded, like mainframes, with only the addition of intelligent masters, without periodic need to upgrade the central processor.

Arbitration enhancement ensures better system throughput since control is passed more efficiently. Advanced interrupt handling refers to the use of level-sensitive interrupts to handle system requests. Rather than a dedicated interrupt line, several lines can be shared to provide more possible interrupts, addressing the ISA-bus interrupt line conflict problems.

All interrupt request signals were "public" on Micro Channel architecture permitting any card on the bus to function as an I/O processor for direct service of I/O device interrupts. ISA had limited all such processing to just the system's CPU. Likewise, bus master request and grant signals were public, such that bus attached devices could monitor latency to control internal buffering for I/O processors. These features were not adopted for PCI, requiring all I/O support to come uniquely from the system board processor.

The final major Micro Channel architecture improvement was POS, the Programmable Option Select, which allowed all setup to take place in software. This feature is taken for granted now, but at the time setup was a huge chore for ISA systems. POS was a simple system that included device IDs in firmware, which the drivers in the computer were supposed to interpret. (This type of software-configuration system is known as plug and play today.) The feature did not really live up to its promise; the automatic configuration was fine when it worked, but it frequently did not - resulting in an unbootable computer - and resolving the problem by manual intervention was much more difficult than configuring an ISA system, not least because the documentation for the MCA device would tend to assume that the automatic configuration would work and so did not provide the necessary information to set it up by hand, unlike ISA device documentation which by necessity provided full details (however having to physically remove and check all IRQ settings, then find and set the new IRQ for a new device—if a suitable one was available—for ISA was no fun at all, and beyond many users... it is obvious why the attempt was made to move to software arbitrated configuration, and why this was to later succeed in the form of PnP.)

Reception

In November 1983 The Economist stated that the IBM PC standard's dominance of the personal computer market was not a problem because "it can help competition to flourish". The magazine predicted that [6]

IBM will soon be as much a prisoner of its standards as its competitors are. Once enough IBM machines have been bought, IBM cannot make sudden changes in their basic design; what might be useful for shedding competitors would shake off even more customers.

Micro Channel architecture was first introduced at the launch of the PS/2 range in 1987, with three out of four of the new machines featuring it. [NB 2] Its use in IBM spread to the RS/6000, AS/400, and eventually to the IBM 9370 systems - smallest members of the System/370 range. [7] [8]

IBM licensed the architecture to other companies for one to five percent of revenue. [9] Tandy Corporation was the first to ship a Micro Channel-based computer, the 5000 MC, but company head John Roach said "I'm surprised anybody at all would want it"; Tandy only sold the computer, he said, because there was some demand for it. [10] NCR Corporation adopted Micro Channel comprehensively - they designed and built high-performance personal computer, workstation and server platforms supporting it, including their own Micro Channel architecture-based logic componentry, including SCSI, graphics, networking, and audio. A small number of other manufacturers, including Apricot, Dell, Research Machines, and Olivetti adopted it, but only for part of their PC range.

Despite the fact that MCA was a huge technical improvement over ISA, it soon became clear that its introduction and marketing by IBM was poorly handled. IBM had strong patents on Micro Channel architecture system features, and required Micro Channel system manufacturers to pay a licence fee - and actively pursued patents to block third parties from selling unlicensed implementations of it. The PC clone market did not want to pay royalties to IBM in order to use this new technology, and stayed largely with the 16-bit AT bus, (embraced and renamed as ISA to avoid IBM's "AT" trademark) and manual configuration, although the VESA Local Bus (VLB) was briefly popular for Intel '486 machines.

For servers the technical limitations of the old ISA were too great, and, in late 1988, the "Gang of Nine", led by Compaq, announced a rival high-performance bus - Extended Industry Standard Architecture (EISA). This offered similar performance benefits to Micro Channel, but with the twin advantage of being able to accept older ISA boards and being free from IBM's control.

For several years EISA and Micro Channel battled it out in the server arena, but, in 1996, IBM effectively conceded defeat, when they themselves produced some EISA-bus servers. [11] In 2001 IBM executive Robert Moffat said that of the company's mistakes in the PC market, "the most obvious one is Micro Channel". [12]

Within a few years of its arrival in 1992, PCI had largely superseded Micro Channel, EISA, and VLB.

Consortium

In response to the rise of EISA, IBM and thirteen Micro Channel card and peripheral manufacturers formed the Micro Channel Developers Association. This was a consortium that sought to consider and prioritize steps in the maturation of Micro Channel, as well as to explore better approaches to disseminating technical information about Micro Channel to third parties. [13] In 1992, it reached 92 members, including IBM. [14] Even after IBM discontinued MCA systems in 1995, the consortium still held meetings and maintained a catalog of MCA devices online. [15]

Third-party adoption

A number of non-PS/2 computers were manufactured between the late 1980s and early 1990s. Such third-party computers were also referred to as PS/2 clones or MCA clones. [16] [17] The first third-party Micro Channel–based computer was Tandy Corporation's 5000 MC in 1988. [18] [19] [20] Despite expensive research and development costs on the part of third-party manufacturers of Micro Channel computers—in part due to the expensive licensing fees incurred by IBM in order to allow legal use of the Micro Channel technology—by 1990 most MCA clones were not fully compatible with the Micro Channel architecture or expansion cards based on Micro Channel. [21] By the time IBM was winding down the PS/2 line of personal computers (which in 1987 acted as the means of introducing Micro Channel to the general public) in 1992, NCR Corporation remained the one of a few remaining committed vendors of MCA clones. [22]

Cards

Expansion cards for the Micro Channel bus typically targeted high-end graphic workstation or server requirements, with SCSI, Token Ring, Ethernet, IBM 5250 and IBM 3270 connections.

Roland MPU-IMC; second revision with IRQ jumpers Roland MPU-IMC.jpg
Roland MPU-IMC; second revision with IRQ jumpers
ChipChat 16 with software-controlled IRQ selection ChipChat 16 MicroChannel Sound Card.JPG
ChipChat 16 with software-controlled IRQ selection

Sound cards

Very few MCA sound cards were ever produced. Some examples include:

See also

Notes

  1. Use of the ISA bus outside of machines employing the 80x86 CPU family was rare. Notable non-x86 hardware that used the ISA bus include the IBM RT PC, BeBox, some Apollo/Domain workstations, and some members of the Digital Equipment AlphaServer line.
  2. Models 50, 60 and 80 - the Model 30 was ISA

Related Research Articles

<span class="mw-page-title-main">Extended Industry Standard Architecture</span> Bus standard for IBM PC compatible computers

The Extended Industry Standard Architecture is a bus standard for IBM PC compatible computers. It was announced in September 1988 by a consortium of PC clone vendors as an alternative to IBM's proprietary Micro Channel architecture (MCA) in its PS/2 series.

<span class="mw-page-title-main">Industry Standard Architecture</span> Internal expansion bus in early PC compatibles

Industry Standard Architecture (ISA) is the 16-bit internal bus of IBM PC/AT and similar computers based on the Intel 80286 and its immediate successors during the 1980s. The bus was (largely) backward compatible with the 8-bit bus of the 8088-based IBM PC, including the IBM PC/XT as well as IBM PC compatibles.

<span class="mw-page-title-main">Motherboard</span> Main printed circuit board (PCB) used for a computing device

A motherboard is the main printed circuit board (PCB) in general-purpose computers and other expandable systems. It holds and allows communication between many of the crucial electronic components of a system, such as the central processing unit (CPU) and memory, and provides connectors for other peripherals. Unlike a backplane, a motherboard usually contains significant sub-systems, such as the central processor, the chipset's input/output and memory controllers, interface connectors, and other components integrated for general use.

<span class="mw-page-title-main">VESA Local Bus</span> Expansion bus for 486 PCs

The VESA Local Bus is a short-lived expansion bus introduced during the i486 generation of x86 IBM-compatible personal computers. Created by VESA, the VESA Local Bus worked alongside the then-dominant ISA bus to provide a standardized high-speed conduit intended primarily to accelerate video (graphics) operations. VLB provides a standardized fast path that add-in (video) card makers could tap for greatly accelerated memory-mapped I/O and DMA, while still using the familiar ISA bus to handle basic device duties such as interrupts and port-mapped I/O. Some high-end 386DX motherboards also had a VL-Bus slot.

<span class="mw-page-title-main">Tandy 1000</span> IBM PC compatible home computer system

The Tandy 1000 is the first in a line of IBM PC compatible home computer systems produced by the Tandy Corporation for sale in its Radio Shack and Radio Shack Computer Center chains of stores. Introduced in 1984, the product line was aimed at providing affordable but capable systems for home computing or education, with some of its Tandy specific features like graphics, sound and joystick port making it more appealing for home use.

Direct memory access (DMA) is a feature of computer systems that allows certain hardware subsystems to access main system memory independently of the central processing unit (CPU).

<span class="mw-page-title-main">Expansion card</span> Circuit board for connecting to a computer system to add functionality

In computing, an expansion card is a printed circuit board that can be inserted into an electrical connector, or expansion slot on a computer's motherboard to add functionality to a computer system. Sometimes the design of the computer's case and motherboard involves placing most of these slots onto a separate, removable card. Typically such cards are referred to as a riser card in part because they project upward from the board and allow expansion cards to be placed above and parallel to the motherboard.

<span class="mw-page-title-main">Wintel</span> Partnership between Microsoft Windows and Intel

Wintel is the partnership of Microsoft Windows and Intel producing personal computers using Intel x86-compatible processors running Microsoft Windows.

In computing, a plug and play (PnP) device or computer bus is one with a specification that facilitates the recognition of a hardware component in a system without the need for physical device configuration or user intervention in resolving resource conflicts. The term "plug and play" has since been expanded to a wide variety of applications to which the same lack of user setup applies.

<span class="mw-page-title-main">IBM PS/2</span> Second generation of personal computers by IBM

The Personal System/2 or PS/2 is IBM's second generation of personal computers. Released in 1987, it officially replaced the IBM PC, XT, AT, and PC Convertible in IBM's lineup. Many of the PS/2's innovations, such as the 16550 UART, 1440 KB 3.5-inch floppy disk format, 72-pin SIMMs, the PS/2 port, and the VGA video standard, went on to become standards in the broader PC market.

<span class="mw-page-title-main">IBM Personal Computer AT</span> IBM personal computer released in 1984

The IBM Personal Computer AT was released in 1984 as the fourth model in the IBM Personal Computer line, following the IBM PC/XT and its IBM Portable PC variant. It was designed around the Intel 80286 microprocessor.

An Option ROM for the PC platform is a piece of firmware that resides in ROM on an expansion card, which gets executed to initialize the device and (optionally) add support for the device to the BIOS. In its usual use, it is essentially a driver that interfaces between the BIOS API and hardware. Technically, an option ROM is firmware that is executed by the BIOS after POST and before the BIOS boot process, gaining complete control of the system and being generally unrestricted in what it can do. The BIOS relies on each option ROM to return control to the BIOS so that it can either call the next option ROM or commence the boot process. For this reason, it is possible for an option ROM to keep control and preempt the BIOS boot process. The BIOS generally scans for and initializes option ROMs in ascending address order at 2 KB address intervals within two different address ranges above address C0000h in the conventional (20-bit) memory address space; later systems may also scan additional address ranges in the 24-bit or 32-bit extended address space.

In a computer, an interrupt request is a hardware signal sent to the processor that temporarily stops a running program and allows a special program, an interrupt handler, to run instead. Hardware interrupts are used to handle events such as receiving data from a modem or network card, key presses, or mouse movements.

Since the rise of the personal computer in the 1980s, IBM and other vendors have created PC-based IBM-compatible mainframes which are compatible with the larger IBM mainframe computers. For a period of time PC-based mainframe-compatible systems had a lower price and did not require as much electricity or floor space. However, they sacrificed performance and were not as dependable as mainframe-class hardware. These products have been popular with mainframe developers, in education and training settings, for very small companies with non-critical processing, and in certain disaster relief roles.

RM Nimbus was a range of personal computers from British company Research Machines sold from 1985 until the early 1990s, after which the designation Nimbus was discontinued. The first of these computers, the RM Nimbus PC-186, was not IBM PC compatible, but its successors the PC-286 and PC-386 were. RM computers were predominantly sold to schools and colleges in the United Kingdom for use as LAN workstations in classrooms.

IrisVision is an expansion card developed by Silicon Graphics for IBM compatible PCs in 1991 and is one of the first 3D accelerator cards available for the high end PC market. IrisVision is an adaptation of the graphics pipeline from the Personal IRIS workstation to the Micro Channel architecture and consumer ISA buses of most modern PCs of the day. It has the first variant of IRIS GL ported to the PC, predating OpenGL.

<span class="mw-page-title-main">IBM PS/2 E</span>

The PS/2 E or Energy is a member of the IBM Personal System/2 family of personal computers (PCs). It was the first Energy Star-compliant PC, consuming very little power relative to other contemporary PCs, and made extensive use of recycled materials in its enclosure.

The Tandy 3000 is a personal computer introduced by Radio Shack in 1986 based on the 16-bit 8 MHz Intel 80286 microprocessor.

<span class="mw-page-title-main">IBM PS/2 Model 30</span> 1987 IBM desktop computer

The Personal System/2 Model 30 and Personal System/2 Model 30 286 are IBM's entry-level desktop computers in their Personal System/2 (PS/2) family of personal computers. As opposed to higher-end entries in the PS/2 line which use Micro Channel bus architecture, the Model 30 features an Industry Standard Architecture bus, allowing it to use expansion cards from its direct predecessors, the PC/XT and the PC/AT. The original PS/2 Model 30 is built upon the Intel 8086 microprocessor clocked at 8 MHz; the Model 30 286 features the Intel 80286 clocked at 10 MHz.

<span class="mw-page-title-main">Aox Inc.</span> American technology corporation

Aox Inc. was a privately run American technology corporation founded by Michael and Linda Aronson in 1978. Over the course of its 22-year lifespan, the company chiefly developed software and hardware for IBM's PC and compatibles, for the Personal System/2, and for the Macintosh. In its twilight years, the company designed multimedia and teleconferencing devices and chip designs. Aox was founded after Michael Aronson graduated from Harvard University with a doctorate in physics; he stayed with the company until 2000, when he incorporated EndPoints Inc. and switched to full-time fabless semiconductor design.

References

  1. "IBM Wild Duck Flies South", John C. Dvorak, 4/09/2001
  2. "Why MCA?"
  3. "82C611, 82C612 MicroCHIPS: Micro Channel Interface Parts". Chips and Technologies.
  4. RISC System/6000 POWERstation/POWERserver 580
  5. Infoworld March 5, 1990, p1
  6. "Can Anybody Tackle IBM?". The Economist. 1983-11-26.
  7. "...enormous numbers of remote IBM MicroChannel/370 (9371) systems..." About z/VSE
  8. Micro Channel 370 Announcement Letter Number 190-141 dated September 5, 1990
  9. Lewis, Peter H. (1988-04-24). "Introducing the First PS/2 Clones". The New York Times. Retrieved 6 January 2015.
  10. Lewis, Peter H. (1988-08-02). "PERSONAL COMPUTERS; Tandy Tries to Keep Things Easy". The New York Times. p. C10. ISSN   0362-4331 . Retrieved 2020-03-11.
  11. "IBM PC Server 520 -- New 166MHz SMP Models and Feature Enhancements". IBM. June 18, 1996. Retrieved 2010-01-31.
  12. Moffat, Robert (2001-09-04). "IBM's PC: Then and Now". PC Magazine (Interview). Interviewed by Michael J. Miller. Archived from the original on 2001-11-06. Retrieved 2020-04-02.
  13. Scannell, Ed (November 19, 1990). "MCA Group to Spread Information, Help". InfoWorld. 12 (47). IDG Publications: 5 via Google Books.
  14. "Micro Channel Developers Association Inc". OpenCorporates. Archived from the original on August 2, 2022.
  15. English, Erin (May 24, 1996). "MCA still receiving strong support". Midrange Systems. 9 (8). 1105 Media: 17 via Gale.
  16. Seymour, Jim (November 15, 1988). "PS/2 Clones: Time to "Hedge and Straddle"?". PC Magazine. 7 (19). Ziff-Davis: 77 via Google Books.
  17. LaPlante, Alice (January 25, 1988). "MCA Clones Expected to Benefit IBM". InfoWorld. 10 (4). IDG Publications: 8 via Google Books.
  18. Lewis, Peter H. (August 2, 1988). "Tandy Tries to Keep Things Easy". The New York Times. p. C10. Archived from the original on January 30, 2018.
  19. Abruzzese, George; David Chartock (April 25, 1988). "Tandy takes the wraps off MCA-compatible Model 80". Computer & Software News. 6 (17). Lebhar-Friedman: 1 via Gale.
  20. McMullen, John (August 1, 1988). "Tandy claims major gains". Computer & Software News. 6 (31). Lebhar-Friedman: 1 via Gale.
  21. Goodwin, Michael; Karl Koessel (January 1990). "Micro Channel Clones Flunk the Test". PC World. 8 (1). IDG Publications: 98–106 via the Internet Archive.
  22. Staff writer (October 20, 1992). "NCR Believe in Micro Channel". Computer Business Review. New Statesman Media Group. Archived from the original on November 24, 2022.
  23. "AdLib Music Synthesis Card (for MCA)".
  24. 1 2 "ChipChat Sound Card Homepage".
  25. 1 2 "List of Creative Sound Blaster Products". Archived from the original on April 24, 2018.
  26. "M-Audio Capture and Playback Adapter/A (M-ACPA)".
  27. "Audiovation".
  28. "Ultimedia Audio Adapter 7-6".
  29. "Reply Sound Card".
  30. "COMPUTERCRAFT - PS/2 FAQ Version 5.4".
  31. "SoundPiper".