RE: Support for loading NIC firmware in NDIS
- From: "Pavel A." <pavel_a@xxxxxxxxxxxxxxx>
- Date: Tue, 12 Apr 2005 04:02:01 -0700
"Peter" wrote:
> Does exist some miniport functions in NDIS library,
> that facilitates to load new firmware into NIC ?
> (Some function that has for example parameter - address and length of new
> firmware code and after calling it loads new firmware into NIC)
If your firmware is in a file - open it using NdisOpenFile, NdisMapFile etc.
If the firmware is embeded in your driver image, you don't need even this.
Then just start load... It is your device so you know how to do this.
All this should not make any proiblem, unless the new firmware causes change
of new hardware ID. If this is your case please tell so.
> I did not find no such function and it seems that this problem can not be
> solved with NDIS library.
No problem here, so nothing to solve :)
> Thanks !
> Peter
Regards
--PA
.
- Follow-Ups:
- RE: Support for loading NIC firmware in NDIS
- From: Peter
- RE: Support for loading NIC firmware in NDIS
- References:
- Support for loading NIC firmware in NDIS
- From: Peter
- Support for loading NIC firmware in NDIS
- Prev by Date: Re: Printer Driver(OEMUNI): Black Output
- Next by Date: RE: system user
- Previous by thread: Support for loading NIC firmware in NDIS
- Next by thread: RE: Support for loading NIC firmware in NDIS
- Index(es):
Relevant Pages
|