summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/acx.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/ic/acx.c b/sys/dev/ic/acx.c
index b76981ac74b..c4ba9af9b8a 100644
--- a/sys/dev/ic/acx.c
+++ b/sys/dev/ic/acx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acx.c,v 1.27 2006/08/06 14:22:11 damien Exp $ */
+/* $OpenBSD: acx.c,v 1.28 2006/08/06 14:23:05 damien Exp $ */
/*
* Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org>
@@ -1950,14 +1950,6 @@ acx_init_tmplt_ordered(struct acx_softc *sc)
return (0);
}
-#if 0
-void
-acx_ring_dma_addr(void *arg, bus_dma_segment_t *seg, int nseg, int error)
-{
- *((uint32_t *)arg) = seg->ds_addr;
-}
-#endif
-
int
acx_dma_alloc(struct acx_softc *sc)
{