[BUSLOGIC] Fix reference link to VMware driver source page

- Clarify driver version in 3rd Party Files.
- Fix some minor formatting problems.
- Also add missing OBJ_KERNEL_HANDLE to match Zw*() uses. (#4499)

CORE-10207 CORE-18180

Co-authored-by: Serge Gautherie <reactos-git_serge_171003@gautherie.fr>
This commit is contained in:
Stanislav Motylkov 2022-05-13 17:24:02 +03:00
parent 6fec06b8e5
commit 5ee633f7d7
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92
5 changed files with 23 additions and 21 deletions

View file

@ -12,19 +12,19 @@ class BT958ExtendedSetupInfoGuid
[read,key] String InstanceName; [read,key] String InstanceName;
[read] boolean Active; [read] boolean Active;
[read, WmiDataId(1), WmiVersion(1)] uint8 BusType; [read, WmiDataId(1), WmiVersion(1)] uint8 BusType;
[read, WmiDataId(2), WmiVersion(1)] uint8 BIOS_Address; [read, WmiDataId(2), WmiVersion(1)] uint8 BIOS_Address;
[read, WmiDataId(3), WmiVersion(1)] uint16 ScatterGatherLimit; [read, WmiDataId(3), WmiVersion(1)] uint16 ScatterGatherLimit;
[read, WmiDataId(4), WmiVersion(1)] uint8 MailboxCount; [read, WmiDataId(4), WmiVersion(1)] uint8 MailboxCount;
[read, WmiDataId(5), WmiVersion(1)] uint32 BaseMailboxAddress; [read, WmiDataId(5), WmiVersion(1)] uint32 BaseMailboxAddress;
[read, WmiDataId(6), WmiVersion(1)] boolean FastOnEISA; [read, WmiDataId(6), WmiVersion(1)] boolean FastOnEISA;
[read, WmiDataId(7), WmiVersion(1)] boolean LevelSensitiveInterrupt; [read, WmiDataId(7), WmiVersion(1)] boolean LevelSensitiveInterrupt;
[read, WmiDataId(8), WmiVersion(1), max(3)] uint8 FirmwareRevision[]; [read, WmiDataId(8), WmiVersion(1), max(3)] uint8 FirmwareRevision[];
[read, WmiDataId(9), WmiVersion(1)] boolean HostWideSCSI; [read, WmiDataId(9), WmiVersion(1)] boolean HostWideSCSI;
[read, WmiDataId(10), WmiVersion(1)] boolean HostDifferentialSCSI; [read, WmiDataId(10), WmiVersion(1)] boolean HostDifferentialSCSI;
[read, WmiDataId(11), WmiVersion(1)] boolean HostSupportsSCAM; [read, WmiDataId(11), WmiVersion(1)] boolean HostSupportsSCAM;
[read, WmiDataId(12), WmiVersion(1)] boolean HostUltraSCSI; [read, WmiDataId(12), WmiVersion(1)] boolean HostUltraSCSI;
[read, WmiDataId(13), WmiVersion(1)] boolean HostSmartTermination; [read, WmiDataId(13), WmiVersion(1)] boolean HostSmartTermination;
}; };

View file

@ -81,18 +81,18 @@ MOFRESOURCE MOFDATA "BT958.bmf"
// TEXTINCLUDE // TEXTINCLUDE
// //
1 TEXTINCLUDE 1 TEXTINCLUDE
BEGIN BEGIN
"resource.h\0" "resource.h\0"
END END
2 TEXTINCLUDE 2 TEXTINCLUDE
BEGIN BEGIN
"#include ""afxres.h""\r\n" "#include ""afxres.h""\r\n"
"\0" "\0"
END END
3 TEXTINCLUDE 3 TEXTINCLUDE
BEGIN BEGIN
"\r\n" "\r\n"
"\0" "\0"

View file

@ -25,7 +25,7 @@ BOOLEAN LogMessage(PCHAR szFormat, ...)
fileName.Length = 0; fileName.Length = 0;
fileName.MaximumLength = sizeof(DEFAULT_LOG_FILE_NAME) + sizeof(UNICODE_NULL); fileName.MaximumLength = sizeof(DEFAULT_LOG_FILE_NAME) + sizeof(UNICODE_NULL);
fileName.Buffer = ExAllocatePool(PagedPool, fileName.Buffer = ExAllocatePool(PagedPool,
fileName.MaximumLength); fileName.MaximumLength);
if (!fileName.Buffer) if (!fileName.Buffer)
{ {
return FALSE; return FALSE;
@ -37,7 +37,7 @@ BOOLEAN LogMessage(PCHAR szFormat, ...)
InitializeObjectAttributes (&objectAttributes, InitializeObjectAttributes (&objectAttributes,
(PUNICODE_STRING)&fileName, (PUNICODE_STRING)&fileName,
OBJ_CASE_INSENSITIVE, OBJ_CASE_INSENSITIVE | OBJ_KERNEL_HANDLE,
NULL, NULL,
NULL ); NULL );

View file

@ -1,5 +1,7 @@
This code was published by VMware on their website at This code was published by VMware on their website at
http://www.vmware.com/download/open_sources.html. The intro there says: https://customerconnect.vmware.com/downloads/details?productId=23&downloadGroup=SERVER-SCSI-OS
The intro there says:
This open source software is licensed under the terms of various open source This open source software is licensed under the terms of various open source
license agreements included with the materials relating to the open source license agreements included with the materials relating to the open source

View file

@ -147,9 +147,9 @@ URL: http://alter.org.ua/soft/win/uni_ata/
Title: Miniport driver for the Buslogic BT 958 SCSI Controller Title: Miniport driver for the Buslogic BT 958 SCSI Controller
Path: drivers/storage/port/buslogic Path: drivers/storage/port/buslogic
Used Version: ??? Used Version: v1.2.0.2 (2005-08-17)
License: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later.html) License: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later.html)
URL: http://www.vmware.com/download/open_sources.html URL: https://customerconnect.vmware.com/downloads/details?productId=23&downloadGroup=SERVER-SCSI-OS
Title: AC97 Sample Driver Title: AC97 Sample Driver
Path: drivers/wdm/audio/drivers/ac97 Path: drivers/wdm/audio/drivers/ac97