commit | 5a6248cac22a77588f81c7473cfd03d250cc5b56 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Thu May 24 02:42:38 2007 +0200 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Thu May 24 02:42:38 2007 +0200 |
tree | 9105aacf0e13ecad3ee723b2ae20183cbe047e5e | |
parent | 39c98c421200e7bb16bed7aab2b640b43ca6621b [diff] |
Match DMA blacklist entries between ide-dma.c and libata-core.c There are a few entries in ata_device_blacklist[] in libata-core.c marked with HORKAGE_NODMA but are missing from drive_blacklist[] in ide-dma.c. This patch makes the lists in sync. Also remove a duplicated entry for "SanDisk SDP3B-64". Signed-off-by: Junio C Hamano <junkio@cox.net> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Cc: Dave Jones <davej@redhat.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>