Subject: Re: regexp support in quirk table?
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 08/21/1999 19:44:24
In article <199908211841.LAA04760@shell17.ba.best.com>,
Todd Whitesel <toddpw@best.com> wrote:
>I've noticed the Umax Astra 1200 series quirk entries for scanners.
>
>Well, my Astra 610S has the same kind of NOLUNS quirk that the others do,
>where you get a bunch of nasty warnings when the scanner is attached
>because the drive doesn't likke you accessing LUNs other than 0.
>
>It seems to me that the entire model line of Astra scanners probably has
>this problem; do we or can we allow some kind of simple regexp support in
>the quirks table to keep it from growing large in the future?
>

you can use pmatch(); look in lib/libkern.

christos