diff options
Diffstat (limited to 'sys/i386/isa/seagate.c')
-rw-r--r-- | sys/i386/isa/seagate.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/isa/seagate.c b/sys/i386/isa/seagate.c index eaf6142..76a5215 100644 --- a/sys/i386/isa/seagate.c +++ b/sys/i386/isa/seagate.c @@ -60,7 +60,7 @@ * that category, with the possible exception of scanners and * some of the older MO drives. * - * $Id: seagate.c,v 1.12 1995/11/04 17:07:44 bde Exp $ + * $Id: seagate.c,v 1.13 1995/12/06 23:50:20 bde Exp $ */ /* @@ -126,6 +126,8 @@ #include <machine/clock.h> #include <vm/vm.h> +#include <vm/vm_param.h> +#include <vm/pmap.h> #include <i386/isa/isa_device.h> |