lkml.org 
[lkml]   [1997]   [May]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] NMI trap revised (was Re: NMI errors in 2.0.30??)
Date
> +!
> +! Set NMI reporting bits
> +! RAM parity error set with 0x04, I/O parity error set with 0x08
> +!
> + inb al, 0x61
> + or al, #0x0C
> + call delay
> + outb 0x61, al
> + call delay
> +
> ! Get hd0 data
>
> xor ax,ax ! clear ax
>
>

NO! NO! NO!
Some people, believe it or not, have systems without RAM parity.

And, in case someone is wondering, on the PC-AT architecture it's not
possible to get the address of the read that caused an NMI. (without
disassembling code etc. etc.)

\
 
 \ /
  Last update: 2005-03-22 13:39    [W:0.097 / U:0.960 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site