summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-01-08 05:56:55 +0000
committernate <nate@FreeBSD.org>1997-01-08 05:56:55 +0000
commita320d1c0acd41559061ee0a06eb31a7235741172 (patch)
treef524c514283023ba361570d03d0f1e24dadd25e5 /sys
parent3e1646e9fb301499213fb6555a07577994a09cb3 (diff)
downloadFreeBSD-src-a320d1c0acd41559061ee0a06eb31a7235741172.zip
FreeBSD-src-a320d1c0acd41559061ee0a06eb31a7235741172.tar.gz
Changed magic # 0xa0000 -> ISA_HOLE_START since it's now defined.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/isa/isa.c4
-rw-r--r--sys/i386/isa/isa.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c
index ab77118..3f635c7 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.73 1996/09/10 23:30:50 bde Exp $
+ * $Id: isa.c,v 1.74 1996/10/08 21:08:18 bde Exp $
*/
/*
@@ -370,7 +370,7 @@ config_isadev_c(isdp, mp, reconfig)
if (!reconfig && haveseen_isadev(isdp, checkbits))
return;
if (!reconfig && isdp->id_maddr) {
- isdp->id_maddr -= 0xa0000; /* XXX should be a define */
+ isdp->id_maddr -= ISA_HOLE_START;
isdp->id_maddr += atdevbase;
}
if (reconfig) {
diff --git a/sys/i386/isa/isa.c b/sys/i386/isa/isa.c
index ab77118..3f635c7 100644
--- a/sys/i386/isa/isa.c
+++ b/sys/i386/isa/isa.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $Id: isa.c,v 1.73 1996/09/10 23:30:50 bde Exp $
+ * $Id: isa.c,v 1.74 1996/10/08 21:08:18 bde Exp $
*/
/*
@@ -370,7 +370,7 @@ config_isadev_c(isdp, mp, reconfig)
if (!reconfig && haveseen_isadev(isdp, checkbits))
return;
if (!reconfig && isdp->id_maddr) {
- isdp->id_maddr -= 0xa0000; /* XXX should be a define */
+ isdp->id_maddr -= ISA_HOLE_START;
isdp->id_maddr += atdevbase;
}
if (reconfig) {
OpenPOWER on IntegriCloud