看板 DFBSD_commit 關於我們 聯絡資訊
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