summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wdreg.h
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-09-07 02:08:51 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-09-07 02:08:51 +0000
commit01e2335ab49087af32c05b414c59132dab3b9c4c (patch)
tree6b43dc2df561b511c7feb9b6910a1cf405c3e048 /sys/i386/isa/wdreg.h
parentc9cd950a492bbf58938774613d9b40ed6d8c1d14 (diff)
downloadFreeBSD-src-01e2335ab49087af32c05b414c59132dab3b9c4c.zip
FreeBSD-src-01e2335ab49087af32c05b414c59132dab3b9c4c.tar.gz
Reverting wd driver back to version before Bruces new driver until the
many bugs can be worked out of it...
Diffstat (limited to 'sys/i386/isa/wdreg.h')
-rw-r--r--sys/i386/isa/wdreg.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/i386/isa/wdreg.h b/sys/i386/isa/wdreg.h
index 24d1897..d938915 100644
--- a/sys/i386/isa/wdreg.h
+++ b/sys/i386/isa/wdreg.h
@@ -129,15 +129,15 @@ struct wdparams {
/*
* wd driver entry points
*/
-void wdstrategy(struct buf *bp);
-void wdintr(int unit);
-int wdopen(dev_t dev, int flags, int fmt, struct proc *p);
+int wdprobe(struct isa_device *);
+int wdattach(struct isa_device *);
+int wdstrategy(struct buf *);
+void wdintr(struct intrframe);
+int wdopen(dev_t, int, int, struct proc *);
int wdclose(dev_t dev, int flags, int fmt);
-int wdioctl(dev_t dev, int cmd, caddr_t addr, int flag);
-#ifdef B_FORMAT
-int wdformat(struct buf *bp);
-#endif
-int wdsize(dev_t dev);
-int wddump(dev_t dev);
+int wdioctl(dev_t, int, caddr_t, int);
+/* int wdformat(struct buf *bp); */
+int wdsize(dev_t);
+int wddump(dev_t);
#endif KERNEL
OpenPOWER on IntegriCloud