use I/O ports on the i386

This commit is contained in:
cgd 1995-08-19 04:27:31 +00:00
parent 01597582c1
commit 1c8b202de7
1 changed files with 1 additions and 2 deletions

View File

@ -114,9 +114,8 @@
/*
* Intel CPUs should use I/O mapped access.
* (NetBSD doesn't support it yet)
*/
#if defined(__i386__) && !defined(__NetBSD__)
#if defined(__i386__)
#define TULIP_IOMAPPED
#endif