home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bbux.zip / BB.DOC next >
Text File  |  1992-07-02  |  3KB  |  66 lines

  1.  
  2. BocaBoard 1004/1008 setup for PC-MOS/386
  3.  
  4.         The printed manual contains an error on page 15 (section 4.2) in
  5.         describing the config.sys lines needed to run with PC-MOS/386.
  6.         The correct syntax to add to config.sys is as follows:
  7.  
  8. DEVICE=$SERIAL.SYS~
  9. /AD=0280, IB=64, IN=4, IF=14, OF=16~
  10. /AD=0288, IB=64, IN=4, IF=14, OF=16
  11. DEVICE=C:\PCTERM.SYS
  12.  
  13.  
  14. Boca Research UNIX and XENIX driver for BB1004, BB1008, BB2016, BBMC04 and
  15. BBMC16:
  16.  
  17.         Since the distribution is on a DOS floppy, you need to use the
  18.         DOS utilities, which are a package of the operating system's Extended 
  19.         Utilities.  If the DOS utilities are not installed, you need to 
  20.         install them.
  21.  
  22.         The XENIX driver is compiled for XENIX 386.  A XENIX 286 driver is not 
  23.         currently available.
  24.  
  25.         The default sio driver that ships with XENIX and some versions
  26.         of UNIX is configured by default to search through the system
  27.         I/O addresses to identify serial port boards.  When both the sio
  28.         driver and the BocaBoard driver are installed, the sio driver may
  29.         misidentify the BocaBoard as another serial port board. You can
  30.         determine if this is the case by examining the /usr/adm/messages file.  
  31.         The BocaBoard cannot be simultaneously accessed from the sio driver
  32.         and the BocaBoard driver.  For UNIX, the sio driver can be changed 
  33.         by editing the /etc/conf/pack.d/sio/space.c file (if you are familiar
  34.         with C programming) or by using the "configure" utility to remove
  35.         the sio driver.  For Xenix, the sio driver is controlled by the
  36.         /usr/sys/io/sioconf.c file, which you can change if you are familiar
  37.         with C programming and have the Xenix Development System installed.
  38.         Alternatively, you can use "configure" to delete the sio driver.
  39.  
  40.         A third alternative is to use the sio driver to drive the BocaBoard.
  41.         The 4 and 8 port BocaBoards can be configured to look like 
  42.         a Hostess board (IO address 140 and IRQ 4 or IO address 200 and
  43.         IRQ 3).
  44.  
  45.         BocaBoards have a Port Status Register (PSR) located at offset 7 from
  46.         the IO address of the first port.  In other words, if the board is
  47.         configured for IO address 0x100, the PSR is located at 0x107.  
  48.         The 16 port BB2016 and BBMC16 products have two PSR registers,
  49.         the first at offset 7 from the first port, the second at offset
  50.         71 (0x47 hex).  Essentially, the 16 port boards look like 2 
  51.         adjacent 8 port boards sharing the same interrupt.
  52.  
  53.         The PSR uses active HIGH logic, meaning that if a port has 
  54.         interrupted, its corresponding bit in the PSR goes HIGH.  
  55.         The PSR port is ordered so that the least significant bit of the PSR 
  56.         is matched to the first (topmost) port on the board.  On the 
  57.         16 port products, the first port is the closest to the DB37
  58.         connector.
  59.  
  60.  
  61.         Because the BB1004/8 uses a 6-pin RJ-11 connector, some forms of 
  62.         hardware handshaking are not feasable.  Terminals can use XON/XOFF 
  63.         and DTR handshaking, but not RTS/CTS.  Modems can only use XON/XOFF 
  64.         handshaking.   
  65.  
  66.