Re: Windows: How to support 2 chip in a single driver?
- From: "Don Burn" <burn@xxxxxxxxxxxxxxxx>
- Date: Tue, 24 May 2005 10:37:47 -0400
All drivers on Windows should support multiple copies of the same device.
If the devices are different, the driver can support them, but you need to
have a mechanism (normally in the hardware) to flag which device it is, then
have conditional code to support the differences when talking to the
hardware where needed.
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply
<trivalchang@xxxxxxxxxxxx> wrote in message
news:1116944713.633390.189460@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hello,
>
> I have to write a mini-port driver which must handle 2 chip
> simultaneously. Is it possible? If it is, what's the difference?
> If no, do I have to write a filter driver to do this? Thanks.
>
> Andy
>
.
- Follow-Ups:
- Re: Windows: How to support 2 chip in a single driver?
- From: trivalchang
- Re: Windows: How to support 2 chip in a single driver?
- References:
- Windows: How to support 2 chip in a single driver?
- From: trivalchang
- Windows: How to support 2 chip in a single driver?
- Prev by Date: Re: Sample code for performing a DMA from local memory to local memory
- Next by Date: Re: NDIS_PACKET
- Previous by thread: Windows: How to support 2 chip in a single driver?
- Next by thread: Re: Windows: How to support 2 chip in a single driver?
- Index(es):
Relevant Pages
|