Re: A journey from NT-Device Driver to WDM
- From: "Maxim S. Shatskih" <maxim@xxxxxxxxxxxxxxxx>
- Date: Tue, 14 Jun 2005 00:24:47 +0400
Is it an ISA device or a PCI one?
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@xxxxxxxxxxxxxxxx
http://www.storagecraft.com
"Ali" <abdulrazaq@xxxxxxxxx> wrote in message
news:1118693245.920939.103750@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi All,
> I have designed a board with Atmel chip which provides an I/O
> interfaces for parallel port , its device driver implements only three
> following major functions in DriverEntry routine.
> IRP_MJ_CREATE , IRP_MJ_READ and IRP_MJ_WRITE.
> I want to upgrade its driver to make it plug and play , I want to start
> my win32 application automatically when ever my board is attached with
> DB25 [port of PC], Do I have to write only AddDevice and isr routines
> for doing so?
> I'm some how sure that there is nothing to do with chip code because a
> loop in user mode application can scan the current status of board and
> chip can change the board status when ever instructed by user mode
> application.
> I don't want to upgrade my board for DMA operations so i guess no need
> for loop back mechanism in device driver.
>
>
> Now what should be the basic design of monolithic type Plug and Play
> driver?
> You can see the driver code on following url under Driver Build
> Tutorial link:
> http://powercell.cjb.net/ [my educational webpage]
>
> Hope I would get some usefull hints + tips to finish my work in
> reasonable time. You can see this topic on following link too:
>
http://groups-beta.google.com/group/comp.os.ms-windows.programmer.nt.kernel-mode/browse_frm/thread/5428765490fc2c9d/9ff0f3f5a387b330?hl=en#9ff0f3f5a387b330
> Cheers.
>
.
- Follow-Ups:
- References:
- A journey from NT-Device Driver to WDM
- From: Ali
- A journey from NT-Device Driver to WDM
- Prev by Date: Re: NdisMAllocateSharedMemorywithTag fails:
- Next by Date: Re: Print Port monitor
- Previous by thread: A journey from NT-Device Driver to WDM
- Next by thread: Re: A journey from NT-Device Driver to WDM
- Index(es):
Relevant Pages
|
Loading