[svn-commits] sruffell: branch linux/2.2 r7541 - /linux/branches/2.2/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Nov 9 13:45:57 CST 2009


Author: sruffell
Date: Mon Nov  9 13:45:51 2009
New Revision: 7541

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7541
Log:
Blocked revisions 6791,6794,6797,6926,6967 via svnmerge

........
  r6791 | kpfleming | 2009-06-29 15:05:43 -0500 (Mon, 29 Jun 2009) | 12 lines
  
  Improve MMX safety for DAHDI echo cancellers on 32-bit x86 systems.
  
  Replaces the standard kernel FPU save/restore operations with custom written
  versions for 32-bit x86 CPUs, which have been tested to be reliable and safe
  to use.
  
  (closes issue #13500)
  Reported by: tzafrir
  Patches:
        dahdi_mmx_fix.diff uploaded by tzafrir (license 46)
........
  r6794 | sruffell | 2009-06-29 15:56:07 -0500 (Mon, 29 Jun 2009) | 9 lines
  
  dahdi-base: Enable DAHDI to manage the reference counts for the board drivers.
  
  Adds a struct module 'owner' member to the dahdi_span structure and updates
  all the board drivers to set this member before registering the span.  This
  allows the core of dahdi to maintain the reference counts on the channels
  itself.
  
  (closes issue #10601)
  Reported by: Matti
........
  r6797 | sruffell | 2009-06-29 17:44:54 -0500 (Mon, 29 Jun 2009) | 3 lines
  
  wcte11xp: Set the owner field of the dahdi_span before registration.
  
  (related to issue #10601)
........
  r6926 | sruffell | 2009-08-04 11:22:17 -0500 (Tue, 04 Aug 2009) | 1 line
  
  wctdm24xxp: We no longer need to keep our own reference count.
........
  r6967 | tzafrir | 2009-08-11 23:49:47 -0500 (Tue, 11 Aug 2009) | 7 lines
  
  xpp: Don't check for the 'owner' field too soon
  
  The owner field should only tested after the low-level driver 
  pre-registration method is called.
  
  xpp rev: 7287
........

Modified:
    linux/branches/2.2/   (props changed)

Propchange: linux/branches/2.2/
------------------------------------------------------------------------------
    svnmerge-blocked = /linux/trunk:6791,6794,6797,6926,6967




More information about the svn-commits mailing list