pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/open-vm-tools Remove unused functions.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3523d3728d12
branches:  trunk
changeset: 626415:3523d3728d12
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 11 16:42:38 2013 +0000

description:
Remove unused functions.

diffstat:

 sysutils/open-vm-tools/distinfo                        |   4 +-
 sysutils/open-vm-tools/patches/patch-checkvm_checkvm.c |  39 ++++++++++++++++-
 2 files changed, 37 insertions(+), 6 deletions(-)

diffs (81 lines):

diff -r d717cb962d0f -r 3523d3728d12 sysutils/open-vm-tools/distinfo
--- a/sysutils/open-vm-tools/distinfo   Mon Nov 11 16:42:21 2013 +0000
+++ b/sysutils/open-vm-tools/distinfo   Mon Nov 11 16:42:38 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2013/04/01 12:25:16 joerg Exp $
+$NetBSD: distinfo,v 1.8 2013/11/11 16:42:38 joerg Exp $
 
 SHA1 (open-vm-tools-2008.08.08-109361.tar.gz) = 1c44c3524cd9cbc5870f1c6065b03a6b31859a25
 RMD160 (open-vm-tools-2008.08.08-109361.tar.gz) = 4ea0a6aa2edda2bc404c865dc5b58f3a177ae411
@@ -52,7 +52,7 @@
 SHA1 (patch-bw) = c242890caa3cc720d18eec612aca6e46c69c5b04
 SHA1 (patch-bx) = deeea5eefae750b046d7a9c81679125e26fb82fa
 SHA1 (patch-by) = c6018a330fdabefd3fc60d3e6e6c95bdf4f7f2bc
-SHA1 (patch-checkvm_checkvm.c) = 142e34b40937add51db4f2255f47da23402a3720
+SHA1 (patch-checkvm_checkvm.c) = 1da596cf11ccb9af1ba39013775a3a6b3a85345f
 SHA1 (patch-configure.ac) = d39767cc2006088203341782fca7895c2710fd55
 SHA1 (patch-guestd_Makefile.am) = 4855efa62b6633e23c11e3ea184f60f4c6952244
 SHA1 (patch-hgfsclient_Makefile.am) = 3b6adf9e4d88bcce2c191260b669615537927e28
diff -r d717cb962d0f -r 3523d3728d12 sysutils/open-vm-tools/patches/patch-checkvm_checkvm.c
--- a/sysutils/open-vm-tools/patches/patch-checkvm_checkvm.c    Mon Nov 11 16:42:21 2013 +0000
+++ b/sysutils/open-vm-tools/patches/patch-checkvm_checkvm.c    Mon Nov 11 16:42:38 2013 +0000
@@ -1,8 +1,39 @@
-$NetBSD: patch-checkvm_checkvm.c,v 1.1 2012/12/25 21:02:15 joerg Exp $
+$NetBSD: patch-checkvm_checkvm.c,v 1.2 2013/11/11 16:42:38 joerg Exp $
 
 --- checkvm/checkvm.c.orig     2012-12-25 19:48:10.000000000 +0000
 +++ checkvm/checkvm.c
-@@ -77,7 +77,7 @@ getVersion(uint32 *version)
+@@ -46,30 +46,6 @@ VM_EMBED_VERSION(CHECKVM_VERSION_STRING)
+ #ifdef __GNUC__
+ 
+ /*
+- *  outl and inl: Output or input a 32-bit word
+- */
+-static __inline__ void
+-outl(
+-    const uint32 port,
+-    uint32       val
+-)
+-{
+-  __asm__ volatile("out%L0 (%%dx)" : :"a" (val), "d" (port));
+-}
+-
+-static __inline__ uint32
+-inl(
+-    const uint32 port
+-)
+-{
+-  uint32 ret;
+-
+-  __asm__ volatile("in%L0 (%%dx)" : "=a" (ret) : "d" (port));
+-  return ret;
+-}
+-
+-
+-/*
+  *  getVersion  -  Read VM version & product code through backdoor
+  */
+ void
+@@ -77,7 +53,7 @@ getVersion(uint32 *version)
  {
     uint32 eax, ebx, ecx, edx;
     
@@ -11,7 +42,7 @@
                    "=a"(eax), "=c"(ecx), "=d"(edx), "=b"(ebx) :
                    "0"(BDOOR_MAGIC), "1"(BDOOR_CMD_GETVERSION),
                    "2"(BDOOR_PORT) : "memory");
-@@ -94,7 +94,7 @@ getHWVersion(uint32 *hwVersion)
+@@ -94,7 +70,7 @@ getHWVersion(uint32 *hwVersion)
  {
     uint32 eax, ebx, ecx, edx;
     
@@ -20,7 +51,7 @@
                    "=a"(eax), "=c"(ecx), "=d"(edx), "=b"(ebx) :
                    "0"(BDOOR_MAGIC), "1"(BDOOR_CMD_GETHWVERSION),
                    "2"(BDOOR_PORT) : "memory");
-@@ -110,7 +110,7 @@ getScreenSize(uint32 *screensize)
+@@ -110,7 +86,7 @@ getScreenSize(uint32 *screensize)
  {
     uint32 eax, ebx, ecx, edx;
     



Home | Main Index | Thread Index | Old Index