summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-08 21:28:39 +0000
committerpeter <peter@FreeBSD.org>1999-05-08 21:28:39 +0000
commitfdb0bbc895c14d435969527beb1cfef4aff2340e (patch)
treeada50a1282f778307187025b76abeec806eae6ce /sys/i386/isa/isa.c
parent4ee5733cc54b9920efc936968161d07041051ece (diff)
downloadFreeBSD-src-fdb0bbc895c14d435969527beb1cfef4aff2340e.zip
FreeBSD-src-fdb0bbc895c14d435969527beb1cfef4aff2340e.tar.gz
GC some #if 0 junk
Diffstat (limited to 'sys/i386/isa/isa.c')
-rw-r--r--sys/i386/isa/isa.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/i386/isa/isa.c b/sys/i386/isa/isa.c
index caa6fc9..5251c80 100644
--- a/sys/i386/isa/isa.c
+++ b/sys/i386/isa/isa.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: isa.c,v 1.122 1999/04/24 18:24:43 kato Exp $
+ * $Id: isa.c,v 1.123 1999/05/08 18:15:49 peter Exp $
*/
/*
@@ -531,14 +531,6 @@ isa_release_resource(device_t bus, device_t child, int type, int rid,
rv = BUS_RELEASE_RESOURCE(device_get_parent(bus), child, type, rid, r);
-#if 0
- if (rv) {
- /* Kludge, isa as a child of pci doesn't have mapping regs */
- printf("WARNING: isa_release_resource: BUS_RELEASE_RESOURCE() failed: %d\n", rv);
- rv = 0;
- }
-#endif
-
if (rv == 0) {
switch (type) {
case SYS_RES_IRQ:
OpenPOWER on IntegriCloud