Make sure you include <sys/devconf.h> if you have devconf code. :(
This commit is contained in:
parent
a0245aeb1a
commit
f73355c18f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15676
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user