Update winring master
authorGreg Burri <greg.burri@gmail.com>
Wed, 19 Mar 2025 17:26:54 +0000 (18:26 +0100)
committerGreg Burri <greg.burri@gmail.com>
Wed, 19 Mar 2025 17:26:54 +0000 (18:26 +0100)
winring0/OlsApi.h
winring0/WinRing0x64.dll
winring0/WinRing0x64.lib
winring0/WinRing0x64.sys

index 81ebdfd..ff72235 100644 (file)
@@ -442,17 +442,6 @@ WINAPI ReadPciConfigDword(
        BYTE regAddress         // Configuration Address 0-255
 );
 
-//-----------------------------------------------------------------------------
-// ReadPciConfigPByte
-//-----------------------------------------------------------------------------
-BOOL // Read Value
-WINAPI ReadPciConfigPByte(
-       DWORD pciAddress,       // PCI Device Address
-       DWORD regAddress,       // Configuration Address 0-whatever
-       PBYTE value,            // Read Value
-       DWORD size
-);
-
 //-----------------------------------------------------------------------------
 // ReadPciConfigByteEx
 //-----------------------------------------------------------------------------
@@ -483,17 +472,6 @@ WINAPI ReadPciConfigDwordEx(
        PDWORD value            // Read Value
 );
 
-//-----------------------------------------------------------------------------
-// ReadPciConfigPByteEx
-//-----------------------------------------------------------------------------
-BOOL // TRUE: success, FALSE: failure
-WINAPI ReadPciConfigPByteEx(
-       DWORD pciAddress,       // PCI Device Address
-       DWORD regAddress,       // Configuration Address 0-whatever
-       PBYTE value,            // Read Value
-       DWORD size
-);
-
 //-----------------------------------------------------------------------------
 // WritePciConfigByte
 //-----------------------------------------------------------------------------
@@ -524,17 +502,6 @@ WINAPI WritePciConfigDword(
        DWORD value                     // Write Value
 );
 
-//-----------------------------------------------------------------------------
-// WritePciConfigPByte
-//-----------------------------------------------------------------------------
-VOID
-WINAPI WritePciConfigPByte(
-       DWORD pciAddress,       // PCI Device Address
-       BYTE regAddress,        // Configuration Address 0-255
-       PBYTE value,        // Write Value
-       DWORD size
-);
-
 //-----------------------------------------------------------------------------
 // WritePciConfigByteEx
 //-----------------------------------------------------------------------------
@@ -565,17 +532,6 @@ WINAPI WritePciConfigDwordEx(
        DWORD value                     // Write Value
 );
 
-//-----------------------------------------------------------------------------
-// WritePciConfigPByte
-//-----------------------------------------------------------------------------
-BOOL // TRUE: success, FALSE: failure
-WINAPI WritePciConfigPByteEx(
-       DWORD pciAddress,       // PCI Device Address
-       BYTE regAddress,        // Configuration Address 0-255
-       PBYTE value,        // Write Value
-       DWORD size
-);
-
 //-----------------------------------------------------------------------------
 // FindPciDeviceById
 //-----------------------------------------------------------------------------
index 2027ee6..4a48c7a 100644 (file)
Binary files a/winring0/WinRing0x64.dll and b/winring0/WinRing0x64.dll differ
index ef11e47..0f16977 100644 (file)
Binary files a/winring0/WinRing0x64.lib and b/winring0/WinRing0x64.lib differ
index e060f0f..197c255 100644 (file)
Binary files a/winring0/WinRing0x64.sys and b/winring0/WinRing0x64.sys differ