From 0be4f315f7c0291e1d2eab6e500fa6978f50aea3 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Tue, 5 Sep 1995 23:39:31 +0000 Subject: [PATCH] ahcprobe now takes a flags argument. For EISA/VL adapters set it to AHC_FNONE. --- sys/i386/eisa/aic7770.c | 4 ++-- sys/i386/isa/aic7770.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/i386/eisa/aic7770.c b/sys/i386/eisa/aic7770.c index 2844aef5848b..e7963d73b64a 100644 --- a/sys/i386/eisa/aic7770.c +++ b/sys/i386/eisa/aic7770.c @@ -19,7 +19,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: aic7770.c,v 1.14 1995/05/30 08:01:15 rgrimes Exp $ + * $Id: aic7770.c,v 1.15 1995/07/04 21:14:16 gibbs Exp $ */ #include @@ -125,7 +125,7 @@ aic7770probe(struct isa_device *dev) aic7770_registerdev(dev); #endif /* DEV_LKM */ if(ahcprobe(unit, port, - valid_ids[i].type)){ + valid_ids[i].type, AHC_FNONE)){ /* * If it's there, put in it's * interrupt vectors diff --git a/sys/i386/isa/aic7770.c b/sys/i386/isa/aic7770.c index 2844aef5848b..e7963d73b64a 100644 --- a/sys/i386/isa/aic7770.c +++ b/sys/i386/isa/aic7770.c @@ -19,7 +19,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: aic7770.c,v 1.14 1995/05/30 08:01:15 rgrimes Exp $ + * $Id: aic7770.c,v 1.15 1995/07/04 21:14:16 gibbs Exp $ */ #include @@ -125,7 +125,7 @@ aic7770probe(struct isa_device *dev) aic7770_registerdev(dev); #endif /* DEV_LKM */ if(ahcprobe(unit, port, - valid_ids[i].type)){ + valid_ids[i].type, AHC_FNONE)){ /* * If it's there, put in it's * interrupt vectors