Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 1999 20:21:43 -0600
From:      Warner Losh <imp@harmony.village.org>
To:        hosokawa@itc.keio.ac.jp (HOSOKAWA Tatsumi)
Cc:        markm@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/etc pccard.conf.sample 
Message-ID:  <199906180221.UAA10372@harmony.village.org>
In-Reply-To: Your message of "Fri, 18 Jun 1999 11:02:34 %2B0900." <199906180202.LAA28328@afs.ntc.mita.keio.ac.jp> 
References:  <199906180202.LAA28328@afs.ntc.mita.keio.ac.jp>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199906180202.LAA28328@afs.ntc.mita.keio.ac.jp> HOSOKAWA Tatsumi writes:
: 1. Max string size defined in -current pccard.conf.sample is only 30
: characters and they are strncmp'ed in 30 characters.  For example,
: entries like
: 
: card "Intel" "EtherExpress(TM) PRO/100 PC C"
: 
: can't be matched the updated pccardd, and should be modified like 
: 
: card "Intel" "EtherExpress(TM) PRO/100 PC C.*"
: 
: or fill the shortened part by reviewing pccardc dumpcis again.

OK.  That is a reasonable thing.

: 2. Entries with special characters of regular expression should be
: escaped.  For example, 
: 
: card "Intel" "EtherExpress(TM) PRO/100 PC C"
: 
: should be modified like
: 
: card "Intel" "EtherExpress\(TM\) PRO/100 PC C.*"

Hmmm, that is more problematical, but should be acceptible in the long 
run, imho.

Warner


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?199906180221.UAA10372>