home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / hardware / 19930 < prev    next >
Encoding:
Text File  |  1992-11-18  |  6.6 KB  |  161 lines

  1. Newsgroups: comp.sys.amiga.hardware
  2. Path: sparky!uunet!wupost!uwm.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!uxa.cso.uiuc.edu!dvsg0223
  3. From: dvsg0223@uxa.cso.uiuc.edu (David Salamon)
  4. Subject: GoldenGateII Amiga <-> PC Bus Interface AVAILABLE!
  5. Message-ID: <BxyB15.J4I@news.cso.uiuc.edu>
  6. Summary: GoldenGateII Amiga <-> PC Bus Interface AVAILABLE!
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Organization: University of Illinois at Urbana
  9. Date: Thu, 19 Nov 1992 06:51:03 GMT
  10. Keywords: GoldenGateII, Amiga, Zorro
  11. Lines: 148
  12.  
  13. I'm going to be doing another batch of GoldenGateII boards shortly.  Let me
  14. know if you are interested.  The specs are below.
  15.  
  16. David 
  17.  
  18. ---------------------
  19.  
  20.             Specifications for the GoldenGate II Bridgecard
  21.  
  22. SUMMARY
  23. -------
  24.   The GoldenGate II bridgecard lets you lets you use AT-compatible IBM plug-
  25.   in cards in your Amiga PC slots as Amiga devices, controlled by Amiga 
  26.   software.  Software support currently includes drivers for PC serial and 
  27.   printer ports, with more exotic cards supported through the software emulator
  28.   CrossPC (available with CrossDOS 5.0 from Consultron).
  29.  
  30.  
  31. PC HARDWARE SUPPORT
  32. -------------------
  33.   The GoldenGate II bridgecard will support almost all non-DMA PC plug in
  34.   boards which are "AT-compatible", i.e. can support 8 MHz bus accesses.  
  35.   This includes such popular items as internal modems, multi-IO
  36.   boards, non-DMA ethernet boards, VGA boards, A/D boards, etc.  Access
  37.   to the PC cards is at full Amiga Zorro II bus speed unless wait state
  38.   support is turned on.
  39.  
  40.   The following IBM AT bus signals are supported:
  41.  
  42.     IO address space from  hex $0000 to $7FFF (first 32K)
  43.     Memory address space from  hex $90000 to $FFFFF  (448K)
  44.     16 bit data bus
  45.     All AT bus interrupts
  46.     Wait states (IOCHRDY signal) for both IO and memory access
  47.     14.31818 MHz clock (OSC signal) from on-board crystal oscillator
  48.     7.2 MHz processor clock (CLK signal)
  49.     BALE signal
  50.  
  51.  
  52. AMIGA HARDWARE DETAILS
  53. ----------------------
  54.    The GoldenGate II bridgecard AUTOCONFIGs as a Zorro II card, and it
  55.    can be "shut up" off the bus.  The autoconfig size is 1 Meg to correctly
  56.    map all of the PC memory locations.  All address and data lines to the 
  57.    PC bus are buffered to avoid loading.
  58.  
  59.  
  60. ON-BOARD REGISTERS
  61. ------------------
  62.    The GoldenGate II bridgecard includes 3 software accessable registers.
  63.  
  64.    Register 1 is read-only, and reports the status of all the interrupt
  65.    lines, the master interrupt enable, and the wait-state control.  This is
  66.    a 16 bit register.
  67.  
  68.    Register 2 is read/write; when read, disables the master interrupt 
  69.    enable and returns the same 16 bit value as register 1.  When register 
  70.    2 is written to, it sets the master interrupt enable.
  71.  
  72.    Register 3 is read/write, and it toggles the support for wait states.
  73.    When wait-states are enabled, a default of one wait state (one Amiga
  74.    clock cycle) is inserted into each bus read or write to maintain IBM
  75.    bus cycle wait state compatibility.
  76.  
  77.  
  78. SOFTWARE DRIVER SUPPORT
  79. -----------------------
  80.    Due to a lack of standards in the IBM community, there is simply no way
  81.    to provide Amiga software support for all possible plug-in cards.
  82.  
  83.    A small number of standards DO exist, however, and we will provide drivers
  84.    for some of these, with more coming out whenever possible.  The basic 
  85.    software package (compatible with the previous GoldenGate board) is for
  86.    serial and parallel ports:
  87.  
  88.      ibmser.device     a replacement serial device for internal modems and
  89.                        multi-IO cards.  Includes automatic use of the 16550
  90.                        FIFO buffer when available.  Support for up to 4
  91.                        serial ports at once, equivalent of COM1-4.
  92.  
  93.      SerPrefs          set and save the intial settings of the IBM serial
  94.                        ports.
  95.  
  96.      ShowSerial        prints out what serial chip is hooked to each IBM port 
  97.  
  98.      ibmprint.device   a new parallel output-only driver for printing through
  99.                        IBM LPT compatible parallel ports on multi-IO cards.
  100.                        Support for up to 3 printers at once, equivalent of
  101.                        LPT1-3.
  102.  
  103.      IOWedge           a wedge program that allows redirection of serial and
  104.                        parallel port information to the IBM ports even from
  105.                        programs that do not alternate alternate device drivers.
  106.  
  107.      NewPortHandler    this handler lets you use the new IBM ports directly
  108.                        from the CLI, by creating a mountlist entry.  For
  109.                        example, you can mount IBMPRT: and then issue a 
  110.                        CLI command to copy a file to the IBMPRT: device.
  111.  
  112.      Wait              this is a small program to toggle wait state support
  113.                        on and off.
  114.  
  115.    All programs require AmigaDOS 2.0, and were written by Dan Babcock (thanks
  116.    Dan!!).
  117.  
  118.    Details for accessing IBM IO and memory space through the GoldenGate II
  119.    will be in the documentation.  Most boards that do not try to emulate
  120.    system functions (like ports) will not need device drivers;  they can
  121.    be accessed directly from your programs in C or any other high level
  122.    language.  
  123.  
  124.    For more exotic applications, the GoldenGate bridgecard is compatible with
  125.    the software IBM emulator "CrossPC" sold by Consultron with CrossDOS 5.0.
  126.    CrossPC will automatically find the GoldenGate bridgecard if it is 
  127.    installed, and map any IO location calls to the GoldenGate card.
  128.    This allows you to use your IBM driver software directly.  Thanks to 
  129.    CrossPC and IBeM author Mark Tomlinson for this!  
  130.  
  131.    Author Chris Hames of PC-Task has also expressed an interest in 
  132.    putting similar GoldenGate compatibility into his emulator, and 
  133.    this should be available in the future.
  134.  
  135.  
  136. GOLDENGATE II SYSTEM REQUIREMENTS
  137. ------------------------------
  138.    The GoldenGate II bridgecard occupies one Zorro II slot aligned with
  139.    an IBM AT slot in an Amiga 2000, 2500, 3000, or 4000.  It has essentially
  140.    the same form factor as an XT bridgeboard.  You will need at least one
  141.    additional open PC-AT slot for your plug-in PC card.
  142.  
  143.    The GoldenGate II requires 1 Meg of autoconfig memory space to be 
  144.    available.
  145.  
  146.  
  147. AVAILABILITY AND PRICE
  148. ----------------------
  149.    I am selling the GoldenGate II bridgecard in two ways:
  150.  
  151.       (a) As a kit with all parts and assembly instructions, for US$95
  152.           (You should have some soldering experience 
  153.            to assemble this)
  154.  
  155.       (b) Fully assembled. for US$115
  156.  
  157.    Shipping charges will be US$3 within the US, US$5 to Canada, and US$10 
  158.    to anywhere else.
  159.  
  160.    If you are interested, please send me email at  d-salamon@uiuc.edu
  161.