diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-26 06:52:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-26 06:52:30 +0000 |
commit | 6c96903be02765f07058eb903dce3c61444b975b (patch) | |
tree | 41a6c1b47332e3d6319749979a4a9a3c7c4ab450 /sys | |
parent | ada10c977a8e88fa4a1c135c797a1282a091d0d7 (diff) |
ports 61 and 70 are not a part of reality
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/isa/isa_machdep.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/isa_machdep.c b/sys/arch/i386/isa/isa_machdep.c index d87a3109116..f20e6d99c46 100644 --- a/sys/arch/i386/isa/isa_machdep.c +++ b/sys/arch/i386/isa/isa_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.c,v 1.15 1996/05/25 22:17:49 deraadt Exp $ */ +/* $OpenBSD: isa_machdep.c,v 1.16 1996/08/26 06:52:29 deraadt Exp $ */ /* $NetBSD: isa_machdep.c,v 1.14 1996/05/12 23:06:18 mycroft Exp $ */ /*- @@ -117,7 +117,8 @@ int isa_nmi() { - log(LOG_CRIT, "NMI port 61 %x, port 70 %x\n", inb(0x61), inb(0x70)); + /* This is historic garbage; these ports are not readable */ + log(LOG_CRIT, "No-maskable interrupt, may be parity error\n"); return(0); } |