Difference between revisions of "VERSAbus"

From Computer History Wiki
Jump to: navigation, search
(Stubby, but there's not a lot on it)
 
(Some details found in 'Installing and Operating 4.3BSD-tahoe UNIX on the Tahoe')
Line 1: Line 1:
 
[[Image:VERSAbus memory card.jpg|thumb|right|250px|VERSAbus memory card from Motorola Microsystems]]
 
[[Image:VERSAbus memory card.jpg|thumb|right|250px|VERSAbus memory card from Motorola Microsystems]]
  
The '''VERSAbus''' [[bus]] was created by [[Motorola]] for use on [[Motorola MC68000]]-based systems. Although it was not used by many products (although the [[Power 6/32‎]] did), it was influential as the electrical inspiration for the [[VMEbus]], used in many [[minicomputer]]s and specialist computers.
+
The '''VERSAbus''' [[bus]] was created by [[Motorola]] for use on [[Motorola MC68000]]-based systems. Although it was not used by many products (although the [[Power 6/32‎]] did), it was influential as the inspiration for the electrical functionality of the [[VMEbus]], used in many [[minicomputer]]s and specialist computers.
 +
 
 +
The first section of 'Installing and Operating 4.3BSD-tahoe UNIX on the Tahoe' (link below) contains a moderately detailed description of the VERSAbus: it has a 32-bit [[data path]], and can use 16-bit, 24-bit, or 32-bit [[address]]es (see the document for details). Since the VERSAbus is principally used as an [[input/output]] bus, it must also support [[interrupt]]s, but nothing on this has yet been found.
  
 
VERSAbus [[printed circuit board|cards]], in common with many card systems of that era (such as [[Digital Equipment Corporation|DEC]] [[DEC card form factor|standard cards]]), used [[etch]] fingers on one edge of the card, to make electrical contact with the bus; they measured 14.5 by 9.25 inches.
 
VERSAbus [[printed circuit board|cards]], in common with many card systems of that era (such as [[Digital Equipment Corporation|DEC]] [[DEC card form factor|standard cards]]), used [[etch]] fingers on one edge of the card, to make electrical contact with the bus; they measured 14.5 by 9.25 inches.
Line 10: Line 12:
  
 
* [https://www.sciencedirect.com/science/article/abs/pii/0141933182904902 VERSAbus - a multiprocessor bus standard - and VMEbus - its Eurocard counterpart]
 
* [https://www.sciencedirect.com/science/article/abs/pii/0141933182904902 VERSAbus - a multiprocessor bus standard - and VMEbus - its Eurocard counterpart]
 +
* [https://www.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Reno/src/share/doc/smm/01.setup/tahoe/ Installing and Operating 4.3BSD-tahoe UNIX on the Tahoe]
 +
** [https://www.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Reno/src/share/doc/smm/01.setup/tahoe/1.t Installing/Operating 4.3BSD]
  
 
[[Category: Buses]]
 
[[Category: Buses]]

Revision as of 19:04, 21 December 2024

VERSAbus memory card from Motorola Microsystems

The VERSAbus bus was created by Motorola for use on Motorola MC68000-based systems. Although it was not used by many products (although the Power 6/32‎ did), it was influential as the inspiration for the electrical functionality of the VMEbus, used in many minicomputers and specialist computers.

The first section of 'Installing and Operating 4.3BSD-tahoe UNIX on the Tahoe' (link below) contains a moderately detailed description of the VERSAbus: it has a 32-bit data path, and can use 16-bit, 24-bit, or 32-bit addresses (see the document for details). Since the VERSAbus is principally used as an input/output bus, it must also support interrupts, but nothing on this has yet been found.

VERSAbus cards, in common with many card systems of that era (such as DEC standard cards), used etch fingers on one edge of the card, to make electrical contact with the bus; they measured 14.5 by 9.25 inches.

External Links