change log for rtems (2011-12-09)

rtems-vc at rtems.org rtems-vc at rtems.org
Fri Dec 9 13:11:38 UTC 2011


 *ralf*:
2011-12-09	Ralf Corsépius <ralf.corsepius at rtems.org>

	* libblock/src/flashdisk.c:
	Make rtems_fdisk_crc16_gen_factors static.
	* libblock/src/nvdisk.c:
	Make rtems_nvdisk_crc16_gen_factors static.

M 1.3080  cpukit/ChangeLog
M   1.22  cpukit/libblock/src/flashdisk.c
M   1.18  cpukit/libblock/src/nvdisk.c

diff -u rtems/cpukit/ChangeLog:1.3079 rtems/cpukit/ChangeLog:1.3080
--- rtems/cpukit/ChangeLog:1.3079	Fri Dec  9 05:37:43 2011
+++ rtems/cpukit/ChangeLog	Fri Dec  9 07:04:48 2011
@@ -1,5 +1,12 @@
 2011-12-09	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* libblock/src/flashdisk.c: 
+	Make rtems_fdisk_crc16_gen_factors static.
+	* libblock/src/nvdisk.c:
+	Make rtems_nvdisk_crc16_gen_factors static.
+
+2011-12-09	Ralf Corsépius <ralf.corsepius at rtems.org>
+
 	* rtems/src/rtemsobjectsetname.c:
 	Include <rtems/rtems/object.h> (Missing prototype).
 	* rtems/src/rtemsobjectgetclassicname.c:

diff -u rtems/cpukit/libblock/src/flashdisk.c:1.21 rtems/cpukit/libblock/src/flashdisk.c:1.22
--- rtems/cpukit/libblock/src/flashdisk.c:1.21	Wed May 11 03:28:49 2011
+++ rtems/cpukit/libblock/src/flashdisk.c	Fri Dec  9 07:04:48 2011
@@ -303,7 +303,7 @@
  * @relval RTEMS_SUCCESSFUL The table was generated.
  * @retval RTEMS_NO_MEMORY The table could not be allocated from the heap.
  */
-rtems_status_code
+static rtems_status_code
 rtems_fdisk_crc16_gen_factors (uint16_t pattern)
 {
   uint32_t b;

diff -u rtems/cpukit/libblock/src/nvdisk.c:1.17 rtems/cpukit/libblock/src/nvdisk.c:1.18
--- rtems/cpukit/libblock/src/nvdisk.c:1.17	Mon Aug 23 18:17:42 2010
+++ rtems/cpukit/libblock/src/nvdisk.c	Fri Dec  9 07:04:48 2011
@@ -134,7 +134,7 @@
  * @relval RTEMS_SUCCESSFUL The table was generated.
  * @retval RTEMS_NO_MEMORY The table could not be allocated from the heap.
  */
-rtems_status_code
+static rtems_status_code
 rtems_nvdisk_crc16_gen_factors (uint16_t pattern)
 {
   uint32_t b;


 *ralf*:
2011-12-09	Ralf Corsépius <ralf.corsepius at rtems.org>

	* shared/pci/pcibios.c: Make pcib_find_by_devid static.

M   1.90  c/src/lib/libbsp/i386/ChangeLog
M   1.22  c/src/lib/libbsp/i386/shared/pci/pcibios.c

diff -u rtems/c/src/lib/libbsp/i386/ChangeLog:1.89 rtems/c/src/lib/libbsp/i386/ChangeLog:1.90
--- rtems/c/src/lib/libbsp/i386/ChangeLog:1.89	Fri Nov 18 14:13:00 2011
+++ rtems/c/src/lib/libbsp/i386/ChangeLog	Fri Dec  9 07:10:14 2011
@@ -1,3 +1,7 @@
+2011-12-09	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* shared/pci/pcibios.c: Make pcib_find_by_devid static.
+
 2011-11-18	Jennifer Averett <Jennifer.Averett at OARcorp.com>
 
 	PR 1925

diff -u rtems/c/src/lib/libbsp/i386/shared/pci/pcibios.c:1.21 rtems/c/src/lib/libbsp/i386/shared/pci/pcibios.c:1.22
--- rtems/c/src/lib/libbsp/i386/shared/pci/pcibios.c:1.21	Fri Feb 11 06:06:31 2011
+++ rtems/c/src/lib/libbsp/i386/shared/pci/pcibios.c	Fri Dec  9 07:10:15 2011
@@ -135,7 +135,7 @@
  * Find specified device and return its signature: combination
  * of bus number, device number and function number
  */
-int
+static int
 pcib_find_by_devid(int vendorId, int devId, int idx, int *sig)
 {
   if (!pcibInitialized) {



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20111209/6af87273/attachment-0001.html>


More information about the vc mailing list