home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / s2kv201.zip / PCI.TXT < prev    next >
Text File  |  2001-10-15  |  2KB  |  39 lines

  1.  
  2.  
  3.                             PCI Support in SIO2K
  4.  
  5. A great big thanks to Sam Detweiler of IBM for a kick start to supporting
  6. PCI cards in sio2k.  Sam provided source code examples and information,
  7. without which, sio2k may not be supporting PCI yet.
  8.  
  9. SIO2K can now support almost any PCI serial card.  However, you may need to
  10. add information about your PCI serial card to the file PCI.INC.  This file
  11. (PCI.INC) is included in the sio2k distribution zip.
  12.  
  13. At boot time the sio2k drivers scan all PCI cards found on that computer. 
  14. If a serial card is found, the card's information is compared against the
  15. data found in PCI.INC.  If a match is found, the card, and its serial ports
  16. (uarts) will be supported.
  17.  
  18. There is documentation at the beginning of PCI.INC that should help you in
  19. adding information that will allow sio2k to support your PCI serial card. 
  20. If you are successful, please send me the config line that you added to
  21. PCI.INC, and I will add it to the PCI.INC that is distributed.  Please be
  22. sure that any config line you send me is complete.  That is, the config
  23. line will match only your type of card when the scan is made by sio2k.
  24.  
  25. If the PCI.INC looks too complicated for you to handle, then contact the
  26. support people of the company that made your PCI card.  Send them a copy of
  27. PCI.INC, they should understand it and should be able to provide you with
  28. the PCI.INC config line that you need.  If they cannot do this, then you
  29. should find another supplier to buy hardware from.
  30.  
  31. If the support people fail you, all is not yet lost.  There are many free
  32. programs on the net that will dump (display) the information contained in
  33. the nonvolatile memory of PCI cards.  People with some technical knowledge
  34. should be able to examine the data from the dump, and create the config
  35. line that needs to be added to PCI.INC.
  36.  
  37. Have fun.
  38.  
  39.