From owner-cvs-all Sun Oct 1 5:36:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1453837B502; Sun, 1 Oct 2000 05:36:15 -0700 (PDT) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA01714; Sun, 1 Oct 2000 05:36:15 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200010011236.FAA01714@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 1 Oct 2000 05:36:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c src/sys/pccard pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/10/01 05:36:14 PDT Modified files: usr.sbin/pccard/pccardd cardd.c sys/pccard pccard.c Log: fix some minor problem in PIOCSRESOURCE ioctl. - If resource which was allocated for pcic was requested via this ioctl, bus_alloc_resource would be succeeded and that resource was returned as free resource. So check whether requested resource was used for pcic or not before bus_alloc_resource test. - merge SYS_RES_IRQ routine into other SYS_RES_* routine and clean up. problem reported by: Yohei Terada Revision Changes Path 1.60 +3 -3 src/usr.sbin/pccard/pccardd/cardd.c 1.112 +6 -15 src/sys/pccard/pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message