From: Anand Choubey on 4 Oct 2006 12:12 Hi I have PCI NIC card. This crad does not have Port reange. This card is having only memory mapped region. I used NdisMMapIoSpace api in order to get virtual address. I want to read and write somthing on Virtual Address. Does NDIS support any apis for it or there is any special way? -- With regards thanks Anand Choubey
From: Stephan Wolf [MVP] on 6 Oct 2006 10:47 See NdisReadRegisterUchar() NdisReadRegisterUshort() NdisReadRegisterUlong() NdisWriteRegisterUchar() NdisWriteRegisterUshort() NdisWriteRegisterUlong() Stephan --- Anand Choubey wrote: > Hi > > I have PCI NIC card. This crad does not have Port reange. This card is > having only > memory mapped region. > > I used NdisMMapIoSpace api in order to get virtual address. > I want to read and write somthing on Virtual Address. > Does NDIS support any apis for it or there is any special way? > -- > With regards > thanks > Anand Choubey
From: Anand Choubey on 6 Oct 2006 14:09 Hi Again Thanks To Stephan . -- With regards thanks Anand Choubey "Stephan Wolf [MVP]" wrote: > See > > NdisReadRegisterUchar() > NdisReadRegisterUshort() > NdisReadRegisterUlong() > > NdisWriteRegisterUchar() > NdisWriteRegisterUshort() > NdisWriteRegisterUlong() > > Stephan > --- > Anand Choubey wrote: > > Hi > > > > I have PCI NIC card. This crad does not have Port reange. This card is > > having only > > memory mapped region. > > > > I used NdisMMapIoSpace api in order to get virtual address. > > I want to read and write somthing on Virtual Address. > > Does NDIS support any apis for it or there is any special way? > > -- > > With regards > > thanks > > Anand Choubey > >
|
Pages: 1 Prev: IoQueryFileDosDeviceName Next: nonPNP sample driver won't install when running .exe |