summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-05-07 21:56:46 +0000
committernate <nate@FreeBSD.org>1996-05-07 21:56:46 +0000
commit8aad1b23c881ad849e3a03eab1568cecd8657048 (patch)
tree3b612b1b658b0e5573efb92bca7fe20b6eebec33
parent3fd47327baeab4086c7ca24ac783b876954f490d (diff)
downloadFreeBSD-src-8aad1b23c881ad849e3a03eab1568cecd8657048.zip
FreeBSD-src-8aad1b23c881ad849e3a03eab1568cecd8657048.tar.gz
Make sure you include <sys/devconf.h> if you have devconf code. :(
-rw-r--r--sys/i386/isa/psm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/psm.c b/sys/i386/isa/psm.c
index 2dcd7c5..3a49181 100644
--- a/sys/i386/isa/psm.c
+++ b/sys/i386/isa/psm.c
@@ -55,6 +55,7 @@
#include <sys/file.h>
#include <sys/proc.h>
#include <sys/conf.h>
+#include <sys/devconf.h>
#ifdef DEVFS
#include <sys/devfsext.h>
#endif /*DEVFS*/
@@ -308,7 +309,7 @@ psm_poll_status(int ioport)
/* XXX - Avoids some keyboard hangs during probe */
DELAY(6);
inb(ioport+PSM_DATA);
- }
+ }
return;
}
OpenPOWER on IntegriCloud