git: kernel - Fix bug in SILI, remove debugging in AHCI
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Mar 23 09:07:43 PDT 2012
commit 6bac9ae49e088aafa7604314335e9822676799bb
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Mar 23 09:06:57 2012 -0700
kernel - Fix bug in SILI, remove debugging in AHCI
* Fix the same unlock/lock sequence bug in the SILI driver that was
fixed in the AHCI driver.
* Remove a flag that was being added to the service set in AHCI for
debugging purposes.
Summary of changes:
sys/dev/disk/ahci/ahci_dragonfly.c | 2 +-
sys/dev/disk/sili/sili.c | 4 +---
sys/dev/disk/sili/sili_cam.c | 12 ++++++------
sys/dev/disk/sili/sili_dragonfly.c | 2 +-
4 files changed, 9 insertions(+), 11 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6bac9ae49e088aafa7604314335e9822676799bb
--
DragonFly BSD source repository
More information about the Commits
mailing list