git: kernel - nata - Fix bug in SET_MULTI command
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Feb 9 00:14:59 PST 2010
commit 79db9382a11791c57e437c161306e3ca3540961d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Feb 9 00:02:19 2010 -0800
kernel - nata - Fix bug in SET_MULTI command
* The command was not properly masking atadev->param.sectors_intr,
resulting in the setting of a value which some hard drives (OCZ SSD)
would reject.
This mainly just gets rid of an error message on the console.
SET_MULTI is typically a NOP on most SATA drives.
Obtained-from: FreeBSD
Summary of changes:
sys/dev/disk/nata/ata-disk.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/79db9382a11791c57e437c161306e3ca3540961d
--
DragonFly BSD source repository
More information about the Commits
mailing list