[PATCH 1/3] ide_in_drive_list(): accept NULL as the wildcard for firmware revision.

2007-05-28 Thread Junio C Hamano
Earlier, the matching of (model,rev) in ide-dma black/white list handling was to consider "ALL" in the table to match any revision. This makes NULL to be also an accepted wildcard, and changes the entries of tables in ide-dma.c to use NULL. The code still accepts "ALL" as the wildcard, in order t

Re: [PATCH 1/3] ide_in_drive_list(): accept NULL as the wildcard for firmware revision.

2007-05-30 Thread Bartlomiej Zolnierkiewicz
On Tuesday 29 May 2007, Junio C Hamano wrote: > Earlier, the matching of (model,rev) in ide-dma black/white list > handling was to consider "ALL" in the table to match any > revision. This makes NULL to be also an accepted wildcard, and > changes the entries of tables in ide-dma.c to use NULL. >