summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS4
1 files changed, 4 insertions, 0 deletions
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)