NuBus

From Wikipedia, the free encyclopedia

The Macintosh II motherboard with its six NuBus slots visible on the left.
Enlarge
The Macintosh II motherboard with its six NuBus slots visible on the left.
Example of a NuBus graphics card, a Radius PrecisionColor Pro 8/24xj.
Enlarge
Example of a NuBus graphics card, a Radius PrecisionColor Pro 8/24xj.

NuBus is a 32-bit parallel computer bus, originally developed at MIT as a part of the NuMachine workstation project, and eventually used by Apple Computer, NeXT Computer and Texas Instruments. It is no longer widely used outside of the embedded market.

Contents

[edit] NuBus architecture

NuBus was a considerable step forward compared to other interfaces of the day. At the time most computer bus systems were 8-bit, as were the computers they plugged into. However NuBus decided on a 32-bit interface because it was clear the market was headed in this direction.

In addition, NuBus was agnostic about the processor itself. Most buses up to this point were basically the pins on the CPU run out onto the backplane, meaning that the cards had to conform to the signalling and data standards of the machine it was plugged into (being little endian for instance). NuBus made no such assumptions, which meant that a NuBus card could be plugged into any NuBus machine, as long as there was an appropriate device driver.

In order to select the proper device driver, NuBus included an ID scheme that allowed the cards to identify themselves to the host computer during startup. This meant that the user didn't have to configure the system, the bane of bus systems up to that point. For instance, with ISA the driver has to be configured not only for the card, but for any memory it needs, the interrupts it uses, and so on. NuBus required no such configuration, making it one of the first examples of plug-and-play architecture (another being the Amiga's Zorro II bus first seen in 1987).

On the downside, while this flexibility made NuBus much simpler for the user and device driver authors, it made things more difficult for the designers of the cards themselves. Whereas most "simple" bus systems were easily supported with a handful of input/output chips designed to be used with that CPU in mind, with NuBus every card and computer had to convert everything in a platform-agnostic "NuBus world". Typically this meant adding a NuBus controller chip between the bus and any I/O chips on the card, increasing costs. While this is a trivial exercise today, one that all newer buses require, at the time in the 1980s NuBus was considered complex and expensive.

[edit] NuBus implementations

NuMachine was never released, but Texas Instruments later took over the NuBus work in 1980 and standardized it as IEEE 1196. This version used a standard 96-pin three-row connector, commonly found on other bus systems like VME and PCI, running the system on a 10 MHz clock for a maximum burst throughput of 40 MB/s and average speeds of 10 to 20 MB/s. A later addition, NuBus90, bumped the clock rate to 20 MHz for better throughput, burst increasing to about 70 MB/s, and average to about 30 MB/s.

NuBus was first used in the Texas Instruments Lisp Machine, the TI Explorer, a derivative of the MIT NuMachine design work. Shortly thereafter, in 1986, Texas Instruments used it in the S1500 multiprocessor UNIX system.

NuBus was later selected by Apple Computer for use in their Macintosh II project, where its plug-n-play nature fit well with the Mac philosophy of ease-of-use. It was used in most of their Mac line through the late 1980s and into the 1990s, and was upgraded to NuBus90 starting with the Macintosh Quadras. Early Quadras only supported the 20 MHz rate when two cards were talking to each other, since the motherboard controller was not upgraded. This was later addressed in the 660AV and 840AV models, and used on the early PowerMac models. Apple's implementation also used pin and socket connectors with thumbscrews on the back of the card rather than the often stubborn edge connectors with philips screws inside the case that most cards use, and supplied an always-on +5 V "trickle" power supply for tasks such as watching the phone line while the computer was turned off. This was apparently part of an unapproved NuBus standard.

NuBus was also selected by NeXT Computer for their line of machines, but used a different physical PCB layout. NuBus appears to have seen little use outside these roles, and when Apple switched to PCI in the mid 1990s, NuBus quickly disappeared.

[edit] See also

[edit] External link

In other languages