这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » 嵌入式开发 » MCU » 救命!!!

共2条 1/1 1 跳转至

救命!!!

菜鸟
2004-12-09 00:59:11     打赏

我现在想做一张启动盘,我的目标机是PC104,网卡型号是DM9102A,请问我在config.h里修改设置时应该如何选择网卡类型,一下是config.h里关于网卡类型的选择:

/* Network driver options */

#define INCLUDE_END /* Use Enhanced Network Drivers */

#undef INCLUDE_ULTRA /* include SMC Elite16 Ultra interface */ #define INCLUDE_ENE /* include Eagle/Novell NE2000 interface --- 2004.11.25 */ #undef INCLUDE_ELT /* include 3COM EtherLink III interface */ #undef INCLUDE_ESMC /* include SMC 91c9x Ethernet interface */ #define INCLUDE_FEI /* include Intel Ether Express PRO100B PCI */ #define INCLUDE_SLIP /* include serial line interface */ #define SLIP_TTY 1 /* serial line IP channel COM2 */ #undef INCLUDE_ELC /* include SMC Elite16 interface */ #undef INCLUDE_EEX /* include INTEL EtherExpress interface */ #undef INCLUDE_EEX32 /* include INTEL EtherExpress flash 32 */ #undef INCLUDE_EX /* include Excelan Ethernet interface */ #undef INCLUDE_ENP /* include CMC Ethernet interface*/ #undef INCLUDE_SM_NET /* include backplane net interface */ #undef INCLUDE_SM_SEQ_ADDR /* shared memory network auto address setup */ #undef INCLUDE_EL_3C90X_END /* 3com fast etherLink XL PCI */ #undef INCLUDE_LN_97X_END /* AMD 79C972 END DRIVER */ 请问我该选哪一个?

急!!!!!




关键词: 救命     INCLUDE     #undef     include    

菜鸟
2004-12-09 02:02:00     打赏
2楼
没用过这个网卡,看来你要自己写网卡驱动了[em08]

共2条 1/1 1 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]