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/arch/mac68k/dev/sbcvar.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/arch/mac68k/dev/sbcvar.h')
-rw-r--r-- | sys/arch/mac68k/dev/sbcvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/sbcvar.h b/sys/arch/mac68k/dev/sbcvar.h index 60391a282fd..acd78c3de51 100644 --- a/sys/arch/mac68k/dev/sbcvar.h +++ b/sys/arch/mac68k/dev/sbcvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbcvar.h,v 1.7 2006/04/14 09:36:49 martin Exp $ */ +/* $OpenBSD: sbcvar.h,v 1.8 2006/12/13 21:12:56 miod Exp $ */ /* $NetBSD: sbcvar.h,v 1.1 1997/03/01 20:19:00 scottr Exp $ */ /* @@ -117,7 +117,6 @@ void sbc_dma_free(struct ncr5380_softc *); void sbc_dma_poll(struct ncr5380_softc *); void sbc_dma_setup(struct ncr5380_softc *); void sbc_dma_start(struct ncr5380_softc *); -void sbc_dma_eop(struct ncr5380_softc *); void sbc_dma_stop(struct ncr5380_softc *); #ifdef SBC_DEBUG void decode_5380_intr(struct ncr5380_softc *); |