digiepca.txt
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:4k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. The Digi Intl. epca driver. 
  2. ----------------------------
  3. The Digi Intl. epca driver for Linux supports the following boards:
  4. Digi PC/Xem, PC/Xr, PC/Xe, PC/Xi, PC/Xeve 
  5. Digi EISA/Xem, PCI/Xem, PCI/Xr 
  6. Limitations:
  7. ------------
  8. Currently the driver only autoprobes for supported PCI boards. 
  9. The Linux MAKEDEV command does not support generating the Digiboard
  10. Devices.  Users executing digiConfig to setup EISA and PC series cards
  11. will have their device nodes automatically constructed (cud?? for ~CLOCAL,
  12. and ttyD?? for CLOCAL).  Users wishing to boot their board from the LILO
  13. prompt, or those users booting PCI cards may use buildDIGI to construct 
  14. the necessary nodes. 
  15. Notes:
  16. ------
  17. This driver may be configured via LILO.  For users who have already configured
  18. their driver using digiConfig, configuring from LILO will override previous 
  19. settings.  Multiple boards may be configured by issuing multiple LILO command 
  20. lines.  For examples see the bottom of this document.
  21. Device names start at 0 and continue up.  Beware of this as previous Digi 
  22. drivers started device names with 1.
  23. PCI boards are auto-detected and configured by the driver.  PCI boards will
  24. be allocated device numbers (internally) beginning with the lowest PCI slot
  25. first.  In other words a PCI card in slot 3 will always have higher device
  26. nodes than a PCI card in slot 1. 
  27. LILO config examples:
  28. ---------------------
  29. Using LILO's APPEND command, a string of comma separated identifiers or 
  30. integers can be used to configure supported boards.  The six values in order 
  31. are:
  32.    Enable/Disable this card or Override,
  33.    Type of card: PC/Xe (AccelePort) (0), PC/Xeve (1), PC/Xem or PC/Xr (2), 
  34.                  EISA/Xem (3), PC/64Xe (4), PC/Xi (5), 
  35.    Enable/Disable alternate pin arrangement,
  36.    Number of ports on this card,
  37.    I/O Port where card is configured (in HEX if using string identifiers),
  38.    Base of memory window (in HEX if using string identifiers), 
  39. NOTE : PCI boards are auto-detected and configured.  Do not attempt to 
  40. configure PCI boards with the LILO append command.  If you wish to override
  41. previous configuration data (As set by digiConfig), but you do not wish to
  42. configure any specific card (Example if there are PCI cards in the system) 
  43. the following override command will accomplish this:
  44. -> append="digi=2"
  45. Samples:
  46.    append="digiepca=E,PC/Xe,D,16,200,D0000"
  47.                   or
  48.    append="digi=1,0,0,16,512,851968"
  49. Supporting Tools:
  50. -----------------
  51. Supporting tools include digiDload, digiConfig, buildPCI, and ditty.  See
  52. /usr/src/linux/Documentation/README.epca.dir/user.doc for more details.  Note,
  53. this driver REQUIRES that digiDload be executed prior to it being used. 
  54. Failure to do this will result in an ENODEV error.
  55. The latest version of the tool package is available at:
  56. ftp://ftp.dgii.com/drivers/linux/released/async/
  57. Documentation:
  58. --------------
  59. Complete documentation for this product may be found in the tool package. 
  60. Sources of information and support:
  61. -----------------------------------
  62. Digi Intl. support site for this product:
  63. -> digilnux@dgii.com 
  64. Related information and information concerning other drivers supporting 
  65. Digi Intl. products:
  66. -> FTP: ftp://dgii.com
  67. -> Webpage: http://www.dgii.com
  68. -> Webpage: http://lameter.com/digi
  69. Acknowledgments:
  70. ----------------
  71. Much of this work (And even text) was derived from a similar document 
  72. supporting the original public domain DigiBoard driver Copyright (C)
  73. 1994,1995 Troy De Jongh.  Many thanks to Christoph Lameter 
  74. (christoph@lameter.com) and Mike McLagan (mike.mclagan@linux.org) who authored 
  75. and contributed to the original document.