summaryrefslogtreecommitdiff
path: root/sys/dev/aha
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-05-08 18:20:57 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-05-08 18:20:57 +0000
commitac0c5aaf01f174097d7be76445c080cd6658a8ba (patch)
tree5c07b8528a7518088b41f74b0373847c9b2cb87b /sys/dev/aha
parent479232a2e74a4d455e26875c4ba9ab57564ee179 (diff)
Notes
Diffstat (limited to 'sys/dev/aha')
-rw-r--r--sys/dev/aha/aha_isa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aha/aha_isa.c b/sys/dev/aha/aha_isa.c
index c3704df34e03..dec2dfeb9370 100644
--- a/sys/dev/aha/aha_isa.c
+++ b/sys/dev/aha/aha_isa.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: aha_isa.c,v 1.6 1999/01/20 06:21:23 imp Exp $
+ * $Id: aha_isa.c,v 1.7 1999/04/16 21:22:19 peter Exp $
*/
#include "pnp.h"
@@ -103,7 +103,7 @@ aha_isa_probe(dev)
if (aha_check_probed_iop(ioport) != 0)
continue;
dev->id_iobase = ioport;
- if (haveseen_isadev(dev, CC_IOADDR | CC_QUIET))
+ if (haveseen_iobase(dev, AHA_NREGS))
continue;
/* Allocate a softc for use during probing */