mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 08:49:15 +00:00
e658d82093
Sat Nov 29 12:35:26 1997 Alexandre Julliard <julliard@lrc.epfl.ch> * [if1632/builtin.c] Build a complete PE header for builtin Win32 modules. * [loader/pe_image.c] [loader/module.c] HMODULE32 now points to the loading address of the module. There is no longer a separate PE_MODULE structure. Fri Nov 28 11:21:47 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de> * [ole/*][configure.in][Makefile.in][include/interfaces.h] [if1632/olesvr32.spec][if1632/olecli32.spec] New directory, moved OLE stuff there. new .spec files for olecli32,olesvr32, some stubs added. * [misc/shell.c] Added support for extracting icons from PE dlls. * [misc/shellord.c][if1632/shell32.spec] Added a huge heap of ordinal only exported shell functions (will work only in Win95). * [loader/task.c] Hack to make MakeProcInstance16 work in all cases (mplayer.exe). * [win32/string32.c][include/string32.h] Obsolete, removed. * [windows/keyboard.c] Added *RegisterHotkey. * [objects/font.c][objects/text.c] Added GetFontLanguageInfo, GetTextCharsetInfo. Wed Nov 26 18:10:40 1997 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> * [misc/network.c] In WNetGetConnection16 return the Drive label and not the DOS-Cwd. Makes Wordview 6 start on a network connected machine. * [controls/status.c] Catch a Null pointer in SW_SetText. * [files/dos_fs.c] Add NT5 functions GetLongPathName32. * [files/file.c] Make GetTempFileName16 accept drive 0 (Current Drive) too. Handle more errors and be more verbose in FILE_SetDosError, fix an error in DeleteFile32W * [memory/virtual.c] Implement FlushViewOfFile. * [misc/crtdll] Implement _rotl and splitpath and add a stub for _abnormal_termination. * [misc/printdrv.c] Stub for EnumPrinters32A. * [win32/newfns] Add Stub for QueryPerformanceFrequency, change return value for QueryPerformanceCounter. Add stub for DeviceIoControl. Tue Nov 25 15:55:01 1997 Martin Boehme <boehme@informatik.mu-luebeck.de> * [controls/combo.c] [controls/edit.c] [windows/defwnd.c] [windows/winpos.c] [windows/win.c] Removed WIN_NO_REDRAW flag. Tue Nov 25 13:20:35 1997 Douglas Ridgway <ridgway@taiga.v-wave.com> * [graphics/x11drv/bitblt.c] Fixed memory leak in BITBLT_GetDstArea. Sun Nov 23 14:05:23 1997 Andreas Mohr <100.30936@germany.net> * [files/directory.c] Export windows system directory to environment. * [if1632/Makefile.in] [if1632/builtin.c] [if1632/w32skrnl.spec] [if1632/win32s16.spec] [misc/w32scomb.c] [misc/w32skrnl.c] Added Win32s DLLs W32SKRNL and WIN32S16. * [if1632/kernel32.spec] [loader/module.c] Added misc functions for Win32s. * [if1632/kernel.spec] [loader/task.c] Added DefineHandleTable(). * [scheduler/process.c] Fixed SetEnvironmentVariable32A() to avoid heap corruption. Sat Nov 22 14:11:42 1997 Kristian Nielsen <kristian.nielsen@risoe.dk> * [windows/painting.c] Fix leak in BeginPaint16() for CS_PARENTDC windows where the update region was not properly released. Thu Nov 20 03:55:29 1997 Gordon Chaffee <chaffee@CS.Berkeley.EDU> * [loader/pe_image.c] Implemented forwarded DLL functions. * [objects/dib.c] Added support for 16- and 32-bit mode DIBs. Support negative bitmap heights. * [win32/process.c] Added stub for CreateProcess32W. * [win32/security.c] [include/ntdll.h] Added stubs for LookupAccountSid32A/W. * [scheduler/process.c] Use the size specified in the PE header for the process heap. Mon Nov 17 00:53:35 1997 Len White <phreak@cgocable.net> * [msdos/int3d.c] New file. Stubs for int3d. Sun Nov 16 12:30:00 PST 1997 Jason Schonberg <schon@mti.sgi.com> * [include/aspi.h] Changed comment style from C++ to C.
173 lines
6 KiB
C
173 lines
6 KiB
C
#if !defined(ASPI_H)
|
|
#define ASPI_H
|
|
|
|
#pragma pack(1)
|
|
|
|
#define SS_PENDING 0x00
|
|
#define SS_COMP 0x01
|
|
#define SS_ABORTED 0x02
|
|
#define SS_ERR 0x04
|
|
#define SS_OLD_MANAGE 0xe1
|
|
#define SS_ILLEGAL_MODE 0xe2
|
|
#define SS_NO_ASPI 0xe3
|
|
#define SS_FAILED_INIT 0xe4
|
|
#define SS_INVALID_HA 0x81
|
|
#define SS_INVALID_SRB 0xe0
|
|
#define SS_ASPI_IS_BUSY 0xe5
|
|
#define SS_BUFFER_TO_BIG 0xe6
|
|
|
|
#define SC_HA_INQUIRY 0x00
|
|
#define SC_GET_DEV_TYPE 0x01
|
|
#define SC_EXEC_SCSI_CMD 0x02
|
|
#define SC_ABORT_SRB 0x03
|
|
#define SC_RESET_DEV 0x04
|
|
|
|
/* Host adapter status codes */
|
|
#define HASTAT_OK 0x00
|
|
#define HASTAT_SEL_TO 0x11
|
|
#define HASTAT_DO_DU 0x12
|
|
#define HASTAT_BUS_FREE 0x13
|
|
#define HASTAT_PHASE_ERR 0x14
|
|
|
|
/* Target status codes */
|
|
#define STATUS_GOOD 0x00
|
|
#define STATUS_CHKCOND 0x02
|
|
#define STATUS_BUSY 0x08
|
|
#define STATUS_RESCONF 0x18
|
|
|
|
|
|
typedef union SRB16 * LPSRB16;
|
|
|
|
struct SRB_HaInquiry16 {
|
|
BYTE SRB_cmd;
|
|
BYTE SRB_Status;
|
|
BYTE SRB_HaId;
|
|
BYTE SRB_Flags;
|
|
WORD SRB_55AASignature;
|
|
WORD SRB_ExtBufferSize;
|
|
BYTE HA_Count;
|
|
BYTE HA_SCSI_ID;
|
|
BYTE HA_ManagerId[16];
|
|
BYTE HA_Identifier[16];
|
|
BYTE HA_Unique[16];
|
|
BYTE HA_ExtBuffer[4];
|
|
} WINE_PACKED;
|
|
|
|
typedef struct SRB_HaInquiry16 SRB_HaInquiry16;
|
|
|
|
struct SRB_ExecSCSICmd16 {
|
|
BYTE SRB_Cmd; /* ASPI command code (W) */
|
|
BYTE SRB_Status; /* ASPI command status byte (R) */
|
|
BYTE SRB_HaId; /* ASPI host adapter number (W) */
|
|
BYTE SRB_Flags; /* ASPI request flags (W) */
|
|
DWORD SRB_Hdr_Rsvd; /* Reserved, MUST = 0 (-) */
|
|
BYTE SRB_Target; /* Target's SCSI ID (W) */
|
|
BYTE SRB_Lun; /* Target's LUN number (W) */
|
|
DWORD SRB_BufLen; /* Data Allocation LengthPG (W/R)*/
|
|
BYTE SRB_SenseLen; /* Sense Allocation Length (W) */
|
|
SEGPTR SRB_BufPointer; /* Data Buffer Pointer (W) */
|
|
DWORD SRB_Rsvd1; /* Reserved, MUST = 0 (-/W)*/
|
|
BYTE SRB_CDBLen; /* CDB Length = 6 (W) */
|
|
BYTE SRB_HaStat; /* Host Adapter Status (R) */
|
|
BYTE SRB_TargStat; /* Target Status (R) */
|
|
FARPROC16 SRB_PostProc; /* Post routine (W) */
|
|
BYTE SRB_Rsvd2[34]; /* Reserved, MUST = 0 */
|
|
BYTE CDBByte[0]; /* SCSI CBD - variable length (W) */
|
|
/* variable example for 6 byte cbd
|
|
* BYTE CDBByte[6]; * SCSI CDB (W) *
|
|
* BYTE SenseArea6[SENSE_LEN]; * Request Sense buffer (R) *
|
|
*/
|
|
} WINE_PACKED ;
|
|
|
|
typedef struct SRB_ExecSCSICmd16 SRB_ExecSCSICmd16;
|
|
|
|
struct SRB_ExecSCSICmd32 {
|
|
BYTE SRB_Cmd; /* ASPI command code = SC_EXEC_SCSI_CMD */
|
|
BYTE SRB_Status; /* ASPI command status byte */
|
|
BYTE SRB_HaId; /* ASPI host adapter number */
|
|
BYTE SRB_Flags; /* ASPI request flags */
|
|
DWORD SRB_Hdr_Rsvd; /* Reserved */
|
|
BYTE SRB_Target; /* Target's SCSI ID */
|
|
BYTE SRB_Lun; /* Target's LUN number */
|
|
WORD SRB_Rsvd1; /* Reserved for Alignment */
|
|
DWORD SRB_BufLen; /* Data Allocation Length */
|
|
BYTE *SRB_BufPointer; /* Data Buffer Point */
|
|
BYTE SRB_SenseLen; /* Sense Allocation Length */
|
|
BYTE SRB_CDBLen; /* CDB Length */
|
|
BYTE SRB_HaStat; /* Host Adapter Status */
|
|
BYTE SRB_TargStat; /* Target Status */
|
|
void (*SRB_PostProc)(); /* Post routine */
|
|
void *SRB_Rsvd2; /* Reserved */
|
|
BYTE SRB_Rsvd3[16]; /* Reserved for expansion */
|
|
BYTE CDBByte[16]; /* SCSI CDB */
|
|
BYTE SenseArea[0]; /* Request sense buffer - var length */
|
|
};
|
|
|
|
typedef struct SRB_ExecSCSICmd32 SRB_ExecSCSICmd32;
|
|
|
|
struct SRB_Abort16 {
|
|
BYTE SRB_Cmd; /* ASPI command code = SC_ABORT_SRB */
|
|
BYTE SRB_Status; /* ASPI command status byte */
|
|
BYTE SRB_HaId; /* ASPI host adapter number */
|
|
BYTE SRB_Flags; /* ASPI request flags */
|
|
DWORD SRB_Hdr_Rsvd; /* Reserved, MUST = 0 */
|
|
LPSRB16 SRB_ToAbort; /* Pointer to SRB to abort */
|
|
} WINE_PACKED;
|
|
|
|
typedef struct SRB_Abort16 SRB_Abort16;
|
|
|
|
struct SRB_BusDeviceReset16 {
|
|
BYTE SRB_Cmd; /* ASPI command code = SC_RESET_DEV */
|
|
BYTE SRB_Status; /* ASPI command status byte */
|
|
BYTE SRB_HaId; /* ASPI host adapter number */
|
|
BYTE SRB_Flags; /* ASPI request flags */
|
|
DWORD SRB_Hdr_Rsvd; /* Reserved, MUST = 0 */
|
|
BYTE SRB_Target; /* Target's SCSI ID */
|
|
BYTE SRB_Lun; /* Target's LUN number */
|
|
BYTE SRB_ResetRsvd1[14]; /* Reserved, MUST = 0 */
|
|
BYTE SRB_HaStat; /* Host Adapter Status */
|
|
BYTE SRB_TargStat; /* Target Status */
|
|
SEGPTR SRB_PostProc; /* Post routine */
|
|
BYTE SRB_ResetRsvd2[34]; /* Reserved, MUST = 0 */
|
|
} WINE_PACKED;
|
|
|
|
typedef struct SRB_BusDeviceReset16 SRB_BusDeviceReset16;
|
|
|
|
struct SRB_GDEVBlock16 {
|
|
BYTE SRB_Cmd; /* ASPI command code = SC_GET_DEV_TYPE */
|
|
BYTE SRB_Status; /* ASPI command status byte */
|
|
BYTE SRB_HaId; /* ASPI host adapter number */
|
|
BYTE SRB_Flags; /* ASPI request flags */
|
|
DWORD SRB_Hdr_Rsvd; /* Reserved, MUST = 0 */
|
|
BYTE SRB_Target; /* Target's SCSI ID */
|
|
BYTE SRB_Lun; /* Target's LUN number */
|
|
BYTE SRB_DeviceType; /* Target's peripheral device type */
|
|
} WINE_PACKED;
|
|
|
|
typedef struct SRB_GDEVBlock16 SRB_GDEVBlock16;
|
|
|
|
|
|
|
|
struct SRB_Common16 {
|
|
BYTE SRB_cmd;
|
|
};
|
|
|
|
|
|
typedef struct SRB_Common16 SRB_Common16;
|
|
|
|
|
|
union SRB16 {
|
|
SRB_Common16 common;
|
|
SRB_HaInquiry16 inquiry;
|
|
SRB_ExecSCSICmd16 cmd;
|
|
SRB_Abort16 abort;
|
|
SRB_BusDeviceReset16 reset;
|
|
SRB_GDEVBlock16 devtype;
|
|
};
|
|
|
|
typedef union SRB16 SRB16;
|
|
|
|
|
|
|
|
|
|
#endif
|