代码搜索结果
找到约 10,000 项符合
Ethernet 的代码
sitsang_eth_drivers.cdl
# ====================================================================
#
# sitsang_eth_drivers.cdl
#
# Ethernet drivers
# Intel SITSANG and PRO/100+ platform specific support
#
# =====================
mahwah_eth_drivers.cdl
# ====================================================================
#
# mahwah_eth_drivers.cdl
#
# Ethernet drivers
# Intel MAHWAH and PRO/100+ platform specific support
#
# =======================
makefile
EXEC = ethernet
OBJS = ethernet.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS$(LDLIBS-$(@)))
romfs:
$(ROMFSINST) /bin/$(EXEC)
cp ethernet /ethernet
clean:
-rm -f $(E
makefile
EXEC = ethernet
OBJS = ethernet.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS$(LDLIBS-$(@)))
romfs:
$(ROMFSINST) /bin/$(EXEC)
cp ethernet /ethernet
clean:
-rm -f $(E
lan91c111.h
#ifndef _LAN91C111_H_
#define _LAN91C111_H_
int lan91c111_handler (void *, NIF *);
int lan91c111_init (NIF *, int);
/* To print out debug info, LAN91C111_DEBUG > 0 */
#define LAN91C111_DEB
makefile
EXEC = ethernet
OBJS = ethernet.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS$(LDLIBS-$(@)))
romfs:
$(ROMFSINST) /bin/$(EXEC)
cp ethernet /ethernet
clean:
-rm -f $(E
repository
ethernet/sim/rtl_sim/modelsim_sim/bin/work
repository
ethernet/sim/rtl_sim/bin/INCA_libs/worklib
interfaces
######################################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
#
#
# !!!NOTE!!! THIS IS AN ALPHA RELEASE! DO NOT RELY ON
interfaces
######################################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
#
#
# !!!NOTE!!! THIS IS AN ALPHA RELEASE! DO NOT RELY ON