Re: [PATCH] libata-core: support wildcard matching in ata_blacklist_entry

2007-09-20 Thread Jeff Garzik
: support wildcard matching in ata_blacklist_entry patch. Signed-off-by: Jeff Garzik [EMAIL PROTECTED] drivers/ata/libata-core.c | 32 ++-- 1 file changed, 22 insertions(+), 10 deletions(-) 6d7fdd50ff25e6997ab581a2eff0a53f9228829a diff --git a/drivers/ata/libata

Re: [PATCH] libata-core: support wildcard matching in ata_blacklist_entry

2007-08-16 Thread Jeff Garzik
Alan Cox wrote: On Wed, 8 Aug 2007 15:20:57 -0500 David Milburn [EMAIL PROTECTED] wrote: Support the use of '*' in model_num and model_rev entries in ata_device_blacklist[]. CC: [EMAIL PROTECTED] Signed-off-by: David Milburn [EMAIL PROTECTED] Suggestion: Pull the match function out of line

[PATCH] libata-core: support wildcard matching in ata_blacklist_entry

2007-08-09 Thread David Milburn
Support the use of '*' in model_num and model_rev entries in ata_device_blacklist[]. Signed-off-by: Alan Cox [EMAIL PROTECTED] Signed-off-by: David Milburn [EMAIL PROTECTED] --- libata-core.c | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git

[PATCH] libata-core: support wildcard matching in ata_blacklist_entry

2007-08-08 Thread David Milburn
Support the use of '*' in model_num and model_rev entries in ata_device_blacklist[]. CC: [EMAIL PROTECTED] Signed-off-by: David Milburn [EMAIL PROTECTED] --- drivers/ata/libata-core.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/ata/libata-core.c

Re: [PATCH] libata-core: support wildcard matching in ata_blacklist_entry

2007-08-08 Thread Alan Cox
On Wed, 8 Aug 2007 15:20:57 -0500 David Milburn [EMAIL PROTECTED] wrote: Support the use of '*' in model_num and model_rev entries in ata_device_blacklist[]. CC: [EMAIL PROTECTED] Signed-off-by: David Milburn [EMAIL PROTECTED] Suggestion: Pull the match function out of line so you don't