home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / hardware / 22690 < prev    next >
Encoding:
Text File  |  1993-01-09  |  6.9 KB  |  169 lines

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