diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2006-08-06 14:23:06 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2006-08-06 14:23:06 +0000 |
commit | f17d8541ba498f5c9c2592e0388014fa637ec90f (patch) | |
tree | 78d7d060200a74198791098454c59d87438a02f0 /sys/dev | |
parent | 16a28e2736f351d488d177dd1f152a385a547605 (diff) |
remove a dragonflybsd'ism
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/acx.c | 10 |
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) { |