diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-09-25 06:04:25 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-09-25 06:04:25 +0000 |
| commit | 87eafbcacd0f66b638e7bb730d2df94d341e5670 (patch) | |
| tree | a65f2c1912d81da128b0922eb4c89e8836863865 /sys/dev/fdc | |
| parent | d111a6bea7db6de71fabba0a5375945dc9530f36 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fdc')
| -rw-r--r-- | sys/dev/fdc/fdc.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c index 3943c3b69a99..bb4caca48445 100644 --- a/sys/dev/fdc/fdc.c +++ b/sys/dev/fdc/fdc.c @@ -40,7 +40,7 @@ * SUCH DAMAGE. * * from: @(#)fd.c 7.4 (Berkeley) 5/25/91 - * $Id: fd.c,v 1.30 1994/09/17 16:56:06 davidg Exp $ + * $Id: fd.c,v 1.31 1994/09/17 18:08:36 joerg Exp $ * */ @@ -71,6 +71,10 @@ #include <i386/isa/fdreg.h> #include <i386/isa/fdc.h> #include <i386/isa/rtc.h> +#if NFT > 0 +#include <sys/ftape.h> +#include <i386/isa/ftreg.h> +#endif #define RAW_PART 2 #define b_cylin b_resid |
