From d2e008d4b4e657588c17c6bae9fbf1b913ceeb0b Mon Sep 17 00:00:00 2001 From: jani Date: Wed, 5 Feb 2003 13:39:35 +0000 Subject: [PATCH] Update src/FILES and src/netif/FILES --- src/FILES | 2 -- src/netif/FILES | 5 +---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/FILES b/src/FILES index c66ca36d..37b8f843 100644 --- a/src/FILES +++ b/src/FILES @@ -1,7 +1,5 @@ api/ - The code for the API. -arch/ - Architectural specific files are kept here. - core/ - The core files including protocol implementations, memory and buffer management etc. diff --git a/src/netif/FILES b/src/netif/FILES index aff1292b..76b9583d 100644 --- a/src/netif/FILES +++ b/src/netif/FILES @@ -11,6 +11,7 @@ ethernetif.c An example of how an Ethernet device driver could look. This file can be used as a "skeleton" for developing new Ethernet network device drivers. It uses the etharp.c ARP code. + !!!THIS FILE IS NOT IN SYNC WITH CURRENT CODE !!!! loopif.c An example network interface that shows how a "loopback" @@ -22,7 +23,3 @@ slipif.c A generic implementation of the SLIP (Serial Line IP) protocol. It requires a sio (serial I/O) module to work. -tcpdump.c - Not a network interface driver, but some code that parses a - TCP/IP packet and outputs printfs in an tcpdump-like - way. Only used for debugging.