The System Bus

Total Page:16

File Type:pdf, Size:1020Kb

The System Bus ELEC 464 : MICROCOMPUTER SYSTEM DESIGN 1996/97 WINTER SESSION TERM 1 The System Bus This lecture describes system buses. These are buses used to interface the CPU with memory and peripherals on separate PC cards. The ISA, VME and PCI buses are used as examples. Introduction characteristics. We will look brie¯y at three examples of system To increase their ¯exibility, most general-purpose buses. The ISA (Industrial Standard Architecture) microcomputers include a system bus that allows bus is commonly used in IBM-PC compatibles and printed circuit boards (PCBs) containing memory or is one of the most widely-used system busses. The I/O devices to be connected to the CPU. This allows VME (Versa Module Europe) bus is used in many microcomputer systems to be customized for differ- industrial computer systems and a wide range of (rel- ent applications. The use of a standard bus also al- atively expensive) interface cards are available for lows manufacturers to produce peripherals that will it. The VME bus includes features common to other work properly with other manufacturers' computer high-performance buses such as arbitration for mul- systems. tiple bus masters. The PCI (Peripheral Component The system bus consists of a number of parallel Interconnect) bus is a ¯exible high-performance pe- conductors on a backplane or motherboard. There ripheral bus that can ef®ciently interconnect periph- are a number of connectors or ªslotsº into which erals and processors of widely different speeds. other PCBs containing memory and I/O devices can be plugged in. In most cases the system bus is very similar to the Mechanical Characteristics processor bus. In fact, the simplest system buses sim- Low-cost consumer-grade buses use card-edge con- ply consists of a connector that allows access to all of nectors to minimize the cost of the peripheral. The the pins on the CPU chip. Like the processor bus, the plug-in card has contact pads along the edges of the the system bus can be subdivided into an address bus, PCB. The motherboard has connectors on the moth- data bus, control bus and power supply connectors. erboard that contact these pads. Typical examples Some microcomputer designs place the CPU and include the ISA and PCI busses. some auxiliary circuits on a PCB (the ªmother- Some buses use connectors on both the mother- boardº) along with system bus connectors. Exam- board and the card. This adds to the cost of the card ple of this approach include most popular IBM PC- (about $5-$10) but makes for more reliable contacts. compatible systems. Other designs use a simpler A typical example is the 3-row by 32-pin (96-pin) passive ªbackplaneº type of bus and place the CPU ªDINº connector used by the VME bus. on its own PCB. This approach is used by most VME-based microcomputers. The latter approach has the advantage that the CPU card can be replaced Electrical Characteristics if required. Because the bandwidth required for the RAM interface is much higher than that for most The electrical characteristics include the voltage and other peripherals, most modern systems use a system current speci®cations, types of bi-directional signals bus only for I/O devices and either use a proprietary and impedance matching. interface for RAM or simply place all of the RAM memory on the same PCB as the CPU. Bus Drivers and Receivers A bus can be described by its mechanical (size, types of connectors, etc), electrical (voltage, clock Bus signals such as clocks or data lines often drive rates, etc), and protocol (read/write cycles, mas- several chips on a peripheral card. If the load pre- ter/slave operation, interrupt acknowledgement, etc) sented by the card exceeds the bus speci®cations then 1 buffer chips (ªbus receiversº) must be used. Simi- account the CPU timing as well propagation delays larly, if the output driving capacity of a chip on the for the circuits that control the buffer directions. peripheral card is not enough to drive the load pre- sented by the bus, a ªbus driverº must be used to Impedance and Termination buffer the signal. To analyze the performance of the bus for the short Bidirectional Buses rise times required in high-speed buses the bus must be treated as a transmission line. Some bus signals can be driven by multiple cards. The pulse generated by a bus driver will propa- For example, the data bus will be driven by all pe- gate down the bus. If the bus is not terminated on ripheral devices as well as the CPU. In this case bi- both ends by the characteristic impedance of the bus directional buffers called ªbus transceiversº are used. a portion of the signal will be re¯ected. The re¯ec- Two common methods are open-collector and tri- tions will propagate back and forth along the bus and state outputs. As always, care must be taken in the appear as ringing and noise. In addition, there will be design to prevent multiple simultaneous outputs on re¯ections from each tap where a card is connected the same bus line (bus con¯icts). to the bus. Typical propagation times for signals on a 10-mil Open-Collector (OC) Logic (.01 inch) tracks are on the order of 6 ns/metre. If the rise time of a device is on the same order as the OC outputs can only sink current, not source it. A propagation delay there is a potential for re¯ections pull-up resistor is used to pull that particular bus line caused by improper termination to cause problems. to . Any device connected to that line can pull For the above reasons it is important that high- the signal low. The resistance of the pull-up resistor speed buses be terminated in the characteristic must be suf®ciently low that the maximum voltage impedance of the bus. The typical characteristic drop across it still provides a valid high logic level impedance is on the order of 100 to 150 ohms. It and the resistance must be high enough to limit the is not possible to simply tie a resistor equal to the current through it to a value that will not damage the bus characteristic impedance to ground because this OC outputs. would pull the signal low. Instead, the resistor is con- The choice of pull-up resistance is also a compro- nected to a low-impedance voltage source at about mise between rise time and power consumption. half of . Tri-State Logic ISA Bus Tri-state logic outputs can controlled to be in a high output, a low output or in a high-impedance mode. The bus used for expansion cards by the original They are used to drive bus signals that might be IBM PC was designed to support expansion memory driven by more than one device. and peripherals such as video displays and parallel For example, on a system that has multiple bus printer ports. It had the same 8-bit data bus and 20- masters the address data bus must be driven by tri- bit address space as the Intel 8088 processor in the state outputs and the data bus driven by tri-state bus XT. The subsequent PC/AT (ISA) bus used a second transceivers. card-edge connector to extended the address space to 24 bits and the data bus to 16 bits. The PC cards are about 4 inches high and up to 13 Dynamic Contention inches long and use one (PC) or two (AT) card-edge It should be remembered that buffers (re- connectors. ceivers/drivers/transceivers) take a ®nite time Intel chips have a separate I/O address space and to switch modes. A detailed timing analysis is nec- the ISA bus includes MEMR* (memory read) and essary to ensure that two outputs will not be enabled MEMW* (memory write) and IOR* (I/O read) and simultaneously. This analysis will needs to take into IOW* (I/O write) strobes. 2 The PC bus is synchronous. The CPU performs allows a read-modify-write cycle that allows atomic ®xed-length read and write cycles although a WAIT (un-interruptible) memory updates. signal is available on the bus so that slow peripherals The operation of the bus is de®ned in terms of the can request wait states. operation of functional blocks that may be present The PC bus has 6 active-low interrupt request lines on cards. A particular card will contain only those (IRQ2* to IRQ7*). The PC motherboard has a pro- functional blocks that are relevant to its operation. grammable interrupt controller chip (intel 8259) that Among the possible functional modules are: arbitrates different levels of interrupt requests and A master initiates transfers of data over the DTB generates an interrupt number in response to the pro- (data transfer bus). A slave responds to data trans- cessor's interrupt acknowledge cycle. fers initiated by a bus master. A location monitor de- The bus also has 3 DMA request (DRQ*) and ac- codes addresses to determine when a slave is being knowledge (DACK) lines that can be used by periph- accessed. A interrupter generates interrupts and re- erals with DMA capabilities. sponds to interrupt acknowledge cycles. A requester The PC/AT (ISA) bus (but not the PC/XT bus) al- is capable of requesting use of the bus. An arbiter lows for a limited form of external bus mastering. determines which master will get control of the bus. Exercise: Which functional modules do you think would be found on a disk controller card? On a memory card? VME Bus On a CPU card? Background VME Data Transfer Bus The VME system bus was developed by Motorola speci®cally for 68000-based systems.
Recommended publications
  • A Multiple-Bus, Active Backplane Architecture for Multiprocessor Systems Scott Alan Irwin Iowa State University
    Iowa State University Capstones, Theses and Retrospective Theses and Dissertations Dissertations 1990 A multiple-bus, active backplane architecture for multiprocessor systems Scott Alan Irwin Iowa State University Follow this and additional works at: https://lib.dr.iastate.edu/rtd Part of the Computer Sciences Commons, and the Electrical and Electronics Commons Recommended Citation Irwin, Scott Alan, "A multiple-bus, active backplane architecture for multiprocessor systems " (1990). Retrospective Theses and Dissertations. 9509. https://lib.dr.iastate.edu/rtd/9509 This Dissertation is brought to you for free and open access by the Iowa State University Capstones, Theses and Dissertations at Iowa State University Digital Repository. It has been accepted for inclusion in Retrospective Theses and Dissertations by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. Kmwi m««m» tM: gMgea)^ g«v% ,*%&v nî % -"T w}-t r << _ ^ y, , 6 "^"'"'1 ;/< c . i'7 L., '"0!^ ' ,/,i ' } C V' »,, VI i'.i? K !** ' ,'\''\^ja 4% /.ly - f ^ \''' ' %A. , .%V ' %Kie ^ w, * . s» fsf/aK, .y/;, %,,r. INFORMATION TO USERS The most advanced technology has been used to photograph and reproduce this manuscript from the microfilm master. UMI films the text directly from the original or copy submitted. Thus, some thesis and dissertation copies are in typewriter face, while others may be from any type of computer printer. The quality of this reproduction is dependent upon the quality of the copy submitted. Broken or indistinct print, colored or poor quality illustrations and photographs, print bleedthrough, substandard margins, and improper alignment can adversely affect reproduction.
    [Show full text]
  • Bi-Directional Optical Backplane Bus for General Purpose Multi-Processor B Oard-To-B Oard Optoelectronic Interconnects
    JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 13, NO. 6, JUNE 1995 1031 Bi-Directional Optical Backplane Bus for General Purpose Multi-Processor B oard-to-B oard Optoelectronic Interconnects Srikanth Natarajan, Chunhe Zhao, and Ray. T. Chen Absfract- We report for the first time a bidirectional opti- cal backplane bus for a high performance system containing nine multi-chip module (MCM) boards, operating at 632.8 and 1300 nm. The backplane bus reported here employs arrays of multiplexed polymer-based waveguide holograms in conjunction with a waveguiding plate, within which 16 substrate guided waves for 72 (8 x 9) cascaded fanouts, are generated. Data transfer of 1.2 GbUs at 1.3-pm wavelength is demonstrated for a single bus line with 72 cascaded fanouts. Packaging-related issues such as Waveguiding Plate transceiver size and misalignment are embarked upon to provide n a reliable system with a wide bandwidth coverage. Theoretical U hocessor/Memory Board treatment to minimize intensity fluctuations among the nine modules in both directions is further presented and an optimum I High-speed Optoelectronic Transceiver design rule is provided. The backplane bus demonstrated, is for general-purpose and therefore compatible with such IEEE stan- - Waveguide Hologram For Bi-Directional Coupling dardized buses as VMEbus, Futurebus and FASTBUS, and can Fig. 1. Optical equivalent of a section of a single bidirectional electronic function as a backplane bus in existing computing environments. bus line. I. INTRODUCTION needed to preserve the rising and falling edges of the signals HE LIMITATIONS of current computer backplane buses increases. This makes using bulky, expensive, terminated Tstem from their purely electronic interconnects.
    [Show full text]
  • International Standard ISO/IEC 10859 Was Prepared by Joint Technical Committee ISO/IEC JTC1, Information Technology, SC 26: Microprocessor System
    This is a preview - click here to buy the full publication INTERNATIONAL ISO/IEC STANDARD 10859 First edition 1997-06 Information technology – 8-bit backplane interface: STEbus and mechanical core specifications for microcomputers Technologies de l'information – Interface de fond de panier 8 bits – Bus STE ISO/IEC 1997 All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm, without permission in writing from the publisher. ISO/IEC Copyright Office • Case postale 56 • CH-1211 Genève 20 • Switzerland This is a preview - click here to buy the full publication – 2 – 10859 © ISO/IEC:1997 CONTENTS Page FOREWORD ................................................................................................................... 3 IEEE STANDARD FOR A 8-BIT BACKPLANE INTERFACE: STEBUS INTRODUCTION ............................................................................................................. 4 Clause 1 General .................................................................................................................... 5 2 Functional description............................................................................................... 9 3 Signal lines............................................................................................................... 10 4 Arbitration................................................................................................................
    [Show full text]
  • SFF-TA-1005 Universal Backplane Management
    Published SFF-TA-1005 Rev 1.3 SFF-TA-1005 Specification for Universal Backplane Management (UBM) Rev 1.3 January 14, 2020 Secretariat: SFF TA TWG Abstract: This specification defines the Universal Backplane Management structure. This specification provides a common reference for systems manufacturers, system integrators, and suppliers. This specification is made available for public review, and written comments are solicited from readers. Comments received by the members will be considered for inclusion in future revisions of this specification. The description of a connector in this specification does not assure that the specific component is actually available from connector suppliers. If such a connector is supplied it shall comply with this specification to achieve interoperability between suppliers. POINTS OF CONTACT: Josh Sinykin/Jason Stuhlsatz Chairman SFF TA TWG Broadcom Limited Email: [email protected] 4385 River Green Parkway Duluth, GA 30096 Ph: 678-728-1406 Email: [email protected] /[email protected] Universal Backplane Management (UBM) Page 1 Copyright © 2020 SNIA. All rights reserved. Published SFF-TA-1005 Rev 1.3 Intellectual Property The user's attention is called to the possibility that implementation of this specification may require the use of an invention covered by patent rights. By distribution of this specification, no position is taken with respect to the validity of a claim or claims or of any patent rights in connection therewith. This specification is considered SNIA Architecture and is covered
    [Show full text]
  • User Manual Compactpci Backplanes
    User Manual CompactPCI Backplanes 73972-101 Rev.000 CompactPCI Manual Overview What is The latest specification for PCI-based industrial computers is called CompactPCI. It is electrically, a superset of desktop PCI with a different physical form factor. CompactPCI utilizes the Eurocard form factor popularized by the VME bus. Defined for both 3U (100mm by 160 mm) and 6U (160mm by 233 mm) card sizes, CompactPCI has the following features: Standard Eurocard dimensions (compliant with IEEE 1101.1 mechanical standards) High density 2mm Pin-and-Socket connectors (IEC approved and Bellcore qualified) Vertical card orientation for effective cooling Easy card retention Excellent shock and vibration characteristics Metal front panel User I/O connections on front or rear of module Standard chassis available from many suppliers Uses standard PCI silicon, manufactured in large volumes Staged power pins for Hot Swap capability Eight slots in basic configuration. Easily expanded with Bridge Chips What is PICMG PICMG (PCI Industrial Computer Manufacturers Group) is a consortium of over 600 companies who collaboratively develop open specifications for high performance telecommunications and industrial computing applications. The members of the consortium have a long history of developing leading edge products for these industries. CompactPCI Connector The CompactPCI connector is a shielded 2mm pitch, 5+2 row connector, compliant to IEC 61076-4-101. Main features of this connector are the pin stagging for hot swap and shielding for EMI/RFI protection. Page 1 of 25 CompactPCI Manual Schroff CPCI Backplanes Schroff CompactPCI Backplanes Schroff CompactPCI backplanes are fully compliant to the latest PICMG specifications. PICMG 2.0 R 3.0 cPCI Core Specification PICMG 2.1 cPCI Hot Swap Specification PICMG 2.6 Bridging Specification PICMG 2.9 System Management Bus Specification PICMG 2.10 Keying Specification Schroff CompactPCI backplanes are specially designed to achieve exellent power distribution, best signal integrity, virtually zero cross talk, and minimum clock skew.
    [Show full text]
  • RAC6000 Industrial Computers Technical Reference Guide RAC6000 Industrial Computers Technical Reference Guide
    RAC6000 Industrial Computers Technical Reference Guide RAC6000 Industrial Computers Technical Reference Guide This document contains a collection of general computer technology information. It also contains detailed technical information for the RAC6000 industrial computer products. Here is an overview of the document: • Glossary of Terms – some independent websites of computer glossaries. • Computer Component Definitions – overview of key computer components and application to RAC6000 products. • Reliability Information – product MTBF overview and data. • RAC6000 Product Support – overview of RAC6000 computer support strategy. • Computer Technical Data Sheets – detailed technical specifications for RAC6000 Processor Cards and Active Motherboards. • RAC6000 Chemical Resistance – comprehensive tables for 6180, 6181, and 6185 products. Glossary of Terms The following websites contain detailed glossaries for computer terms and acronyms. http://www.geek.com/glossary/glossary.htm http://homepages.enterprise.net/jenko/Glossary/G.html http://www.computeruser.com/resources/dictionary/dictionary.html Computer Component Definitions The following sections provide an overview for various computer terms and components, as well as their application to RAC6000 computer products. Passive Backplane Computers A computer platform consisting of a multi-slot backplane and a separate plug-in CPU card. Several years ago when computers were less reliable and changing rapidly, passive backplane computers were popular because it is easy to replace the CPU card for repairs or upgrades. Today passive backplane computers are popular because they can offer lots of add-in card slots, or can be designed to fit small enclosures. Passive backplane computers are primarily used in industrial and telecommunications applications, so their technology usually lags commercial PCs by at least 6 months.
    [Show full text]
  • Vmebus for Software Engineers Introduction
    1 VMEbus for Software Engineers Software and hardware engineers see things differently. So too with their views of VMEbus. Instead of nanoseconds and rise-times and access widths, system programmers want to know how and why to assign memory space, how to use special-purpose VME I/O boards without conflicting with on-board devices, and how to recognize software errors caused by hardware configuration problems. This article, originally published in 1993 (see “Publication History”), presents VMEbus operation and configuration from a software perspective, in terms and views familiar to the software engineer. Foundation – Why It Works That Way Introduction Early Years– Market Pressure and Competition Nuts and Bolts– Dry and Dusty Specifications Serial and Parallel – Watch Out! Roles, Players and Operations Master-Slave Operations– Changing Roles Taking Control– Who’s the Boss? Bus Errors– Five Kinds Interrupts– How Much Overhead? Moving Data – Meat and Potatoes Choices and Consequences Addressing Memory– Who’s On First Letting Go– Can’t Make Me! VME64– Life-Extender or Next Generation? Additional Information – Where To Get It Administrivia Publication History Author Introduction In the design and debugging of complex systems, it is becoming more and more important for software engineers to understand VMEbus. Embedded systems, in particular, make frequent use of this important architecture. Engineers with software skills are increasingly called upon to make full use of its capabilities, and a firm understanding of the standard’s intentions and limitations is essential. 2 This article describes VMEbus as it relates to the software realm. Included are some typical uses as well as historical information that may help put developments and current usage into perspective.
    [Show full text]
  • Coherent Data Collectors: a Hardware Perspective
    COHERENT DATA COLLECTORS: A HARDWARE PERSPECTIVE Coherent Data Collectors: A Hardware Perspective Russell Rzemien For more than 15 years, the Applied Physics Laboratory has been designing and operating coherent radar data-collection instrumentation. In this article, the engineer- ing challenges and design approaches used to meet analysis requirements are described, examples of collectors are provided, and the nature of future development efforts is outlined. (Keywords: Coherent signal processing, Radar analysis, Radar instrumentation, Radar systems, Test and evaluation.) INTRODUCTION Radar1–3 is an acronym derived from the words radio processors that only use amplitude information may fail detection and ranging. The term reveals much about to detect these targets in such environments. the operation and use of early radars. Those first devices Far better performance is achieved by coherent ra- used radio waves to detect the presence of objects and dars, i.e., radars that use the phase or frequency infor- to measure the ranges of those objects. Modern radars mation of the return echoes and not just the amplitude frequently provide additional information, such as of the return signal. An echo’s phase (or frequency) angular position and inbound velocity of an approach- remains constant for stationary objects like clutter, ing target. However, the primary function of radar is whereas the phase varies for moving objects. It is this target detection; all else follows from this. The detec- changing phase, along with the amplitude of the echo, tion problem remains a challenge, particularly with the that the signal processors in coherent radars use to development of stealth design techniques that signif- discriminate targets from background clutter.
    [Show full text]
  • The Benefits of Compactpci Backplane
    CompactPCI Specifications Corner By Wayne Fischer The benefits of CompactPCI What is user defined? What about backplane backplane I/O The definition of the I/O through the I/O sub-buses? CompactPCI opens the door to a much connectors is generally considered user Besides routing I/O through the back- broader range of I/O when compared to defined. The user can be any one com- plane, I/O can also be a sub-bus. In this earlier industrial computer platforms such pany that supplies boards to the open case, the backplane routes a set of signals as VMEbus or Multibus I and II. In fact, market, but it can also refer to any com- between other backplane I/O connectors, CompactPCI technology accommodates pany who designs and builds boards for which enables the boards to communicate the greatest I/O flexibility and the most its own internal use. These companies are among themselves using a particular pro- I/O options ever available through a the users of the I/O pins. As such, they tocol and data content. This situation dif- backplane. have the liberty to define these I/O pins fers from the main PCI bus on J1/P1 and any way they desire; or more specifically, J2/P2 (if 64-bit PCI extension is used). The front panel of CompactPCI, VMEbus, any way that best fits their individual and Multibus II are somewhat equivalent application needs. The sub-bus (also called a secondary bus) in the accommodations for I/O. They can is generally defined by a group of com- use any combination of connectors fitting What about PICMG I/O pin panies for a specific application type.
    [Show full text]
  • Dual Buses for Industrial 110
    ... L r 7 L v 1 ..r 11. .. M. M `S. r , .. L. T: , r 1iu 4....L ` ../ .. r r , ...... .. sr L L ,_ i i . r r , t 1 r L. V . .. v $ . )1, ` k....L.0' .... 3 - L .0 r, .. r r 4C... --../ v S..or " L. L/ 1/4...,v J ....,0J v v r -,i` v - (,i y II -./ 10 ls . ..r .. -' v r 7 (...4 J .r á., L/ u J ..i v r ' C, t J J - s V_ M r 1/4..J '...1 J J J ,J it r ` . _+' ` i _ ! - 7y Dual buses for industrial 110 Anthony Winter of Arcom Control Systems outlines some of the cost -saving options provided by the use of VN1E/STE mixed -bus architectures It seems that the vast majority of com- a standard hus*. The bus in question is latching circuity to allow very low-cost plementary bus developments over the IEEE -1000 STEhus: a single-Eurocard (STEhus) processors to he used for adding past few years have been aimed at in- scheme which is closely matched to the intelli¢ence to an I/O subsystem. Both these creasing or optimizing overall system needs of the industrial control designer. Its approaches are embodied in Arcom's VME- throughput. Typical examples are buses to limitation' of an 8 -hit data path is. in fact. a bus hoard line. The easiest way to under- provide fast local memory accessing or benefit for industrial I/O applications, be- stand the concept is to consider a CPU hoard message passing between semi-independent cause it makes interfacing both simple and which has dual -bus interfaces.
    [Show full text]
  • Bus Based Technology9 Listed Atthefootof Thepage
    BUS BASED TECHNOLOGY BUS BASED TECHNOLOGY The Circuit Board Division of VERO Electronics offers products to support all internationally defined bus structures including Futurebus+, VMEbus, VME64, VME 64 Extensions, VXIbus, Compact PCI, Multibus and Multibus II, STEbus, G-64 bus and G-96 bus. The backplane range is made available in standard, modified standard and fully customised forms. In addition to the backplanes supporting these bus structures a wide range of extender boards, terminator modules and other accessories are available together with an extensive range of Microrack development systems. Customised versions of the Microracks offer an easy solution to implementation of specialised development systems. Please contact VERO Electronics for further details. MANUFACTURING STANDARDS All VERO Electronics backplanes are manufactured in accordance with quality assurance levels to BS9000, CECC 23000 and IECQ PCQ88, with systems approval in accordance with BS EN ISO9001. 9 Certificate Number Bus Based Technology Technology Bus Based Hedge End FM 14253 BS EN ISO 9001 BS 9761 BS 9762 BS 9763 CECC 23 300-004 CECC 23 300 CECC 23 200 CECC 23 100 Underwriters Laboratories NEW PRODUCTS ▲ In line with its stated policy of constant product development VERO Electronics regularly introduces new or enhanced products. New to this edition of the Product Handbook are a full range of VME2 VME64 Extensions backplanes, a 2U, 3 Slot VMEbus Microrack and CompactPCI Backplanes. CE MARKING CE Marking according to the EMC directive 89/336/EEC became effective as of 1st January 1996. According to the directive, items included in this section are considered sub-assemblies, and as such are not CE marked.
    [Show full text]
  • 24229 03 SK-MAN-CPCI Backplane
    CPCI Backplane Manual Reference ID: 24229, Rev. Index 03 October 7, 2005 P R E L I M N A Y 24229.03.UG.VC.051007/145653 Preface CPCI Backplane Revision History Publication Title: CPCI Backplane Manual ID Number: 24229 Rev. Brief Description of Changes Date of Issue Index 01 Initial Issue Mar 01, 2002 02 Added new backplanes to manual Aug 29, 2003 03 Added new backplanes to manual Oct 7, 2005 Imprint Kontron Modular Computers GmbH may be contacted via the following: MAILING ADDRESS TELEPHONE AND E-MAIL Kontron Modular Computers GmbH +49 (0) 800-SALESKONTRON Sudetenstraße 7 [email protected] D - 87600 Kaufbeuren Germany For further information about other Kontron Modular Computers products, please visit our Internet web site: www.kontron.com P R E L I M N A Y Copyright Copyright © 2005 Kontron Modular Computers GmbH. All rights reserved. This manual may not be copied, photocopied, reproduced, translated or converted to any electronic or machine- readable form in whole or in part without prior written approval of Kontron Modular Computers GmbH. Disclaimer: Kontron Modular Computers GmbH rejects any liability for the correctness and completeness of this manual as well as its suit- ability for any particular purpose. 24229.03.UG.VC.051007/145653 Page ii © 2005 Kontron Modular Computers GmbH ID 24229, Rev. 03 CPCI Backplane Preface Table of Contents Revision History .........................................................................................................ii Imprint ........................................................................................................................ii
    [Show full text]