DragonFly commits List (threaded) for 2009-06
DragonFly BSD
DragonFly commits List (threaded) for 2009-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.3.1.308.ga35dd master sys/dev/disk/sili sili.c sili.h sili_attach.c sili_cam.c sili_dragonfly.c sili_pm.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 17 Jun 2009 20:47:46 -0700 (PDT)

commit a35ddbb40e34b5aead875ab1c7b6ed9f8d9faa25
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Wed Jun 17 20:45:49 2009 -0700

    SILI - Reorganize the probe code, fix CAM startup issues, remove debugging
    
    * Do a major reorganization of the probe code.  It is MUCH faster now and
      should reliably detect PMs and direct-attached disks.
    
    * Fix an issue in the CAM code.
    
    * Remove a lot of the debugging kprintfs.

Summary of changes:
 sys/dev/disk/sili/sili.c           |  499 +++++++++++-------------------------
 sys/dev/disk/sili/sili.h           |   19 ++-
 sys/dev/disk/sili/sili_attach.c    |    2 +-
 sys/dev/disk/sili/sili_cam.c       |    7 -
 sys/dev/disk/sili/sili_dragonfly.c |    2 +-
 sys/dev/disk/sili/sili_pm.c        |  129 +++++++++-
 6 files changed, 299 insertions(+), 359 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a35ddbb40e34b5aead875ab1c7b6ed9f8d9faa25


-- 
DragonFly BSD source repository



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