summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/PC
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/PC')
-rw-r--r--src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp2
-rw-r--r--src/VBox/Devices/PC/BIOS/Makefile.kmk2
-rw-r--r--src/VBox/Devices/PC/BIOS/logo.c2
-rw-r--r--src/VBox/Devices/PC/BIOS/rombios.c2
-rw-r--r--src/VBox/Devices/PC/BIOS/scsi.c2
-rw-r--r--src/VBox/Devices/PC/DevACPI.cpp2
-rw-r--r--src/VBox/Devices/PC/DevAPIC.cpp2
-rw-r--r--src/VBox/Devices/PC/DevDMA.cpp2
-rw-r--r--src/VBox/Devices/PC/DevFwCommon.cpp2
-rw-r--r--src/VBox/Devices/PC/DevFwCommon.h2
-rw-r--r--src/VBox/Devices/PC/DevHPET.cpp2
-rw-r--r--src/VBox/Devices/PC/DevLPC.cpp2
-rw-r--r--src/VBox/Devices/PC/DevPIC.cpp2
-rw-r--r--src/VBox/Devices/PC/DevPcArch.c2
-rw-r--r--src/VBox/Devices/PC/DevPcBios.cpp2
-rw-r--r--src/VBox/Devices/PC/DevPcBios.h2
-rw-r--r--src/VBox/Devices/PC/DevPit-i8254.cpp2
-rw-r--r--src/VBox/Devices/PC/DevRTC.cpp2
-rw-r--r--src/VBox/Devices/PC/DevSMC.cpp2
-rw-r--r--src/VBox/Devices/PC/DrvACPI.cpp2
-rw-r--r--src/VBox/Devices/PC/DrvAcpiCpu.cpp2
-rw-r--r--src/VBox/Devices/PC/Etherboot-src/Makefile.kmk2
-rw-r--r--src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.c2
-rw-r--r--src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.h2
-rw-r--r--src/VBox/Devices/PC/Etherboot-src/arch/i386/firmware/pcbios/basemem.c2
-rw-r--r--src/VBox/Devices/PC/Etherboot-src/arch/i386/include/callbacks_arch.h2
-rw-r--r--src/VBox/Devices/PC/Etherboot-src/core/dns_resolver.c4
-rwxr-xr-x[-rw-r--r--]src/VBox/Devices/PC/Etherboot-src/genrules.pl0
-rw-r--r--src/VBox/Devices/PC/Etherboot-src/include/callbacks.h2
-rw-r--r--src/VBox/Devices/PC/Etherboot-src/include/pxe.h2
-rwxr-xr-x[-rw-r--r--]src/VBox/Devices/PC/Etherboot-src/util/catrom.pl0
-rwxr-xr-x[-rw-r--r--]src/VBox/Devices/PC/Etherboot-src/util/disrom.pl0
-rwxr-xr-x[-rw-r--r--]src/VBox/Devices/PC/Etherboot-src/util/geniso0
-rwxr-xr-x[-rw-r--r--]src/VBox/Devices/PC/Etherboot-src/util/genliso0
-rwxr-xr-x[-rw-r--r--]src/VBox/Devices/PC/Etherboot-src/util/get-pci-ids0
-rwxr-xr-x[-rw-r--r--]src/VBox/Devices/PC/Etherboot-src/util/makelilo.pl0
-rwxr-xr-x[-rw-r--r--]src/VBox/Devices/PC/Etherboot-src/util/makerom.pl0
-rwxr-xr-x[-rw-r--r--]src/VBox/Devices/PC/Etherboot-src/util/modrom.pl0
-rwxr-xr-x[-rw-r--r--]src/VBox/Devices/PC/Etherboot-src/util/swapdevids.pl0
-rwxr-xr-x[-rw-r--r--]src/VBox/Devices/PC/Etherboot-src/util/zfilelen.pl0
-rw-r--r--src/VBox/Devices/PC/vbox-cpuhotplug.dsl2
-rw-r--r--src/VBox/Devices/PC/vbox-standard.dsl2
-rw-r--r--src/VBox/Devices/PC/vbox.dsl2
43 files changed, 33 insertions, 33 deletions
diff --git a/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp b/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp
index 4798a6aa8..2a1753a23 100644
--- a/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp
+++ b/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp
@@ -1,4 +1,4 @@
-/* $Id: VBoxAcpi.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */
+/* $Id: VBoxAcpi.cpp $ */
/** @file
* VBoxAcpi - VirtualBox ACPI maniputation functionality.
*/
diff --git a/src/VBox/Devices/PC/BIOS/Makefile.kmk b/src/VBox/Devices/PC/BIOS/Makefile.kmk
index 540bd37c5..cf4af8120 100644
--- a/src/VBox/Devices/PC/BIOS/Makefile.kmk
+++ b/src/VBox/Devices/PC/BIOS/Makefile.kmk
@@ -1,4 +1,4 @@
-# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $
+# $Id: Makefile.kmk $
## @file
# PC BIOS Sub-Makefile.
#
diff --git a/src/VBox/Devices/PC/BIOS/logo.c b/src/VBox/Devices/PC/BIOS/logo.c
index afc1bdd15..1bace9174 100644
--- a/src/VBox/Devices/PC/BIOS/logo.c
+++ b/src/VBox/Devices/PC/BIOS/logo.c
@@ -1,4 +1,4 @@
-/* $Id: logo.c 28800 2010-04-27 08:22:32Z vboxsync $ */
+/* $Id: logo.c $ */
/** @file
* Stuff for drawing the BIOS logo.
*/
diff --git a/src/VBox/Devices/PC/BIOS/rombios.c b/src/VBox/Devices/PC/BIOS/rombios.c
index be0c6a3a1..925c944b0 100644
--- a/src/VBox/Devices/PC/BIOS/rombios.c
+++ b/src/VBox/Devices/PC/BIOS/rombios.c
@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
-// $Id: rombios.c,v 1.176 2006/12/30 17:13:17 vruppert Exp $
+// $Id: rombios.c $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2002 MandrakeSoft S.A.
diff --git a/src/VBox/Devices/PC/BIOS/scsi.c b/src/VBox/Devices/PC/BIOS/scsi.c
index cfab6b54f..c32dc07af 100644
--- a/src/VBox/Devices/PC/BIOS/scsi.c
+++ b/src/VBox/Devices/PC/BIOS/scsi.c
@@ -1,4 +1,4 @@
-/* $Id: scsi.c 29326 2010-05-11 10:08:13Z vboxsync $ */
+/* $Id: scsi.c $ */
/** @file
* SCSI host adapter driver to boot from SCSI disks
*/
diff --git a/src/VBox/Devices/PC/DevACPI.cpp b/src/VBox/Devices/PC/DevACPI.cpp
index 1edac2575..dc742ce1c 100644
--- a/src/VBox/Devices/PC/DevACPI.cpp
+++ b/src/VBox/Devices/PC/DevACPI.cpp
@@ -1,4 +1,4 @@
-/* $Id: DevACPI.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */
+/* $Id: DevACPI.cpp $ */
/** @file
* DevACPI - Advanced Configuration and Power Interface (ACPI) Device.
*/
diff --git a/src/VBox/Devices/PC/DevAPIC.cpp b/src/VBox/Devices/PC/DevAPIC.cpp
index 077fed364..435434764 100644
--- a/src/VBox/Devices/PC/DevAPIC.cpp
+++ b/src/VBox/Devices/PC/DevAPIC.cpp
@@ -1,5 +1,5 @@
#ifdef VBOX
-/* $Id: DevAPIC.cpp 28954 2010-05-02 07:30:18Z vboxsync $ */
+/* $Id: DevAPIC.cpp $ */
/** @file
* Advanced Programmable Interrupt Controller (APIC) Device and
* I/O Advanced Programmable Interrupt Controller (IO-APIC) Device.
diff --git a/src/VBox/Devices/PC/DevDMA.cpp b/src/VBox/Devices/PC/DevDMA.cpp
index 47515e70b..be37c7f70 100644
--- a/src/VBox/Devices/PC/DevDMA.cpp
+++ b/src/VBox/Devices/PC/DevDMA.cpp
@@ -1,4 +1,4 @@
-/* $Id: DevDMA.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */
+/* $Id: DevDMA.cpp $ */
/** @file
* DevDMA - DMA Controller Device.
*/
diff --git a/src/VBox/Devices/PC/DevFwCommon.cpp b/src/VBox/Devices/PC/DevFwCommon.cpp
index f9adee5a1..1ee18e560 100644
--- a/src/VBox/Devices/PC/DevFwCommon.cpp
+++ b/src/VBox/Devices/PC/DevFwCommon.cpp
@@ -1,4 +1,4 @@
-/* $Id: DevFwCommon.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */
+/* $Id: DevFwCommon.cpp $ */
/** @file
* FwCommon - Shared firmware code (used by DevPcBios & DevEFI).
*/
diff --git a/src/VBox/Devices/PC/DevFwCommon.h b/src/VBox/Devices/PC/DevFwCommon.h
index 2cf33094c..239310702 100644
--- a/src/VBox/Devices/PC/DevFwCommon.h
+++ b/src/VBox/Devices/PC/DevFwCommon.h
@@ -1,4 +1,4 @@
-/* $Id: DevFwCommon.h 28800 2010-04-27 08:22:32Z vboxsync $ */
+/* $Id: DevFwCommon.h $ */
/** @file
* FwCommon - Shared firmware code, header.
*/
diff --git a/src/VBox/Devices/PC/DevHPET.cpp b/src/VBox/Devices/PC/DevHPET.cpp
index 3b97eef86..1b454aeca 100644
--- a/src/VBox/Devices/PC/DevHPET.cpp
+++ b/src/VBox/Devices/PC/DevHPET.cpp
@@ -1,4 +1,4 @@
-/* $Id: DevHPET.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */
+/* $Id: DevHPET.cpp $ */
/** @file
* HPET virtual device - high precision event timer emulation
*/
diff --git a/src/VBox/Devices/PC/DevLPC.cpp b/src/VBox/Devices/PC/DevLPC.cpp
index 1c2675c36..db127b306 100644
--- a/src/VBox/Devices/PC/DevLPC.cpp
+++ b/src/VBox/Devices/PC/DevLPC.cpp
@@ -1,4 +1,4 @@
-/* $Id: DevLPC.cpp 29522 2010-05-17 10:15:48Z vboxsync $ */
+/* $Id: DevLPC.cpp $ */
/** @file
* DevLPC - LPC device emulation
*/
diff --git a/src/VBox/Devices/PC/DevPIC.cpp b/src/VBox/Devices/PC/DevPIC.cpp
index 191c764b7..bcd570a6a 100644
--- a/src/VBox/Devices/PC/DevPIC.cpp
+++ b/src/VBox/Devices/PC/DevPIC.cpp
@@ -1,4 +1,4 @@
-/* $Id: DevPIC.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */
+/* $Id: DevPIC.cpp $ */
/** @file
* DevPIC - Intel 8259 Programmable Interrupt Controller (PIC) Device.
*/
diff --git a/src/VBox/Devices/PC/DevPcArch.c b/src/VBox/Devices/PC/DevPcArch.c
index a8723821c..79f7f0477 100644
--- a/src/VBox/Devices/PC/DevPcArch.c
+++ b/src/VBox/Devices/PC/DevPcArch.c
@@ -1,4 +1,4 @@
-/* $Id: DevPcArch.c 28800 2010-04-27 08:22:32Z vboxsync $ */
+/* $Id: DevPcArch.c $ */
/** @file
* DevPcArch - PC Architechture Device.
*/
diff --git a/src/VBox/Devices/PC/DevPcBios.cpp b/src/VBox/Devices/PC/DevPcBios.cpp
index 476002323..8236fd25b 100644
--- a/src/VBox/Devices/PC/DevPcBios.cpp
+++ b/src/VBox/Devices/PC/DevPcBios.cpp
@@ -1,4 +1,4 @@
-/* $Id: DevPcBios.cpp 29332 2010-05-11 10:22:27Z vboxsync $ */
+/* $Id: DevPcBios.cpp $ */
/** @file
* PC BIOS Device.
*/
diff --git a/src/VBox/Devices/PC/DevPcBios.h b/src/VBox/Devices/PC/DevPcBios.h
index 185b98814..b7910b260 100644
--- a/src/VBox/Devices/PC/DevPcBios.h
+++ b/src/VBox/Devices/PC/DevPcBios.h
@@ -1,4 +1,4 @@
-/* $Id: DevPcBios.h 28800 2010-04-27 08:22:32Z vboxsync $ */
+/* $Id: DevPcBios.h $ */
/** @file
* DevPcBios - PC BIOS Device, header shared with the BIOS code.
*/
diff --git a/src/VBox/Devices/PC/DevPit-i8254.cpp b/src/VBox/Devices/PC/DevPit-i8254.cpp
index 090548311..f8e184880 100644
--- a/src/VBox/Devices/PC/DevPit-i8254.cpp
+++ b/src/VBox/Devices/PC/DevPit-i8254.cpp
@@ -1,4 +1,4 @@
-/* $Id: DevPit-i8254.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */
+/* $Id: DevPit-i8254.cpp $ */
/** @file
* DevPIT-i8254 - Intel 8254 Programmable Interval Timer (PIT) And Dummy Speaker Device.
*/
diff --git a/src/VBox/Devices/PC/DevRTC.cpp b/src/VBox/Devices/PC/DevRTC.cpp
index fb4a5e35e..03bf0511a 100644
--- a/src/VBox/Devices/PC/DevRTC.cpp
+++ b/src/VBox/Devices/PC/DevRTC.cpp
@@ -1,4 +1,4 @@
-/* $Id: DevRTC.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */
+/* $Id: DevRTC.cpp $ */
/** @file
* Motorola MC146818 RTC/CMOS Device with PIIX4 extensions.
*/
diff --git a/src/VBox/Devices/PC/DevSMC.cpp b/src/VBox/Devices/PC/DevSMC.cpp
index 99ca2d70e..e92d0f0ad 100644
--- a/src/VBox/Devices/PC/DevSMC.cpp
+++ b/src/VBox/Devices/PC/DevSMC.cpp
@@ -1,4 +1,4 @@
-/* $Id: DevSMC.cpp 29569 2010-05-17 15:37:01Z vboxsync $ */
+/* $Id: DevSMC.cpp $ */
/** @file
* DevSMC - SMC device emulation.
*/
diff --git a/src/VBox/Devices/PC/DrvACPI.cpp b/src/VBox/Devices/PC/DrvACPI.cpp
index f0eb02fbe..049a2c8bd 100644
--- a/src/VBox/Devices/PC/DrvACPI.cpp
+++ b/src/VBox/Devices/PC/DrvACPI.cpp
@@ -1,4 +1,4 @@
-/* $Id: DrvACPI.cpp 29250 2010-05-09 17:53:58Z vboxsync $ */
+/* $Id: DrvACPI.cpp $ */
/** @file
* DrvACPI - ACPI Host Driver.
*/
diff --git a/src/VBox/Devices/PC/DrvAcpiCpu.cpp b/src/VBox/Devices/PC/DrvAcpiCpu.cpp
index 828a34e13..2607c8677 100644
--- a/src/VBox/Devices/PC/DrvAcpiCpu.cpp
+++ b/src/VBox/Devices/PC/DrvAcpiCpu.cpp
@@ -1,4 +1,4 @@
-/* $Id: DrvAcpiCpu.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */
+/* $Id: DrvAcpiCpu.cpp $ */
/** @file
* DrvAcpiCpu - ACPI CPU dummy driver for hotplugging.
*/
diff --git a/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk b/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk
index c1aaf711b..0cb1d1aa7 100644
--- a/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk
+++ b/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk
@@ -1,4 +1,4 @@
-# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $
+# $Id: Makefile.kmk $
## @file
# VBox Etherboot Network boot ROM makefile.
#
diff --git a/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.c b/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.c
index ec7c2816f..26786ab29 100644
--- a/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.c
+++ b/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.c
@@ -6,7 +6,7 @@ This file Copyright (C) 2003 Michael Brown <mbrown@fensystems.co.uk>
of Fen Systems Ltd. (http://www.fensystems.co.uk/). All rights
reserved.
-$Id: undi.c 11982 2008-09-02 13:09:44Z vboxsync $
+$Id: undi.c $
***************************************************************************/
/*
diff --git a/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.h b/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.h
index 470617a29..c20689e0e 100644
--- a/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.h
+++ b/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.h
@@ -6,7 +6,7 @@ This file Copyright (C) 2003 Michael Brown <mbrown@fensystems.co.uk>
of Fen Systems Ltd. (http://www.fensystems.co.uk/). All rights
reserved.
-$Id: undi.h 11982 2008-09-02 13:09:44Z vboxsync $
+$Id: undi.h $
***************************************************************************/
/*
diff --git a/src/VBox/Devices/PC/Etherboot-src/arch/i386/firmware/pcbios/basemem.c b/src/VBox/Devices/PC/Etherboot-src/arch/i386/firmware/pcbios/basemem.c
index 8339ee020..5ba665960 100644
--- a/src/VBox/Devices/PC/Etherboot-src/arch/i386/firmware/pcbios/basemem.c
+++ b/src/VBox/Devices/PC/Etherboot-src/arch/i386/firmware/pcbios/basemem.c
@@ -7,7 +7,7 @@
* updating the Free Base Memory Size counter at 40:13h.
*
* Michael Brown <mbrown@fensystems.co.uk> (mcb30)
- * $Id: basemem.c 1 vboxsync $
+ * $Id: basemem.c $
*/
#define fbms ( ( uint16_t * ) phys_to_virt ( 0x413 ) )
diff --git a/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/callbacks_arch.h b/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/callbacks_arch.h
index 47dbe33c2..1deef4253 100644
--- a/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/callbacks_arch.h
+++ b/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/callbacks_arch.h
@@ -5,7 +5,7 @@
*
* Initial version by Michael Brown <mbrown@fensystems.co.uk>, January 2004.
*
- * $Id: callbacks_arch.h 1 vboxsync $
+ * $Id: callbacks_arch.h $
*/
#ifndef CALLBACKS_ARCH_H
diff --git a/src/VBox/Devices/PC/Etherboot-src/core/dns_resolver.c b/src/VBox/Devices/PC/Etherboot-src/core/dns_resolver.c
index 638308dbf..99676ae9f 100644
--- a/src/VBox/Devices/PC/Etherboot-src/core/dns_resolver.c
+++ b/src/VBox/Devices/PC/Etherboot-src/core/dns_resolver.c
@@ -22,8 +22,8 @@
* This code is using nuts and bolts from throughout etherboot.
* It is a fresh implementation according to the DNS RFC, #1035
*
-* $Revision: 11982 $
-* $Author: vboxsync $
+* $Revision: 35885 $
+* $Author: umoeller $
* $Date: 2008-09-02 15:09:44 +0200 (Tue, 02 Sep 2008) $
*
* REVISION HISTORY:
diff --git a/src/VBox/Devices/PC/Etherboot-src/genrules.pl b/src/VBox/Devices/PC/Etherboot-src/genrules.pl
index 3cf9c6d84..3cf9c6d84 100644..100755
--- a/src/VBox/Devices/PC/Etherboot-src/genrules.pl
+++ b/src/VBox/Devices/PC/Etherboot-src/genrules.pl
diff --git a/src/VBox/Devices/PC/Etherboot-src/include/callbacks.h b/src/VBox/Devices/PC/Etherboot-src/include/callbacks.h
index 2f635f27f..95ba2af9b 100644
--- a/src/VBox/Devices/PC/Etherboot-src/include/callbacks.h
+++ b/src/VBox/Devices/PC/Etherboot-src/include/callbacks.h
@@ -5,7 +5,7 @@
*
* Initial version by Michael Brown <mbrown@fensystems.co.uk>, January 2004.
*
- * $Id: callbacks.h 1 vboxsync $
+ * $Id: callbacks.h $
*/
#ifndef CALLBACKS_H
diff --git a/src/VBox/Devices/PC/Etherboot-src/include/pxe.h b/src/VBox/Devices/PC/Etherboot-src/include/pxe.h
index 396891864..ec12cddce 100644
--- a/src/VBox/Devices/PC/Etherboot-src/include/pxe.h
+++ b/src/VBox/Devices/PC/Etherboot-src/include/pxe.h
@@ -632,7 +632,7 @@ typedef struct {
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: pxe.h 1 vboxsync $
+ * $Id: pxe.h $
*/
/*
diff --git a/src/VBox/Devices/PC/Etherboot-src/util/catrom.pl b/src/VBox/Devices/PC/Etherboot-src/util/catrom.pl
index fe37e6b6e..fe37e6b6e 100644..100755
--- a/src/VBox/Devices/PC/Etherboot-src/util/catrom.pl
+++ b/src/VBox/Devices/PC/Etherboot-src/util/catrom.pl
diff --git a/src/VBox/Devices/PC/Etherboot-src/util/disrom.pl b/src/VBox/Devices/PC/Etherboot-src/util/disrom.pl
index 64128698c..64128698c 100644..100755
--- a/src/VBox/Devices/PC/Etherboot-src/util/disrom.pl
+++ b/src/VBox/Devices/PC/Etherboot-src/util/disrom.pl
diff --git a/src/VBox/Devices/PC/Etherboot-src/util/geniso b/src/VBox/Devices/PC/Etherboot-src/util/geniso
index cf0469902..cf0469902 100644..100755
--- a/src/VBox/Devices/PC/Etherboot-src/util/geniso
+++ b/src/VBox/Devices/PC/Etherboot-src/util/geniso
diff --git a/src/VBox/Devices/PC/Etherboot-src/util/genliso b/src/VBox/Devices/PC/Etherboot-src/util/genliso
index b8d9a11df..b8d9a11df 100644..100755
--- a/src/VBox/Devices/PC/Etherboot-src/util/genliso
+++ b/src/VBox/Devices/PC/Etherboot-src/util/genliso
diff --git a/src/VBox/Devices/PC/Etherboot-src/util/get-pci-ids b/src/VBox/Devices/PC/Etherboot-src/util/get-pci-ids
index 6501a7f7c..6501a7f7c 100644..100755
--- a/src/VBox/Devices/PC/Etherboot-src/util/get-pci-ids
+++ b/src/VBox/Devices/PC/Etherboot-src/util/get-pci-ids
diff --git a/src/VBox/Devices/PC/Etherboot-src/util/makelilo.pl b/src/VBox/Devices/PC/Etherboot-src/util/makelilo.pl
index 8f995bc46..8f995bc46 100644..100755
--- a/src/VBox/Devices/PC/Etherboot-src/util/makelilo.pl
+++ b/src/VBox/Devices/PC/Etherboot-src/util/makelilo.pl
diff --git a/src/VBox/Devices/PC/Etherboot-src/util/makerom.pl b/src/VBox/Devices/PC/Etherboot-src/util/makerom.pl
index 9d751e190..9d751e190 100644..100755
--- a/src/VBox/Devices/PC/Etherboot-src/util/makerom.pl
+++ b/src/VBox/Devices/PC/Etherboot-src/util/makerom.pl
diff --git a/src/VBox/Devices/PC/Etherboot-src/util/modrom.pl b/src/VBox/Devices/PC/Etherboot-src/util/modrom.pl
index 695468c26..695468c26 100644..100755
--- a/src/VBox/Devices/PC/Etherboot-src/util/modrom.pl
+++ b/src/VBox/Devices/PC/Etherboot-src/util/modrom.pl
diff --git a/src/VBox/Devices/PC/Etherboot-src/util/swapdevids.pl b/src/VBox/Devices/PC/Etherboot-src/util/swapdevids.pl
index c6255ae73..c6255ae73 100644..100755
--- a/src/VBox/Devices/PC/Etherboot-src/util/swapdevids.pl
+++ b/src/VBox/Devices/PC/Etherboot-src/util/swapdevids.pl
diff --git a/src/VBox/Devices/PC/Etherboot-src/util/zfilelen.pl b/src/VBox/Devices/PC/Etherboot-src/util/zfilelen.pl
index 1f58ff9ee..1f58ff9ee 100644..100755
--- a/src/VBox/Devices/PC/Etherboot-src/util/zfilelen.pl
+++ b/src/VBox/Devices/PC/Etherboot-src/util/zfilelen.pl
diff --git a/src/VBox/Devices/PC/vbox-cpuhotplug.dsl b/src/VBox/Devices/PC/vbox-cpuhotplug.dsl
index e66a03693..9db8b1f8f 100644
--- a/src/VBox/Devices/PC/vbox-cpuhotplug.dsl
+++ b/src/VBox/Devices/PC/vbox-cpuhotplug.dsl
@@ -1,4 +1,4 @@
-// $Id: vbox-cpuhotplug.dsl 29243 2010-05-08 16:24:43Z vboxsync $
+// $Id: vbox-cpuhotplug.dsl $
/// @file
//
// VirtualBox ACPI
diff --git a/src/VBox/Devices/PC/vbox-standard.dsl b/src/VBox/Devices/PC/vbox-standard.dsl
index 52372876a..a7bec34c7 100644
--- a/src/VBox/Devices/PC/vbox-standard.dsl
+++ b/src/VBox/Devices/PC/vbox-standard.dsl
@@ -1,4 +1,4 @@
-// $Id: vbox-standard.dsl 28800 2010-04-27 08:22:32Z vboxsync $
+// $Id: vbox-standard.dsl $
/// @file
//
// VirtualBox ACPI
diff --git a/src/VBox/Devices/PC/vbox.dsl b/src/VBox/Devices/PC/vbox.dsl
index 23453a512..0b2a40478 100644
--- a/src/VBox/Devices/PC/vbox.dsl
+++ b/src/VBox/Devices/PC/vbox.dsl
@@ -1,4 +1,4 @@
-// $Id: vbox.dsl 28800 2010-04-27 08:22:32Z vboxsync $
+// $Id: vbox.dsl $
/// @file
//
// VirtualBox ACPI