Adding (var, value) pairs under HKLM .... Parameters

Hello, I put the following section in my .inf file: Device.NT.AddReg]
HKLM,SYSTEM\CurrentControlSet\Services\ipmi\Parameters,SIBaseAddress,0x10001,0xca8
HKLM,SYSTEM\CurrentControlSet\Services\ipmi\Parameters,RegisterSpacing,0x10001,32
The (“RegisterSpacing”, 32) var/value pair doesn’t end up under Parameters (SIBaseAddress does appear there). Why? Regards, Vasili


Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more

Try making it explicitly hex.


Philip D. Barila
Seagate Technology, LLC
(720) 684-1842
As if I need to say it: Not speaking for Seagate.

“Galchin Vasili” wrote in message news:xxxxx@ntdev…
Hello,

I put the following section in my .inf file:

Device.NT.AddReg]
HKLM,SYSTEM\CurrentControlSet\Services\ipmi\Parameters,SIBaseAddress,0x10001
,0xca8
HKLM,SYSTEM\CurrentControlSet\Services\ipmi\Parameters,RegisterSpacing,0x100
01,32

The (“RegisterSpacing”, 32) var/value pair doesn’t end up under Parameters
(SIBaseAddress does appear there). Why?

Regards, Vasili

Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more

Hello Philip, I did try making it explicitly hex, but the Registry is not populated with (RegisterSpacing, 0x20). Sigh … help! Regards, Vasili

Phil Barila wrote:Try making it explicitly hex.


Philip D. Barila
Seagate Technology, LLC
(720) 684-1842
As if I need to say it: Not speaking for Seagate.

“Galchin Vasili” wrote in message news:xxxxx@ntdev…
Hello,

I put the following section in my .inf file:

Device.NT.AddReg]
HKLM,SYSTEM\CurrentControlSet\Services\ipmi\Parameters,SIBaseAddress,0x10001
,0xca8
HKLM,SYSTEM\CurrentControlSet\Services\ipmi\Parameters,RegisterSpacing,0x100
01,32

The (“RegisterSpacing”, 32) var/value pair doesn’t end up under Parameters
(SIBaseAddress does appear there). Why?

Regards, Vasili

Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more


You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.

Can you cut & paste the relevant section? Or was this a cut & paste?

Phil

Philip D. Barila
Seagate Technology, LLC
(720) 684-1842
As if I need to say it: Not speaking for Seagate.

“Galchin Vasili” wrote in message news:xxxxx@ntdev…
Hello Philip,

I did try making it explicitly hex, but the Registry is not populated
with (RegisterSpacing, 0x20). Sigh … help!

Regards, Vasili

Phil Barila wrote:
Try making it explicitly hex.


Philip D. Barila
Seagate Technology, LLC
(720) 684-1842
As if I need to say it: Not speaking for Seagate.

“Galchin Vasili” wrote in message news:xxxxx@ntdev…
Hello,

I put the following section in my .inf file:

Device.NT.AddReg]
HKLM,SYSTEM\CurrentControlSet\Services\ipmi\Parameters,SIBaseAddress,0x10001
,0xca8
HKLM,SYSTEM\CurrentControlSet\Services\ipmi\Parameters,RegisterSpacing,0x100
01,32

The (“RegisterSpacing”, 32) var/value pair doesn’t end up under Parameters
(SIBaseAddress does appear there). Why?

Regards, Vasili

“Galchin Vasili” wrote in message news:xxxxx@ntdev…
> Hello Philip,
>
> I did try making it explicitly hex, but the Registry is not populated
> with (RegisterSpacing, 0x20). Sigh … help!

I hate to say “try this, try that” without knowing for sure, but what
happens if you comment out the line that works? Does the line that doesn’t
start to work now? What if you change the failing value to something else,
like the value of the one that does work (CA8)?

Phil

Philip D. Barila
Seagate Technology, LLC
(720) 684-1842
As if I need to say it: Not speaking for Seagate.

Phil Barila wrote:

“Galchin Vasili” wrote in message news:xxxxx@ntdev…
> Hello Philip,
>
> I did try making it explicitly hex, but the Registry is not populated
> with (RegisterSpacing, 0x20). Sigh … help!

I hate to say “try this, try that” without knowing for sure, but what
happens if you comment out the line that works? Does the line

^^^ I did comment out the 1st line as an experiment, but the second (var, value) disn’t show up in the Registry.

Regards, Vasili

that doesn’t
start to work now? What if you change the failing value to something else,
like the value of the one that does work (CA8)?

Phil

Philip D. Barila
Seagate Technology, LLC
(720) 684-1842
As if I need to say it: Not speaking for Seagate.


You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.

If you remove the one that does work from the registry, does it reappear?

Phil

Philip D. Barila
Seagate Technology, LLC
(720) 684-1842
As if I need to say it: Not speaking for Seagate.

“Galchin Vasili” wrote in message news:xxxxx@ntdev…

Phil Barila wrote:

“Galchin Vasili” wrote in message news:xxxxx@ntdev…
> Hello Philip,
>
> I did try making it explicitly hex, but the Registry is not populated
> with (RegisterSpacing, 0x20). Sigh … help!

I hate to say “try this, try that” without knowing for sure, but what
happens if you comment out the line that works? Does the line
^^^ I did comment out the 1st line as an experiment, but the second
(var, value) disn’t show up in the Registry.

Regards, Vasili

that doesn’t
start to work now? What if you change the failing value to something else,
like the value of the one that does work (CA8)?

Phil

Philip D. Barila
Seagate Technology, LLC
(720) 684-1842
As if I need to say it: Not speaking for Seagate.


You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.

Phil Barila wrote:
If you remove the one that does work from the registry, does it reappear?

By regedt32 or ZwDeleteKey?

Phil

Philip D. Barila
Seagate Technology, LLC
(720) 684-1842
As if I need to say it: Not speaking for Seagate.

“Galchin Vasili” wrote in message news:xxxxx@ntdev…

Phil Barila
wrote:

“Galchin Vasili” wrote in message news:xxxxx@ntdev…
> Hello Philip,
>
> I did try making it explicitly hex, but the Registry is not populated
> with (RegisterSpacing, 0x20). Sigh … help!

I hate to say “try this, try that” without knowing for sure, but what
happens if you comment out the line that works? Does the line
^^^ I did comment out the 1st line as an experiment, but the second
(var, value) disn’t show up in the Registry.

Regards, Vasili

that doesn’t
start to work now? What if you change the failing value to something else,
like the value of the one that does work (CA8)?

Phil

Philip D. Barila
Seagate Technology, LLC
(720) 684-1842
As if I need to say it: Not speaking for Seagate.


You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.


You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.

At this point, it doesn’t matter. I’m giving you a test to verify that your
.inf is being processed at all. I’ve made the assumption that you are
removing the oemN.inf & pnf files from %SystemRoot%\inf.

Phil

Philip D. Barila
Seagate Technology, LLC
(720) 684-1842
As if I need to say it: Not speaking for Seagate.

“Galchin Vasili” wrote in message news:xxxxx@ntdev…

Phil Barila wrote:
If you remove the one that does work from the registry, does it reappear?
By regedt32 or ZwDeleteKey?

Phil

Philip D. Barila
Seagate Technology, LLC
(720) 684-1842
As if I need to say it: Not speaking for Seagate.

“Galchin Vasili” wrote in message news:xxxxx@ntdev…

Phil Barila wrote:

“Galchin Vasili” wrote in message news:xxxxx@ntdev…
> Hello Philip,
>
> I did try making it explicitly hex, but the Registry is not populated
> with (RegisterSpacing, 0x20). Sigh … help!

I hate to say “try this, try that” without knowing for sure, but what
happens if you comment out the line that works? Does the line
^^^ I did comment out the 1st line as an experiment, but the second
(var, value) disn’t show up in the Registry.

Regards, Vasili

that doesn’t
start to work now? What if you change the failing value to something else,
like the value of the one that does work (CA8)?

Phil

Philip D. BarilaSeagate Technology, LLC
(720) 684-1842
As if I need to say it: Not speaking for Seagate.


You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.


You are currently subscribed to ntdev as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.