mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
[NE2000]
* Use ne2000.h as a PCH. svn path=/trunk/; revision=52930
This commit is contained in:
parent
6ece3cae14
commit
afca49adf2
5 changed files with 4 additions and 6 deletions
|
@ -7,8 +7,7 @@ list(APPEND SOURCE
|
|||
ne2000.rc)
|
||||
|
||||
add_library(ne2000 SHARED ${SOURCE})
|
||||
|
||||
add_pch(ne2000 include/ne2000.h)
|
||||
set_module_type(ne2000 kernelmodedriver)
|
||||
add_importlibs(ne2000 ndis ntoskrnl hal)
|
||||
|
||||
add_cd_file(TARGET ne2000 DESTINATION reactos/system32/drivers FOR all)
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
* PURPOSE: NE2000 driver definitions
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#define NDIS_MINIPORT_DRIVER 1
|
||||
#define NDIS_LEGACY_MINIPORT 1
|
||||
#define NDIS51_MINIPORT 1
|
||||
|
|
|
@ -9,5 +9,8 @@
|
|||
<file>8390.c</file>
|
||||
<file>main.c</file>
|
||||
</directory>
|
||||
<directory name="include">
|
||||
<pch>ne2000.h</pch>
|
||||
</directory>
|
||||
<file>ne2000.rc</file>
|
||||
</module>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
* CSH 27/08-2000 Created
|
||||
*/
|
||||
#include <ne2000.h>
|
||||
#include <debug.h>
|
||||
|
||||
/* Null-terminated array of ports to probe. This is "semi-risky" (Don Becker). */
|
||||
ULONG_PTR ProbeAddressList[] = { 0x280, 0x300, 0x320, 0x340, 0x360, 0x380, 0 };
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
* CSH 27/08-2000 Created
|
||||
*/
|
||||
#include <ne2000.h>
|
||||
#include <debug.h>
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
|
Loading…
Reference in a new issue