summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc64/dev/hvctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/dev/hvctl.c b/sys/arch/sparc64/dev/hvctl.c
index 373016ea04c..067c63e5db0 100644
--- a/sys/arch/sparc64/dev/hvctl.c
+++ b/sys/arch/sparc64/dev/hvctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hvctl.c,v 1.2 2012/03/20 19:10:55 kettenis Exp $ */
+/* $OpenBSD: hvctl.c,v 1.3 2012/03/26 20:09:47 kettenis Exp $ */
/*
* Copyright (c) 2009, 2012 Mark Kettenis
*
@@ -50,8 +50,8 @@ struct hv_io {
#define HVIOCREAD _IOW('h', 0, struct hv_io)
#define HVIOCWRITE _IOW('h', 1, struct hv_io)
-#define HVCTL_TX_ENTRIES 32
-#define HVCTL_RX_ENTRIES 32
+#define HVCTL_TX_ENTRIES 128
+#define HVCTL_RX_ENTRIES 128
struct hvctl_softc {
struct device sc_dv;