From owner-cvs-all Thu Mar 30 8: 1:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C28937B78D; Thu, 30 Mar 2000 08:01:40 -0800 (PST) (envelope-from iwasaki@FreeBSD.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA28902; Thu, 30 Mar 2000 08:01:40 -0800 (PST) (envelope-from iwasaki@FreeBSD.org) Message-Id: <200003301601.IAA28902@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Thu, 30 Mar 2000 08:01:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.h file.c pccard.conf.5 pccardd.8 pccardd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 cvs-all" in the body of the message