天天看點

vxWorks下intel82567v3網卡驅動的更新

/* 82567 devicesid */

#define intel_deviceid_82567lf              0x10bf

#define intel_deviceid_82567v               0x10cb

#define intel_deviceid_82567lm              0x10f5

#define intel_deviceid_82567v3              0x1501

#define intel_deviceid_82567v4              0x1525

1. copy the "gei825xxvxbend.c" to "install_dir\windriver\vxworks-6.6\target\src\hwif\end" and 

   "gei825xxvxbend.h" file to "install_dir\windriver\vxworks-6.6\target\src\hwif\h\end" folder.

   here, install_dir means; the directory in which vxworks is installed in host computer.

2. go to vxworks development shell as follows: 

   in windows, 

   start menu => programs => wind river => vxworks 6.6 general purpose technologies => vxworks development shell

3. in vxworks development shell, compile the driver for pentium4 as below.

   install_dir\windriver\vxworks-6.6\target\src\hwif\end\make cpu=pentium4 tool=diab

4. compile the bsp for bootrom and vxworks image.

資源位址:

http://download.csdn.net/detail/mao0514/8746635

繼續閱讀