搜索资源列表
ne2000DRIVE_ASEMBLE_SOURE
- ne2000兼容型网卡驱动程序汇编原代码。 .pdf文档。带开发流程说明文档-ne2000 compatible NIC driver source code compilation. . Pdf files. With the development process documentation
tcpip_avr
- 自己使用的用于avr单片机的源程序,包含ne2000兼容网卡的驱动-its own use for avr SCM source, including ne2000 compatible NIC drivers
ndis_ne2000
- 使用网络驱动器接口标准开发的ne2000网卡的NT驱动.-use Network Driver Interface standards developed by the NT ne2000 NIC driver.
NE2000_driver_pfd
- 一篇写得很好的NE2000兼容系列网卡的开发指南文档,pdf格式-a well-written series of NE2000 compatible card Development Guide documents, pdf format
NE2000_DRIVER
- 如题 这是一个NE2000的驱动开发程序历程,里面包含了代码和开发过程,读者可以自己整理一下 很容易-that if it is driven by an NE2000 course development process, which contains the code and development process, The readers can sort this very easily
NE2000
- Ne2000网卡(与8019兼容)驱动,包括读写函数,初始化函数,学习网卡的好资料
ne2000
- ne2000 driver program on dp83902a MCU #ifdef CONFIG_DRIVER_NE2000 static void my_udelay(long us) { long tmo tmo = get_timer (0) + us * CFG_HZ / 1000000 /* will this be much greater than 0 ? */ while (get_timer (0) < tmo) }-n
ne-h8300
- A NE2000 clone on H8/300 driver for linux.
ne2k-pci
- ne2k-pci.c: A NE2000 clone on PCI bus driver for Linux.