From owner-cvs-all Wed Nov 1 16: 0:34 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 F08AF37B4D7; Wed, 1 Nov 2000 16:00:30 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA92984; Wed, 1 Nov 2000 16:00:30 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <200011020000.QAA92984@freefall.freebsd.org> From: Bill Paul Date: Wed, 1 Nov 2000 16:00:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c if_sk.c if_tl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/11/01 16:00:30 PST Modified files: sys/pci if_sis.c if_sk.c if_tl.c Log: Fix a couple of cases where I tried to release the I/O space resource twice (once as as an I/O space resource and once as an IRQ resource). There was a problem with this in if_rl too, which is how I found it. Revision Changes Path 1.25 +3 -3 src/sys/pci/if_sis.c 1.34 +3 -3 src/sys/pci/if_sk.c 1.59 +3 -3 src/sys/pci/if_tl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message