mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
switched to mapped port i/o from immediate i/o, having solved the port mapping problem in ndis
svn path=/trunk/; revision=5988
This commit is contained in:
parent
3f8dab56a1
commit
2ef78d9833
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
#include "pcnethw.h"
|
||||
#include "pcnet.h"
|
||||
|
||||
#define USE_IMMEDIATE_PORT_IO 1
|
||||
#define USE_IMMEDIATE_PORT_IO 0
|
||||
|
||||
VOID
|
||||
STDCALL
|
||||
|
|
Loading…
Reference in a new issue