diff options
| -rw-r--r-- | storage/miniports/storahci/src/entrypts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/miniports/storahci/src/entrypts.c b/storage/miniports/storahci/src/entrypts.c index efbe2279..71469e02 100644 --- a/storage/miniports/storahci/src/entrypts.c +++ b/storage/miniports/storahci/src/entrypts.c @@ -442,9 +442,9 @@ Note: PAHCI_ADAPTER_EXTENSION adapterExtension = NULL; PAHCI_MEMORY_REGISTERS abar = NULL; //Used to find the number of channels implemented - UCHAR i = 0; + ULONG i = 0; ULONG piMask = 0; - UCHAR numberOfHighestPort = 0; + ULONG numberOfHighestPort = 0; ULONG portCount = 0; ULONG portNumber; //Used to enable the AHCI interface |
