summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/tc/tc_dma_3000_500.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/tc/tc_dma_3000_500.c')
-rw-r--r--sys/arch/alpha/tc/tc_dma_3000_500.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/tc/tc_dma_3000_500.c b/sys/arch/alpha/tc/tc_dma_3000_500.c
index 49732d62ec9..51faf6d9262 100644
--- a/sys/arch/alpha/tc/tc_dma_3000_500.c
+++ b/sys/arch/alpha/tc/tc_dma_3000_500.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tc_dma_3000_500.c,v 1.1 2002/05/02 22:56:06 miod Exp $ */
+/* $OpenBSD: tc_dma_3000_500.c,v 1.2 2006/04/04 21:20:40 brad Exp $ */
/* $NetBSD: tc_dma_3000_500.c,v 1.13 2001/07/19 06:40:03 thorpej Exp $ */
/*-
@@ -61,6 +61,7 @@ struct alpha_bus_dma_tag tc_dmat_sgmap = {
NULL, /* _next_window */
0, /* _boundary */
NULL, /* _sgmap */
+ 0, /* _pfthresh */
NULL, /* _get_tag */
tc_bus_dmamap_create_sgmap,
tc_bus_dmamap_destroy_sgmap,