home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / pcm222.zip / SCDHELP.TXT < prev    next >
Text File  |  1994-02-22  |  3KB  |  91 lines

  1. SCDEdit help
  2. %%
  3. 1,0:1
  4. 2,0:2
  5. 2,1:3
  6. 2,2:3
  7. 2,3:3
  8. 3,0:4
  9. %%
  10. .1
  11. CARD SELECTION
  12. The Card List box displays the cards currently supported by the PCMSCD 
  13. database.  Cards are referenced by their ID string.  When a card is 
  14. inserted, PCMSCD tries to match the CIS ID string of that card to the
  15. ID string of one of the cards in the database.  When a match is found,
  16. the data for the identified card is used to configure the card.
  17.  
  18. When you select a card from the list, you will be presented with that
  19. card's data, which you can edit if you wish.  If you select NEW CARD,
  20. you will be asked to indicate what resources will be used by the card,
  21. and then you can fill in the parameters.
  22.  
  23. The entire Card List may not be visible; use the arrows if necessary.
  24.  
  25. There is room for twelve New Cards in this version of PCMSCD.EXE. 
  26.  
  27. Please note that if the New Card requires more than simple enabling
  28. of resources (Memory, IO, IRQ), a more complex driver may be necessary.
  29. .2
  30. EDIT PARAMETERS
  31. This screen is used to view, enter, or modify the parameters of the 
  32. chosen card.  These parameters can be obtained from the card's 
  33. documentation or from the CIS of the card.  Future versions of SCDEDIT 
  34. will register with Card Services and make the entry of this data easier.
  35.  
  36. Memory Windows and IO Address Windows each require three fields: Base,
  37. Size, and Path Width.
  38.  
  39. The Memory Window Base is a two-digit hex number that represents the
  40. upper nibble of the segment address of where the window starts.
  41.  
  42. The Memory Window Size is a two-digit decimal number which represents 
  43. the number of 4K blocks to use at the Window Base.  The maximum value 
  44. is 16, or 64K.
  45.  
  46. The Memory Window Path width can be toggled between 8 and 16 bits.
  47.  
  48. The IO Window Base is a three-digit hex number that represents the 
  49. beginning port address of where the IO Window starts.
  50.  
  51. The IO Window Size is a two-digit decimal number which represents the
  52. number of consecutive ports to use at the IO Base.
  53.  
  54. The IO Window Path width can be toggled between 8 and 16 bits.
  55.  
  56. The Card IRQ is the IRQ the PCMCIA card uses to notify its driver.
  57.  
  58. The Major and Minor Version Numbers must match those found in the ID
  59. String of the PCMCIA card's CIS.  They are two-digit hexadecimal.
  60.  
  61. The Option and Status Registers tell the PCMCIA card to internally 
  62. use a particular setup.  These values must match those found in the 
  63. CIS corresponding to setup you wish to use.  Note: Some cards may not 
  64. require the Status Register.
  65.  
  66. With the Card Status field it is possible to disable the card's 
  67. database entry.  PCMSCD will bypass this card when searching the 
  68. database.
  69.  
  70. .3
  71.  ID STRING COMPILATION
  72. ID Strings are what PCMSCD uses to differentiate one card from another.
  73. These strings are found in the CIS of the PCMCIA card, in the VERS_1
  74. tuple.  The format of the CIS string is as follows:  The first byte is
  75. the Major Version Number, the next is the Minor Version Number.
  76. Next comes a series of ASCIIZ strings.  It is these strings that should 
  77. be entered into the ID fields.  
  78.  
  79. These fields are 35 bytes wide.  The zero terminators of the strings 
  80. will be supplied by SCDEDIT.
  81. .4
  82.  CREATE NEW CARD
  83. With this screen it is possible to select the resources to be used by
  84. the New Card.  The Status Register is not necessary on all cards, refer
  85. to the New Card's documentation.
  86.  
  87. All cards have the Option Register and ID Strings so these choices do 
  88. not appear in the list.
  89. .End
  90.  
  91.