diff --git a/reactos/drivers/dd/serial/serial.c b/reactos/drivers/dd/serial/serial.c index 3ff0088fb5d..2f004201c70 100644 --- a/reactos/drivers/dd/serial/serial.c +++ b/reactos/drivers/dd/serial/serial.c @@ -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 //#include -#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 diff --git a/reactos/drivers/net/ndis/.cvsignore b/reactos/drivers/net/ndis/.cvsignore index fd3fd924d3a..dea51408a56 100644 --- a/reactos/drivers/net/ndis/.cvsignore +++ b/reactos/drivers/net/ndis/.cvsignore @@ -1,2 +1,5 @@ objects -ndis.coff \ No newline at end of file +ndis.coff +*.d +*.o +*.sym diff --git a/reactos/drivers/net/tcpip/.cvsignore b/reactos/drivers/net/tcpip/.cvsignore index 0b3091b2b5d..48a5fe098cd 100644 --- a/reactos/drivers/net/tcpip/.cvsignore +++ b/reactos/drivers/net/tcpip/.cvsignore @@ -1,2 +1,5 @@ objects -tcpip.coff \ No newline at end of file +tcpip.coff +*.d +*.o +*.sym diff --git a/reactos/drivers/net/tditest/.cvsignore b/reactos/drivers/net/tditest/.cvsignore index 6ad15ee3dc7..b2e0f397786 100644 --- a/reactos/drivers/net/tditest/.cvsignore +++ b/reactos/drivers/net/tditest/.cvsignore @@ -1,2 +1,5 @@ objects -tditest.coff \ No newline at end of file +tditest.coff +*.d +*.o +*.sym diff --git a/reactos/drivers/net/wshtcpip/.cvsignore b/reactos/drivers/net/wshtcpip/.cvsignore index 6b8b4cbc2c4..d64b3996ce0 100644 --- a/reactos/drivers/net/wshtcpip/.cvsignore +++ b/reactos/drivers/net/wshtcpip/.cvsignore @@ -5,3 +5,6 @@ wshtcpip.coff base.tmp junk.tmp temp.exp +*.d +*.o +*.sym diff --git a/reactos/lib/packet/.cvsignore b/reactos/lib/packet/.cvsignore index bf33b8bf094..bbdfcbf147f 100644 --- a/reactos/lib/packet/.cvsignore +++ b/reactos/lib/packet/.cvsignore @@ -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 diff --git a/reactos/lib/shell32/.cvsignore b/reactos/lib/shell32/.cvsignore index 65d5e6dfbb8..cffb70c329c 100644 --- a/reactos/lib/shell32/.cvsignore +++ b/reactos/lib/shell32/.cvsignore @@ -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 diff --git a/reactos/lib/shell32/shell32.rc b/reactos/lib/shell32/shell32.rc index fda429ed2e2..699027d1603 100644 --- a/reactos/lib/shell32/shell32.rc +++ b/reactos/lib/shell32/shell32.rc @@ -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 diff --git a/reactos/lib/snmpapi/.cvsignore b/reactos/lib/snmpapi/.cvsignore index b93d68405db..31883d6c78e 100644 --- a/reactos/lib/snmpapi/.cvsignore +++ b/reactos/lib/snmpapi/.cvsignore @@ -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 diff --git a/reactos/lib/ws2help/.cvsignore b/reactos/lib/ws2help/.cvsignore index 60cdf73addd..ac4ba226cd3 100644 --- a/reactos/lib/ws2help/.cvsignore +++ b/reactos/lib/ws2help/.cvsignore @@ -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 diff --git a/reactos/lib/wshirda/.cvsignore b/reactos/lib/wshirda/.cvsignore index d1e7df68476..d699672320b 100644 --- a/reactos/lib/wshirda/.cvsignore +++ b/reactos/lib/wshirda/.cvsignore @@ -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