Remove a test, making diagnosis of IRQ problems easier.

This commit is contained in:
thorpej 1998-07-26 21:24:37 +00:00
parent a344493d39
commit b9aeeb3fa1
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_cs_isa.c,v 1.26 1998/07/25 01:15:54 thorpej Exp $ */ /* $NetBSD: if_cs_isa.c,v 1.27 1998/07/26 21:24:37 thorpej Exp $ */
/* /*
* Copyright 1997 * Copyright 1997
@ -417,10 +417,6 @@ cs_isa_probe(parent, cf, aux)
if (have_mem) if (have_mem)
bus_space_unmap(memt, memh, CS8900_MEMSIZE); bus_space_unmap(memt, memh, CS8900_MEMSIZE);
/* We can't run w/ an invalid IRQ. */
if (irq == ISACF_IRQ_DEFAULT)
rv = 0;
if (rv) { if (rv) {
ia->ia_iosize = CS8900_IOSIZE; ia->ia_iosize = CS8900_IOSIZE;
ia->ia_maddr = maddr; ia->ia_maddr = maddr;