From d9638539eb82b74d9efc7abb0d71b2deb68a2547 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 10 Aug 2017 12:34:23 +0200 Subject: some renamed in ethernet/rtl8139 don't try tp play with the ethernet CRCs, they belong to layer 2 OSI, the firmware of the network card rtl8139: computing packet size correctly (sizeof uint32_t of the CRC was part of the payload len) --- BUGS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BUGS') diff --git a/BUGS b/BUGS index 73e2525..d2a7dcc 100644 --- a/BUGS +++ b/BUGS @@ -28,3 +28,7 @@ - also the PS/2 devices are on a serio bus - there are ISA/AGP/I2C/USB buses which are also dynamic - we could have multiple registered handlers for some devices +- rtl8139 driver: + - can only transmit one packet in parallel currently (transmitting + boolean flag. Taken from Tyndur. No queueing currently and + postponing of sending of packets) -- cgit v1.2.3-54-g00ecf