summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa/isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/isa/isa.c')
-rw-r--r--sys/amd64/isa/isa.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c
index 2246826..3b4aa1f 100644
--- a/sys/amd64/isa/isa.c
+++ b/sys/amd64/isa/isa.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $Id: isa.c,v 1.35 1994/11/01 17:26:29 ache Exp $
+ * $Id: isa.c,v 1.36 1994/11/03 04:15:03 jkh Exp $
*/
/*
@@ -417,9 +417,11 @@ config_isadev_c(isdp, mp, reconfig)
}
if (reconfig) {
last_alive = isdp->id_alive;
+ isdp->id_reconfig = 1;
}
else {
last_alive = 0;
+ isdp->id_reconfig = 0;
}
id_alive = (*dp->probe)(isdp);
if (id_alive) {
OpenPOWER on IntegriCloud