summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_vmx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_vmx.c b/sys/dev/pci/if_vmx.c
index cac09ab1476..0487c144bfa 100644
--- a/sys/dev/pci/if_vmx.c
+++ b/sys/dev/pci/if_vmx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_vmx.c,v 1.14 2013/11/08 22:36:22 dlg Exp $ */
+/* $OpenBSD: if_vmx.c,v 1.15 2013/11/11 07:19:53 dlg Exp $ */
/*
* Copyright (c) 2013 Tsubai Masanari
@@ -51,9 +51,9 @@
#define NRXQUEUE 1
#define NTXQUEUE 1
-#define NTXDESC 64 /* tx ring size */
+#define NTXDESC 128 /* tx ring size */
#define NTXSEGS 8 /* tx descriptors per packet */
-#define NRXDESC 64
+#define NRXDESC 128
#define NTXCOMPDESC NTXDESC
#define NRXCOMPDESC (NRXDESC * 2) /* ring1 + ring2 */