summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/dc21x4.bc
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/ndis/dc21x4.bc')
-rw-r--r--private/ntos/ndis/dc21x4.bc/alloc.c1
-rw-r--r--private/ntos/ndis/dc21x4.bc/copy.c1
-rw-r--r--private/ntos/ndis/dc21x4.bc/dc21x4.c1
-rw-r--r--private/ntos/ndis/dc21x4.bc/dc21x4.rc2
-rw-r--r--private/ntos/ndis/dc21x4.bc/filter.c1
-rw-r--r--private/ntos/ndis/dc21x4.bc/init.c1
-rw-r--r--private/ntos/ndis/dc21x4.bc/interrup.c1
-rw-r--r--private/ntos/ndis/dc21x4.bc/mactophy.c2
-rw-r--r--private/ntos/ndis/dc21x4.bc/makefile7
-rw-r--r--private/ntos/ndis/dc21x4.bc/media.c1
-rw-r--r--private/ntos/ndis/dc21x4.bc/miigen.c2
-rw-r--r--private/ntos/ndis/dc21x4.bc/miiphy.c2
-rw-r--r--private/ntos/ndis/dc21x4.bc/monitor.c1
-rw-r--r--private/ntos/ndis/dc21x4.bc/register.c1
-rw-r--r--private/ntos/ndis/dc21x4.bc/request.c1
-rw-r--r--private/ntos/ndis/dc21x4.bc/reset.c1
-rw-r--r--private/ntos/ndis/dc21x4.bc/send.c1
-rw-r--r--private/ntos/ndis/dc21x4.bc/sources49
-rw-r--r--private/ntos/ndis/dc21x4.bc/srom.c1
-rw-r--r--private/ntos/ndis/dc21x4.bc/transfer.c1
20 files changed, 78 insertions, 0 deletions
diff --git a/private/ntos/ndis/dc21x4.bc/alloc.c b/private/ntos/ndis/dc21x4.bc/alloc.c
new file mode 100644
index 000000000..1cf6113b9
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/alloc.c
@@ -0,0 +1 @@
+#include <..\dc21x4\alloc.c>
diff --git a/private/ntos/ndis/dc21x4.bc/copy.c b/private/ntos/ndis/dc21x4.bc/copy.c
new file mode 100644
index 000000000..e6eda3707
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/copy.c
@@ -0,0 +1 @@
+#include <..\dc21x4\copy.c>
diff --git a/private/ntos/ndis/dc21x4.bc/dc21x4.c b/private/ntos/ndis/dc21x4.bc/dc21x4.c
new file mode 100644
index 000000000..edae3acae
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/dc21x4.c
@@ -0,0 +1 @@
+#include <..\dc21x4\dc21x4.c>
diff --git a/private/ntos/ndis/dc21x4.bc/dc21x4.rc b/private/ntos/ndis/dc21x4.bc/dc21x4.rc
new file mode 100644
index 000000000..1509f3b2d
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/dc21x4.rc
@@ -0,0 +1,2 @@
+#include <..\dc21x4\dc21x4.rc>
+
diff --git a/private/ntos/ndis/dc21x4.bc/filter.c b/private/ntos/ndis/dc21x4.bc/filter.c
new file mode 100644
index 000000000..f8d24c318
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/filter.c
@@ -0,0 +1 @@
+#include <..\dc21x4\filter.c>
diff --git a/private/ntos/ndis/dc21x4.bc/init.c b/private/ntos/ndis/dc21x4.bc/init.c
new file mode 100644
index 000000000..c685e3878
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/init.c
@@ -0,0 +1 @@
+#include <..\dc21x4\init.c>
diff --git a/private/ntos/ndis/dc21x4.bc/interrup.c b/private/ntos/ndis/dc21x4.bc/interrup.c
new file mode 100644
index 000000000..bffe64c70
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/interrup.c
@@ -0,0 +1 @@
+#include <..\dc21x4\interrup.c>
diff --git a/private/ntos/ndis/dc21x4.bc/mactophy.c b/private/ntos/ndis/dc21x4.bc/mactophy.c
new file mode 100644
index 000000000..1abda33af
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/mactophy.c
@@ -0,0 +1,2 @@
+#include <..\dc21x4\mactophy.c>
+
diff --git a/private/ntos/ndis/dc21x4.bc/makefile b/private/ntos/ndis/dc21x4.bc/makefile
new file mode 100644
index 000000000..58189757d
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/makefile
@@ -0,0 +1,7 @@
+#
+# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
+# file to this component. This file merely indirects to the real make file
+# that is shared by all the driver components of the Windows NT DDK
+#
+
+!INCLUDE $(NTMAKEENV)\makefile.def
diff --git a/private/ntos/ndis/dc21x4.bc/media.c b/private/ntos/ndis/dc21x4.bc/media.c
new file mode 100644
index 000000000..6a114878f
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/media.c
@@ -0,0 +1 @@
+#include <..\dc21x4\media.c>
diff --git a/private/ntos/ndis/dc21x4.bc/miigen.c b/private/ntos/ndis/dc21x4.bc/miigen.c
new file mode 100644
index 000000000..e5c896a46
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/miigen.c
@@ -0,0 +1,2 @@
+#include <..\dc21x4\miigen.c>
+
diff --git a/private/ntos/ndis/dc21x4.bc/miiphy.c b/private/ntos/ndis/dc21x4.bc/miiphy.c
new file mode 100644
index 000000000..bd227d572
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/miiphy.c
@@ -0,0 +1,2 @@
+#include <..\dc21x4\miiphy.c>
+
diff --git a/private/ntos/ndis/dc21x4.bc/monitor.c b/private/ntos/ndis/dc21x4.bc/monitor.c
new file mode 100644
index 000000000..0df5fd0cf
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/monitor.c
@@ -0,0 +1 @@
+#include <..\dc21x4\monitor.c>
diff --git a/private/ntos/ndis/dc21x4.bc/register.c b/private/ntos/ndis/dc21x4.bc/register.c
new file mode 100644
index 000000000..419da3ed2
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/register.c
@@ -0,0 +1 @@
+#include <..\dc21x4\register.c>
diff --git a/private/ntos/ndis/dc21x4.bc/request.c b/private/ntos/ndis/dc21x4.bc/request.c
new file mode 100644
index 000000000..f63f2bdec
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/request.c
@@ -0,0 +1 @@
+#include <..\dc21x4\request.c>
diff --git a/private/ntos/ndis/dc21x4.bc/reset.c b/private/ntos/ndis/dc21x4.bc/reset.c
new file mode 100644
index 000000000..2b8625576
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/reset.c
@@ -0,0 +1 @@
+#include <..\dc21x4\reset.c>
diff --git a/private/ntos/ndis/dc21x4.bc/send.c b/private/ntos/ndis/dc21x4.bc/send.c
new file mode 100644
index 000000000..196f8066c
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/send.c
@@ -0,0 +1 @@
+#include <..\dc21x4\send.c>
diff --git a/private/ntos/ndis/dc21x4.bc/sources b/private/ntos/ndis/dc21x4.bc/sources
new file mode 100644
index 000000000..ecd972a06
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/sources
@@ -0,0 +1,49 @@
+!if 0
+ Copyright (C) 1992-1995 by Digital Equipment Corporation
+
+Module Name:
+
+ sources.
+
+Abstract:
+
+ This file specifies the DC21X4 NDIS3 miniport driver being built
+ and the list of sources files needed to build it.
+ It specifies also the compiler switches specific to this driver
+
+Author:
+
+ Philippe Klein
+
+!endif
+
+TARGETNAME=DC21X4BC
+TARGETTYPE=DRIVER
+
+TARGETPATH=$(BASEDIR)\public\sdk\lib
+TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\ndis.lib
+INCLUDES=..\..\inc;..\dc21x4
+
+C_DEFINES=$(C_DEFINES) -DNDIS_MINIPORT_DRIVER
+C_DEFINES=$(C_DEFINES) -DNDIS40_MINIPORT
+LINKER_FLAGS=$(LINKER_FLAGS) /map
+
+MSC_WARNING_LEVEL=/W3 /WX
+
+SOURCES=alloc.c \
+ copy.c \
+ dc21x4.c \
+ filter.c \
+ init.c \
+ interrup.c \
+ media.c \
+ register.c \
+ request.c \
+ reset.c \
+ send.c \
+ monitor.c \
+ srom.c \
+ mactophy.c \
+ miigen.c \
+ miiphy.c \
+ dc21x4.rc
diff --git a/private/ntos/ndis/dc21x4.bc/srom.c b/private/ntos/ndis/dc21x4.bc/srom.c
new file mode 100644
index 000000000..b94a064b0
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/srom.c
@@ -0,0 +1 @@
+#include <..\dc21x4\srom.c>
diff --git a/private/ntos/ndis/dc21x4.bc/transfer.c b/private/ntos/ndis/dc21x4.bc/transfer.c
new file mode 100644
index 000000000..63c85cc8c
--- /dev/null
+++ b/private/ntos/ndis/dc21x4.bc/transfer.c
@@ -0,0 +1 @@
+#include <..\dc21x4\transfer.c>