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
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jun 17 20:49:14 PDT 2009
commit a35ddbb40e34b5aead875ab1c7b6ed9f8d9faa25
Author: Matthew Dillon <dillon at 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
More information about the Commits
mailing list