summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpefo <pefo@openbsd.org>1996-10-01 20:50:12 +0000
committerpefo <pefo@openbsd.org>1996-10-01 20:50:12 +0000
commitc9c083da1db1362007632166b958b4723d84b608 (patch)
tree43fb6f854697de66a629f94653f95cf91dfe9694
parentCleaned up, bug fix (diff)
downloadwireguard-openbsd-c9c083da1db1362007632166b958b4723d84b608.tar.xz
wireguard-openbsd-c9c083da1db1362007632166b958b4723d84b608.zip
Ooops better size of bounce area is correct
-rw-r--r--sys/arch/arc/dti/desktech.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arc/dti/desktech.h b/sys/arch/arc/dti/desktech.h
index 18076961c5a..c5046489491 100644
--- a/sys/arch/arc/dti/desktech.h
+++ b/sys/arch/arc/dti/desktech.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: desktech.h,v 1.3 1996/09/24 19:37:27 pefo Exp $ */
+/* $OpenBSD: desktech.h,v 1.4 1996/10/01 20:50:12 pefo Exp $ */
/*
* Copyright (c) 1996 Per Fogelstrom
@@ -63,6 +63,6 @@
#define TYNE_P_BOUNCE (0x0100800000LL) /* Dma bounce buffer */
#define TYNE_V_BOUNCE 0xe2000000
-#define TYNE_S_BOUNCE 0x00100000
+#define TYNE_S_BOUNCE 0x00020000
#endif /* _DESKTECH_H_ */