summaryrefslogtreecommitdiff
path: root/sys/arch/vax/qbus/ubavar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/qbus/ubavar.h')
-rw-r--r--sys/arch/vax/qbus/ubavar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/qbus/ubavar.h b/sys/arch/vax/qbus/ubavar.h
index cca630c9dd2..de9c102ff96 100644
--- a/sys/arch/vax/qbus/ubavar.h
+++ b/sys/arch/vax/qbus/ubavar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ubavar.h,v 1.6 2004/07/07 23:10:46 deraadt Exp $ */
+/* $OpenBSD: ubavar.h,v 1.7 2006/07/19 20:22:37 miod Exp $ */
/* $NetBSD: ubavar.h,v 1.31 2001/04/26 19:16:07 ragge Exp $ */
/*
@@ -145,7 +145,6 @@ struct ubinfo {
/*
* Some common defines for all subtypes of U/Q-buses/adapters.
*/
-#define MAXUBAXFER (63*1024) /* Max transfer size in bytes */
#define UBAIOSIZE (8*1024) /* 8K I/O space */
#define ubdevreg(addr) ((addr) & 017777)