From owner-freebsd-mobile Tue Mar 28 5:44:47 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 5124737BED3 for ; Tue, 28 Mar 2000 05:44:42 -0800 (PST) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdnb34.imasy.or.jp [202.227.24.162]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.01) with ESMTP id WAA14869; Tue, 28 Mar 2000 22:44:37 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Message-Id: <200003281344.WAA14869@tasogare.imasy.or.jp> To: dcs@newsguy.com Cc: iwasaki@jp.FreeBSD.org, freebsd-mobile@FreeBSD.ORG Subject: Re: Call for review: new pccard.conf scheme In-Reply-To: Your message of "Tue, 28 Mar 2000 17:22:48 +0900" <38E06BD8.346A53B0@newsguy.com> References: <38E06BD8.346A53B0@newsguy.com> X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 28 Mar 2000 22:44:37 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 980905(IM100) Lines: 38 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I'm working on new pccard.conf scheme, /etc/defaults/pccard.conf and > > /etc/pccard.conf in the same manner as rc.conf. > > Yeah! Thanks! > Include a patch to /etc/defaults/rc.conf, too. :-) Certainly, I'm making new patch to the following files; usr.sbin/pccard/pccardd/file.c usr.sbin/pccard/pccardd/pccard.conf.5 usr.sbin/pccard/pccardd/pccardd.8 usr.sbin/pccard/pccardd/pccardd.c etc/Makefile etc/defaults/rc.conf share/examples/etc/README.examples I'll put them at somewhere soon. > > Yes, just update /etc/defaults/pccard.conf! > > Err... pccard.conf is a file that goes through WAAAAAY too many syntax > changes. Can you add a "version number" config line, so that pccardd can > verify that the files are in an acceptable syntax? I'd suggest > major/minor numbers. If major is wrong, the syntax is incompatible. If > the minor is wrong, the syntax is still supported but the user would > better update it to remove legacy keywords. Ah, that's good idea! I'll be working on function stuff (wildcard entries for sio and ata) introducing another new keyword from PAO :) But current pccard support (sys/pccard/) is kludge version and will stop before 5.0-RELEASE, new pccard support (sys/dev/pccard/) will be working fine at that time. Maybe our "version number" keyword implementation is already too late? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message