diff options
author | 2006-12-13 21:12:56 +0000 | |
---|---|---|
committer | 2006-12-13 21:12:56 +0000 | |
commit | 1783d24c4c0fbebb95744271bf92a64c60d93ae7 (patch) | |
tree | 276ec059452239e4416d07093c6fcc01597db49b /sys/dev/ic | |
parent | Missing "break;" for the KA46/KA48 case, fortunately caused no harm but a (diff) | |
download | wireguard-openbsd-1783d24c4c0fbebb95744271bf92a64c60d93ae7.tar.xz wireguard-openbsd-1783d24c4c0fbebb95744271bf92a64c60d93ae7.zip |
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')
-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 *); |