summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/ne1000/ne1000.c
blob: 8512af997d91e97006379f894987b45a1f2cc4f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*++

Copyright (c) 1992  Microsoft Corporation

Module Name:

    ne1000.c

Abstract:

    This is the main file for the NE1000 Ethernet adapter.
    This driver conforms to the NDIS 3.0 interface.

Author:

    Sean Selitrennikoff

Environment:

    Kernel Mode - Or whatever is the equivalent on OS/2 and DOS.

Revision History:


--*/

#include "..\ne2000\card.c"
#include "..\ne2000\interrup.c"
#include "..\ne2000\ne2000.c"