Fixed some broken stuff, added some cvs sugur.
authorRobert Dickenson <robd@reactos.org>
Sun, 25 Aug 2002 06:59:34 +0000 (06:59 +0000)
committerRobert Dickenson <robd@reactos.org>
Sun, 25 Aug 2002 06:59:34 +0000 (06:59 +0000)
svn path=/trunk/; revision=3389

reactos/drivers/dd/serial/serial.c
reactos/drivers/net/ndis/.cvsignore
reactos/drivers/net/tcpip/.cvsignore
reactos/drivers/net/tditest/.cvsignore
reactos/drivers/net/wshtcpip/.cvsignore
reactos/lib/packet/.cvsignore
reactos/lib/shell32/.cvsignore
reactos/lib/shell32/shell32.rc
reactos/lib/snmpapi/.cvsignore
reactos/lib/ws2help/.cvsignore
reactos/lib/wshirda/.cvsignore

index 3ff0088..2f00420 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: serial.c,v 1.8 2000/06/29 23:35:49 dwelch Exp $
+/* $Id: serial.c,v 1.9 2002/08/25 06:59:34 robd Exp $
  *
  * Serial driver
  * Written by Jason Filby (jasonfilby@yahoo.com)
@@ -8,7 +8,12 @@
 
 #include <ddk/ntddk.h>
 //#include <internal/mmhal.h>
-#include "../../../ntoskrnl/include/internal/i386/io.h"
+//#include "../../../ntoskrnl/include/internal/i386/io.h"
+//#include "../../../ntoskrnl/include/internal/io.h"
+
+#define outb_p(a,p) WRITE_PORT_UCHAR((PUCHAR)a,p)
+#define outw_p(a,p) WRITE_PORT_USHORT((PUSHORT)a,p)
+#define inb_p(p)    READ_PORT_UCHAR((PUCHAR)p)
 
 #define NDEBUG
 #include <debug.h>
index fd3fd92..dea5140 100644 (file)
@@ -1,2 +1,5 @@
 objects
-ndis.coff
\ No newline at end of file
+ndis.coff
+*.d
+*.o
+*.sym
index 0b3091b..48a5fe0 100644 (file)
@@ -1,2 +1,5 @@
 objects
-tcpip.coff
\ No newline at end of file
+tcpip.coff
+*.d
+*.o
+*.sym
index 6ad15ee..b2e0f39 100644 (file)
@@ -1,2 +1,5 @@
 objects
-tditest.coff
\ No newline at end of file
+tditest.coff
+*.d
+*.o
+*.sym
index 6b8b4cb..d64b399 100644 (file)
@@ -5,3 +5,6 @@ wshtcpip.coff
 base.tmp
 junk.tmp
 temp.exp
+*.d
+*.o
+*.sym
index bf33b8b..bbdfcbf 100644 (file)
@@ -1,3 +1,19 @@
 packet.coff
 packet.dll
 packet.nostrip.dll
+*.sys
+*.exe
+*.dll
+*.cpl
+*.a
+*.o
+*.d
+*.coff
+*.dsp
+*.dsw
+*.aps
+*.ncb
+*.opt
+*.sym
+*.plg
+*.bak
index 65d5e6d..cffb70c 100644 (file)
@@ -1,3 +1,19 @@
 shell32.coff
 shell32.dll
-shell32.nostrip.dll
\ No newline at end of file
+shell32.nostrip.dll
+*.sys
+*.exe
+*.dll
+*.cpl
+*.a
+*.o
+*.d
+*.coff
+*.dsp
+*.dsw
+*.aps
+*.ncb
+*.opt
+*.sym
+*.plg
+*.bak
index fda429e..699027d 100644 (file)
@@ -21,7 +21,7 @@ BEGIN
         BLOCK "040904b0"
         BEGIN
             VALUE "CompanyName",       RES_STR_COMPANY_NAME
-            VALUE "FileDescription",   "ReactOS Shell Common Library\0"
+            VALUE "FileDescription",   "ReactOS Shell32 Common Library\0"
             VALUE "FileVersion",       RES_STR_FILE_VERSION
             VALUE "InternalName",      "shell32\0"
             VALUE "LegalCopyright",    RES_STR_LEGAL_COPYRIGHT
index b93d684..31883d6 100644 (file)
@@ -5,3 +5,19 @@ snmpapi.coff
 base.tmp
 junk.tmp
 temp.exp
+*.sys
+*.exe
+*.dll
+*.cpl
+*.a
+*.o
+*.d
+*.coff
+*.dsp
+*.dsw
+*.aps
+*.ncb
+*.opt
+*.sym
+*.plg
+*.bak
index 60cdf73..ac4ba22 100644 (file)
@@ -5,3 +5,19 @@ ws2help.coff
 base.tmp
 junk.tmp
 temp.exp
+*.sys
+*.exe
+*.dll
+*.cpl
+*.a
+*.o
+*.d
+*.coff
+*.dsp
+*.dsw
+*.aps
+*.ncb
+*.opt
+*.sym
+*.plg
+*.bak
index d1e7df6..d699672 100644 (file)
@@ -5,3 +5,19 @@ wshirda.coff
 base.tmp
 junk.tmp
 temp.exp
+*.sys
+*.exe
+*.dll
+*.cpl
+*.a
+*.o
+*.d
+*.coff
+*.dsp
+*.dsw
+*.aps
+*.ncb
+*.opt
+*.sym
+*.plg
+*.bak