summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-09-15 17:55:47 +0000
committerpaul <paul@FreeBSD.org>1994-09-15 17:55:47 +0000
commitdbc1294a38e4a29ad5ffd0b29703008f35ff9197 (patch)
treea94a5d03d1528f80d70235f7e8d5f707bdc08d5e /sys/i386
parentc01f9b63387e0374bc03943b24ddbcbb599afe7c (diff)
downloadFreeBSD-src-dbc1294a38e4a29ad5ffd0b29703008f35ff9197.zip
FreeBSD-src-dbc1294a38e4a29ad5ffd0b29703008f35ff9197.tar.gz
Include pio.h so that all those drivers that only include cpufunc.h
get the faster io macros/inline code rather than call the routines in support.s This whole area needs some going over.....
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/cpufunc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/include/cpufunc.h b/sys/i386/include/cpufunc.h
index 455681b..e512714 100644
--- a/sys/i386/include/cpufunc.h
+++ b/sys/i386/include/cpufunc.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cpufunc.h,v 1.20 1994/09/02 04:12:16 davidg Exp $
+ * $Id: cpufunc.h,v 1.21 1994/09/15 16:27:12 paul Exp $
*/
/*
@@ -46,6 +46,8 @@
#include <machine/spl.h>
+#include <machine/pio.h>
+
#ifdef __GNUC__
static inline int bdb(void)
OpenPOWER on IntegriCloud