From a132fee060fcc849fe59c622ef8010c83f8c041b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 1 Aug 2017 21:06:18 +0200 Subject: correctly receiving data in the rtl8139 driver and passing it to the network handler, in Qemu user network we see complete ARP requests now (sent by Qemu itself presumably to update it's 'router' table (an external telnet localhost 8080 is needed to trigger that) --- src/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/README') diff --git a/src/README b/src/README index 957d477..c2e9065 100644 --- a/src/README +++ b/src/README @@ -51,6 +51,8 @@ Driver framework and specific drivers. * hdi/ps2/ps2mouse.c - PS/2 mouse * video/video.c - generic video interface * video/vga.c - standard VGA video driver +* net/network.c - generic network interface +* net/rtl8139.c - driver for the RealTek8139 network card gui --- -- cgit v1.2.3-54-g00ecf