Fix some svn properties

svn path=/trunk/; revision=29819
This commit is contained in:
Hervé Poussineau 2007-10-23 08:30:39 +00:00
parent a8f4976951
commit 130fe6e833
5 changed files with 653 additions and 657 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,24 +1,24 @@
LIBRARY kdcom.dll LIBRARY kdcom.dll
EXPORTS EXPORTS
; Old KD ; Old KD
KdPortGetByte@4 KdPortGetByte@4
KdPortGetByteEx@8 KdPortGetByteEx@8
KdPortInitialize@12 KdPortInitialize@12
KdPortInitializeEx@12 KdPortInitializeEx@12
KdPortPollByte@4 KdPortPollByte@4
KdPortPollByteEx@8 KdPortPollByteEx@8
KdPortPutByte@4 KdPortPutByte@4
KdPortPutByteEx@8 KdPortPutByteEx@8
KdPortRestore@0 KdPortRestore@0
KdPortSave@0 KdPortSave@0
KdPortDisableInterrupts@0 KdPortDisableInterrupts@0
KdPortEnableInterrupts@0 KdPortEnableInterrupts@0
; New KD ; New KD
KdDebuggerInitialize0@4 KdDebuggerInitialize0@4
KdDebuggerInitialize1@4 KdDebuggerInitialize1@4
KdSave@4 KdSave@4
KdRestore@4 KdRestore@4
KdReceivePacket@20 KdReceivePacket@20
KdSendPacket@16 KdSendPacket@16

View file

@ -16,8 +16,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Storage Stack * PROJECT: ReactOS Storage Stack
* FILE: drivers/storage/scsiport/scsiport.c * FILE: drivers/storage/scsiport/scsiport.c

View file

@ -1,4 +1,3 @@
; $Id$
; ;
; scsiport.def - export definition file for scsiport driver ; scsiport.def - export definition file for scsiport driver
; ;

View file

@ -1,5 +1,3 @@
/* $Id$ */
#define REACTOS_VERSION_DLL #define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "SCSI Port Driver\0" #define REACTOS_STR_FILE_DESCRIPTION "SCSI Port Driver\0"
#define REACTOS_STR_INTERNAL_NAME "scsiport\0" #define REACTOS_STR_INTERNAL_NAME "scsiport\0"