diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-28 16:15:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-28 16:15:48 +0000 |
commit | e8819b77bfb041f813ffbf6e8c1ad7f334adc333 (patch) | |
tree | 4588a1939101fc6073ad7467113c123c8b5bb195 /sys/dev/isa/wd.c | |
parent | c51a554db7b34fa09912603268d0a4464d346076 (diff) |
i386 isa bounce buffers by hannken@eis.cs.tu-bs.de
ultra14f does not bounce properly yet.
Diffstat (limited to 'sys/dev/isa/wd.c')
-rw-r--r-- | sys/dev/isa/wd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/isa/wd.c b/sys/dev/isa/wd.c index 90b6f37f56f..c9d169560f2 100644 --- a/sys/dev/isa/wd.c +++ b/sys/dev/isa/wd.c @@ -55,6 +55,7 @@ #include <machine/pio.h> #include <dev/isa/isavar.h> +#include <dev/isa/isadmavar.h> #include <dev/isa/wdreg.h> #define WAITTIME (4 * hz) /* time to wait for a completion */ |