Date: Tue, 30 May 2000 08:33:57 -0700 (PDT) From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c cardd.h file.c pccard.conf.5 Message-ID: <200005301533.IAA83775@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iwasaki 2000/05/30 08:33:57 PDT Modified files: usr.sbin/pccard/pccardd cardd.c cardd.h file.c pccard.conf.5 Log: 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 Revision Changes Path 1.53 +47 -7 src/usr.sbin/pccard/pccardd/cardd.c 1.23 +3 -1 src/usr.sbin/pccard/pccardd/cardd.h 1.29 +27 -5 src/usr.sbin/pccard/pccardd/file.c 1.15 +9 -3 src/usr.sbin/pccard/pccardd/pccard.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005301533.IAA83775>