diff options
author | kato <kato@FreeBSD.org> | 1998-02-05 10:06:42 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1998-02-05 10:06:42 +0000 |
commit | a5f2715e8552cc182e1a1b025e8f9fd372ee17de (patch) | |
tree | aad304fba7f45fe0b679fb51b650f0070390e6c9 | |
parent | d91961b04b3a937654ccf978068525ea74232860 (diff) | |
download | FreeBSD-src-a5f2715e8552cc182e1a1b025e8f9fd372ee17de.zip FreeBSD-src-a5f2715e8552cc182e1a1b025e8f9fd372ee17de.tar.gz |
Sync with sys/i386/isa/isa.c revision 1.110.
-rw-r--r-- | sys/pc98/pc98/pc98.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pc98/pc98/pc98.c b/sys/pc98/pc98/pc98.c index 54db431..12a4713 100644 --- a/sys/pc98/pc98/pc98.c +++ b/sys/pc98/pc98/pc98.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 - * $Id: pc98.c,v 1.45 1997/12/01 09:37:26 kato Exp $ + * $Id: pc98.c,v 1.46 1998/01/31 14:48:52 kato Exp $ */ /* @@ -47,6 +47,8 @@ * isa_dmastart() */ +#include "opt_diagnostic.h" + /* * modified for PC9801 by A.Kojima F.Ukai M.Ishii * Kyoto University Microcomputer Club (KMC) |