ahcprobe now takes a flags argument. For EISA/VL adapters set it to

AHC_FNONE.
This commit is contained in:
Justin T. Gibbs 1995-09-05 23:39:31 +00:00
parent 8befc21fbd
commit 0be4f315f7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10568
2 changed files with 4 additions and 4 deletions

View File

@ -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 <sys/param.h>
@ -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

View File

@ -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 <sys/param.h>
@ -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