Index: uspace/srv/hw/netif/dp8390/dp8390.h
===================================================================
--- uspace/srv/hw/netif/dp8390/dp8390.h	(revision 854151c609055c16544a89e14572ba81716e8683)
+++ uspace/srv/hw/netif/dp8390/dp8390.h	(revision b404a98258ad59f7e2c9104938c667be48547dca)
@@ -245,5 +245,5 @@
 #define outb_reg1(dep, reg, data)  (outb(dep->de_dp8390_port + reg, data))
 
-#define SENDQ_NR     2  /* Maximum size of the send queue */
+#define SENDQ_NR     1  /* Maximum size of the send queue */
 #define SENDQ_PAGES  6  /* 6 * DP_PAGESIZE >= 1514 bytes */
 
