I am using CE 5.0 with a VIA BSP on a proprietary x86 platform and get the
debug output below at boot and at various other times. I know that these are
the IOCTL_HAL_GET_RANDOM_SEED and IOCTL_HAL_GET_HWENTROPY codes respectively
but wonder what is calling them, why they are being called and what happens
when they are called but not supported. I have searched the shared code base
and fiound nothing.

OEMIoControl: Unsupported Code 0x10100d0 - device 0x0101 func 52
OEMIoControl: Unsupported Code 0x10100f8 - device 0x0101 func 62

Re: OEMIoControl: Unsupported Code by Dean

Dean
Thu Jul 20 11:05:32 CDT 2006

You could always set a breakpoint on them, and look at the call stack...

--
Dean Ramsier - eMVP
BSQUARE Corporation


"Bill T" <BillT@discussions.microsoft.com> wrote in message
news:4D740006-8EC2-4679-9C52-991F067C6FC9@microsoft.com...
>I am using CE 5.0 with a VIA BSP on a proprietary x86 platform and get the
> debug output below at boot and at various other times. I know that these
> are
> the IOCTL_HAL_GET_RANDOM_SEED and IOCTL_HAL_GET_HWENTROPY codes
> respectively
> but wonder what is calling them, why they are being called and what
> happens
> when they are called but not supported. I have searched the shared code
> base
> and fiound nothing.
>
> OEMIoControl: Unsupported Code 0x10100d0 - device 0x0101 func 52
> OEMIoControl: Unsupported Code 0x10100f8 - device 0x0101 func 62