summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/isa/isa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c
index 0b1eb4a..b9d6e05 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.22 1994/09/02 22:13:33 ats Exp $
+ * $Id: isa.c,v 1.23 1994/09/13 06:43:57 phk Exp $
*/
/*
@@ -374,7 +374,7 @@ config_isadev(isdp, mp)
if (isdp->id_iobase < 0x100) {
printf(" on motherboard\n");
} else {
- if ((isdp->id_iobase & 0xFFF) >= 0x400) {
+ if (isdp->id_iobase >= 0x1000) {
printf (" on eisa\n");
} else {
printf (" on isa\n");
OpenPOWER on IntegriCloud