Date: Fri, 31 Mar 2000 02:01:25 +0900 From: Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org> To: freebsd-mobile@FreeBSD.org Cc: freebsd-current@FreeBSD.org Subject: HEADS UP: new pccard.conf scheme, please test! Message-ID: <200003301701.CAA16482@tasogare.imasy.or.jp>
next in thread | raw e-mail | index | archive | help
HI, all. I've just committed new feature for pccardd, but default pccard configuration file is still /etc/pccard.conf.sample because I'd like to see how things go and test them more for about a week. Test version of /etc/defaults/pccard.conf, /etc/pccard.conf are available at http://www.freebsd.org/~iwasaki/pccard/pccard.conf.tar.gz and, patches against the files under src/etc and src/share are available at http://www.freebsd.org/~iwasaki/pccard/pccardd-etc.diff You might need to copy /etc/defaults/pccard.conf to src/etc/defauts/ for make world until src/etc/defauts/pccard.conf is created. Please test them and report your problem to iwasaki@jp.FreeBSD.org if anything wrong. Thanks! > iwasaki 2000/03/30 08:01:39 PST > > Modified files: > usr.sbin/pccard/pccardd cardd.h file.c pccard.conf.5 pccardd.8 > pccardd.c > Log: > - default config file changed from /etc/pccard.conf to > /etc/defaults/pccard.conf in pccardd. But system default pccardd > config file is still /etc/pccard.conf.sample specified in /etc/rc.conf > for the testing this changes. > - improved `include' keyword function for error handling. > - now that resource pool (io, irq, mem) can be overridden. > - pccard config entries is searched following the first match rule if > there are more than two entries which have the same card identifier. > > Note that the /etc/defaults/pccard.conf related files is not committed > at this time, will come a week later. I'll prepare the test version > of /etc/defaults/pccard.conf, /etc/pccard.conf and other files soon. > > Reviewed by: imp and nomads in Japan. > > Revision Changes Path > 1.19 +3 -1 src/usr.sbin/pccard/pccardd/cardd.h > 1.25 +116 -41 src/usr.sbin/pccard/pccardd/file.c > 1.13 +18 -4 src/usr.sbin/pccard/pccardd/pccard.conf.5 > 1.18 +10 -4 src/usr.sbin/pccard/pccardd/pccardd.8 > 1.7 +3 -2 src/usr.sbin/pccard/pccardd/pccardd.c > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003301701.CAA16482>