From 0cd3e337a9b1803d33988148e77f1b9c4b5c4d66 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 13 Dec 2006 21:12:59 +0000 Subject: Remove the dma_eop callback in the ncr5380 driver md attachment, it was always doing nothing and the mi code does not use it anymore anyway. No functional change. --- sys/dev/ic/ncr5380var.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/ic') diff --git a/sys/dev/ic/ncr5380var.h b/sys/dev/ic/ncr5380var.h index adb27b51ab1..46ac6c67767 100644 --- a/sys/dev/ic/ncr5380var.h +++ b/sys/dev/ic/ncr5380var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr5380var.h,v 1.10 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: ncr5380var.h,v 1.11 2006/12/13 21:12:58 miod Exp $ */ /* $NetBSD: ncr5380var.h,v 1.6 1996/05/10 18:04:06 gwr Exp $ */ /* @@ -103,7 +103,6 @@ struct ncr5380_softc { void (*sc_dma_setup)(struct ncr5380_softc *); void (*sc_dma_start)(struct ncr5380_softc *); void (*sc_dma_poll)(struct ncr5380_softc *); - void (*sc_dma_eop)(struct ncr5380_softc *); void (*sc_dma_stop)(struct ncr5380_softc *); void (*sc_intr_on)(struct ncr5380_softc *); -- cgit v1.2.3