代码搜索结果
找到约 10,000 项符合
Ethernet 的代码
pcidevs.txt
; PCI and AGP Vendors, Devices and Subsystems identification file.
;
; This is version 612 of this file; 04-09-2006 (D-M-Y).
;
; This file is maintained by YOU! If you find an error or omissio
readme.txt
说明
===========
1.将cs8900.c和cs8900.h文件拷贝driver/net/目录下。
2.将smdk2410.h文件拷贝到include/asm-arm/arch-s3c2410/目录下。
3.修改driver/net/Kconfig文件,添加以下内容:
config ARM_CS8900
tristate "CS8900 support"
de
pcidevs.txt
; PCI and AGP Vendors, Devices and Subsystems identification file.
;
; This is version 612 of this file; 04-09-2006 (D-M-Y).
;
; This file is maintained by YOU! If you find an error or omissio
ethernetpro.m51
BL51 BANKED LINKER/LOCATER V5.00 01/08/2008 14:16:30 PAGE 1
BL51 BANKED LINKER/LOCATER V5.00, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE Ethern
readme.txt
说明
===========
1.将cs8900.c和cs8900.h文件拷贝driver/net/目录下。
2.将smdk2410.h文件拷贝到include/asm-arm/arch-s3c2410/目录下。
3.修改driver/net/Kconfig文件,添加以下内容:
config ARM_CS8900
tristate "CS8900 support"
de
rfc2666.txt
Network Working Group J. Flick
Request for Comments: 2666 Hewlett-Packard Company
Category: Informational
eth.c
//-----------------------------------------------------------------------------
// Net ETH.C
//
// This module is the Ethernet layer
//-------------------------------------------------------------
ether.h
/* Ethernet driver definitions*/
/* NOTE:replace sizeof(ETHERHDR) with ETHHDRLEN!!*/
#ifndef BYTE
#define BYTE unsigned char
#endif
#ifndef WORD
#define WORD unsigned short
#endif
#ifndef LWOR