From owner-cvs-all Thu Jun 17 19: 2:58 1999 Delivered-To: cvs-all@freebsd.org Received: from afs.ntc.mita.keio.ac.jp (afs.ntc.mita.keio.ac.jp [131.113.212.3]) by hub.freebsd.org (Postfix) with ESMTP id 1963314E35; Thu, 17 Jun 1999 19:02:41 -0700 (PDT) (envelope-from hosokawa@ntc.keio.ac.jp) Received: (from hosokawa@localhost) by afs.ntc.mita.keio.ac.jp (8.8.8+2.7Wbeta7/3.6Wbeta6-ntc_mailserver1.03) id LAA28328; Fri, 18 Jun 1999 11:02:34 +0900 (JST) Date: Fri, 18 Jun 1999 11:02:34 +0900 (JST) Message-Id: <199906180202.LAA28328@afs.ntc.mita.keio.ac.jp> 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 In-Reply-To: Your message of "Fri, 18 Jun 1999 09:18:05 JST". <199906180018.SAA09197@harmony.village.org> From: hosokawa@itc.keio.ac.jp (HOSOKAWA Tatsumi) X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message