use I/O ports on the i386
This commit is contained in:
parent
01597582c1
commit
1c8b202de7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue