git: kernel - nata - Fix bug in SET_MULTI command

看板DFBSD_commit作者時間16年前 (2010/02/09 16:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 79db9382a11791c57e437c161306e3ca3540961d Author: Matthew Dillon <dillon@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
文章代碼(AID): #1BSHs7nd (DFBSD_commit)