From f17d8541ba498f5c9c2592e0388014fa637ec90f Mon Sep 17 00:00:00 2001 From: Damien Bergamini Date: Sun, 6 Aug 2006 14:23:06 +0000 Subject: remove a dragonflybsd'ism --- sys/dev/ic/acx.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'sys') 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 @@ -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) { -- cgit v1.2.3