diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-29 01:15:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-29 01:15:16 +0000 |
commit | e30e9c3b99a52b4aee4f2c67dd8fecb3dbe4c42d (patch) | |
tree | 3c837bb62e56d9302a3208386c88e61c861eef23 /sys/dev/ic/wdcvar.h | |
parent | fe31401650e153ea2d10fd2e8494f3afe31f18cf (diff) |
reliability fixes from csapuntz; commit message replaced later with details
Diffstat (limited to 'sys/dev/ic/wdcvar.h')
-rw-r--r-- | sys/dev/ic/wdcvar.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/ic/wdcvar.h b/sys/dev/ic/wdcvar.h index 46d60d93874..db1d96db51f 100644 --- a/sys/dev/ic/wdcvar.h +++ b/sys/dev/ic/wdcvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wdcvar.h,v 1.3 1999/10/09 03:42:04 csapuntz Exp $ */ +/* $OpenBSD: wdcvar.h,v 1.4 1999/10/29 01:15:15 deraadt Exp $ */ /* $NetBSD: wdcvar.h,v 1.17 1999/04/11 20:50:29 bouyer Exp $ */ /*- @@ -194,3 +194,7 @@ 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)); + +void wdc_output_bytes __P((struct ata_drive_datas *drvp, void *, unsigned int)); +void wdc_input_bytes __P((struct ata_drive_datas *drvp, void *, unsigned int)); + |