From c27b2d0dbefa1743c24f4e05594535696994e57e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 20 Jan 1999 18:55:50 +0000 Subject: Update of network driver from Erik Ivanenko . Comments follow: Here is the contents of the network directory of the i386ex BSP. The reset function has been recently added, and tested through a command line interface. A reset event to the reset thread to reset the NIC. This is done when the ISR detects that the NIC is in an invalid state. It has not been tested "in real life" since the board has not seen an invalid state since the reset function was implemented. --- c/src/lib/libbsp/i386/i386ex/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/i386/i386ex/Makefile.in') diff --git a/c/src/lib/libbsp/i386/i386ex/Makefile.in b/c/src/lib/libbsp/i386/i386ex/Makefile.in index 2000a7c0ca..22f260cb9e 100644 --- a/c/src/lib/libbsp/i386/i386ex/Makefile.in +++ b/c/src/lib/libbsp/i386/i386ex/Makefile.in @@ -11,9 +11,9 @@ PROJECT_ROOT = @PROJECT_ROOT@ include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg -# # We only build the Network library if HAS_NETWORKING was defined -# NETWORK_yes_V = network -# NETWORK = $(NETWORK_$(HAS_NETWORKING)_V) +# We only build the Network library if HAS_NETWORKING was defined +NETWORK_yes_V = network +NETWORK = $(NETWORK_$(HAS_NETWORKING)_V) # wrapup is the one that actually builds and installs the library # from the individual .rel files built in other directories -- cgit v1.2.3