diff options
Diffstat (limited to 'sys/amd64/isa')
-rw-r--r-- | sys/amd64/isa/isa.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c index 3f9440d..f9a63bf 100644 --- a/sys/amd64/isa/isa.c +++ b/sys/amd64/isa/isa.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 - * $Id: isa.c,v 1.108 1997/11/30 09:44:28 jmg Exp $ + * $Id: isa.c,v 1.109 1998/01/31 03:29:00 eivind Exp $ */ /* @@ -47,6 +47,8 @@ * isa_dmastart() */ +#include "opt_diagnostic.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/buf.h> |