diff options
Diffstat (limited to 'sys/dev/ic/wdcvar.h')
-rw-r--r-- | sys/dev/ic/wdcvar.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sys/dev/ic/wdcvar.h b/sys/dev/ic/wdcvar.h index 1d4fb228154..9319311eb0b 100644 --- a/sys/dev/ic/wdcvar.h +++ b/sys/dev/ic/wdcvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wdcvar.h,v 1.1 1999/07/18 21:25:16 csapuntz Exp $ */ +/* $OpenBSD: wdcvar.h,v 1.2 1999/07/22 02:54:06 csapuntz Exp $ */ /* $NetBSD: wdcvar.h,v 1.17 1999/04/11 20:50:29 bouyer Exp $ */ /*- @@ -37,12 +37,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#if 0 -/* XXX for scsipi_adapter */ -#include <dev/scsipi/scsipi_all.h> -#include <dev/scsipi/scsipiconf.h> -#endif - struct atapiscsi_softc; #define WAITTIME (10 * hz) /* time to wait for a completion */ @@ -202,3 +196,7 @@ void wdc_atapibus_attach __P((struct channel_softc *)); void wdc_atapibus_final_attach __P((struct channel_softc *)); int atapi_print __P((void *, const char *)); + +void wdc_disable_intr __P((struct channel_softc *)); +void wdc_enable_intr __P((struct channel_softc *)); +int wdc_select_drive __P((struct channel_softc *, int, int)); |