|
Porting network driver: 6.4.1->6.2.0
|
11/09/2009 3:51 PM
post41655
|
Porting network driver: 6.4.1->6.2.0
Hello Networking team,
I am a newbie in the area of porting drivers. Would really appreciate guidance from this list.
The latest QNX 6.4.1 version supports my network card (Intel 82574) using the driver devnp-e1000.so:
# pidin -P io-pkt-v4-hc mem
pid tid name prio STATE code data stack
126995 1 sbin/io-pkt-v4-hc 21o SIGWAITINFO 872K 1848K 8192(516K)*
126995 2 sbin/io-pkt-v4-hc 21o RECEIVE 872K 1848K 8192(132K)
io-pkt-v4-hc @ 8127000 4096
libc.so.3 @b0300000 452K 16K
devnp-speedo.so @b8200000 44K 8192
So my question is:
Is it possible to make my network card work on QNX 6.2.0 using the above driver and the necessary library file (libc.so
.3) and the stack (io-pkt-v4-hc)?
If not, will I have to port the driver from 6.4.1 to 6.2.0? If yes, is there any guide/resource somebody can point at? I
am new to QNX porting in general.
Any help will be greatly appreciated.
|
|
|