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 >
Wrap
Text File
|
1995-04-14
|
2KB
|
77 lines
/*DDK*************************************************************************/
/* */
/* COPYRIGHT Copyright (C) 1995 IBM Corporation */
/* */
/* The following IBM OS/2 WARP source code is provided to you solely for */
/* the purpose of assisting you in your development of OS/2 WARP device */
/* drivers. You may use this code in accordance with the IBM License */
/* Agreement provided in the IBM Device Driver Source Kit for OS/2. This */
/* Copyright statement may not be removed. */
/* */
/*****************************************************************************/
/*static char *SCCSID = "src/dev/dasd/os2aspi/cmdpdefs.h, aspi, r206 93/03/20";*/
/**************************************************************************
*
* SOURCE FILE NAME = CMDPDEFS.H
*
* DESCRIPTIVE NAME = OS2ASPI.DMD - OS/2 ASPI Device Manager
*
*
*
* VERSION = V2.0
*
* DATE
*
* DESCRIPTION : ADD CONFIG.SYS Command Line Parser Def File
*
*
*/
//
// TOKEN IDs - opt.id definitions
//
// note: - Assign a unique token id (1 - 255) for each valid
// option.
//
//
// General Options
//
#define TOK_ID_ADAPTER 1
#define TOK_ID_PORT 2
#define TOK_ID_UNIT 3
//
// Diskette Specific Options
//
#define TOK_ID_DMA 4
#define TOK_ID_IRQ 5
#define TOK_ID_AHS 6
#define TOK_ID_NOT_AHS 7
#define TOK_ID_FORMAT 8
#define TOK_ID_S_BYTES 9
#define TOK_ID_PS2 10
//
// SCSI Specific Options
//
#define TOK_ID_SLOT 11
#define TOK_ID_AM 12
#define TOK_ID_NOT_AM 13
#define TOK_ID_DM 14
#define TOK_ID_NOT_DM 15
#define TOK_ID_SM 16
#define TOK_ID_NOT_SM 17
#define TOK_ID_HCW 18
#define TOK_ID_NOT_HCW 19
#define TOK_ID_HCR 20
#define TOK_ID_NOT_HCR 21
#define TOK_ID_DEV0 22
#define TOK_ID_ET 23
#define TOK_ID_NOT_ET 24
#define TOK_ID_UR 25
#define TOK_ID_NOT_UR 26
#define TOK_ID_V 27
#define TOK_ID_I 28
#define TOK_ID_ALL 29
#define TOK_ID_SHARE 30