Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jun 1999 11:02:34 +0900 (JST)
From:      hosokawa@itc.keio.ac.jp (HOSOKAWA Tatsumi)
To:        imp@harmony.village.org
Cc:        markm@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, hosokawa@itc.keio.ac.jp
Subject:   Re: cvs commit: src/etc pccard.conf.sample 
Message-ID:  <199906180202.LAA28328@afs.ntc.mita.keio.ac.jp>
In-Reply-To: Your message of "Fri, 18 Jun 1999 09:18:05 JST". <199906180018.SAA09197@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <199906180018.SAA09197@harmony.village.org>
imp@harmony.village.org writes:

>> 	After I finish commiting the PAO 3 branch, we can start
>> merging these features into -current and -stable, where applicable.
>> They all look like good features to have, especially if they do not
>> break old configurations people have in use.

Most of these changes do not break old pccard.conf, but there are two
exceptions.

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.

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.*"

--
HOSOKAWA, Tatsumi
Assistant Manager
Information Technology Center, Keio University
<hosokawa@itc.keio.ac.jp>


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?199906180202.LAA28328>