home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v5.zip / DDKX86 / SRC / DEV / DASD / OS2ASPI / CMDPDEFS.H < prev    next >
Text File  |  1995-04-14  |  2KB  |  77 lines

  1. /*DDK*************************************************************************/
  2. /*                                                                           */
  3. /* COPYRIGHT    Copyright (C) 1995 IBM Corporation                           */
  4. /*                                                                           */
  5. /*    The following IBM OS/2 WARP source code is provided to you solely for  */
  6. /*    the purpose of assisting you in your development of OS/2 WARP device   */
  7. /*    drivers. You may use this code in accordance with the IBM License      */
  8. /*    Agreement provided in the IBM Device Driver Source Kit for OS/2. This  */
  9. /*    Copyright statement may not be removed.                                */
  10. /*                                                                           */
  11. /*****************************************************************************/
  12. /*static char *SCCSID = "src/dev/dasd/os2aspi/cmdpdefs.h, aspi, r206 93/03/20";*/
  13. /**************************************************************************
  14.  *
  15.  * SOURCE FILE NAME = CMDPDEFS.H
  16.  *
  17.  * DESCRIPTIVE NAME = OS2ASPI.DMD - OS/2 ASPI Device Manager
  18.  *
  19.  *
  20.  *
  21.  * VERSION = V2.0
  22.  *
  23.  * DATE
  24.  *
  25.  * DESCRIPTION : ADD CONFIG.SYS Command Line Parser Def  File
  26.  *
  27.  *
  28. */
  29. //
  30. // TOKEN IDs  - opt.id definitions
  31. //
  32. // note:  - Assign a unique token id (1 - 255) for each valid
  33. //          option.
  34. //
  35.  
  36. //
  37. // General Options
  38. //
  39. #define TOK_ID_ADAPTER        1
  40. #define TOK_ID_PORT           2
  41. #define TOK_ID_UNIT           3
  42.  
  43. //
  44. // Diskette Specific Options
  45. //
  46. #define TOK_ID_DMA            4
  47. #define TOK_ID_IRQ            5
  48. #define TOK_ID_AHS            6
  49. #define TOK_ID_NOT_AHS        7
  50. #define TOK_ID_FORMAT         8
  51. #define TOK_ID_S_BYTES        9
  52. #define TOK_ID_PS2           10
  53.  
  54. //
  55. // SCSI Specific Options
  56. //
  57. #define TOK_ID_SLOT          11
  58. #define TOK_ID_AM                  12
  59. #define TOK_ID_NOT_AM          13
  60. #define TOK_ID_DM            14
  61. #define TOK_ID_NOT_DM        15
  62. #define TOK_ID_SM            16
  63. #define TOK_ID_NOT_SM        17
  64. #define TOK_ID_HCW           18
  65. #define TOK_ID_NOT_HCW       19
  66. #define TOK_ID_HCR           20
  67. #define TOK_ID_NOT_HCR       21
  68. #define TOK_ID_DEV0          22
  69. #define TOK_ID_ET            23
  70. #define TOK_ID_NOT_ET        24
  71. #define TOK_ID_UR            25
  72. #define TOK_ID_NOT_UR        26
  73. #define TOK_ID_V             27
  74. #define TOK_ID_I             28
  75. #define TOK_ID_ALL           29
  76. #define TOK_ID_SHARE         30
  77.