]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add regex(3) matching feature for card line strings.
authorMitsuru IWASAKI <iwasaki@FreeBSD.org>
Tue, 30 May 2000 15:33:56 +0000 (15:33 +0000)
committerMitsuru IWASAKI <iwasaki@FreeBSD.org>
Tue, 30 May 2000 15:33:56 +0000 (15:33 +0000)
commit6ebef682a8d8189dc15fc4774f707da85754ddc8
treeb0da42862069c7982539711194a1eb7f26dd8d31
parentde4b89bf910c0f4638186e54b0645dabff29cb51
Add regex(3) matching feature for card line strings.
 - This feature will be enabled only if the string is
   enclosed by '/' something like;
card "SunDisk" "/.*/"
 - Also added matching additional information strings
   followed by version string.  This is for the card which is
   difficult to idendentify by only the manufacturer and
   card version strings matching.
card "MACNICA" "MIRACLE SCSI" "mPS100" "D.0"

Reviewed by: imp
Obtained from: PAO
usr.sbin/pccard/pccardd/cardd.c
usr.sbin/pccard/pccardd/cardd.h
usr.sbin/pccard/pccardd/file.c
usr.sbin/pccard/pccardd/pccard.conf.5