代码搜索结果
找到约 15,197 项符合
Ethernet 的代码
ethernetpro.lnp
"Ethernet.obj"
TO "EthernetPro"
RAMSIZE(256)
gmac_mod.v
///////////////////////////////////////////////////////////////////////////////
//
// Project: RGMII/Gigabit Ethernet MAC
// Version: 1.0
// File : gmac_mod.v
//
// Comp
eth.h
#ifndef __ETH_H
#define __ETH_H
/*
* IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble
* and FCS/CRC (frame check sequence).
*/
#define ETH_ALEN 6 /* Octets in one etherne
eth^.h
#ifndef __ETH_H
#define __ETH_H
/*
* IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble
* and FCS/CRC (frame check sequence).
*/
#define ETH_ALEN 6 /* Octets in one
arp.h
#ifndef __ARP_H
#define __ARP_H
#include "eth.h"
/* ARP protocol HARDWARE identifiers. */
#define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */
#define ARPHRD_ETHER 1 /* Ethernet 10Mbps */
#de
ethernet.c
//ethernet.c
#include "ethernet.h"
#include "2410addr.h"
#include "2410lib.h"
#include "def.h"
#define BASE_ADDR 0x19000000
#define Read_Reg(reg) (*(volatile unsigned char*)(BASE_ADDR+reg))
eth.h
#ifndef __ETH_H
#define __ETH_H
/*
* IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble
* and FCS/CRC (frame check sequence).
*/
#define ETH_ALEN 6 /* Octets in one etherne
arp.h
#ifndef __ARP_H
#define __ARP_H
#include "eth.h"
/* ARP protocol HARDWARE identifiers. */
#define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */
#define ARPHRD_ETHER 1 /* Ethernet 10Mbps */
#de
readme.txt
This nForce WinXP driver package contains the below components:
Ethernet Driver (v65.75) "WHQL"
SMBus Driver (v4.60)
Installer (v5.48)
IDE SataIDE Driver (v10.1.0.8) "WHQL"
SMU (v1.31) "WHQL"
cs8900.def
LIBRARY CS8900
DESCRIPTION 'NDIS Miniport Driver for CS8900 Ethernet Adapters'
EXPORTS DriverEntry