diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-12-13 21:12:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-12-13 21:12:59 +0000 |
commit | 0cd3e337a9b1803d33988148e77f1b9c4b5c4d66 (patch) | |
tree | f1b07341ee7d647596e7ed8bb4d6415498a84bee /sys/dev/ic/ncr5380var.h | |
parent | f0687e966d8ccfc016ae9ff261cbcdd5e9895028 (diff) |
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.
Diffstat (limited to 'sys/dev/ic/ncr5380var.h')
-rw-r--r-- | sys/dev/ic/ncr5380var.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 *); |