- Sd bus interface open?
- Posted by iwub on May 24th, 2005
How about SdBusOpenInterface()
I call it in my MiniportInitialize() function, but it failed.
NdisMGetDeviceProperty(
Adapter->MrvDrvAdapterHdl,
&(Adapter->PhyDeviceObject),
&(Adapter->FuncDeviceObject),
&(Adapter->LowerDeviceObject),
NULL,
NULL
);
KdPrint(("NdisMGetDeviceProperty() Adapter = %x,\nPDO = %x,\n FDO
= %x,\n LDO = %x\n",Adapter->MrvDrvAdapterHdl,
Adapter->PhyDeviceObject,Adapter->FuncDeviceObject,Adapter->LowerDeviceObject));
//Open Sd
Status = SdBusOpenInterface(
Adapter->LowerDeviceObject,//UnderlyingPDO
&Adapter->SdBusIfStd,
sizeof(SDBUS_INTERFACE_STANDARD),
SDBUS_INTERFACE_VERSION);
where should I modify? thanks!
Similar Posts
- How to convert a fast ethernet interface in a Cisco Router to behave like a serial interface (Routers) by Moloy
- allow ssh only on outside interface, but telnet on inside interface of router (Routers) by no-one
- is it possible to open COM port via interface (Drivers) by Andrey
- static nat between phisical interface and virtual interface on same ethernet (Routers) by Andrea
- Open Geographic Datastore Interface 3.1.2 Development (Software & Applications) by Gordon Darling

