HalTranslateBusAddress eqvt in WDM ?

I have two questions.

  1. What is the equivalent of HalTranslateBusAddress in a WDM driver ? (Both
    98 and 2000).
  2. Is it possible to install and start a WDM driver dynamically in 98 or Me
    ? In NT4, I used to use Service Control manager functions. Or should I just
    copy the SYS file to the system directory and update the registry entries
    DevLoader = *ntkern and NTMPDriver = My.sys , in HKLM/System/CCS/Services ?
    How do I start the driver ?

Thanks a lot,
Babu


You are currently subscribed to windbg as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com

WDM does not export the HalXxxx functionality so there is none. The
information comes to you via the Raw/Translated parameter buffers when your
driver receives IRP_MN_START_DEVICE.

Gary G. Little
Staff Engineer
Broadband Storage, Inc.
xxxxx@broadstor.com

-----Original Message-----
From: xxxxx@Dell.com [mailto:xxxxx@Dell.com]
Sent: Thursday, September 27, 2001 8:53 AM
To: Kernel Debugging Interest List
Subject: [windbg] HalTranslateBusAddress eqvt in WDM ?

I have two questions.

  1. What is the equivalent of HalTranslateBusAddress in a WDM driver ? (Both
    98 and 2000).
  2. Is it possible to install and start a WDM driver dynamically in 98 or Me
    ? In NT4, I used to use Service Control manager functions. Or should I just
    copy the SYS file to the system directory and update the registry entries
    DevLoader = *ntkern and NTMPDriver = My.sys , in HKLM/System/CCS/Services ?
    How do I start the driver ?

Thanks a lot,
Babu


You are currently subscribed to windbg as: xxxxx@broadstor.com
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to windbg as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com