Reverting wd driver back to version before Bruces new driver until the
many bugs can be worked out of it...
This commit is contained in:
parent
4af610b846
commit
0ad99dbc30
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user