Fixed some broken stuff, added some cvs sugur.

svn path=/trunk/; revision=3389
This commit is contained in:
Robert Dickenson 2002-08-25 06:59:34 +00:00
parent 381af4ae02
commit 94aa216cf4
11 changed files with 104 additions and 7 deletions

View 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>

View file

@ -1,2 +1,5 @@
objects
ndis.coff
ndis.coff
*.d
*.o
*.sym

View file

@ -1,2 +1,5 @@
objects
tcpip.coff
tcpip.coff
*.d
*.o
*.sym

View file

@ -1,2 +1,5 @@
objects
tditest.coff
tditest.coff
*.d
*.o
*.sym

View file

@ -5,3 +5,6 @@ wshtcpip.coff
base.tmp
junk.tmp
temp.exp
*.d
*.o
*.sym

View 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

View file

@ -1,3 +1,19 @@
shell32.coff
shell32.dll
shell32.nostrip.dll
shell32.nostrip.dll
*.sys
*.exe
*.dll
*.cpl
*.a
*.o
*.d
*.coff
*.dsp
*.dsw
*.aps
*.ncb
*.opt
*.sym
*.plg
*.bak

View 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

View 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

View 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

View 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